Oct 14 12:09:40.221 INFO testing masp/rustmine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:09:40.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:40.783 INFO blam! ce74ee0bd24fba7a61f5a78511e82bafa280ae1dd04fb45c05fa7b35b25497bf Oct 14 12:09:40.799 INFO running `"docker" "start" "-a" "ce74ee0bd24fba7a61f5a78511e82bafa280ae1dd04fb45c05fa7b35b25497bf"` Oct 14 12:09:42.403 INFO kablam! usermod: no changes Oct 14 12:09:42.535 INFO kablam! Compiling byteorder v0.4.2 Oct 14 12:09:42.535 INFO kablam! Compiling mio v0.6.16 Oct 14 12:09:45.882 INFO kablam! Compiling rustmine v0.1.0 (/source) Oct 14 12:09:46.121 INFO kablam! error[E0425]: cannot find function `read_to_end` in this scope Oct 14 12:09:46.121 INFO kablam! --> src/lib.rs:98:22 Oct 14 12:09:46.122 INFO kablam! | Oct 14 12:09:46.122 INFO kablam! 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Oct 14 12:09:46.124 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 14 12:09:46.124 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 14 12:09:46.126 INFO kablam! | Oct 14 12:09:46.127 INFO kablam! 7 | use protocol::read_to_end; Oct 14 12:09:46.127 INFO kablam! | Oct 14 12:09:46.127 INFO kablam! Oct 14 12:09:46.127 INFO kablam! warning: unused import: `byteorder::*` Oct 14 12:09:46.128 INFO kablam! --> src/lib.rs:14:5 Oct 14 12:09:46.128 INFO kablam! | Oct 14 12:09:46.128 INFO kablam! 14 | use byteorder::*; Oct 14 12:09:46.129 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:09:46.129 INFO kablam! | Oct 14 12:09:46.129 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:09:46.130 INFO kablam! Oct 14 12:09:46.130 INFO kablam! warning: unused import: `BufReader` Oct 14 12:09:46.130 INFO kablam! --> src/protocol.rs:3:47 Oct 14 12:09:46.131 INFO kablam! | Oct 14 12:09:46.131 INFO kablam! 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Oct 14 12:09:46.131 INFO kablam! | ^^^^^^^^^ Oct 14 12:09:46.132 INFO kablam! Oct 14 12:09:46.248 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:46.249 INFO kablam! --> src/lib.rs:112:36 Oct 14 12:09:46.249 INFO kablam! | Oct 14 12:09:46.249 INFO kablam! 112 | let (packet_length, _) = bytes.read_var_int()?; Oct 14 12:09:46.249 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:09:46.250 INFO kablam! | Oct 14 12:09:46.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 14 12:09:46.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 14 12:09:46.251 INFO kablam! | Oct 14 12:09:46.251 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 14 12:09:46.251 INFO kablam! | Oct 14 12:09:46.252 INFO kablam! Oct 14 12:09:46.255 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:46.255 INFO kablam! --> src/lib.rs:113:38 Oct 14 12:09:46.256 INFO kablam! | Oct 14 12:09:46.256 INFO kablam! 113 | let (packet_id, id_size) = bytes.read_var_int()?; Oct 14 12:09:46.256 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:09:46.256 INFO kablam! | Oct 14 12:09:46.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 14 12:09:46.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 14 12:09:46.257 INFO kablam! | Oct 14 12:09:46.258 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 14 12:09:46.258 INFO kablam! | Oct 14 12:09:46.258 INFO kablam! Oct 14 12:09:46.279 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 14 12:09:46.279 INFO kablam! --> src/protocol.rs:18:34 Oct 14 12:09:46.280 INFO kablam! | Oct 14 12:09:46.280 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 14 12:09:46.280 INFO kablam! | ^^^^^^^ Oct 14 12:09:46.281 INFO kablam! ... Oct 14 12:09:46.281 INFO kablam! 35 | define_read_var!(read_var_int, i32, 5); Oct 14 12:09:46.281 INFO kablam! | --------------------------------------- in this macro invocation Oct 14 12:09:46.282 INFO kablam! | Oct 14 12:09:46.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 14 12:09:46.282 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 14 12:09:46.282 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 14 12:09:46.283 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 14 12:09:46.283 INFO kablam! Oct 14 12:09:46.284 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 14 12:09:46.284 INFO kablam! --> src/protocol.rs:18:34 Oct 14 12:09:46.284 INFO kablam! | Oct 14 12:09:46.284 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 14 12:09:46.285 INFO kablam! | ^^^^^^^ Oct 14 12:09:46.285 INFO kablam! ... Oct 14 12:09:46.285 INFO kablam! 36 | define_read_var!(read_var_long, i64, 10); Oct 14 12:09:46.285 INFO kablam! | ----------------------------------------- in this macro invocation Oct 14 12:09:46.286 INFO kablam! | Oct 14 12:09:46.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 14 12:09:46.286 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 14 12:09:46.287 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 14 12:09:46.287 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 14 12:09:46.287 INFO kablam! Oct 14 12:09:46.296 INFO kablam! error: aborting due to 5 previous errors Oct 14 12:09:46.297 INFO kablam! Oct 14 12:09:46.297 INFO kablam! Some errors occurred: E0425, E0599. Oct 14 12:09:46.297 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 14 12:09:46.306 INFO kablam! error: Could not compile `rustmine`. Oct 14 12:09:46.306 INFO kablam! Oct 14 12:09:46.306 INFO kablam! To learn more, run the command again with --verbose. Oct 14 12:09:46.307 INFO kablam! su: No module specific data is present Oct 14 12:09:46.975 INFO running `"docker" "rm" "-f" "ce74ee0bd24fba7a61f5a78511e82bafa280ae1dd04fb45c05fa7b35b25497bf"` Oct 14 12:09:47.307 INFO blam! ce74ee0bd24fba7a61f5a78511e82bafa280ae1dd04fb45c05fa7b35b25497bf