Oct 27 10:21:40.291 INFO checking Oliver2213/chatpack-updater against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:21:40.298 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 27 10:21:40.719 INFO blam! 6723780657d4446bf1c08b124e997e56485fec4d5a48c04af312bf60a5cb4103 Oct 27 10:21:40.785 INFO running `"docker" "start" "-a" "6723780657d4446bf1c08b124e997e56485fec4d5a48c04af312bf60a5cb4103"` Oct 27 10:21:42.379 INFO kablam! usermod: no changes Oct 27 10:21:42.747 INFO kablam! Checking tiny-keccak v1.4.0 Oct 27 10:21:42.775 INFO kablam! Checking gitignore v1.0.6 Oct 27 10:21:42.776 INFO kablam! Checking shaman v0.1.0 Oct 27 10:21:42.791 INFO kablam! Checking uuid v0.5.1 Oct 27 10:21:42.791 INFO kablam! Checking md6 v1.1.1 Oct 27 10:21:42.791 INFO kablam! Checking blake v1.1.1 Oct 27 10:21:42.791 INFO kablam! Checking pbr v1.0.0 Oct 27 10:21:42.791 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 10:21:44.635 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 10:21:45.101 INFO kablam! Checking hyper v0.11.19 Oct 27 10:21:46.956 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 10:21:47.999 INFO kablam! Checking checksums v0.5.5 Oct 27 10:21:49.819 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 27 10:21:59.207 INFO kablam! Checking hyper-tls v0.1.2 Oct 27 10:22:01.603 INFO kablam! Checking reqwest v0.8.5 Oct 27 10:22:05.675 INFO kablam! Checking chatpack-updater v0.1.0 (/source) Oct 27 10:22:22.379 INFO kablam! warning: unused import: `Read` Oct 27 10:22:22.379 INFO kablam! --> src/main.rs:5:31 Oct 27 10:22:22.379 INFO kablam! | Oct 27 10:22:22.379 INFO kablam! 5 | use std::io::{stdout, stderr, Read}; Oct 27 10:22:22.379 INFO kablam! | ^^^^ Oct 27 10:22:22.379 INFO kablam! | Oct 27 10:22:22.379 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:22:22.379 INFO kablam! Oct 27 10:22:22.379 INFO kablam! warning: unused imports: `File`, `remove_file` Oct 27 10:22:22.379 INFO kablam! --> src/main.rs:6:15 Oct 27 10:22:22.379 INFO kablam! | Oct 27 10:22:22.379 INFO kablam! 6 | use std::fs::{File, OpenOptions, read_dir, create_dir_all, rename, remove_file}; Oct 27 10:22:22.379 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 27 10:22:22.379 INFO kablam! Oct 27 10:22:22.379 INFO kablam! warning: unused import: `Path` Oct 27 10:22:22.379 INFO kablam! --> src/main.rs:7:17 Oct 27 10:22:22.379 INFO kablam! | Oct 27 10:22:22.379 INFO kablam! 7 | use std::path::{Path, PathBuf}; Oct 27 10:22:22.379 INFO kablam! | ^^^^ Oct 27 10:22:22.379 INFO kablam! Oct 27 10:22:22.543 INFO kablam! warning: unused variable: `was_hash` Oct 27 10:22:22.543 INFO kablam! --> src/main.rs:139:67 Oct 27 10:22:22.543 INFO kablam! | Oct 27 10:22:22.543 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 27 10:22:22.543 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `was_hash: _` Oct 27 10:22:22.543 INFO kablam! | Oct 27 10:22:22.543 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:22:22.543 INFO kablam! Oct 27 10:22:22.545 INFO kablam! warning: unused variable: `new_hash` Oct 27 10:22:22.545 INFO kablam! --> src/main.rs:139:81 Oct 27 10:22:22.545 INFO kablam! | Oct 27 10:22:22.545 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 27 10:22:22.545 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `new_hash: _` Oct 27 10:22:22.545 INFO kablam! Oct 27 10:22:22.575 INFO kablam! warning: unused import: `Read` Oct 27 10:22:22.575 INFO kablam! --> src/main.rs:5:31 Oct 27 10:22:22.575 INFO kablam! | Oct 27 10:22:22.575 INFO kablam! 5 | use std::io::{stdout, stderr, Read}; Oct 27 10:22:22.575 INFO kablam! | ^^^^ Oct 27 10:22:22.575 INFO kablam! | Oct 27 10:22:22.575 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:22:22.575 INFO kablam! Oct 27 10:22:22.575 INFO kablam! warning: unused imports: `File`, `remove_file` Oct 27 10:22:22.575 INFO kablam! --> src/main.rs:6:15 Oct 27 10:22:22.575 INFO kablam! | Oct 27 10:22:22.575 INFO kablam! 6 | use std::fs::{File, OpenOptions, read_dir, create_dir_all, rename, remove_file}; Oct 27 10:22:22.575 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 27 10:22:22.575 INFO kablam! Oct 27 10:22:22.575 INFO kablam! warning: unused import: `Path` Oct 27 10:22:22.575 INFO kablam! --> src/main.rs:7:17 Oct 27 10:22:22.575 INFO kablam! | Oct 27 10:22:22.575 INFO kablam! 7 | use std::path::{Path, PathBuf}; Oct 27 10:22:22.575 INFO kablam! | ^^^^ Oct 27 10:22:22.575 INFO kablam! Oct 27 10:22:22.863 INFO kablam! warning: unused variable: `was_hash` Oct 27 10:22:22.863 INFO kablam! --> src/main.rs:139:67 Oct 27 10:22:22.863 INFO kablam! | Oct 27 10:22:22.863 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 27 10:22:22.863 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `was_hash: _` Oct 27 10:22:22.863 INFO kablam! | Oct 27 10:22:22.863 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:22:22.863 INFO kablam! Oct 27 10:22:22.863 INFO kablam! warning: unused variable: `new_hash` Oct 27 10:22:22.863 INFO kablam! --> src/main.rs:139:81 Oct 27 10:22:22.863 INFO kablam! | Oct 27 10:22:22.863 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 27 10:22:22.863 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `new_hash: _` Oct 27 10:22:22.863 INFO kablam! Oct 27 10:22:22.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.55s Oct 27 10:22:22.972 INFO kablam! su: No module specific data is present Oct 27 10:22:24.494 INFO running `"docker" "rm" "-f" "6723780657d4446bf1c08b124e997e56485fec4d5a48c04af312bf60a5cb4103"` Oct 27 10:22:24.797 INFO blam! 6723780657d4446bf1c08b124e997e56485fec4d5a48c04af312bf60a5cb4103