Oct 26 20:21:44.077 INFO checking stan4cb/rust-tools against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 20:21:44.077 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 26 20:21:44.451 INFO blam! 952e7155a87b644cad6864311e59321e87b4aa5e469dcf5ce02d0e10f6e029b5 Oct 26 20:21:44.452 INFO running `"docker" "start" "-a" "952e7155a87b644cad6864311e59321e87b4aa5e469dcf5ce02d0e10f6e029b5"` Oct 26 20:21:45.593 INFO kablam! usermod: no changes Oct 26 20:21:45.655 INFO kablam! Checking rust-tools v0.1.0 (/source) Oct 26 20:21:45.985 INFO kablam! warning: unused import: `Write` Oct 26 20:21:45.985 INFO kablam! --> src/main.rs:2:21 Oct 26 20:21:45.985 INFO kablam! | Oct 26 20:21:45.986 INFO kablam! 2 | use std::io::{Read, Write, Seek, SeekFrom}; Oct 26 20:21:45.986 INFO kablam! | ^^^^^ Oct 26 20:21:45.986 INFO kablam! | Oct 26 20:21:45.986 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:21:45.986 INFO kablam! Oct 26 20:21:45.986 INFO kablam! warning: unused import: `Read` Oct 26 20:21:45.986 INFO kablam! --> src/tools.rs:3:15 Oct 26 20:21:45.986 INFO kablam! | Oct 26 20:21:45.986 INFO kablam! 3 | use std::io::{Read, Write}; Oct 26 20:21:45.987 INFO kablam! | ^^^^ Oct 26 20:21:45.987 INFO kablam! Oct 26 20:21:46.083 INFO kablam! warning: unused import: `Write` Oct 26 20:21:46.083 INFO kablam! --> src/main.rs:2:21 Oct 26 20:21:46.083 INFO kablam! | Oct 26 20:21:46.083 INFO kablam! 2 | use std::io::{Read, Write, Seek, SeekFrom}; Oct 26 20:21:46.083 INFO kablam! | ^^^^^ Oct 26 20:21:46.083 INFO kablam! | Oct 26 20:21:46.083 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:21:46.083 INFO kablam! Oct 26 20:21:46.083 INFO kablam! warning: unused import: `Read` Oct 26 20:21:46.083 INFO kablam! --> src/tools.rs:3:15 Oct 26 20:21:46.083 INFO kablam! | Oct 26 20:21:46.083 INFO kablam! 3 | use std::io::{Read, Write}; Oct 26 20:21:46.083 INFO kablam! | ^^^^ Oct 26 20:21:46.083 INFO kablam! Oct 26 20:21:46.103 INFO kablam! warning: unused variable: `res` Oct 26 20:21:46.103 INFO kablam! --> src/main.rs:135:24 Oct 26 20:21:46.103 INFO kablam! | Oct 26 20:21:46.103 INFO kablam! 135 | Ok(res) => { Oct 26 20:21:46.103 INFO kablam! | ^^^ help: consider using `_res` instead Oct 26 20:21:46.103 INFO kablam! | Oct 26 20:21:46.103 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:21:46.103 INFO kablam! Oct 26 20:21:46.143 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:46.143 INFO kablam! --> src/main.rs:131:17 Oct 26 20:21:46.143 INFO kablam! | Oct 26 20:21:46.143 INFO kablam! 131 | file.read_exact(&mut x); Oct 26 20:21:46.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:46.143 INFO kablam! | Oct 26 20:21:46.143 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:21:46.143 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:46.143 INFO kablam! Oct 26 20:21:46.143 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:46.143 INFO kablam! --> src/main.rs:138:25 Oct 26 20:21:46.143 INFO kablam! | Oct 26 20:21:46.143 INFO kablam! 138 | file.read_exact(&mut a); Oct 26 20:21:46.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:46.143 INFO kablam! | Oct 26 20:21:46.143 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:46.143 INFO kablam! Oct 26 20:21:46.143 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:46.143 INFO kablam! --> src/main.rs:141:25 Oct 26 20:21:46.143 INFO kablam! | Oct 26 20:21:46.143 INFO kablam! 141 | file.read_exact(&mut a); Oct 26 20:21:46.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:46.143 INFO kablam! | Oct 26 20:21:46.143 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:46.143 INFO kablam! Oct 26 20:21:46.143 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:46.143 INFO kablam! --> src/main.rs:144:25 Oct 26 20:21:46.143 INFO kablam! | Oct 26 20:21:46.143 INFO kablam! 144 | file.read_exact(&mut a); Oct 26 20:21:46.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:46.143 INFO kablam! | Oct 26 20:21:46.143 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:46.143 INFO kablam! Oct 26 20:21:46.195 INFO kablam! warning: unused variable: `res` Oct 26 20:21:46.195 INFO kablam! --> src/main.rs:135:24 Oct 26 20:21:46.195 INFO kablam! | Oct 26 20:21:46.195 INFO kablam! 135 | Ok(res) => { Oct 26 20:21:46.195 INFO kablam! | ^^^ help: consider using `_res` instead Oct 26 20:21:46.195 INFO kablam! | Oct 26 20:21:46.195 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:21:46.195 INFO kablam! Oct 26 20:21:46.223 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:46.223 INFO kablam! --> src/main.rs:131:17 Oct 26 20:21:46.223 INFO kablam! | Oct 26 20:21:46.223 INFO kablam! 131 | file.read_exact(&mut x); Oct 26 20:21:46.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:46.223 INFO kablam! | Oct 26 20:21:46.223 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:21:46.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:46.223 INFO kablam! Oct 26 20:21:46.223 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:46.223 INFO kablam! --> src/main.rs:138:25 Oct 26 20:21:46.223 INFO kablam! | Oct 26 20:21:46.223 INFO kablam! 138 | file.read_exact(&mut a); Oct 26 20:21:46.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:46.223 INFO kablam! | Oct 26 20:21:46.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:46.223 INFO kablam! Oct 26 20:21:46.223 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:46.223 INFO kablam! --> src/main.rs:141:25 Oct 26 20:21:46.223 INFO kablam! | Oct 26 20:21:46.223 INFO kablam! 141 | file.read_exact(&mut a); Oct 26 20:21:46.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:46.223 INFO kablam! | Oct 26 20:21:46.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:46.223 INFO kablam! Oct 26 20:21:46.223 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:46.223 INFO kablam! --> src/main.rs:144:25 Oct 26 20:21:46.223 INFO kablam! | Oct 26 20:21:46.223 INFO kablam! 144 | file.read_exact(&mut a); Oct 26 20:21:46.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:46.223 INFO kablam! | Oct 26 20:21:46.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:46.223 INFO kablam! Oct 26 20:21:46.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.63s Oct 26 20:21:46.263 INFO kablam! su: No module specific data is present Oct 26 20:21:47.147 INFO running `"docker" "rm" "-f" "952e7155a87b644cad6864311e59321e87b4aa5e469dcf5ce02d0e10f6e029b5"` Oct 26 20:21:47.439 INFO blam! 952e7155a87b644cad6864311e59321e87b4aa5e469dcf5ce02d0e10f6e029b5