Oct 26 20:21:47.438 INFO checking stan4cb/rust-tools against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:21:47.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:47.938 INFO blam! 9e2c2c12d72eb217be6eeaed50b9be97e6179cef9eb44eceb47aa308eddd1415 Oct 26 20:21:47.940 INFO running `"docker" "start" "-a" "9e2c2c12d72eb217be6eeaed50b9be97e6179cef9eb44eceb47aa308eddd1415"` Oct 26 20:21:48.933 INFO kablam! usermod: no changes Oct 26 20:21:48.971 INFO kablam! Checking rust-tools v0.1.0 (/source) Oct 26 20:21:49.235 INFO kablam! warning: unused import: `Write` Oct 26 20:21:49.235 INFO kablam! --> src/main.rs:2:21 Oct 26 20:21:49.235 INFO kablam! | Oct 26 20:21:49.235 INFO kablam! 2 | use std::io::{Read, Write, Seek, SeekFrom}; Oct 26 20:21:49.235 INFO kablam! | ^^^^^ Oct 26 20:21:49.235 INFO kablam! | Oct 26 20:21:49.236 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:21:49.236 INFO kablam! Oct 26 20:21:49.236 INFO kablam! warning: unused import: `Read` Oct 26 20:21:49.236 INFO kablam! --> src/tools.rs:3:15 Oct 26 20:21:49.236 INFO kablam! | Oct 26 20:21:49.236 INFO kablam! 3 | use std::io::{Read, Write}; Oct 26 20:21:49.236 INFO kablam! | ^^^^ Oct 26 20:21:49.236 INFO kablam! Oct 26 20:21:49.291 INFO kablam! warning: unused import: `Write` Oct 26 20:21:49.291 INFO kablam! --> src/main.rs:2:21 Oct 26 20:21:49.291 INFO kablam! | Oct 26 20:21:49.291 INFO kablam! 2 | use std::io::{Read, Write, Seek, SeekFrom}; Oct 26 20:21:49.291 INFO kablam! | ^^^^^ Oct 26 20:21:49.292 INFO kablam! | Oct 26 20:21:49.292 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:21:49.292 INFO kablam! Oct 26 20:21:49.292 INFO kablam! warning: unused import: `Read` Oct 26 20:21:49.292 INFO kablam! --> src/tools.rs:3:15 Oct 26 20:21:49.292 INFO kablam! | Oct 26 20:21:49.292 INFO kablam! 3 | use std::io::{Read, Write}; Oct 26 20:21:49.292 INFO kablam! | ^^^^ Oct 26 20:21:49.292 INFO kablam! Oct 26 20:21:49.343 INFO kablam! warning: unused variable: `res` Oct 26 20:21:49.343 INFO kablam! --> src/main.rs:135:24 Oct 26 20:21:49.343 INFO kablam! | Oct 26 20:21:49.343 INFO kablam! 135 | Ok(res) => { Oct 26 20:21:49.344 INFO kablam! | ^^^ help: consider using `_res` instead Oct 26 20:21:49.344 INFO kablam! | Oct 26 20:21:49.344 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:21:49.344 INFO kablam! Oct 26 20:21:49.372 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:49.372 INFO kablam! --> src/main.rs:131:17 Oct 26 20:21:49.372 INFO kablam! | Oct 26 20:21:49.372 INFO kablam! 131 | file.read_exact(&mut x); Oct 26 20:21:49.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:49.372 INFO kablam! | Oct 26 20:21:49.372 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:21:49.373 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:49.373 INFO kablam! Oct 26 20:21:49.374 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:49.374 INFO kablam! --> src/main.rs:138:25 Oct 26 20:21:49.374 INFO kablam! | Oct 26 20:21:49.375 INFO kablam! 138 | file.read_exact(&mut a); Oct 26 20:21:49.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:49.375 INFO kablam! | Oct 26 20:21:49.376 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:49.376 INFO kablam! Oct 26 20:21:49.376 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:49.377 INFO kablam! --> src/main.rs:141:25 Oct 26 20:21:49.377 INFO kablam! | Oct 26 20:21:49.377 INFO kablam! 141 | file.read_exact(&mut a); Oct 26 20:21:49.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:49.378 INFO kablam! | Oct 26 20:21:49.379 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:49.379 INFO kablam! Oct 26 20:21:49.379 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:49.380 INFO kablam! --> src/main.rs:144:25 Oct 26 20:21:49.380 INFO kablam! | Oct 26 20:21:49.380 INFO kablam! 144 | file.read_exact(&mut a); Oct 26 20:21:49.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:49.381 INFO kablam! | Oct 26 20:21:49.381 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:49.382 INFO kablam! Oct 26 20:21:49.474 INFO kablam! warning: unused variable: `res` Oct 26 20:21:49.474 INFO kablam! --> src/main.rs:135:24 Oct 26 20:21:49.474 INFO kablam! | Oct 26 20:21:49.474 INFO kablam! 135 | Ok(res) => { Oct 26 20:21:49.474 INFO kablam! | ^^^ help: consider using `_res` instead Oct 26 20:21:49.474 INFO kablam! | Oct 26 20:21:49.474 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:21:49.474 INFO kablam! Oct 26 20:21:49.520 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:49.520 INFO kablam! --> src/main.rs:131:17 Oct 26 20:21:49.520 INFO kablam! | Oct 26 20:21:49.520 INFO kablam! 131 | file.read_exact(&mut x); Oct 26 20:21:49.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:49.520 INFO kablam! | Oct 26 20:21:49.520 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:21:49.520 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:49.520 INFO kablam! Oct 26 20:21:49.520 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:49.520 INFO kablam! --> src/main.rs:138:25 Oct 26 20:21:49.520 INFO kablam! | Oct 26 20:21:49.520 INFO kablam! 138 | file.read_exact(&mut a); Oct 26 20:21:49.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:49.520 INFO kablam! | Oct 26 20:21:49.520 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:49.520 INFO kablam! Oct 26 20:21:49.520 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:49.520 INFO kablam! --> src/main.rs:141:25 Oct 26 20:21:49.520 INFO kablam! | Oct 26 20:21:49.520 INFO kablam! 141 | file.read_exact(&mut a); Oct 26 20:21:49.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:49.520 INFO kablam! | Oct 26 20:21:49.520 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:49.520 INFO kablam! Oct 26 20:21:49.520 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:21:49.520 INFO kablam! --> src/main.rs:144:25 Oct 26 20:21:49.520 INFO kablam! | Oct 26 20:21:49.520 INFO kablam! 144 | file.read_exact(&mut a); Oct 26 20:21:49.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:21:49.520 INFO kablam! | Oct 26 20:21:49.520 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:21:49.520 INFO kablam! Oct 26 20:21:49.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Oct 26 20:21:49.572 INFO kablam! su: No module specific data is present Oct 26 20:21:50.449 INFO running `"docker" "rm" "-f" "9e2c2c12d72eb217be6eeaed50b9be97e6179cef9eb44eceb47aa308eddd1415"` Oct 26 20:21:50.795 INFO blam! 9e2c2c12d72eb217be6eeaed50b9be97e6179cef9eb44eceb47aa308eddd1415