Oct 10 18:51:36.237 INFO testing masp/rustmine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:51:36.237 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:51:36.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:51:36.604 INFO blam! c3d72539bbcda9fda24bb12c5c6e05744d88b62a1dd62ea32e48a96e356d3944 Oct 10 18:51:36.612 INFO running `"docker" "start" "-a" "c3d72539bbcda9fda24bb12c5c6e05744d88b62a1dd62ea32e48a96e356d3944"` Oct 10 18:51:37.803 INFO kablam! usermod: no changes Oct 10 18:51:37.908 INFO kablam! Compiling rustmine v0.1.0 (/source) Oct 10 18:51:39.208 INFO kablam! error[E0425]: cannot find function `read_to_end` in this scope Oct 10 18:51:39.208 INFO kablam! --> src/lib.rs:98:22 Oct 10 18:51:39.208 INFO kablam! | Oct 10 18:51:39.208 INFO kablam! 98 | let bytes_read = read_to_end(&mut buf, &mut data).unwrap(); Oct 10 18:51:39.208 INFO kablam! | ^^^^^^^^^^^ not found in this scope Oct 10 18:51:39.208 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 10 18:51:39.208 INFO kablam! | Oct 10 18:51:39.208 INFO kablam! 7 | use protocol::read_to_end; Oct 10 18:51:39.208 INFO kablam! | Oct 10 18:51:39.208 INFO kablam! Oct 10 18:51:39.208 INFO kablam! warning: unused import: `byteorder::*` Oct 10 18:51:39.208 INFO kablam! --> src/lib.rs:14:5 Oct 10 18:51:39.208 INFO kablam! | Oct 10 18:51:39.208 INFO kablam! 14 | use byteorder::*; Oct 10 18:51:39.208 INFO kablam! | ^^^^^^^^^^^^ Oct 10 18:51:39.208 INFO kablam! | Oct 10 18:51:39.208 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:51:39.208 INFO kablam! Oct 10 18:51:39.208 INFO kablam! warning: unused import: `BufReader` Oct 10 18:51:39.208 INFO kablam! --> src/protocol.rs:3:47 Oct 10 18:51:39.208 INFO kablam! | Oct 10 18:51:39.208 INFO kablam! 3 | use std::io::{Error, Read, ErrorKind, Result, BufReader, Cursor}; Oct 10 18:51:39.208 INFO kablam! | ^^^^^^^^^ Oct 10 18:51:39.208 INFO kablam! Oct 10 18:51:39.320 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 10 18:51:39.320 INFO kablam! --> src/lib.rs:112:36 Oct 10 18:51:39.320 INFO kablam! | Oct 10 18:51:39.320 INFO kablam! 112 | let (packet_length, _) = bytes.read_var_int()?; Oct 10 18:51:39.320 INFO kablam! | ^^^^^^^^^^^^ Oct 10 18:51:39.320 INFO kablam! | Oct 10 18:51:39.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 10 18:51:39.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 10 18:51:39.320 INFO kablam! | Oct 10 18:51:39.320 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 10 18:51:39.320 INFO kablam! | Oct 10 18:51:39.320 INFO kablam! Oct 10 18:51:39.324 INFO kablam! error[E0599]: no method named `read_var_int` found for type `&mut std::io::Cursor` in the current scope Oct 10 18:51:39.324 INFO kablam! --> src/lib.rs:113:38 Oct 10 18:51:39.324 INFO kablam! | Oct 10 18:51:39.324 INFO kablam! 113 | let (packet_id, id_size) = bytes.read_var_int()?; Oct 10 18:51:39.324 INFO kablam! | ^^^^^^^^^^^^ Oct 10 18:51:39.324 INFO kablam! | Oct 10 18:51:39.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 10 18:51:39.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 10 18:51:39.324 INFO kablam! | Oct 10 18:51:39.324 INFO kablam! 7 | use protocol::MinecraftBufRead; Oct 10 18:51:39.324 INFO kablam! | Oct 10 18:51:39.324 INFO kablam! Oct 10 18:51:39.352 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 10 18:51:39.352 INFO kablam! --> src/protocol.rs:18:34 Oct 10 18:51:39.352 INFO kablam! | Oct 10 18:51:39.352 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 10 18:51:39.352 INFO kablam! | ^^^^^^^ Oct 10 18:51:39.352 INFO kablam! ... Oct 10 18:51:39.352 INFO kablam! 35 | define_read_var!(read_var_int, i32, 5); Oct 10 18:51:39.353 INFO kablam! | --------------------------------------- in this macro invocation Oct 10 18:51:39.353 INFO kablam! | Oct 10 18:51:39.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 10 18:51:39.353 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 10 18:51:39.353 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 10 18:51:39.353 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 10 18:51:39.353 INFO kablam! Oct 10 18:51:39.363 INFO kablam! error[E0599]: no method named `read_u8` found for type `&mut std::io::Cursor` in the current scope Oct 10 18:51:39.363 INFO kablam! --> src/protocol.rs:18:34 Oct 10 18:51:39.363 INFO kablam! | Oct 10 18:51:39.363 INFO kablam! 18 | let read = bytes.read_u8()?; Oct 10 18:51:39.363 INFO kablam! | ^^^^^^^ Oct 10 18:51:39.363 INFO kablam! ... Oct 10 18:51:39.363 INFO kablam! 36 | define_read_var!(read_var_long, i64, 10); Oct 10 18:51:39.363 INFO kablam! | ----------------------------------------- in this macro invocation Oct 10 18:51:39.363 INFO kablam! | Oct 10 18:51:39.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 10 18:51:39.363 INFO kablam! = note: the following traits are implemented but not in scope, perhaps add a `use` for one of them: Oct 10 18:51:39.363 INFO kablam! candidate #1: `use byteorder::io::ReadBytesExt;` Oct 10 18:51:39.363 INFO kablam! candidate #2: `use byteorder::ReadBytesExt;` Oct 10 18:51:39.363 INFO kablam! Oct 10 18:51:39.375 INFO kablam! error: aborting due to 5 previous errors Oct 10 18:51:39.375 INFO kablam! Oct 10 18:51:39.375 INFO kablam! Some errors occurred: E0425, E0599. Oct 10 18:51:39.375 INFO kablam! For more information about an error, try `rustc --explain E0425`. Oct 10 18:51:39.386 INFO kablam! error: Could not compile `rustmine`. Oct 10 18:51:39.386 INFO kablam! Oct 10 18:51:39.386 INFO kablam! To learn more, run the command again with --verbose. Oct 10 18:51:39.386 INFO kablam! su: No module specific data is present Oct 10 18:51:40.038 INFO running `"docker" "rm" "-f" "c3d72539bbcda9fda24bb12c5c6e05744d88b62a1dd62ea32e48a96e356d3944"` Oct 10 18:51:40.364 INFO blam! c3d72539bbcda9fda24bb12c5c6e05744d88b62a1dd62ea32e48a96e356d3944