Oct 31 19:49:04.184 INFO checking thara/tkzip against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 19:49:04.184 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 19:49:04.642 INFO blam! fe8f578e26f12a92524c8ba84ec4b4013becc389a78278aafa76b21d4c91f4f5 Oct 31 19:49:04.644 INFO running `"docker" "start" "-a" "fe8f578e26f12a92524c8ba84ec4b4013becc389a78278aafa76b21d4c91f4f5"` Oct 31 19:49:06.784 INFO kablam! usermod: no changes Oct 31 19:49:06.892 INFO kablam! Compiling cc v1.0.2 Oct 31 19:49:06.892 INFO kablam! Checking libc v0.2.32 Oct 31 19:49:06.892 INFO kablam! Checking podio v0.1.5 Oct 31 19:49:09.207 INFO kablam! Checking time v0.1.38 Oct 31 19:49:11.411 INFO kablam! Compiling miniz-sys v0.1.10 Oct 31 19:49:11.411 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 31 19:49:12.506 INFO kablam! Checking msdos_time v0.1.5 Oct 31 19:49:14.425 INFO kablam! Checking flate2 v0.2.20 Oct 31 19:49:14.741 INFO kablam! Checking bzip2 v0.3.2 Oct 31 19:49:15.929 INFO kablam! Checking zip v0.2.6 Oct 31 19:49:16.680 INFO kablam! Checking tkzip v0.1.0 (/source) Oct 31 19:49:17.180 INFO kablam! warning: unused import: `std::fs::OpenOptions` Oct 31 19:49:17.180 INFO kablam! --> src/main.rs:4:5 Oct 31 19:49:17.180 INFO kablam! | Oct 31 19:49:17.180 INFO kablam! 4 | use std::fs::OpenOptions; Oct 31 19:49:17.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 19:49:17.180 INFO kablam! | Oct 31 19:49:17.180 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 19:49:17.180 INFO kablam! Oct 31 19:49:17.180 INFO kablam! warning: unused import: `BufReader` Oct 31 19:49:17.180 INFO kablam! --> src/main.rs:6:15 Oct 31 19:49:17.180 INFO kablam! | Oct 31 19:49:17.180 INFO kablam! 6 | use std::io::{BufReader, BufWriter}; Oct 31 19:49:17.180 INFO kablam! | ^^^^^^^^^ Oct 31 19:49:17.180 INFO kablam! Oct 31 19:49:17.192 INFO kablam! warning: unused import: `std::fs::OpenOptions` Oct 31 19:49:17.192 INFO kablam! --> src/main.rs:4:5 Oct 31 19:49:17.192 INFO kablam! | Oct 31 19:49:17.192 INFO kablam! 4 | use std::fs::OpenOptions; Oct 31 19:49:17.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 19:49:17.192 INFO kablam! | Oct 31 19:49:17.192 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 19:49:17.192 INFO kablam! Oct 31 19:49:17.192 INFO kablam! warning: unused import: `BufReader` Oct 31 19:49:17.192 INFO kablam! --> src/main.rs:6:15 Oct 31 19:49:17.192 INFO kablam! | Oct 31 19:49:17.192 INFO kablam! 6 | use std::io::{BufReader, BufWriter}; Oct 31 19:49:17.192 INFO kablam! | ^^^^^^^^^ Oct 31 19:49:17.192 INFO kablam! Oct 31 19:49:17.280 INFO kablam! warning: variable does not need to be mutable Oct 31 19:49:17.280 INFO kablam! --> src/main.rs:20:9 Oct 31 19:49:17.280 INFO kablam! | Oct 31 19:49:17.281 INFO kablam! 20 | let mut f = File::open(path).ok().expect("File open failed"); Oct 31 19:49:17.281 INFO kablam! | ----^ Oct 31 19:49:17.281 INFO kablam! | | Oct 31 19:49:17.281 INFO kablam! | help: remove this `mut` Oct 31 19:49:17.281 INFO kablam! | Oct 31 19:49:17.282 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 19:49:17.282 INFO kablam! Oct 31 19:49:17.292 INFO kablam! warning: variable does not need to be mutable Oct 31 19:49:17.293 INFO kablam! --> src/main.rs:20:9 Oct 31 19:49:17.293 INFO kablam! | Oct 31 19:49:17.293 INFO kablam! 20 | let mut f = File::open(path).ok().expect("File open failed"); Oct 31 19:49:17.294 INFO kablam! | ----^ Oct 31 19:49:17.294 INFO kablam! | | Oct 31 19:49:17.294 INFO kablam! | help: remove this `mut` Oct 31 19:49:17.295 INFO kablam! | Oct 31 19:49:17.295 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 19:49:17.295 INFO kablam! Oct 31 19:49:17.296 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:49:17.296 INFO kablam! --> src/main.rs:18:5 Oct 31 19:49:17.296 INFO kablam! | Oct 31 19:49:17.296 INFO kablam! 18 | fs::create_dir_all(dest); Oct 31 19:49:17.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:49:17.297 INFO kablam! | Oct 31 19:49:17.297 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 19:49:17.298 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:49:17.298 INFO kablam! Oct 31 19:49:17.298 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:49:17.298 INFO kablam! --> src/main.rs:44:21 Oct 31 19:49:17.299 INFO kablam! | Oct 31 19:49:17.299 INFO kablam! 44 | fs::create_dir_all(dir); Oct 31 19:49:17.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:49:17.300 INFO kablam! | Oct 31 19:49:17.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:49:17.300 INFO kablam! Oct 31 19:49:17.301 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:49:17.301 INFO kablam! --> src/main.rs:51:29 Oct 31 19:49:17.301 INFO kablam! | Oct 31 19:49:17.301 INFO kablam! 51 | w.write(&[byte]); Oct 31 19:49:17.302 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 31 19:49:17.302 INFO kablam! | Oct 31 19:49:17.302 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:49:17.303 INFO kablam! Oct 31 19:49:17.303 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:49:17.303 INFO kablam! --> src/main.rs:54:21 Oct 31 19:49:17.304 INFO kablam! | Oct 31 19:49:17.308 INFO kablam! 54 | w.flush(); Oct 31 19:49:17.312 INFO kablam! | ^^^^^^^^^^ Oct 31 19:49:17.314 INFO kablam! | Oct 31 19:49:17.315 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:49:17.315 INFO kablam! Oct 31 19:49:17.315 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:49:17.316 INFO kablam! --> src/main.rs:18:5 Oct 31 19:49:17.316 INFO kablam! | Oct 31 19:49:17.316 INFO kablam! 18 | fs::create_dir_all(dest); Oct 31 19:49:17.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:49:17.317 INFO kablam! | Oct 31 19:49:17.317 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 19:49:17.317 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:49:17.317 INFO kablam! Oct 31 19:49:17.318 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:49:17.318 INFO kablam! --> src/main.rs:44:21 Oct 31 19:49:17.318 INFO kablam! | Oct 31 19:49:17.319 INFO kablam! 44 | fs::create_dir_all(dir); Oct 31 19:49:17.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:49:17.319 INFO kablam! | Oct 31 19:49:17.319 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:49:17.320 INFO kablam! Oct 31 19:49:17.320 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:49:17.320 INFO kablam! --> src/main.rs:51:29 Oct 31 19:49:17.320 INFO kablam! | Oct 31 19:49:17.321 INFO kablam! 51 | w.write(&[byte]); Oct 31 19:49:17.322 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 31 19:49:17.322 INFO kablam! | Oct 31 19:49:17.322 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:49:17.322 INFO kablam! Oct 31 19:49:17.323 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:49:17.323 INFO kablam! --> src/main.rs:54:21 Oct 31 19:49:17.323 INFO kablam! | Oct 31 19:49:17.324 INFO kablam! 54 | w.flush(); Oct 31 19:49:17.328 INFO kablam! | ^^^^^^^^^^ Oct 31 19:49:17.328 INFO kablam! | Oct 31 19:49:17.329 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:49:17.329 INFO kablam! Oct 31 19:49:17.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.52s Oct 31 19:49:17.341 INFO kablam! su: No module specific data is present Oct 31 19:49:18.005 INFO running `"docker" "rm" "-f" "fe8f578e26f12a92524c8ba84ec4b4013becc389a78278aafa76b21d4c91f4f5"` Oct 31 19:49:18.252 INFO blam! fe8f578e26f12a92524c8ba84ec4b4013becc389a78278aafa76b21d4c91f4f5