Nov 29 22:44:12.469 INFO checking masp/rustmine against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 29 22:44:12.469 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-3/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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 29 22:44:12.939 INFO [stdout] 6c7c7de6750a7231bed153f44d2f5f5df6fbe36e6535c14d2ebf7a7e6e60ca3b Nov 29 22:44:12.944 INFO running `"docker" "start" "-a" "6c7c7de6750a7231bed153f44d2f5f5df6fbe36e6535c14d2ebf7a7e6e60ca3b"` Nov 29 22:44:14.068 INFO [stderr] usermod: no changes Nov 29 22:44:14.168 INFO [stderr] Checking rustmine v0.1.0 (/source) Nov 29 22:44:14.996 INFO [stderr] error[E0425]: cannot find function `read_to_end` in this scope Nov 29 22:44:14.996 INFO [stderr] --> src/lib.rs:98:22 Nov 29 22:44:14.996 INFO [stderr] | Nov 29 22:44:14.996 INFO [stderr] 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Nov 29 22:44:14.996 INFO [stderr] | ^^^^^^^^^^^ not found in this scope Nov 29 22:44:14.996 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:44:14.996 INFO [stderr] | Nov 29 22:44:14.996 INFO [stderr] 7 | use protocol::read_to_end; Nov 29 22:44:14.996 INFO [stderr] | Nov 29 22:44:14.996 INFO [stderr] Nov 29 22:44:14.996 INFO [stderr] warning: unused import: `byteorder::*` Nov 29 22:44:14.996 INFO [stderr] --> src/lib.rs:14:5 Nov 29 22:44:14.996 INFO [stderr] | Nov 29 22:44:14.996 INFO [stderr] 14 | use byteorder::*; Nov 29 22:44:14.996 INFO [stderr] | ^^^^^^^^^^^^ Nov 29 22:44:14.996 INFO [stderr] | Nov 29 22:44:14.996 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 22:44:14.996 INFO [stderr] Nov 29 22:44:14.996 INFO [stderr] warning: unused import: `BufReader` Nov 29 22:44:14.996 INFO [stderr] --> src/protocol.rs:3:47 Nov 29 22:44:14.996 INFO [stderr] | Nov 29 22:44:14.996 INFO [stderr] 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Nov 29 22:44:14.996 INFO [stderr] | ^^^^^^^^^ Nov 29 22:44:14.996 INFO [stderr] Nov 29 22:44:15.100 INFO [stderr] error[E0425]: cannot find function `read_to_end` in this scope Nov 29 22:44:15.100 INFO [stderr] --> src/lib.rs:98:22 Nov 29 22:44:15.100 INFO [stderr] | Nov 29 22:44:15.100 INFO [stderr] 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Nov 29 22:44:15.100 INFO [stderr] | ^^^^^^^^^^^ not found in this scope Nov 29 22:44:15.100 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:44:15.100 INFO [stderr] | Nov 29 22:44:15.100 INFO [stderr] 7 | use protocol::read_to_end; Nov 29 22:44:15.100 INFO [stderr] | Nov 29 22:44:15.100 INFO [stderr] Nov 29 22:44:15.100 INFO [stderr] warning: unused import: `byteorder::*` Nov 29 22:44:15.100 INFO [stderr] --> src/lib.rs:14:5 Nov 29 22:44:15.100 INFO [stderr] | Nov 29 22:44:15.100 INFO [stderr] 14 | use byteorder::*; Nov 29 22:44:15.100 INFO [stderr] | ^^^^^^^^^^^^ Nov 29 22:44:15.100 INFO [stderr] | Nov 29 22:44:15.100 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 22:44:15.100 INFO [stderr] Nov 29 22:44:15.100 INFO [stderr] warning: unused import: `BufReader` Nov 29 22:44:15.100 INFO [stderr] --> src/protocol.rs:3:47 Nov 29 22:44:15.100 INFO [stderr] | Nov 29 22:44:15.100 INFO [stderr] 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Nov 29 22:44:15.100 INFO [stderr] | ^^^^^^^^^ Nov 29 22:44:15.101 INFO [stderr] Nov 29 22:44:15.132 INFO [stderr] error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Nov 29 22:44:15.132 INFO [stderr] --> src/lib.rs:112:36 Nov 29 22:44:15.132 INFO [stderr] | Nov 29 22:44:15.132 INFO [stderr] 112 | let (packet_length, _) = bytes.read_var_int()?; Nov 29 22:44:15.132 INFO [stderr] | ^^^^^^^^^^^^ Nov 29 22:44:15.132 INFO [stderr] | Nov 29 22:44:15.132 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 22:44:15.132 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 22:44:15.132 INFO [stderr] | Nov 29 22:44:15.132 INFO [stderr] 7 | use protocol::MinecraftBufRead; Nov 29 22:44:15.132 INFO [stderr] | Nov 29 22:44:15.132 INFO [stderr] Nov 29 22:44:15.144 INFO [stderr] error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Nov 29 22:44:15.144 INFO [stderr] --> src/lib.rs:113:38 Nov 29 22:44:15.144 INFO [stderr] | Nov 29 22:44:15.144 INFO [stderr] 113 | let (packet_id, id_size) = bytes.read_var_int()?; Nov 29 22:44:15.144 INFO [stderr] | ^^^^^^^^^^^^ Nov 29 22:44:15.144 INFO [stderr] | Nov 29 22:44:15.144 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 22:44:15.144 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 22:44:15.144 INFO [stderr] | Nov 29 22:44:15.144 INFO [stderr] 7 | use protocol::MinecraftBufRead; Nov 29 22:44:15.144 INFO [stderr] | Nov 29 22:44:15.145 INFO [stderr] Nov 29 22:44:15.164 INFO [stderr] error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Nov 29 22:44:15.164 INFO [stderr] --> src/protocol.rs:18:34 Nov 29 22:44:15.164 INFO [stderr] | Nov 29 22:44:15.164 INFO [stderr] 18 | let read = bytes.read_u8()?; Nov 29 22:44:15.164 INFO [stderr] | ^^^^^^^ Nov 29 22:44:15.164 INFO [stderr] ... Nov 29 22:44:15.164 INFO [stderr] 35 | define_read_var!(read_var_int, i32, 5); Nov 29 22:44:15.164 INFO [stderr] | --------------------------------------- in this macro invocation Nov 29 22:44:15.164 INFO [stderr] | Nov 29 22:44:15.164 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 22:44:15.164 INFO [stderr] = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Nov 29 22:44:15.164 INFO [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` Nov 29 22:44:15.164 INFO [stderr] candidate #2: `use byteorder::ReadBytesExt;` Nov 29 22:44:15.164 INFO [stderr] Nov 29 22:44:15.179 INFO [stderr] error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Nov 29 22:44:15.179 INFO [stderr] --> src/protocol.rs:18:34 Nov 29 22:44:15.179 INFO [stderr] | Nov 29 22:44:15.179 INFO [stderr] 18 | let read = bytes.read_u8()?; Nov 29 22:44:15.179 INFO [stderr] | ^^^^^^^ Nov 29 22:44:15.179 INFO [stderr] ... Nov 29 22:44:15.179 INFO [stderr] 36 | define_read_var!(read_var_long, i64, 10); Nov 29 22:44:15.179 INFO [stderr] | ----------------------------------------- in this macro invocation Nov 29 22:44:15.179 INFO [stderr] | Nov 29 22:44:15.179 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 22:44:15.179 INFO [stderr] = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Nov 29 22:44:15.179 INFO [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` Nov 29 22:44:15.179 INFO [stderr] candidate #2: `use byteorder::ReadBytesExt;` Nov 29 22:44:15.179 INFO [stderr] Nov 29 22:44:15.200 INFO [stderr] error: aborting due to 5 previous errors Nov 29 22:44:15.200 INFO [stderr] Nov 29 22:44:15.200 INFO [stderr] Some errors occurred: E0425, E0599. Nov 29 22:44:15.200 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Nov 29 22:44:15.220 INFO [stderr] error: Could not compile `rustmine`. Nov 29 22:44:15.220 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 22:44:15.288 INFO [stderr] error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Nov 29 22:44:15.288 INFO [stderr] --> src/lib.rs:112:36 Nov 29 22:44:15.288 INFO [stderr] | Nov 29 22:44:15.288 INFO [stderr] 112 | let (packet_length, _) = bytes.read_var_int()?; Nov 29 22:44:15.288 INFO [stderr] | ^^^^^^^^^^^^ Nov 29 22:44:15.288 INFO [stderr] | Nov 29 22:44:15.288 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 22:44:15.288 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 22:44:15.288 INFO [stderr] | Nov 29 22:44:15.288 INFO [stderr] 7 | use protocol::MinecraftBufRead; Nov 29 22:44:15.288 INFO [stderr] | Nov 29 22:44:15.288 INFO [stderr] Nov 29 22:44:15.298 INFO [stderr] error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Nov 29 22:44:15.298 INFO [stderr] --> src/lib.rs:113:38 Nov 29 22:44:15.298 INFO [stderr] | Nov 29 22:44:15.298 INFO [stderr] 113 | let (packet_id, id_size) = bytes.read_var_int()?; Nov 29 22:44:15.298 INFO [stderr] | ^^^^^^^^^^^^ Nov 29 22:44:15.298 INFO [stderr] | Nov 29 22:44:15.298 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 22:44:15.298 INFO [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 22:44:15.298 INFO [stderr] | Nov 29 22:44:15.298 INFO [stderr] 7 | use protocol::MinecraftBufRead; Nov 29 22:44:15.298 INFO [stderr] | Nov 29 22:44:15.298 INFO [stderr] Nov 29 22:44:15.304 INFO [stderr] error[E0599]: no method named `read_var_int` found for type `std::io::Cursor` in the current scope Nov 29 22:44:15.304 INFO [stderr] --> src/lib.rs:136:27 Nov 29 22:44:15.304 INFO [stderr] | Nov 29 22:44:15.304 INFO [stderr] 136 | assert_eq!(cursor.read_var_int().unwrap().0, 2147483647); Nov 29 22:44:15.304 INFO [stderr] | ^^^^^^^^^^^^ Nov 29 22:44:15.304 INFO [stderr] | Nov 29 22:44:15.304 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 22:44:15.304 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 29 22:44:15.304 INFO [stderr] `use protocol::MinecraftBufRead;` Nov 29 22:44:15.304 INFO [stderr] Nov 29 22:44:15.332 INFO [stderr] error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Nov 29 22:44:15.332 INFO [stderr] --> src/protocol.rs:18:34 Nov 29 22:44:15.332 INFO [stderr] | Nov 29 22:44:15.332 INFO [stderr] 18 | let read = bytes.read_u8()?; Nov 29 22:44:15.332 INFO [stderr] | ^^^^^^^ Nov 29 22:44:15.332 INFO [stderr] ... Nov 29 22:44:15.332 INFO [stderr] 35 | define_read_var!(read_var_int, i32, 5); Nov 29 22:44:15.332 INFO [stderr] | --------------------------------------- in this macro invocation Nov 29 22:44:15.332 INFO [stderr] | Nov 29 22:44:15.332 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 22:44:15.332 INFO [stderr] = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Nov 29 22:44:15.332 INFO [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` Nov 29 22:44:15.332 INFO [stderr] candidate #2: `use byteorder::ReadBytesExt;` Nov 29 22:44:15.332 INFO [stderr] Nov 29 22:44:15.348 INFO [stderr] error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Nov 29 22:44:15.348 INFO [stderr] --> src/protocol.rs:18:34 Nov 29 22:44:15.349 INFO [stderr] | Nov 29 22:44:15.349 INFO [stderr] 18 | let read = bytes.read_u8()?; Nov 29 22:44:15.349 INFO [stderr] | ^^^^^^^ Nov 29 22:44:15.349 INFO [stderr] ... Nov 29 22:44:15.349 INFO [stderr] 36 | define_read_var!(read_var_long, i64, 10); Nov 29 22:44:15.349 INFO [stderr] | ----------------------------------------- in this macro invocation Nov 29 22:44:15.349 INFO [stderr] | Nov 29 22:44:15.349 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 29 22:44:15.349 INFO [stderr] = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Nov 29 22:44:15.349 INFO [stderr] candidate #1: `use byteorder::io::ReadBytesExt;` Nov 29 22:44:15.349 INFO [stderr] candidate #2: `use byteorder::ReadBytesExt;` Nov 29 22:44:15.349 INFO [stderr] Nov 29 22:44:15.368 INFO [stderr] error: aborting due to 6 previous errors Nov 29 22:44:15.368 INFO [stderr] Nov 29 22:44:15.368 INFO [stderr] Some errors occurred: E0425, E0599. Nov 29 22:44:15.368 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Nov 29 22:44:15.379 INFO [stderr] error: Could not compile `rustmine`. Nov 29 22:44:15.379 INFO [stderr] Nov 29 22:44:15.379 INFO [stderr] To learn more, run the command again with --verbose. Nov 29 22:44:15.381 INFO [stderr] su: No module specific data is present Nov 29 22:44:16.324 INFO running `"docker" "inspect" "6c7c7de6750a7231bed153f44d2f5f5df6fbe36e6535c14d2ebf7a7e6e60ca3b"` Nov 29 22:44:16.564 INFO running `"docker" "rm" "-f" "6c7c7de6750a7231bed153f44d2f5f5df6fbe36e6535c14d2ebf7a7e6e60ca3b"` Nov 29 22:44:16.852 INFO [stdout] 6c7c7de6750a7231bed153f44d2f5f5df6fbe36e6535c14d2ebf7a7e6e60ca3b