Oct 27 10:21:37.759 INFO checking Oliver2213/chatpack-updater against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:21:37.759 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 27 10:21:38.168 INFO blam! 5ca0506f1afb77cce7d45bd1b43c972389691be261e5852798194c650c426ff5 Oct 27 10:21:38.170 INFO running `"docker" "start" "-a" "5ca0506f1afb77cce7d45bd1b43c972389691be261e5852798194c650c426ff5"` Oct 27 10:21:39.820 INFO kablam! usermod: no changes Oct 27 10:21:40.163 INFO kablam! Compiling crc16 v0.3.4 Oct 27 10:21:40.175 INFO kablam! Checking tiny-keccak v1.4.0 Oct 27 10:21:40.175 INFO kablam! Checking crc8 v0.1.1 Oct 27 10:21:40.189 INFO kablam! Compiling md6 v1.1.1 Oct 27 10:21:40.189 INFO kablam! Compiling blake v1.1.1 Oct 27 10:21:40.190 INFO kablam! Checking tabwriter v1.0.3 Oct 27 10:21:40.190 INFO kablam! Checking gitignore v1.0.6 Oct 27 10:21:40.190 INFO kablam! Checking shaman v0.1.0 Oct 27 10:21:41.175 INFO kablam! Checking tokio-io v0.1.5 Oct 27 10:21:42.048 INFO kablam! Checking uuid v0.5.1 Oct 27 10:21:42.152 INFO kablam! Checking mio v0.6.13 Oct 27 10:21:42.247 INFO kablam! Checking pbr v1.0.0 Oct 27 10:21:43.351 INFO kablam! Checking chrono v0.4.0 Oct 27 10:21:45.208 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 27 10:21:48.608 INFO kablam! Checking checksums v0.5.5 Oct 27 10:21:51.643 INFO kablam! Checking tokio-core v0.1.12 Oct 27 10:21:56.710 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 10:21:56.710 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 10:22:00.615 INFO kablam! Checking hyper v0.11.19 Oct 27 10:22:06.975 INFO kablam! Checking hyper-tls v0.1.2 Oct 27 10:22:09.410 INFO kablam! Checking reqwest v0.8.5 Oct 27 10:22:13.299 INFO kablam! Checking chatpack-updater v0.1.0 (/source) Oct 27 10:22:28.480 INFO kablam! warning: unused import: `Read` Oct 27 10:22:28.480 INFO kablam! --> src/main.rs:5:31 Oct 27 10:22:28.480 INFO kablam! | Oct 27 10:22:28.480 INFO kablam! 5 | use std::io::{stdout, stderr, Read}; Oct 27 10:22:28.480 INFO kablam! | ^^^^ Oct 27 10:22:28.480 INFO kablam! | Oct 27 10:22:28.480 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:22:28.482 INFO kablam! Oct 27 10:22:28.482 INFO kablam! warning: unused imports: `File`, `remove_file` Oct 27 10:22:28.482 INFO kablam! --> src/main.rs:6:15 Oct 27 10:22:28.483 INFO kablam! | Oct 27 10:22:28.483 INFO kablam! 6 | use std::fs::{File, OpenOptions, read_dir, create_dir_all, rename, remove_file}; Oct 27 10:22:28.483 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 27 10:22:28.483 INFO kablam! Oct 27 10:22:28.484 INFO kablam! warning: unused import: `Path` Oct 27 10:22:28.484 INFO kablam! --> src/main.rs:7:17 Oct 27 10:22:28.484 INFO kablam! | Oct 27 10:22:28.484 INFO kablam! 7 | use std::path::{Path, PathBuf}; Oct 27 10:22:28.484 INFO kablam! | ^^^^ Oct 27 10:22:28.484 INFO kablam! Oct 27 10:22:28.739 INFO kablam! warning: unused variable: `was_hash` Oct 27 10:22:28.739 INFO kablam! --> src/main.rs:139:67 Oct 27 10:22:28.739 INFO kablam! | Oct 27 10:22:28.739 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 27 10:22:28.739 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `was_hash: _` Oct 27 10:22:28.739 INFO kablam! | Oct 27 10:22:28.739 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:22:28.739 INFO kablam! Oct 27 10:22:28.739 INFO kablam! warning: unused variable: `new_hash` Oct 27 10:22:28.739 INFO kablam! --> src/main.rs:139:81 Oct 27 10:22:28.739 INFO kablam! | Oct 27 10:22:28.739 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 27 10:22:28.739 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `new_hash: _` Oct 27 10:22:28.739 INFO kablam! Oct 27 10:22:29.063 INFO kablam! warning: unused import: `Read` Oct 27 10:22:29.064 INFO kablam! --> src/main.rs:5:31 Oct 27 10:22:29.064 INFO kablam! | Oct 27 10:22:29.065 INFO kablam! 5 | use std::io::{stdout, stderr, Read}; Oct 27 10:22:29.066 INFO kablam! | ^^^^ Oct 27 10:22:29.066 INFO kablam! | Oct 27 10:22:29.067 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:22:29.067 INFO kablam! Oct 27 10:22:29.068 INFO kablam! warning: unused imports: `File`, `remove_file` Oct 27 10:22:29.069 INFO kablam! --> src/main.rs:6:15 Oct 27 10:22:29.069 INFO kablam! | Oct 27 10:22:29.070 INFO kablam! 6 | use std::fs::{File, OpenOptions, read_dir, create_dir_all, rename, remove_file}; Oct 27 10:22:29.070 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 27 10:22:29.071 INFO kablam! Oct 27 10:22:29.071 INFO kablam! warning: unused import: `Path` Oct 27 10:22:29.072 INFO kablam! --> src/main.rs:7:17 Oct 27 10:22:29.072 INFO kablam! | Oct 27 10:22:29.072 INFO kablam! 7 | use std::path::{Path, PathBuf}; Oct 27 10:22:29.072 INFO kablam! | ^^^^ Oct 27 10:22:29.072 INFO kablam! Oct 27 10:22:29.222 INFO kablam! warning: unused variable: `was_hash` Oct 27 10:22:29.222 INFO kablam! --> src/main.rs:139:67 Oct 27 10:22:29.222 INFO kablam! | Oct 27 10:22:29.222 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 27 10:22:29.222 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `was_hash: _` Oct 27 10:22:29.222 INFO kablam! | Oct 27 10:22:29.222 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:22:29.222 INFO kablam! Oct 27 10:22:29.223 INFO kablam! warning: unused variable: `new_hash` Oct 27 10:22:29.223 INFO kablam! --> src/main.rs:139:81 Oct 27 10:22:29.223 INFO kablam! | Oct 27 10:22:29.223 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 27 10:22:29.223 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `new_hash: _` Oct 27 10:22:29.223 INFO kablam! Oct 27 10:22:29.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.47s Oct 27 10:22:29.360 INFO kablam! su: No module specific data is present Oct 27 10:22:30.841 INFO running `"docker" "rm" "-f" "5ca0506f1afb77cce7d45bd1b43c972389691be261e5852798194c650c426ff5"` Oct 27 10:22:31.135 INFO blam! 5ca0506f1afb77cce7d45bd1b43c972389691be261e5852798194c650c426ff5