[INFO] updating cached repository masp/rustmine [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/masp/rustmine [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/masp/rustmine" "work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/masp/rustmine"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/masp/rustmine'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/masp/rustmine" "work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/masp/rustmine"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/masp/rustmine'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 30cbbf6e614dd5aebd22f9c46700ba7d6178d791 [INFO] sha for GitHub repo masp/rustmine: 30cbbf6e614dd5aebd22f9c46700ba7d6178d791 [INFO] validating manifest of masp/rustmine on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of masp/rustmine on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing masp/rustmine [INFO] finished frobbing masp/rustmine [INFO] frobbed toml for masp/rustmine written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/masp/rustmine/Cargo.toml [INFO] started frobbing masp/rustmine [INFO] finished frobbing masp/rustmine [INFO] frobbed toml for masp/rustmine written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/masp/rustmine/Cargo.toml [INFO] crate masp/rustmine already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking masp/rustmine against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-4/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/masp/rustmine:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 688af1521437f1fcea9833192aa970cf530e4feeffc9249438d80acaa12bdc47 [INFO] running `"docker" "start" "-a" "688af1521437f1fcea9833192aa970cf530e4feeffc9249438d80acaa12bdc47"` [INFO] [stderr] Checking rustmine v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find function `read_to_end` in this scope [INFO] [stderr] --> src/lib.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 7 | use protocol::read_to_end; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `byteorder::*` [INFO] [stderr] --> src/lib.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use byteorder::*; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `BufReader` [INFO] [stderr] --> src/protocol.rs:3:47 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `read_to_end` in this scope [INFO] [stderr] --> src/lib.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 7 | use protocol::read_to_end; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `byteorder::*` [INFO] [stderr] --> src/lib.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use byteorder::*; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `BufReader` [INFO] [stderr] --> src/protocol.rs:3:47 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope [INFO] [stderr] --> src/lib.rs:112:36 [INFO] [stderr] | [INFO] [stderr] 112 | let (packet_length, _) = bytes.read_var_int()?; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 7 | use protocol::MinecraftBufRead; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope [INFO] [stderr] --> src/lib.rs:113:38 [INFO] [stderr] | [INFO] [stderr] 113 | let (packet_id, id_size) = bytes.read_var_int()?; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 7 | use protocol::MinecraftBufRead; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope [INFO] [stderr] --> src/protocol.rs:18:34 [INFO] [stderr] | [INFO] [stderr] 18 | let read = bytes.read_u8()?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 35 | define_read_var!(read_var_int, i32, 5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: [INFO] [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stderr] candidate #2: `use byteorder::ReadBytesExt;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope [INFO] [stderr] --> src/protocol.rs:18:34 [INFO] [stderr] | [INFO] [stderr] 18 | let read = bytes.read_u8()?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 36 | define_read_var!(read_var_long, i64, 10); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: [INFO] [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stderr] candidate #2: `use byteorder::ReadBytesExt;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `rustmine`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope [INFO] [stderr] --> src/lib.rs:112:36 [INFO] [stderr] | [INFO] [stderr] 112 | let (packet_length, _) = bytes.read_var_int()?; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 7 | use protocol::MinecraftBufRead; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope [INFO] [stderr] --> src/lib.rs:113:38 [INFO] [stderr] | [INFO] [stderr] 113 | let (packet_id, id_size) = bytes.read_var_int()?; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 7 | use protocol::MinecraftBufRead; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_var_int` found for type `std::io::Cursor` in the current scope [INFO] [stderr] --> src/lib.rs:136:27 [INFO] [stderr] | [INFO] [stderr] 136 | assert_eq!(cursor.read_var_int().unwrap().0, 2147483647); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use protocol::MinecraftBufRead;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope [INFO] [stderr] --> src/protocol.rs:18:34 [INFO] [stderr] | [INFO] [stderr] 18 | let read = bytes.read_u8()?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 35 | define_read_var!(read_var_int, i32, 5); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: [INFO] [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stderr] candidate #2: `use byteorder::ReadBytesExt;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope [INFO] [stderr] --> src/protocol.rs:18:34 [INFO] [stderr] | [INFO] [stderr] 18 | let read = bytes.read_u8()?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 36 | define_read_var!(read_var_long, i64, 10); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: [INFO] [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` [INFO] [stderr] candidate #2: `use byteorder::ReadBytesExt;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `rustmine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "688af1521437f1fcea9833192aa970cf530e4feeffc9249438d80acaa12bdc47"` [INFO] running `"docker" "rm" "-f" "688af1521437f1fcea9833192aa970cf530e4feeffc9249438d80acaa12bdc47"` [INFO] [stdout] 688af1521437f1fcea9833192aa970cf530e4feeffc9249438d80acaa12bdc47