Oct 27 00:56:47.569 INFO checking masp/rustmine against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:56:47.569 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 00:56:48.187 INFO blam! bb489d0ea3dd2875f4c99139416f33d64cfd97f5e5b3d56a2554f833d2c85701 Oct 27 00:56:48.195 INFO running `"docker" "start" "-a" "bb489d0ea3dd2875f4c99139416f33d64cfd97f5e5b3d56a2554f833d2c85701"` Oct 27 00:56:49.846 INFO kablam! usermod: no changes Oct 27 00:56:49.945 INFO kablam! Checking rustmine v0.1.0 (/source) Oct 27 00:56:50.867 INFO kablam! error[E0425]: cannot find function `read_to_end` in this scope Oct 27 00:56:50.867 INFO kablam! error[E0425]: cannot find function `read_to_end` in this scope Oct 27 00:56:50.867 INFO kablam! --> src/lib.rs:98:22 Oct 27 00:56:50.867 INFO kablam! | Oct 27 00:56:50.867 INFO kablam! 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Oct 27 00:56:50.867 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 27 00:56:50.867 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 00:56:50.867 INFO kablam! | Oct 27 00:56:50.867 INFO kablam! 7 | use protocol::read_to_end; Oct 27 00:56:50.867 INFO kablam! | Oct 27 00:56:50.867 INFO kablam! Oct 27 00:56:50.867 INFO kablam! warning: unused import: `byteorder::*` Oct 27 00:56:50.867 INFO kablam! --> src/lib.rs:14:5 Oct 27 00:56:50.867 INFO kablam! | Oct 27 00:56:50.867 INFO kablam! 14 | use byteorder::*; Oct 27 00:56:50.867 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:50.867 INFO kablam! | Oct 27 00:56:50.867 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:56:50.867 INFO kablam! Oct 27 00:56:50.867 INFO kablam! warning: unused import: `BufReader` Oct 27 00:56:50.867 INFO kablam! --> src/protocol.rs:3:47 Oct 27 00:56:50.867 INFO kablam! | Oct 27 00:56:50.867 INFO kablam! 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Oct 27 00:56:50.867 INFO kablam! | ^^^^^^^^^ Oct 27 00:56:50.867 INFO kablam! Oct 27 00:56:50.867 INFO kablam! --> src/lib.rs:98:22 Oct 27 00:56:50.867 INFO kablam! | Oct 27 00:56:50.867 INFO kablam! 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Oct 27 00:56:50.867 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 27 00:56:50.867 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 00:56:50.867 INFO kablam! | Oct 27 00:56:50.867 INFO kablam! 7 | use protocol::read_to_end; Oct 27 00:56:50.867 INFO kablam! | Oct 27 00:56:50.867 INFO kablam! Oct 27 00:56:50.867 INFO kablam! warning: unused import: `byteorder::*` Oct 27 00:56:50.867 INFO kablam! --> src/lib.rs:14:5 Oct 27 00:56:50.867 INFO kablam! | Oct 27 00:56:50.867 INFO kablam! 14 | use byteorder::*; Oct 27 00:56:50.867 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:50.867 INFO kablam! | Oct 27 00:56:50.867 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:56:50.867 INFO kablam! Oct 27 00:56:50.867 INFO kablam! warning: unused import: `BufReader` Oct 27 00:56:50.867 INFO kablam! --> src/protocol.rs:3:47 Oct 27 00:56:50.867 INFO kablam! | Oct 27 00:56:50.867 INFO kablam! 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Oct 27 00:56:50.867 INFO kablam! | ^^^^^^^^^ Oct 27 00:56:50.867 INFO kablam! Oct 27 00:56:51.001 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 27 00:56:51.001 INFO kablam! --> src/lib.rs:112:36 Oct 27 00:56:51.001 INFO kablam! | Oct 27 00:56:51.001 INFO kablam! 112 | let (packet_length, _) = bytes.read_var_int()?; Oct 27 00:56:51.001 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:51.001 INFO kablam! | Oct 27 00:56:51.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:51.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 00:56:51.001 INFO kablam! | Oct 27 00:56:51.001 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 27 00:56:51.001 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! Oct 27 00:56:51.007 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 27 00:56:51.007 INFO kablam! --> src/lib.rs:112:36 Oct 27 00:56:51.007 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! 112 | let (packet_length, _) = bytes.read_var_int()?; Oct 27 00:56:51.007 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:51.007 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:51.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 00:56:51.007 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 27 00:56:51.007 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! Oct 27 00:56:51.007 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 27 00:56:51.007 INFO kablam! --> src/lib.rs:113:38 Oct 27 00:56:51.007 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! 113 | let (packet_id, id_size) = bytes.read_var_int()?; Oct 27 00:56:51.007 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:51.007 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:51.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 00:56:51.007 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 27 00:56:51.007 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! Oct 27 00:56:51.007 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 27 00:56:51.007 INFO kablam! --> src/lib.rs:113:38 Oct 27 00:56:51.007 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! 113 | let (packet_id, id_size) = bytes.read_var_int()?; Oct 27 00:56:51.007 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:51.007 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:51.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 00:56:51.007 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 27 00:56:51.007 INFO kablam! | Oct 27 00:56:51.007 INFO kablam! Oct 27 00:56:51.015 INFO kablam! error[E0599]: no method named `read_var_int` found for type `std::io::Cursor` in the current scope Oct 27 00:56:51.015 INFO kablam! --> src/lib.rs:136:27 Oct 27 00:56:51.015 INFO kablam! | Oct 27 00:56:51.015 INFO kablam! 136 | assert_eq!(cursor.read_var_int().unwrap().0, 2147483647); Oct 27 00:56:51.015 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:51.015 INFO kablam! | Oct 27 00:56:51.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:51.015 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 00:56:51.015 INFO kablam! `use protocol::MinecraftBufRead;` Oct 27 00:56:51.015 INFO kablam! Oct 27 00:56:51.031 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 27 00:56:51.031 INFO kablam! --> src/protocol.rs:18:34 Oct 27 00:56:51.031 INFO kablam! | Oct 27 00:56:51.031 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 27 00:56:51.031 INFO kablam! | ^^^^^^^ Oct 27 00:56:51.031 INFO kablam! ... Oct 27 00:56:51.031 INFO kablam! 35 | define_read_var!(read_var_int, i32, 5); Oct 27 00:56:51.031 INFO kablam! | --------------------------------------- in this macro invocation Oct 27 00:56:51.031 INFO kablam! | Oct 27 00:56:51.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:51.031 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 27 00:56:51.031 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 27 00:56:51.031 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 27 00:56:51.031 INFO kablam! Oct 27 00:56:51.043 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 27 00:56:51.043 INFO kablam! --> src/protocol.rs:18:34 Oct 27 00:56:51.043 INFO kablam! | Oct 27 00:56:51.043 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 27 00:56:51.043 INFO kablam! | ^^^^^^^ Oct 27 00:56:51.043 INFO kablam! ... Oct 27 00:56:51.043 INFO kablam! 36 | define_read_var!(read_var_long, i64, 10); Oct 27 00:56:51.043 INFO kablam! | ----------------------------------------- in this macro invocation Oct 27 00:56:51.043 INFO kablam! | Oct 27 00:56:51.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:51.043 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 27 00:56:51.043 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 27 00:56:51.043 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 27 00:56:51.043 INFO kablam! Oct 27 00:56:51.047 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 27 00:56:51.047 INFO kablam! --> src/protocol.rs:18:34 Oct 27 00:56:51.047 INFO kablam! | Oct 27 00:56:51.047 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 27 00:56:51.047 INFO kablam! | ^^^^^^^ Oct 27 00:56:51.047 INFO kablam! ... Oct 27 00:56:51.047 INFO kablam! 35 | define_read_var!(read_var_int, i32, 5); Oct 27 00:56:51.047 INFO kablam! | --------------------------------------- in this macro invocation Oct 27 00:56:51.047 INFO kablam! | Oct 27 00:56:51.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:51.047 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 27 00:56:51.047 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 27 00:56:51.047 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 27 00:56:51.047 INFO kablam! Oct 27 00:56:51.059 INFO kablam! error: aborting due to 5 previous errors Oct 27 00:56:51.059 INFO kablam! Oct 27 00:56:51.059 INFO kablam! Some errors occurred: E0425, E0599. Oct 27 00:56:51.059 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 27 00:56:51.059 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 27 00:56:51.059 INFO kablam! --> src/protocol.rs:18:34 Oct 27 00:56:51.059 INFO kablam! | Oct 27 00:56:51.059 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 27 00:56:51.059 INFO kablam! | ^^^^^^^ Oct 27 00:56:51.059 INFO kablam! ... Oct 27 00:56:51.059 INFO kablam! 36 | define_read_var!(read_var_long, i64, 10); Oct 27 00:56:51.059 INFO kablam! | ----------------------------------------- in this macro invocation Oct 27 00:56:51.059 INFO kablam! | Oct 27 00:56:51.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:51.059 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 27 00:56:51.059 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 27 00:56:51.059 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 27 00:56:51.059 INFO kablam! Oct 27 00:56:51.083 INFO kablam! error: Could not compile `rustmine`. Oct 27 00:56:51.083 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 00:56:51.087 INFO kablam! error: aborting due to 6 previous errors Oct 27 00:56:51.087 INFO kablam! Oct 27 00:56:51.087 INFO kablam! Some errors occurred: E0425, E0599. Oct 27 00:56:51.087 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 27 00:56:51.099 INFO kablam! error: Could not compile `rustmine`. Oct 27 00:56:51.099 INFO kablam! Oct 27 00:56:51.100 INFO kablam! To learn more, run the command again with --verbose. Oct 27 00:56:51.101 INFO kablam! su: No module specific data is present Oct 27 00:56:52.212 INFO running `"docker" "rm" "-f" "bb489d0ea3dd2875f4c99139416f33d64cfd97f5e5b3d56a2554f833d2c85701"` Oct 27 00:56:52.523 INFO blam! bb489d0ea3dd2875f4c99139416f33d64cfd97f5e5b3d56a2554f833d2c85701