Oct 21 15:53:20.937 INFO checking masp/rustmine against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:53:20.938 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 15:53:21.261 INFO blam! e0846ab297eeed899797dfb718aaa92c99282b79fd251bf0e1926adf3ad21049 Oct 21 15:53:21.264 INFO running `"docker" "start" "-a" "e0846ab297eeed899797dfb718aaa92c99282b79fd251bf0e1926adf3ad21049"` Oct 21 15:53:22.363 INFO kablam! usermod: no changes Oct 21 15:53:22.445 INFO kablam! Checking rustmine v0.1.0 (/source) Oct 21 15:53:23.116 INFO kablam! error[E0425]: cannot find function `read_to_end` in this scope Oct 21 15:53:23.116 INFO kablam! --> src/lib.rs:98:22 Oct 21 15:53:23.116 INFO kablam! | Oct 21 15:53:23.116 INFO kablam! 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Oct 21 15:53:23.116 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 21 15:53:23.116 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 21 15:53:23.116 INFO kablam! | Oct 21 15:53:23.116 INFO kablam! 7 | use protocol::read_to_end; Oct 21 15:53:23.116 INFO kablam! | Oct 21 15:53:23.116 INFO kablam! Oct 21 15:53:23.120 INFO kablam! warning: unused import: `byteorder::*` Oct 21 15:53:23.120 INFO kablam! --> src/lib.rs:14:5 Oct 21 15:53:23.120 INFO kablam! | Oct 21 15:53:23.120 INFO kablam! 14 | use byteorder::*; Oct 21 15:53:23.120 INFO kablam! | ^^^^^^^^^^^^ Oct 21 15:53:23.120 INFO kablam! | Oct 21 15:53:23.120 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:53:23.120 INFO kablam! Oct 21 15:53:23.120 INFO kablam! warning: unused import: `BufReader` Oct 21 15:53:23.120 INFO kablam! --> src/protocol.rs:3:47 Oct 21 15:53:23.120 INFO kablam! | Oct 21 15:53:23.120 INFO kablam! 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Oct 21 15:53:23.120 INFO kablam! | ^^^^^^^^^ Oct 21 15:53:23.120 INFO kablam! Oct 21 15:53:23.177 INFO kablam! error[E0425]: cannot find function `read_to_end` in this scope Oct 21 15:53:23.177 INFO kablam! --> src/lib.rs:98:22 Oct 21 15:53:23.178 INFO kablam! | Oct 21 15:53:23.178 INFO kablam! 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Oct 21 15:53:23.178 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 21 15:53:23.178 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 21 15:53:23.178 INFO kablam! | Oct 21 15:53:23.179 INFO kablam! 7 | use protocol::read_to_end; Oct 21 15:53:23.179 INFO kablam! | Oct 21 15:53:23.179 INFO kablam! Oct 21 15:53:23.179 INFO kablam! warning: unused import: `byteorder::*` Oct 21 15:53:23.179 INFO kablam! --> src/lib.rs:14:5 Oct 21 15:53:23.179 INFO kablam! | Oct 21 15:53:23.179 INFO kablam! 14 | use byteorder::*; Oct 21 15:53:23.180 INFO kablam! | ^^^^^^^^^^^^ Oct 21 15:53:23.180 INFO kablam! | Oct 21 15:53:23.180 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:53:23.180 INFO kablam! Oct 21 15:53:23.180 INFO kablam! warning: unused import: `BufReader` Oct 21 15:53:23.180 INFO kablam! --> src/protocol.rs:3:47 Oct 21 15:53:23.181 INFO kablam! | Oct 21 15:53:23.181 INFO kablam! 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Oct 21 15:53:23.181 INFO kablam! | ^^^^^^^^^ Oct 21 15:53:23.181 INFO kablam! Oct 21 15:53:23.225 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 21 15:53:23.225 INFO kablam! --> src/lib.rs:112:36 Oct 21 15:53:23.225 INFO kablam! | Oct 21 15:53:23.225 INFO kablam! 112 | let (packet_length, _) = bytes.read_var_int()?; Oct 21 15:53:23.225 INFO kablam! | ^^^^^^^^^^^^ Oct 21 15:53:23.225 INFO kablam! | Oct 21 15:53:23.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 21 15:53:23.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 21 15:53:23.225 INFO kablam! | Oct 21 15:53:23.225 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 21 15:53:23.225 INFO kablam! | Oct 21 15:53:23.225 INFO kablam! Oct 21 15:53:23.225 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 21 15:53:23.225 INFO kablam! --> src/lib.rs:113:38 Oct 21 15:53:23.225 INFO kablam! | Oct 21 15:53:23.225 INFO kablam! 113 | let (packet_id, id_size) = bytes.read_var_int()?; Oct 21 15:53:23.225 INFO kablam! | ^^^^^^^^^^^^ Oct 21 15:53:23.225 INFO kablam! | Oct 21 15:53:23.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 21 15:53:23.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 21 15:53:23.225 INFO kablam! | Oct 21 15:53:23.225 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 21 15:53:23.225 INFO kablam! | Oct 21 15:53:23.225 INFO kablam! Oct 21 15:53:23.249 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 21 15:53:23.249 INFO kablam! --> src/protocol.rs:18:34 Oct 21 15:53:23.249 INFO kablam! | Oct 21 15:53:23.249 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 21 15:53:23.249 INFO kablam! | ^^^^^^^ Oct 21 15:53:23.249 INFO kablam! ... Oct 21 15:53:23.249 INFO kablam! 35 | define_read_var!(read_var_int, i32, 5); Oct 21 15:53:23.249 INFO kablam! | --------------------------------------- in this macro invocation Oct 21 15:53:23.249 INFO kablam! | Oct 21 15:53:23.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 21 15:53:23.249 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 21 15:53:23.249 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 21 15:53:23.249 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 21 15:53:23.249 INFO kablam! Oct 21 15:53:23.249 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 21 15:53:23.249 INFO kablam! --> src/protocol.rs:18:34 Oct 21 15:53:23.249 INFO kablam! | Oct 21 15:53:23.249 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 21 15:53:23.250 INFO kablam! | ^^^^^^^ Oct 21 15:53:23.250 INFO kablam! ... Oct 21 15:53:23.250 INFO kablam! 36 | define_read_var!(read_var_long, i64, 10); Oct 21 15:53:23.250 INFO kablam! | ----------------------------------------- in this macro invocation Oct 21 15:53:23.250 INFO kablam! | Oct 21 15:53:23.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 21 15:53:23.250 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 21 15:53:23.250 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 21 15:53:23.250 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 21 15:53:23.250 INFO kablam! Oct 21 15:53:23.272 INFO kablam! error: aborting due to 5 previous errors Oct 21 15:53:23.272 INFO kablam! Oct 21 15:53:23.272 INFO kablam! Some errors occurred: E0425, E0599. Oct 21 15:53:23.272 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 21 15:53:23.273 INFO kablam! error: Could not compile `rustmine`. Oct 21 15:53:23.273 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 15:53:23.293 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 21 15:53:23.293 INFO kablam! --> src/lib.rs:112:36 Oct 21 15:53:23.294 INFO kablam! | Oct 21 15:53:23.294 INFO kablam! 112 | let (packet_length, _) = bytes.read_var_int()?; Oct 21 15:53:23.294 INFO kablam! | ^^^^^^^^^^^^ Oct 21 15:53:23.294 INFO kablam! | Oct 21 15:53:23.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 21 15:53:23.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 21 15:53:23.295 INFO kablam! | Oct 21 15:53:23.295 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 21 15:53:23.296 INFO kablam! | Oct 21 15:53:23.296 INFO kablam! Oct 21 15:53:23.296 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 21 15:53:23.297 INFO kablam! --> src/lib.rs:113:38 Oct 21 15:53:23.297 INFO kablam! | Oct 21 15:53:23.297 INFO kablam! 113 | let (packet_id, id_size) = bytes.read_var_int()?; Oct 21 15:53:23.297 INFO kablam! | ^^^^^^^^^^^^ Oct 21 15:53:23.298 INFO kablam! | Oct 21 15:53:23.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 21 15:53:23.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 21 15:53:23.298 INFO kablam! | Oct 21 15:53:23.299 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 21 15:53:23.299 INFO kablam! | Oct 21 15:53:23.299 INFO kablam! Oct 21 15:53:23.300 INFO kablam! error[E0599]: no method named `read_var_int` found for type `std::io::Cursor` in the current scope Oct 21 15:53:23.300 INFO kablam! --> src/lib.rs:136:27 Oct 21 15:53:23.300 INFO kablam! | Oct 21 15:53:23.300 INFO kablam! 136 | assert_eq!(cursor.read_var_int().unwrap().0, 2147483647); Oct 21 15:53:23.300 INFO kablam! | ^^^^^^^^^^^^ Oct 21 15:53:23.300 INFO kablam! | Oct 21 15:53:23.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 21 15:53:23.300 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 21 15:53:23.300 INFO kablam! `use protocol::MinecraftBufRead;` Oct 21 15:53:23.300 INFO kablam! Oct 21 15:53:23.332 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 21 15:53:23.332 INFO kablam! --> src/protocol.rs:18:34 Oct 21 15:53:23.332 INFO kablam! | Oct 21 15:53:23.332 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 21 15:53:23.332 INFO kablam! | ^^^^^^^ Oct 21 15:53:23.332 INFO kablam! ... Oct 21 15:53:23.332 INFO kablam! 35 | define_read_var!(read_var_int, i32, 5); Oct 21 15:53:23.332 INFO kablam! | --------------------------------------- in this macro invocation Oct 21 15:53:23.332 INFO kablam! | Oct 21 15:53:23.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 21 15:53:23.332 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 21 15:53:23.332 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 21 15:53:23.332 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 21 15:53:23.332 INFO kablam! Oct 21 15:53:23.332 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 21 15:53:23.332 INFO kablam! --> src/protocol.rs:18:34 Oct 21 15:53:23.332 INFO kablam! | Oct 21 15:53:23.332 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 21 15:53:23.333 INFO kablam! | ^^^^^^^ Oct 21 15:53:23.333 INFO kablam! ... Oct 21 15:53:23.333 INFO kablam! 36 | define_read_var!(read_var_long, i64, 10); Oct 21 15:53:23.333 INFO kablam! | ----------------------------------------- in this macro invocation Oct 21 15:53:23.333 INFO kablam! | Oct 21 15:53:23.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 21 15:53:23.333 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 21 15:53:23.333 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 21 15:53:23.333 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 21 15:53:23.333 INFO kablam! Oct 21 15:53:23.352 INFO kablam! error: aborting due to 6 previous errors Oct 21 15:53:23.352 INFO kablam! Oct 21 15:53:23.352 INFO kablam! Some errors occurred: E0425, E0599. Oct 21 15:53:23.352 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 21 15:53:23.360 INFO kablam! error: Could not compile `rustmine`. Oct 21 15:53:23.360 INFO kablam! Oct 21 15:53:23.360 INFO kablam! To learn more, run the command again with --verbose. Oct 21 15:53:23.364 INFO kablam! su: No module specific data is present Oct 21 15:53:24.044 INFO running `"docker" "rm" "-f" "e0846ab297eeed899797dfb718aaa92c99282b79fd251bf0e1926adf3ad21049"` Oct 21 15:53:24.429 INFO blam! e0846ab297eeed899797dfb718aaa92c99282b79fd251bf0e1926adf3ad21049