Oct 27 00:56:44.649 INFO checking masp/rustmine against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:56:44.651 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:45.055 INFO blam! a2c7ab0bfbe73b97936235b5ea53288f3e984dc4cc54a77d8d40b5996ebc14cf Oct 27 00:56:45.057 INFO running `"docker" "start" "-a" "a2c7ab0bfbe73b97936235b5ea53288f3e984dc4cc54a77d8d40b5996ebc14cf"` Oct 27 00:56:46.781 INFO kablam! usermod: no changes Oct 27 00:56:46.919 INFO kablam! Checking rustmine v0.1.0 (/source) Oct 27 00:56:47.815 INFO kablam! error[E0425]: cannot find function `read_to_end` in this scope Oct 27 00:56:47.815 INFO kablam! --> src/lib.rs:98:22 Oct 27 00:56:47.816 INFO kablam! | Oct 27 00:56:47.816 INFO kablam! 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Oct 27 00:56:47.816 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 27 00:56:47.817 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 00:56:47.817 INFO kablam! | Oct 27 00:56:47.817 INFO kablam! 7 | use protocol::read_to_end; Oct 27 00:56:47.817 INFO kablam! | Oct 27 00:56:47.818 INFO kablam! Oct 27 00:56:47.818 INFO kablam! warning: unused import: `byteorder::*` Oct 27 00:56:47.818 INFO kablam! --> src/lib.rs:14:5 Oct 27 00:56:47.818 INFO kablam! | Oct 27 00:56:47.819 INFO kablam! 14 | use byteorder::*; Oct 27 00:56:47.819 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:47.819 INFO kablam! | Oct 27 00:56:47.820 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:56:47.820 INFO kablam! Oct 27 00:56:47.820 INFO kablam! warning: unused import: `BufReader` Oct 27 00:56:47.820 INFO kablam! --> src/protocol.rs:3:47 Oct 27 00:56:47.821 INFO kablam! | Oct 27 00:56:47.821 INFO kablam! 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Oct 27 00:56:47.821 INFO kablam! | ^^^^^^^^^ Oct 27 00:56:47.821 INFO kablam! Oct 27 00:56:47.971 INFO kablam! error[E0425]: cannot find function `read_to_end` in this scope Oct 27 00:56:47.972 INFO kablam! --> src/lib.rs:98:22 Oct 27 00:56:47.972 INFO kablam! | Oct 27 00:56:47.972 INFO kablam! 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Oct 27 00:56:47.973 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 27 00:56:47.973 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 00:56:47.973 INFO kablam! | Oct 27 00:56:47.973 INFO kablam! 7 | use protocol::read_to_end; Oct 27 00:56:47.974 INFO kablam! | Oct 27 00:56:47.974 INFO kablam! Oct 27 00:56:47.974 INFO kablam! warning: unused import: `byteorder::*` Oct 27 00:56:47.975 INFO kablam! --> src/lib.rs:14:5 Oct 27 00:56:47.975 INFO kablam! | Oct 27 00:56:47.975 INFO kablam! 14 | use byteorder::*; Oct 27 00:56:47.975 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:47.976 INFO kablam! | Oct 27 00:56:47.976 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:56:47.976 INFO kablam! Oct 27 00:56:47.977 INFO kablam! warning: unused import: `BufReader` Oct 27 00:56:47.977 INFO kablam! --> src/protocol.rs:3:47 Oct 27 00:56:47.977 INFO kablam! | Oct 27 00:56:47.977 INFO kablam! 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Oct 27 00:56:47.978 INFO kablam! | ^^^^^^^^^ Oct 27 00:56:47.978 INFO kablam! Oct 27 00:56:48.027 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:48.027 INFO kablam! --> src/lib.rs:112:36 Oct 27 00:56:48.028 INFO kablam! | Oct 27 00:56:48.028 INFO kablam! 112 | let (packet_length, _) = bytes.read_var_int()?; Oct 27 00:56:48.028 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:48.029 INFO kablam! | Oct 27 00:56:48.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:48.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 00:56:48.029 INFO kablam! | Oct 27 00:56:48.030 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 27 00:56:48.030 INFO kablam! | Oct 27 00:56:48.030 INFO kablam! Oct 27 00:56:48.031 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:48.031 INFO kablam! --> src/lib.rs:113:38 Oct 27 00:56:48.031 INFO kablam! | Oct 27 00:56:48.032 INFO kablam! 113 | let (packet_id, id_size) = bytes.read_var_int()?; Oct 27 00:56:48.032 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:48.032 INFO kablam! | Oct 27 00:56:48.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:48.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 00:56:48.033 INFO kablam! | Oct 27 00:56:48.033 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 27 00:56:48.033 INFO kablam! | Oct 27 00:56:48.034 INFO kablam! Oct 27 00:56:48.067 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 27 00:56:48.068 INFO kablam! --> src/protocol.rs:18:34 Oct 27 00:56:48.068 INFO kablam! | Oct 27 00:56:48.068 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 27 00:56:48.068 INFO kablam! | ^^^^^^^ Oct 27 00:56:48.069 INFO kablam! ... Oct 27 00:56:48.069 INFO kablam! 35 | define_read_var!(read_var_int, i32, 5); Oct 27 00:56:48.069 INFO kablam! | --------------------------------------- in this macro invocation Oct 27 00:56:48.069 INFO kablam! | Oct 27 00:56:48.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:48.070 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 27 00:56:48.070 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 27 00:56:48.071 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 27 00:56:48.071 INFO kablam! Oct 27 00:56:48.071 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 27 00:56:48.071 INFO kablam! --> src/protocol.rs:18:34 Oct 27 00:56:48.072 INFO kablam! | Oct 27 00:56:48.072 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 27 00:56:48.072 INFO kablam! | ^^^^^^^ Oct 27 00:56:48.073 INFO kablam! ... Oct 27 00:56:48.073 INFO kablam! 36 | define_read_var!(read_var_long, i64, 10); Oct 27 00:56:48.073 INFO kablam! | ----------------------------------------- in this macro invocation Oct 27 00:56:48.073 INFO kablam! | Oct 27 00:56:48.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:48.074 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 27 00:56:48.074 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 27 00:56:48.075 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 27 00:56:48.075 INFO kablam! Oct 27 00:56:48.084 INFO kablam! error: aborting due to 5 previous errors Oct 27 00:56:48.085 INFO kablam! Oct 27 00:56:48.085 INFO kablam! Some errors occurred: E0425, E0599. Oct 27 00:56:48.085 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 27 00:56:48.095 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:48.095 INFO kablam! --> src/lib.rs:112:36 Oct 27 00:56:48.095 INFO kablam! | Oct 27 00:56:48.096 INFO kablam! 112 | let (packet_length, _) = bytes.read_var_int()?; Oct 27 00:56:48.096 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:48.096 INFO kablam! | Oct 27 00:56:48.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:48.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 00:56:48.097 INFO kablam! | Oct 27 00:56:48.098 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 27 00:56:48.098 INFO kablam! | Oct 27 00:56:48.098 INFO kablam! Oct 27 00:56:48.098 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:48.099 INFO kablam! --> src/lib.rs:113:38 Oct 27 00:56:48.099 INFO kablam! | Oct 27 00:56:48.099 INFO kablam! 113 | let (packet_id, id_size) = bytes.read_var_int()?; Oct 27 00:56:48.099 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:48.100 INFO kablam! | Oct 27 00:56:48.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:48.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 00:56:48.101 INFO kablam! | Oct 27 00:56:48.101 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 27 00:56:48.101 INFO kablam! | Oct 27 00:56:48.101 INFO kablam! Oct 27 00:56:48.107 INFO kablam! error: Could not compile `rustmine`. Oct 27 00:56:48.107 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 00:56:48.107 INFO kablam! error[E0599]: no method named `read_var_int` found for type `std::io::Cursor` in the current scope Oct 27 00:56:48.108 INFO kablam! --> src/lib.rs:136:27 Oct 27 00:56:48.108 INFO kablam! | Oct 27 00:56:48.108 INFO kablam! 136 | assert_eq!(cursor.read_var_int().unwrap().0, 2147483647); Oct 27 00:56:48.109 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:56:48.109 INFO kablam! | Oct 27 00:56:48.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:48.109 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 00:56:48.110 INFO kablam! `use protocol::MinecraftBufRead;` Oct 27 00:56:48.110 INFO kablam! Oct 27 00:56:48.131 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 27 00:56:48.131 INFO kablam! --> src/protocol.rs:18:34 Oct 27 00:56:48.131 INFO kablam! | Oct 27 00:56:48.132 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 27 00:56:48.132 INFO kablam! | ^^^^^^^ Oct 27 00:56:48.132 INFO kablam! ... Oct 27 00:56:48.133 INFO kablam! 35 | define_read_var!(read_var_int, i32, 5); Oct 27 00:56:48.133 INFO kablam! | --------------------------------------- in this macro invocation Oct 27 00:56:48.133 INFO kablam! | Oct 27 00:56:48.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:48.134 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 27 00:56:48.134 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 27 00:56:48.135 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 27 00:56:48.135 INFO kablam! Oct 27 00:56:48.135 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 27 00:56:48.135 INFO kablam! --> src/protocol.rs:18:34 Oct 27 00:56:48.136 INFO kablam! | Oct 27 00:56:48.136 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 27 00:56:48.136 INFO kablam! | ^^^^^^^ Oct 27 00:56:48.136 INFO kablam! ... Oct 27 00:56:48.137 INFO kablam! 36 | define_read_var!(read_var_long, i64, 10); Oct 27 00:56:48.137 INFO kablam! | ----------------------------------------- in this macro invocation Oct 27 00:56:48.137 INFO kablam! | Oct 27 00:56:48.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 00:56:48.138 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 27 00:56:48.138 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 27 00:56:48.138 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 27 00:56:48.139 INFO kablam! Oct 27 00:56:48.188 INFO kablam! error: aborting due to 6 previous errors Oct 27 00:56:48.188 INFO kablam! Oct 27 00:56:48.188 INFO kablam! Some errors occurred: E0425, E0599. Oct 27 00:56:48.189 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 27 00:56:48.189 INFO kablam! error: Could not compile `rustmine`. Oct 27 00:56:48.189 INFO kablam! Oct 27 00:56:48.190 INFO kablam! To learn more, run the command again with --verbose. Oct 27 00:56:48.190 INFO kablam! su: No module specific data is present Oct 27 00:56:49.043 INFO running `"docker" "rm" "-f" "a2c7ab0bfbe73b97936235b5ea53288f3e984dc4cc54a77d8d40b5996ebc14cf"` Oct 27 00:56:49.328 INFO blam! a2c7ab0bfbe73b97936235b5ea53288f3e984dc4cc54a77d8d40b5996ebc14cf