Oct 12 21:47:55.756 INFO testing thara/tkzip against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:47:55.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 12 21:47:56.462 INFO blam! bfbf1cfb3b772d0cc8e579dded2bc78e2dc14e92b98c6e3d8c26d6ae26a088b0 Oct 12 21:47:56.464 INFO running `"docker" "start" "-a" "bfbf1cfb3b772d0cc8e579dded2bc78e2dc14e92b98c6e3d8c26d6ae26a088b0"` Oct 12 21:47:59.022 INFO kablam! usermod: no changes Oct 12 21:47:59.143 INFO kablam! Compiling cc v1.0.2 Oct 12 21:47:59.143 INFO kablam! Compiling podio v0.1.5 Oct 12 21:47:59.148 INFO kablam! Compiling msdos_time v0.1.5 Oct 12 21:48:03.314 INFO kablam! Compiling miniz-sys v0.1.10 Oct 12 21:48:03.317 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 12 21:48:06.627 INFO kablam! Compiling flate2 v0.2.20 Oct 12 21:48:06.836 INFO kablam! Compiling bzip2 v0.3.2 Oct 12 21:48:08.683 INFO kablam! Compiling zip v0.2.6 Oct 12 21:48:10.077 INFO kablam! Compiling tkzip v0.1.0 (/source) Oct 12 21:48:10.369 INFO kablam! warning: unused import: `std::fs::OpenOptions` Oct 12 21:48:10.370 INFO kablam! --> src/main.rs:4:5 Oct 12 21:48:10.370 INFO kablam! | Oct 12 21:48:10.371 INFO kablam! 4 | use std::fs::OpenOptions; Oct 12 21:48:10.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:48:10.372 INFO kablam! | Oct 12 21:48:10.373 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:48:10.373 INFO kablam! Oct 12 21:48:10.374 INFO kablam! warning: unused import: `BufReader` Oct 12 21:48:10.374 INFO kablam! --> src/main.rs:6:15 Oct 12 21:48:10.375 INFO kablam! | Oct 12 21:48:10.375 INFO kablam! 6 | use std::io::{BufReader, BufWriter}; Oct 12 21:48:10.376 INFO kablam! | ^^^^^^^^^ Oct 12 21:48:10.376 INFO kablam! Oct 12 21:48:10.425 INFO kablam! warning: variable does not need to be mutable Oct 12 21:48:10.426 INFO kablam! --> src/main.rs:20:9 Oct 12 21:48:10.426 INFO kablam! | Oct 12 21:48:10.427 INFO kablam! 20 | let mut f = File::open(path).ok().expect("File open failed"); Oct 12 21:48:10.428 INFO kablam! | ----^ Oct 12 21:48:10.428 INFO kablam! | | Oct 12 21:48:10.429 INFO kablam! | help: remove this `mut` Oct 12 21:48:10.429 INFO kablam! | Oct 12 21:48:10.430 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:48:10.430 INFO kablam! Oct 12 21:48:10.433 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:48:10.434 INFO kablam! --> src/main.rs:18:5 Oct 12 21:48:10.435 INFO kablam! | Oct 12 21:48:10.435 INFO kablam! 18 | fs::create_dir_all(dest); Oct 12 21:48:10.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:48:10.436 INFO kablam! | Oct 12 21:48:10.437 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 21:48:10.437 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:48:10.438 INFO kablam! Oct 12 21:48:10.438 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:48:10.439 INFO kablam! --> src/main.rs:44:21 Oct 12 21:48:10.439 INFO kablam! | Oct 12 21:48:10.440 INFO kablam! 44 | fs::create_dir_all(dir); Oct 12 21:48:10.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:48:10.441 INFO kablam! | Oct 12 21:48:10.442 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:48:10.442 INFO kablam! Oct 12 21:48:10.443 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:48:10.443 INFO kablam! --> src/main.rs:51:29 Oct 12 21:48:10.443 INFO kablam! | Oct 12 21:48:10.443 INFO kablam! 51 | w.write(&[byte]); Oct 12 21:48:10.443 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 21:48:10.443 INFO kablam! | Oct 12 21:48:10.443 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:48:10.443 INFO kablam! Oct 12 21:48:10.443 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:48:10.443 INFO kablam! --> src/main.rs:54:21 Oct 12 21:48:10.443 INFO kablam! | Oct 12 21:48:10.443 INFO kablam! 54 | w.flush(); Oct 12 21:48:10.443 INFO kablam! | ^^^^^^^^^^ Oct 12 21:48:10.443 INFO kablam! | Oct 12 21:48:10.443 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:48:10.443 INFO kablam! Oct 12 21:48:11.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.76s Oct 12 21:48:11.819 INFO kablam! su: No module specific data is present Oct 12 21:48:12.804 INFO running `"docker" "rm" "-f" "bfbf1cfb3b772d0cc8e579dded2bc78e2dc14e92b98c6e3d8c26d6ae26a088b0"` Oct 12 21:48:13.183 INFO blam! bfbf1cfb3b772d0cc8e579dded2bc78e2dc14e92b98c6e3d8c26d6ae26a088b0 Oct 12 21:48:13.188 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 12 21:48:13.725 INFO blam! 128dc6835171fc2c381f511fb7c083c533b89d48d86472d04f57438a93000cec Oct 12 21:48:13.727 INFO running `"docker" "start" "-a" "128dc6835171fc2c381f511fb7c083c533b89d48d86472d04f57438a93000cec"` Oct 12 21:48:15.539 INFO kablam! usermod: no changes Oct 12 21:48:15.604 INFO kablam! Compiling tkzip v0.1.0 (/source) Oct 12 21:48:15.883 INFO kablam! warning: unused import: `std::fs::OpenOptions` Oct 12 21:48:15.883 INFO kablam! --> src/main.rs:4:5 Oct 12 21:48:15.883 INFO kablam! | Oct 12 21:48:15.883 INFO kablam! 4 | use std::fs::OpenOptions; Oct 12 21:48:15.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:48:15.883 INFO kablam! | Oct 12 21:48:15.883 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:48:15.883 INFO kablam! Oct 12 21:48:15.883 INFO kablam! warning: unused import: `BufReader` Oct 12 21:48:15.883 INFO kablam! --> src/main.rs:6:15 Oct 12 21:48:15.883 INFO kablam! | Oct 12 21:48:15.883 INFO kablam! 6 | use std::io::{BufReader, BufWriter}; Oct 12 21:48:15.883 INFO kablam! | ^^^^^^^^^ Oct 12 21:48:15.883 INFO kablam! Oct 12 21:48:15.935 INFO kablam! warning: variable does not need to be mutable Oct 12 21:48:15.935 INFO kablam! --> src/main.rs:20:9 Oct 12 21:48:15.935 INFO kablam! | Oct 12 21:48:15.935 INFO kablam! 20 | let mut f = File::open(path).ok().expect("File open failed"); Oct 12 21:48:15.935 INFO kablam! | ----^ Oct 12 21:48:15.935 INFO kablam! | | Oct 12 21:48:15.935 INFO kablam! | help: remove this `mut` Oct 12 21:48:15.935 INFO kablam! | Oct 12 21:48:15.935 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:48:15.935 INFO kablam! Oct 12 21:48:15.943 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:48:15.943 INFO kablam! --> src/main.rs:18:5 Oct 12 21:48:15.943 INFO kablam! | Oct 12 21:48:15.943 INFO kablam! 18 | fs::create_dir_all(dest); Oct 12 21:48:15.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:48:15.943 INFO kablam! | Oct 12 21:48:15.943 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 21:48:15.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:48:15.943 INFO kablam! Oct 12 21:48:15.943 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:48:15.943 INFO kablam! --> src/main.rs:44:21 Oct 12 21:48:15.943 INFO kablam! | Oct 12 21:48:15.943 INFO kablam! 44 | fs::create_dir_all(dir); Oct 12 21:48:15.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:48:15.943 INFO kablam! | Oct 12 21:48:15.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:48:15.943 INFO kablam! Oct 12 21:48:15.943 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:48:15.943 INFO kablam! --> src/main.rs:51:29 Oct 12 21:48:15.943 INFO kablam! | Oct 12 21:48:15.943 INFO kablam! 51 | w.write(&[byte]); Oct 12 21:48:15.943 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 21:48:15.943 INFO kablam! | Oct 12 21:48:15.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:48:15.943 INFO kablam! Oct 12 21:48:15.943 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:48:15.943 INFO kablam! --> src/main.rs:54:21 Oct 12 21:48:15.943 INFO kablam! | Oct 12 21:48:15.943 INFO kablam! 54 | w.flush(); Oct 12 21:48:15.943 INFO kablam! | ^^^^^^^^^^ Oct 12 21:48:15.943 INFO kablam! | Oct 12 21:48:15.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:48:15.943 INFO kablam! Oct 12 21:48:16.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 12 21:48:16.430 INFO kablam! su: No module specific data is present Oct 12 21:48:17.244 INFO running `"docker" "rm" "-f" "128dc6835171fc2c381f511fb7c083c533b89d48d86472d04f57438a93000cec"` Oct 12 21:48:17.511 INFO blam! 128dc6835171fc2c381f511fb7c083c533b89d48d86472d04f57438a93000cec Oct 12 21:48:17.520 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 12 21:48:17.973 INFO blam! 0a3c9fa8c210d5f6abed4d84b011d7629ba648a3421d8b665ea2a5646ade0c7d Oct 12 21:48:17.975 INFO running `"docker" "start" "-a" "0a3c9fa8c210d5f6abed4d84b011d7629ba648a3421d8b665ea2a5646ade0c7d"` Oct 12 21:48:19.338 INFO kablam! usermod: no changes Oct 12 21:48:19.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 21:48:19.483 INFO kablam! Running /target/debug/deps/tkzip-2a3f5b6ad71f38d7 Oct 12 21:48:19.491 INFO blam! Oct 12 21:48:19.491 INFO blam! running 0 tests Oct 12 21:48:19.491 INFO blam! Oct 12 21:48:19.491 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:48:19.491 INFO blam! Oct 12 21:48:19.499 INFO kablam! su: No module specific data is present Oct 12 21:48:20.802 INFO running `"docker" "rm" "-f" "0a3c9fa8c210d5f6abed4d84b011d7629ba648a3421d8b665ea2a5646ade0c7d"` Oct 12 21:48:21.051 INFO blam! 0a3c9fa8c210d5f6abed4d84b011d7629ba648a3421d8b665ea2a5646ade0c7d