Nov 28 01:05:40.509 INFO checking masp/rustmine against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 01:05:40.509 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-0/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 28 01:05:41.122 INFO [stdout] 2297f25344270a2b9809f610c94a786e15642cc349c600037f4e4fdef018a45b Nov 28 01:05:41.124 INFO running `"docker" "start" "-a" "2297f25344270a2b9809f610c94a786e15642cc349c600037f4e4fdef018a45b"` Nov 28 01:05:42.851 INFO [stderr] usermod: no changes Nov 28 01:05:43.040 INFO [stderr] Checking rustmine v0.1.0 (/source) Nov 28 01:05:43.759 INFO [stderr] error[E0425]: cannot find function `read_to_end` in this scope Nov 28 01:05:43.760 INFO [stderr] --> src/lib.rs:98:22 Nov 28 01:05:43.760 INFO [stderr] | Nov 28 01:05:43.760 INFO [stderr] 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Nov 28 01:05:43.761 INFO [stderr] | ^^^^^^^^^^^ not found in this scope Nov 28 01:05:43.761 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 01:05:43.761 INFO [stderr] | Nov 28 01:05:43.762 INFO [stderr] 7 | use protocol::read_to_end; Nov 28 01:05:43.762 INFO [stderr] | Nov 28 01:05:43.765 INFO [stderr] Nov 28 01:05:43.765 INFO [stderr] warning: unused import: `byteorder::*` Nov 28 01:05:43.765 INFO [stderr] --> src/lib.rs:14:5 Nov 28 01:05:43.765 INFO [stderr] | Nov 28 01:05:43.766 INFO [stderr] 14 | use byteorder::*; Nov 28 01:05:43.766 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 01:05:43.766 INFO [stderr] | Nov 28 01:05:43.767 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 01:05:43.767 INFO [stderr] Nov 28 01:05:43.767 INFO [stderr] warning: unused import: `BufReader` Nov 28 01:05:43.768 INFO [stderr] --> src/protocol.rs:3:47 Nov 28 01:05:43.768 INFO [stderr] | Nov 28 01:05:43.768 INFO [stderr] 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Nov 28 01:05:43.769 INFO [stderr] | ^^^^^^^^^ Nov 28 01:05:43.769 INFO [stderr] Nov 28 01:05:44.017 INFO [stderr] error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Nov 28 01:05:44.017 INFO [stderr] --> src/lib.rs:112:36 Nov 28 01:05:44.017 INFO [stderr] | Nov 28 01:05:44.018 INFO [stderr] 112 | let (packet_length, _) = bytes.read_var_int()?; Nov 28 01:05:44.018 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 01:05:44.018 INFO [stderr] | Nov 28 01:05:44.019 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 01:05:44.019 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 28 01:05:44.019 INFO [stderr] | Nov 28 01:05:44.020 INFO [stderr] 7 | use protocol::MinecraftBufRead; Nov 28 01:05:44.020 INFO [stderr] | Nov 28 01:05:44.020 INFO [stderr] Nov 28 01:05:44.020 INFO [stderr] error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Nov 28 01:05:44.021 INFO [stderr] --> src/lib.rs:113:38 Nov 28 01:05:44.021 INFO [stderr] | Nov 28 01:05:44.021 INFO [stderr] 113 | let (packet_id, id_size) = bytes.read_var_int()?; Nov 28 01:05:44.021 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 01:05:44.022 INFO [stderr] | Nov 28 01:05:44.022 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 01:05:44.022 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 28 01:05:44.022 INFO [stderr] | Nov 28 01:05:44.023 INFO [stderr] 7 | use protocol::MinecraftBufRead; Nov 28 01:05:44.023 INFO [stderr] | Nov 28 01:05:44.023 INFO [stderr] Nov 28 01:05:44.045 INFO [stderr] error[E0425]: cannot find function `read_to_end` in this scope Nov 28 01:05:44.045 INFO [stderr] --> src/lib.rs:98:22 Nov 28 01:05:44.045 INFO [stderr] | Nov 28 01:05:44.046 INFO [stderr] 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Nov 28 01:05:44.046 INFO [stderr] | ^^^^^^^^^^^ not found in this scope Nov 28 01:05:44.046 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 01:05:44.047 INFO [stderr] | Nov 28 01:05:44.047 INFO [stderr] 7 | use protocol::read_to_end; Nov 28 01:05:44.047 INFO [stderr] | Nov 28 01:05:44.048 INFO [stderr] Nov 28 01:05:44.048 INFO [stderr] warning: unused import: `byteorder::*` Nov 28 01:05:44.048 INFO [stderr] --> src/lib.rs:14:5 Nov 28 01:05:44.048 INFO [stderr] | Nov 28 01:05:44.049 INFO [stderr] 14 | use byteorder::*; Nov 28 01:05:44.049 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 01:05:44.049 INFO [stderr] | Nov 28 01:05:44.049 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 01:05:44.050 INFO [stderr] Nov 28 01:05:44.050 INFO [stderr] warning: unused import: `BufReader` Nov 28 01:05:44.050 INFO [stderr] --> src/protocol.rs:3:47 Nov 28 01:05:44.051 INFO [stderr] | Nov 28 01:05:44.051 INFO [stderr] 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Nov 28 01:05:44.051 INFO [stderr] | ^^^^^^^^^ Nov 28 01:05:44.051 INFO [stderr] Nov 28 01:05:44.056 INFO [stderr] error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Nov 28 01:05:44.057 INFO [stderr] --> src/protocol.rs:18:34 Nov 28 01:05:44.057 INFO [stderr] | Nov 28 01:05:44.057 INFO [stderr] 18 | let read = bytes.read_u8()?; Nov 28 01:05:44.058 INFO [stderr] | ^^^^^^^ Nov 28 01:05:44.058 INFO [stderr] ... Nov 28 01:05:44.058 INFO [stderr] 35 | define_read_var!(read_var_int, i32, 5); Nov 28 01:05:44.058 INFO [stderr] | --------------------------------------- in this macro invocation Nov 28 01:05:44.058 INFO [stderr] | Nov 28 01:05:44.059 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 01:05:44.059 INFO [stderr] = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Nov 28 01:05:44.059 INFO [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` Nov 28 01:05:44.059 INFO [stderr] candidate #2: `use byteorder::ReadBytesExt;` Nov 28 01:05:44.060 INFO [stderr] Nov 28 01:05:44.072 INFO [stderr] error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Nov 28 01:05:44.072 INFO [stderr] --> src/protocol.rs:18:34 Nov 28 01:05:44.072 INFO [stderr] | Nov 28 01:05:44.072 INFO [stderr] 18 | let read = bytes.read_u8()?; Nov 28 01:05:44.072 INFO [stderr] | ^^^^^^^ Nov 28 01:05:44.072 INFO [stderr] ... Nov 28 01:05:44.072 INFO [stderr] 36 | define_read_var!(read_var_long, i64, 10); Nov 28 01:05:44.072 INFO [stderr] | ----------------------------------------- in this macro invocation Nov 28 01:05:44.072 INFO [stderr] | Nov 28 01:05:44.072 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 01:05:44.072 INFO [stderr] = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Nov 28 01:05:44.072 INFO [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` Nov 28 01:05:44.072 INFO [stderr] candidate #2: `use byteorder::ReadBytesExt;` Nov 28 01:05:44.072 INFO [stderr] Nov 28 01:05:44.100 INFO [stderr] error: aborting due to 5 previous errors Nov 28 01:05:44.100 INFO [stderr] Nov 28 01:05:44.100 INFO [stderr] Some errors occurred: E0425, E0599. Nov 28 01:05:44.100 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Nov 28 01:05:44.116 INFO [stderr] error: Could not compile `rustmine`. Nov 28 01:05:44.116 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 01:05:44.192 INFO [stderr] error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Nov 28 01:05:44.192 INFO [stderr] --> src/lib.rs:112:36 Nov 28 01:05:44.192 INFO [stderr] | Nov 28 01:05:44.192 INFO [stderr] 112 | let (packet_length, _) = bytes.read_var_int()?; Nov 28 01:05:44.192 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 01:05:44.192 INFO [stderr] | Nov 28 01:05:44.192 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 01:05:44.192 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 28 01:05:44.192 INFO [stderr] | Nov 28 01:05:44.192 INFO [stderr] 7 | use protocol::MinecraftBufRead; Nov 28 01:05:44.192 INFO [stderr] | Nov 28 01:05:44.192 INFO [stderr] Nov 28 01:05:44.193 INFO [stderr] error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Nov 28 01:05:44.194 INFO [stderr] --> src/lib.rs:113:38 Nov 28 01:05:44.194 INFO [stderr] | Nov 28 01:05:44.194 INFO [stderr] 113 | let (packet_id, id_size) = bytes.read_var_int()?; Nov 28 01:05:44.194 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 01:05:44.194 INFO [stderr] | Nov 28 01:05:44.194 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 01:05:44.194 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 28 01:05:44.194 INFO [stderr] | Nov 28 01:05:44.194 INFO [stderr] 7 | use protocol::MinecraftBufRead; Nov 28 01:05:44.194 INFO [stderr] | Nov 28 01:05:44.194 INFO [stderr] Nov 28 01:05:44.209 INFO [stderr] error[E0599]: no method named `read_var_int` found for type `std::io::Cursor` in the current scope Nov 28 01:05:44.209 INFO [stderr] --> src/lib.rs:136:27 Nov 28 01:05:44.209 INFO [stderr] | Nov 28 01:05:44.209 INFO [stderr] 136 | assert_eq!(cursor.read_var_int().unwrap().0, 2147483647); Nov 28 01:05:44.209 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 01:05:44.209 INFO [stderr] | Nov 28 01:05:44.209 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 01:05:44.209 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 28 01:05:44.209 INFO [stderr] `use protocol::MinecraftBufRead;` Nov 28 01:05:44.209 INFO [stderr] Nov 28 01:05:44.244 INFO [stderr] error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Nov 28 01:05:44.244 INFO [stderr] --> src/protocol.rs:18:34 Nov 28 01:05:44.244 INFO [stderr] | Nov 28 01:05:44.244 INFO [stderr] 18 | let read = bytes.read_u8()?; Nov 28 01:05:44.244 INFO [stderr] | ^^^^^^^ Nov 28 01:05:44.244 INFO [stderr] ... Nov 28 01:05:44.244 INFO [stderr] 35 | define_read_var!(read_var_int, i32, 5); Nov 28 01:05:44.244 INFO [stderr] | --------------------------------------- in this macro invocation Nov 28 01:05:44.244 INFO [stderr] | Nov 28 01:05:44.244 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 01:05:44.244 INFO [stderr] = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Nov 28 01:05:44.244 INFO [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` Nov 28 01:05:44.244 INFO [stderr] candidate #2: `use byteorder::ReadBytesExt;` Nov 28 01:05:44.244 INFO [stderr] Nov 28 01:05:44.257 INFO [stderr] error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Nov 28 01:05:44.257 INFO [stderr] --> src/protocol.rs:18:34 Nov 28 01:05:44.257 INFO [stderr] | Nov 28 01:05:44.257 INFO [stderr] 18 | let read = bytes.read_u8()?; Nov 28 01:05:44.257 INFO [stderr] | ^^^^^^^ Nov 28 01:05:44.257 INFO [stderr] ... Nov 28 01:05:44.257 INFO [stderr] 36 | define_read_var!(read_var_long, i64, 10); Nov 28 01:05:44.257 INFO [stderr] | ----------------------------------------- in this macro invocation Nov 28 01:05:44.257 INFO [stderr] | Nov 28 01:05:44.257 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 01:05:44.258 INFO [stderr] = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Nov 28 01:05:44.258 INFO [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` Nov 28 01:05:44.258 INFO [stderr] candidate #2: `use byteorder::ReadBytesExt;` Nov 28 01:05:44.258 INFO [stderr] Nov 28 01:05:44.268 INFO [stderr] error: aborting due to 6 previous errors Nov 28 01:05:44.268 INFO [stderr] Nov 28 01:05:44.268 INFO [stderr] Some errors occurred: E0425, E0599. Nov 28 01:05:44.268 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Nov 28 01:05:44.277 INFO [stderr] error: Could not compile `rustmine`. Nov 28 01:05:44.277 INFO [stderr] Nov 28 01:05:44.277 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 01:05:44.277 INFO [stderr] su: No module specific data is present Nov 28 01:05:45.268 INFO running `"docker" "inspect" "2297f25344270a2b9809f610c94a786e15642cc349c600037f4e4fdef018a45b"` Nov 28 01:05:45.558 INFO running `"docker" "rm" "-f" "2297f25344270a2b9809f610c94a786e15642cc349c600037f4e4fdef018a45b"` Nov 28 01:05:45.866 INFO [stdout] 2297f25344270a2b9809f610c94a786e15642cc349c600037f4e4fdef018a45b