Oct 26 19:37:56.441 INFO checking thara/tkzip against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:37:56.443 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 19:37:56.980 INFO blam! eb41b8a960d128a6b7da810b5dc1754c6d5a5f65926463a215a35887322a4eaf Oct 26 19:37:56.983 INFO running `"docker" "start" "-a" "eb41b8a960d128a6b7da810b5dc1754c6d5a5f65926463a215a35887322a4eaf"` Oct 26 19:37:58.577 INFO kablam! usermod: no changes Oct 26 19:37:58.734 INFO kablam! Compiling cc v1.0.2 Oct 26 19:37:58.735 INFO kablam! Checking podio v0.1.5 Oct 26 19:37:58.735 INFO kablam! Checking msdos_time v0.1.5 Oct 26 19:38:02.459 INFO kablam! Compiling miniz-sys v0.1.10 Oct 26 19:38:02.460 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 26 19:38:05.519 INFO kablam! Checking flate2 v0.2.20 Oct 26 19:38:05.907 INFO kablam! Checking bzip2 v0.3.2 Oct 26 19:38:07.155 INFO kablam! Checking zip v0.2.6 Oct 26 19:38:08.007 INFO kablam! Checking tkzip v0.1.0 (/source) Oct 26 19:38:08.291 INFO kablam! warning: unused import: `std::fs::OpenOptions` Oct 26 19:38:08.291 INFO kablam! --> src/main.rs:4:5 Oct 26 19:38:08.291 INFO kablam! | Oct 26 19:38:08.291 INFO kablam! 4 | use std::fs::OpenOptions; Oct 26 19:38:08.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 19:38:08.291 INFO kablam! | Oct 26 19:38:08.291 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:38:08.291 INFO kablam! Oct 26 19:38:08.291 INFO kablam! warning: unused import: `BufReader` Oct 26 19:38:08.291 INFO kablam! --> src/main.rs:6:15 Oct 26 19:38:08.291 INFO kablam! | Oct 26 19:38:08.291 INFO kablam! 6 | use std::io::{BufReader, BufWriter}; Oct 26 19:38:08.291 INFO kablam! | ^^^^^^^^^ Oct 26 19:38:08.291 INFO kablam! Oct 26 19:38:08.387 INFO kablam! warning: variable does not need to be mutable Oct 26 19:38:08.387 INFO kablam! --> src/main.rs:20:9 Oct 26 19:38:08.387 INFO kablam! | Oct 26 19:38:08.387 INFO kablam! 20 | let mut f = File::open(path).ok().expect("File open failed"); Oct 26 19:38:08.387 INFO kablam! | ----^ Oct 26 19:38:08.387 INFO kablam! | | Oct 26 19:38:08.387 INFO kablam! | help: remove this `mut` Oct 26 19:38:08.387 INFO kablam! | Oct 26 19:38:08.387 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:38:08.387 INFO kablam! Oct 26 19:38:08.400 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:38:08.400 INFO kablam! --> src/main.rs:18:5 Oct 26 19:38:08.400 INFO kablam! | Oct 26 19:38:08.400 INFO kablam! 18 | fs::create_dir_all(dest); Oct 26 19:38:08.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:38:08.400 INFO kablam! | Oct 26 19:38:08.400 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 19:38:08.400 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:38:08.400 INFO kablam! Oct 26 19:38:08.400 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:38:08.400 INFO kablam! --> src/main.rs:44:21 Oct 26 19:38:08.401 INFO kablam! | Oct 26 19:38:08.401 INFO kablam! 44 | fs::create_dir_all(dir); Oct 26 19:38:08.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:38:08.401 INFO kablam! | Oct 26 19:38:08.401 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:38:08.401 INFO kablam! Oct 26 19:38:08.401 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:38:08.401 INFO kablam! --> src/main.rs:51:29 Oct 26 19:38:08.401 INFO kablam! | Oct 26 19:38:08.401 INFO kablam! 51 | w.write(&[byte]); Oct 26 19:38:08.401 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 19:38:08.401 INFO kablam! | Oct 26 19:38:08.401 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:38:08.401 INFO kablam! Oct 26 19:38:08.401 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:38:08.401 INFO kablam! --> src/main.rs:54:21 Oct 26 19:38:08.401 INFO kablam! | Oct 26 19:38:08.401 INFO kablam! 54 | w.flush(); Oct 26 19:38:08.401 INFO kablam! | ^^^^^^^^^^ Oct 26 19:38:08.401 INFO kablam! | Oct 26 19:38:08.401 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:38:08.401 INFO kablam! Oct 26 19:38:08.415 INFO kablam! warning: unused import: `std::fs::OpenOptions` Oct 26 19:38:08.415 INFO kablam! --> src/main.rs:4:5 Oct 26 19:38:08.415 INFO kablam! | Oct 26 19:38:08.415 INFO kablam! 4 | use std::fs::OpenOptions; Oct 26 19:38:08.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 19:38:08.416 INFO kablam! | Oct 26 19:38:08.423 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:38:08.423 INFO kablam! Oct 26 19:38:08.423 INFO kablam! warning: unused import: `BufReader` Oct 26 19:38:08.424 INFO kablam! --> src/main.rs:6:15 Oct 26 19:38:08.424 INFO kablam! | Oct 26 19:38:08.424 INFO kablam! 6 | use std::io::{BufReader, BufWriter}; Oct 26 19:38:08.424 INFO kablam! | ^^^^^^^^^ Oct 26 19:38:08.424 INFO kablam! Oct 26 19:38:08.555 INFO kablam! warning: variable does not need to be mutable Oct 26 19:38:08.555 INFO kablam! --> src/main.rs:20:9 Oct 26 19:38:08.555 INFO kablam! | Oct 26 19:38:08.555 INFO kablam! 20 | let mut f = File::open(path).ok().expect("File open failed"); Oct 26 19:38:08.555 INFO kablam! | ----^ Oct 26 19:38:08.555 INFO kablam! | | Oct 26 19:38:08.555 INFO kablam! | help: remove this `mut` Oct 26 19:38:08.555 INFO kablam! | Oct 26 19:38:08.555 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:38:08.555 INFO kablam! Oct 26 19:38:08.563 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:38:08.563 INFO kablam! --> src/main.rs:18:5 Oct 26 19:38:08.563 INFO kablam! | Oct 26 19:38:08.563 INFO kablam! 18 | fs::create_dir_all(dest); Oct 26 19:38:08.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:38:08.563 INFO kablam! | Oct 26 19:38:08.563 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 19:38:08.563 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:38:08.563 INFO kablam! Oct 26 19:38:08.563 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:38:08.563 INFO kablam! --> src/main.rs:44:21 Oct 26 19:38:08.563 INFO kablam! | Oct 26 19:38:08.563 INFO kablam! 44 | fs::create_dir_all(dir); Oct 26 19:38:08.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:38:08.563 INFO kablam! | Oct 26 19:38:08.563 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:38:08.563 INFO kablam! Oct 26 19:38:08.563 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:38:08.563 INFO kablam! --> src/main.rs:51:29 Oct 26 19:38:08.563 INFO kablam! | Oct 26 19:38:08.563 INFO kablam! 51 | w.write(&[byte]); Oct 26 19:38:08.563 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 19:38:08.563 INFO kablam! | Oct 26 19:38:08.563 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:38:08.563 INFO kablam! Oct 26 19:38:08.563 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:38:08.563 INFO kablam! --> src/main.rs:54:21 Oct 26 19:38:08.563 INFO kablam! | Oct 26 19:38:08.563 INFO kablam! 54 | w.flush(); Oct 26 19:38:08.563 INFO kablam! | ^^^^^^^^^^ Oct 26 19:38:08.563 INFO kablam! | Oct 26 19:38:08.563 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:38:08.563 INFO kablam! Oct 26 19:38:08.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.97s Oct 26 19:38:08.587 INFO kablam! su: No module specific data is present Oct 26 19:38:09.371 INFO running `"docker" "rm" "-f" "eb41b8a960d128a6b7da810b5dc1754c6d5a5f65926463a215a35887322a4eaf"` Oct 26 19:38:09.687 INFO blam! eb41b8a960d128a6b7da810b5dc1754c6d5a5f65926463a215a35887322a4eaf