Oct 12 17:47:51.869 INFO checking masp/rustmine against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 17:47:51.869 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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"` Oct 12 17:47:52.368 INFO blam! 0b4d3289cf53912aba667704c74c4860f5b87cce914891e310eb7ca02285029e Oct 12 17:47:52.370 INFO running `"docker" "start" "-a" "0b4d3289cf53912aba667704c74c4860f5b87cce914891e310eb7ca02285029e"` Oct 12 17:47:53.724 INFO kablam! usermod: no changes Oct 12 17:47:53.844 INFO kablam! Checking rustmine v0.1.0 (/source) Oct 12 17:47:54.896 INFO kablam! error[E0425]: cannot find function `read_to_end` in this scope Oct 12 17:47:54.896 INFO kablam! --> src/lib.rs:98:22 Oct 12 17:47:54.896 INFO kablam! | Oct 12 17:47:54.896 INFO kablam! 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Oct 12 17:47:54.896 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 12 17:47:54.896 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 12 17:47:54.896 INFO kablam! | Oct 12 17:47:54.896 INFO kablam! 7 | use protocol::read_to_end; Oct 12 17:47:54.896 INFO kablam! | Oct 12 17:47:54.896 INFO kablam! Oct 12 17:47:54.904 INFO kablam! warning: unused import: `byteorder::*` Oct 12 17:47:54.904 INFO kablam! --> src/lib.rs:14:5 Oct 12 17:47:54.904 INFO kablam! | Oct 12 17:47:54.904 INFO kablam! 14 | use byteorder::*; Oct 12 17:47:54.904 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:47:54.904 INFO kablam! | Oct 12 17:47:54.904 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:47:54.904 INFO kablam! Oct 12 17:47:54.904 INFO kablam! warning: unused import: `BufReader` Oct 12 17:47:54.904 INFO kablam! --> src/protocol.rs:3:47 Oct 12 17:47:54.904 INFO kablam! | Oct 12 17:47:54.904 INFO kablam! 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Oct 12 17:47:54.904 INFO kablam! | ^^^^^^^^^ Oct 12 17:47:54.904 INFO kablam! Oct 12 17:47:54.964 INFO kablam! error[E0425]: cannot find function `read_to_end` in this scope Oct 12 17:47:54.964 INFO kablam! --> src/lib.rs:98:22 Oct 12 17:47:54.964 INFO kablam! | Oct 12 17:47:54.964 INFO kablam! 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Oct 12 17:47:54.964 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 12 17:47:54.964 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 12 17:47:54.964 INFO kablam! | Oct 12 17:47:54.964 INFO kablam! 7 | use protocol::read_to_end; Oct 12 17:47:54.964 INFO kablam! | Oct 12 17:47:54.964 INFO kablam! Oct 12 17:47:54.964 INFO kablam! warning: unused import: `byteorder::*` Oct 12 17:47:54.964 INFO kablam! --> src/lib.rs:14:5 Oct 12 17:47:54.964 INFO kablam! | Oct 12 17:47:54.964 INFO kablam! 14 | use byteorder::*; Oct 12 17:47:54.964 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:47:54.964 INFO kablam! | Oct 12 17:47:54.964 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:47:54.964 INFO kablam! Oct 12 17:47:54.964 INFO kablam! warning: unused import: `BufReader` Oct 12 17:47:54.964 INFO kablam! --> src/protocol.rs:3:47 Oct 12 17:47:54.964 INFO kablam! | Oct 12 17:47:54.964 INFO kablam! 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Oct 12 17:47:54.964 INFO kablam! | ^^^^^^^^^ Oct 12 17:47:54.964 INFO kablam! Oct 12 17:47:55.080 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 12 17:47:55.080 INFO kablam! --> src/lib.rs:112:36 Oct 12 17:47:55.080 INFO kablam! | Oct 12 17:47:55.080 INFO kablam! 112 | let (packet_length, _) = bytes.read_var_int()?; Oct 12 17:47:55.080 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:47:55.080 INFO kablam! | Oct 12 17:47:55.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 12 17:47:55.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 12 17:47:55.080 INFO kablam! | Oct 12 17:47:55.080 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 12 17:47:55.080 INFO kablam! | Oct 12 17:47:55.080 INFO kablam! Oct 12 17:47:55.080 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 12 17:47:55.080 INFO kablam! --> src/lib.rs:113:38 Oct 12 17:47:55.080 INFO kablam! | Oct 12 17:47:55.080 INFO kablam! 113 | let (packet_id, id_size) = bytes.read_var_int()?; Oct 12 17:47:55.080 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:47:55.080 INFO kablam! | Oct 12 17:47:55.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 12 17:47:55.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 12 17:47:55.080 INFO kablam! | Oct 12 17:47:55.080 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 12 17:47:55.080 INFO kablam! | Oct 12 17:47:55.080 INFO kablam! Oct 12 17:47:55.096 INFO kablam! error[E0599]: no method named `read_var_int` found for type `std::io::Cursor` in the current scope Oct 12 17:47:55.096 INFO kablam! --> src/lib.rs:136:27 Oct 12 17:47:55.096 INFO kablam! | Oct 12 17:47:55.096 INFO kablam! 136 | assert_eq!(cursor.read_var_int().unwrap().0, 2147483647); Oct 12 17:47:55.096 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:47:55.096 INFO kablam! | Oct 12 17:47:55.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 12 17:47:55.096 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 12 17:47:55.096 INFO kablam! `use protocol::MinecraftBufRead;` Oct 12 17:47:55.096 INFO kablam! Oct 12 17:47:55.124 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 12 17:47:55.124 INFO kablam! --> src/lib.rs:112:36 Oct 12 17:47:55.124 INFO kablam! | Oct 12 17:47:55.124 INFO kablam! 112 | let (packet_length, _) = bytes.read_var_int()?; Oct 12 17:47:55.124 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:47:55.124 INFO kablam! | Oct 12 17:47:55.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 12 17:47:55.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 12 17:47:55.124 INFO kablam! | Oct 12 17:47:55.124 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 12 17:47:55.124 INFO kablam! | Oct 12 17:47:55.124 INFO kablam! Oct 12 17:47:55.124 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 12 17:47:55.124 INFO kablam! --> src/lib.rs:113:38 Oct 12 17:47:55.124 INFO kablam! | Oct 12 17:47:55.124 INFO kablam! 113 | let (packet_id, id_size) = bytes.read_var_int()?; Oct 12 17:47:55.124 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:47:55.124 INFO kablam! | Oct 12 17:47:55.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 12 17:47:55.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 12 17:47:55.124 INFO kablam! | Oct 12 17:47:55.124 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 12 17:47:55.124 INFO kablam! | Oct 12 17:47:55.124 INFO kablam! Oct 12 17:47:55.148 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 12 17:47:55.148 INFO kablam! --> src/protocol.rs:18:34 Oct 12 17:47:55.148 INFO kablam! | Oct 12 17:47:55.148 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 12 17:47:55.148 INFO kablam! | ^^^^^^^ Oct 12 17:47:55.148 INFO kablam! ... Oct 12 17:47:55.148 INFO kablam! 35 | define_read_var!(read_var_int, i32, 5); Oct 12 17:47:55.148 INFO kablam! | --------------------------------------- in this macro invocation Oct 12 17:47:55.148 INFO kablam! | Oct 12 17:47:55.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 12 17:47:55.148 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 12 17:47:55.148 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 12 17:47:55.148 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 12 17:47:55.148 INFO kablam! Oct 12 17:47:55.152 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 12 17:47:55.152 INFO kablam! --> src/protocol.rs:18:34 Oct 12 17:47:55.152 INFO kablam! | Oct 12 17:47:55.152 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 12 17:47:55.152 INFO kablam! | ^^^^^^^ Oct 12 17:47:55.152 INFO kablam! ... Oct 12 17:47:55.152 INFO kablam! 36 | define_read_var!(read_var_long, i64, 10); Oct 12 17:47:55.152 INFO kablam! | ----------------------------------------- in this macro invocation Oct 12 17:47:55.152 INFO kablam! | Oct 12 17:47:55.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 12 17:47:55.153 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 12 17:47:55.153 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 12 17:47:55.153 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 12 17:47:55.153 INFO kablam! Oct 12 17:47:55.172 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 12 17:47:55.172 INFO kablam! --> src/protocol.rs:18:34 Oct 12 17:47:55.172 INFO kablam! | Oct 12 17:47:55.172 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 12 17:47:55.172 INFO kablam! | ^^^^^^^ Oct 12 17:47:55.172 INFO kablam! ... Oct 12 17:47:55.172 INFO kablam! 35 | define_read_var!(read_var_int, i32, 5); Oct 12 17:47:55.172 INFO kablam! | --------------------------------------- in this macro invocation Oct 12 17:47:55.172 INFO kablam! | Oct 12 17:47:55.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 12 17:47:55.172 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 12 17:47:55.172 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 12 17:47:55.172 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 12 17:47:55.172 INFO kablam! Oct 12 17:47:55.184 INFO kablam! error: aborting due to 6 previous errors Oct 12 17:47:55.184 INFO kablam! Oct 12 17:47:55.184 INFO kablam! Some errors occurred: E0425, E0599. Oct 12 17:47:55.184 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 12 17:47:55.184 INFO kablam! error: Could not compile `rustmine`. Oct 12 17:47:55.184 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 17:47:55.200 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 12 17:47:55.200 INFO kablam! --> src/protocol.rs:18:34 Oct 12 17:47:55.200 INFO kablam! | Oct 12 17:47:55.200 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 12 17:47:55.200 INFO kablam! | ^^^^^^^ Oct 12 17:47:55.200 INFO kablam! ... Oct 12 17:47:55.200 INFO kablam! 36 | define_read_var!(read_var_long, i64, 10); Oct 12 17:47:55.200 INFO kablam! | ----------------------------------------- in this macro invocation Oct 12 17:47:55.200 INFO kablam! | Oct 12 17:47:55.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 12 17:47:55.201 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 12 17:47:55.201 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 12 17:47:55.201 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 12 17:47:55.201 INFO kablam! Oct 12 17:47:55.216 INFO kablam! error: aborting due to 5 previous errors Oct 12 17:47:55.216 INFO kablam! Oct 12 17:47:55.216 INFO kablam! Some errors occurred: E0425, E0599. Oct 12 17:47:55.216 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 12 17:47:55.223 INFO kablam! error: Could not compile `rustmine`. Oct 12 17:47:55.223 INFO kablam! Oct 12 17:47:55.223 INFO kablam! To learn more, run the command again with --verbose. Oct 12 17:47:55.223 INFO kablam! su: No module specific data is present Oct 12 17:47:56.381 INFO running `"docker" "rm" "-f" "0b4d3289cf53912aba667704c74c4860f5b87cce914891e310eb7ca02285029e"` Oct 12 17:47:56.608 INFO blam! 0b4d3289cf53912aba667704c74c4860f5b87cce914891e310eb7ca02285029e