Oct 14 12:09:38.284 INFO testing masp/rustmine against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 12:09:38.284 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 12:09:38.800 INFO blam! 2a6fe99f7f5dbd663ee84c4ac153e213c4a437b155859687b99af68db8f8654b Oct 14 12:09:38.806 INFO running `"docker" "start" "-a" "2a6fe99f7f5dbd663ee84c4ac153e213c4a437b155859687b99af68db8f8654b"` Oct 14 12:09:40.036 INFO kablam! usermod: no changes Oct 14 12:09:40.151 INFO kablam! Compiling lazycell v1.2.0 Oct 14 12:09:40.159 INFO kablam! Compiling log v0.4.5 Oct 14 12:09:40.159 INFO kablam! Compiling bytes v0.4.10 Oct 14 12:09:41.119 INFO kablam! Compiling mio v0.6.16 Oct 14 12:09:44.875 INFO kablam! Compiling rustmine v0.1.0 (/source) Oct 14 12:09:45.091 INFO kablam! error[E0425]: cannot find function `read_to_end` in this scope Oct 14 12:09:45.095 INFO kablam! --> src/lib.rs:98:22 Oct 14 12:09:45.095 INFO kablam! | Oct 14 12:09:45.095 INFO kablam! 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Oct 14 12:09:45.097 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 14 12:09:45.097 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 14 12:09:45.097 INFO kablam! | Oct 14 12:09:45.098 INFO kablam! 7 | use protocol::read_to_end; Oct 14 12:09:45.098 INFO kablam! | Oct 14 12:09:45.099 INFO kablam! Oct 14 12:09:45.099 INFO kablam! warning: unused import: `byteorder::*` Oct 14 12:09:45.100 INFO kablam! --> src/lib.rs:14:5 Oct 14 12:09:45.100 INFO kablam! | Oct 14 12:09:45.101 INFO kablam! 14 | use byteorder::*; Oct 14 12:09:45.101 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:09:45.101 INFO kablam! | Oct 14 12:09:45.102 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:09:45.102 INFO kablam! Oct 14 12:09:45.102 INFO kablam! warning: unused import: `BufReader` Oct 14 12:09:45.103 INFO kablam! --> src/protocol.rs:3:47 Oct 14 12:09:45.103 INFO kablam! | Oct 14 12:09:45.103 INFO kablam! 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Oct 14 12:09:45.104 INFO kablam! | ^^^^^^^^^ Oct 14 12:09:45.104 INFO kablam! Oct 14 12:09:45.239 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 14 12:09:45.240 INFO kablam! --> src/lib.rs:112:36 Oct 14 12:09:45.240 INFO kablam! | Oct 14 12:09:45.240 INFO kablam! 112 | let (packet_length, _) = bytes.read_var_int()?; Oct 14 12:09:45.240 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:09:45.241 INFO kablam! | Oct 14 12:09:45.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 14 12:09:45.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 14 12:09:45.242 INFO kablam! | Oct 14 12:09:45.242 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 14 12:09:45.242 INFO kablam! | Oct 14 12:09:45.243 INFO kablam! Oct 14 12:09:45.243 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 14 12:09:45.243 INFO kablam! --> src/lib.rs:113:38 Oct 14 12:09:45.243 INFO kablam! | Oct 14 12:09:45.244 INFO kablam! 113 | let (packet_id, id_size) = bytes.read_var_int()?; Oct 14 12:09:45.244 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:09:45.244 INFO kablam! | Oct 14 12:09:45.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 14 12:09:45.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 14 12:09:45.245 INFO kablam! | Oct 14 12:09:45.246 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 14 12:09:45.246 INFO kablam! | Oct 14 12:09:45.246 INFO kablam! Oct 14 12:09:45.252 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 14 12:09:45.253 INFO kablam! --> src/protocol.rs:18:34 Oct 14 12:09:45.253 INFO kablam! | Oct 14 12:09:45.253 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 14 12:09:45.254 INFO kablam! | ^^^^^^^ Oct 14 12:09:45.254 INFO kablam! ... Oct 14 12:09:45.254 INFO kablam! 35 | define_read_var!(read_var_int, i32, 5); Oct 14 12:09:45.255 INFO kablam! | --------------------------------------- in this macro invocation Oct 14 12:09:45.255 INFO kablam! | Oct 14 12:09:45.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 14 12:09:45.256 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 14 12:09:45.256 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 14 12:09:45.256 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 14 12:09:45.256 INFO kablam! Oct 14 12:09:45.271 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 14 12:09:45.271 INFO kablam! --> src/protocol.rs:18:34 Oct 14 12:09:45.272 INFO kablam! | Oct 14 12:09:45.272 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 14 12:09:45.272 INFO kablam! | ^^^^^^^ Oct 14 12:09:45.272 INFO kablam! ... Oct 14 12:09:45.273 INFO kablam! 36 | define_read_var!(read_var_long, i64, 10); Oct 14 12:09:45.273 INFO kablam! | ----------------------------------------- in this macro invocation Oct 14 12:09:45.273 INFO kablam! | Oct 14 12:09:45.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 14 12:09:45.274 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 14 12:09:45.274 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 14 12:09:45.274 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 14 12:09:45.275 INFO kablam! Oct 14 12:09:45.294 INFO kablam! error: aborting due to 5 previous errors Oct 14 12:09:45.294 INFO kablam! Oct 14 12:09:45.294 INFO kablam! Some errors occurred: E0425, E0599. Oct 14 12:09:45.295 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 14 12:09:45.308 INFO kablam! error: Could not compile `rustmine`. Oct 14 12:09:45.308 INFO kablam! Oct 14 12:09:45.308 INFO kablam! To learn more, run the command again with --verbose. Oct 14 12:09:45.310 INFO kablam! su: No module specific data is present Oct 14 12:09:46.147 INFO running `"docker" "rm" "-f" "2a6fe99f7f5dbd663ee84c4ac153e213c4a437b155859687b99af68db8f8654b"` Oct 14 12:09:46.376 INFO blam! 2a6fe99f7f5dbd663ee84c4ac153e213c4a437b155859687b99af68db8f8654b