Oct 27 05:57:33.751 INFO checking deecewan/dotter against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:57:33.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 05:57:34.283 INFO blam! 49205c56537f28447292cb42d3d689b05ab2bb4e67d41b8e7bbae2e0cdadb70d Oct 27 05:57:34.284 INFO running `"docker" "start" "-a" "49205c56537f28447292cb42d3d689b05ab2bb4e67d41b8e7bbae2e0cdadb70d"` Oct 27 05:57:36.039 INFO kablam! usermod: no changes Oct 27 05:57:36.184 INFO kablam! Checking toml v0.4.1 Oct 27 05:57:36.185 INFO kablam! Checking clap v2.24.2 Oct 27 05:57:36.185 INFO kablam! Compiling ring v0.11.0 Oct 27 05:57:47.619 INFO kablam! Checking dotter v0.0.1 (/source) Oct 27 05:57:48.559 INFO kablam! warning: unused import: `open_in_place` Oct 27 05:57:48.559 INFO kablam! --> src/secure.rs:1:33 Oct 27 05:57:48.559 INFO kablam! | Oct 27 05:57:48.559 INFO kablam! 1 | use ring::aead::{seal_in_place, open_in_place, AES_256_GCM, SealingKey}; Oct 27 05:57:48.559 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:57:48.559 INFO kablam! | Oct 27 05:57:48.559 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:57:48.559 INFO kablam! Oct 27 05:57:48.589 INFO kablam! warning: unused import: `open_in_place` Oct 27 05:57:48.589 INFO kablam! --> src/secure.rs:1:33 Oct 27 05:57:48.590 INFO kablam! | Oct 27 05:57:48.590 INFO kablam! 1 | use ring::aead::{seal_in_place, open_in_place, AES_256_GCM, SealingKey}; Oct 27 05:57:48.590 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:57:48.591 INFO kablam! | Oct 27 05:57:48.591 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:57:48.591 INFO kablam! Oct 27 05:57:48.743 INFO kablam! warning: unused variable: `res` Oct 27 05:57:48.743 INFO kablam! --> src/checkin.rs:106:21 Oct 27 05:57:48.744 INFO kablam! | Oct 27 05:57:48.744 INFO kablam! 106 | let res = fs::copy(entry.path(), item_path); Oct 27 05:57:48.744 INFO kablam! | ^^^ help: consider using `_res` instead Oct 27 05:57:48.744 INFO kablam! | Oct 27 05:57:48.745 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:57:48.745 INFO kablam! Oct 27 05:57:48.745 INFO kablam! warning: unused variable: `res` Oct 27 05:57:48.745 INFO kablam! --> src/checkin.rs:108:21 Oct 27 05:57:48.745 INFO kablam! | Oct 27 05:57:48.746 INFO kablam! 108 | let res = fs::create_dir(item_path); Oct 27 05:57:48.746 INFO kablam! | ^^^ help: consider using `_res` instead Oct 27 05:57:48.746 INFO kablam! Oct 27 05:57:48.746 INFO kablam! warning: unused variable: `res` Oct 27 05:57:48.747 INFO kablam! --> src/checkin.rs:134:9 Oct 27 05:57:48.747 INFO kablam! | Oct 27 05:57:48.747 INFO kablam! 134 | let res = unix::fs::symlink(new_path, path); Oct 27 05:57:48.747 INFO kablam! | ^^^ help: consider using `_res` instead Oct 27 05:57:48.747 INFO kablam! Oct 27 05:57:48.748 INFO kablam! warning: unused variable: `res` Oct 27 05:57:48.748 INFO kablam! --> src/secure.rs:9:9 Oct 27 05:57:48.748 INFO kablam! | Oct 27 05:57:48.748 INFO kablam! 9 | let res = random_nonce.fill(&mut nonce); Oct 27 05:57:48.748 INFO kablam! | ^^^ help: consider using `_res` instead Oct 27 05:57:48.749 INFO kablam! Oct 27 05:57:48.749 INFO kablam! warning: unused variable: `matches` Oct 27 05:57:48.749 INFO kablam! --> src/secure.rs:5:15 Oct 27 05:57:48.749 INFO kablam! | Oct 27 05:57:48.749 INFO kablam! 5 | pub fn secure(matches: &ArgMatches) { Oct 27 05:57:48.750 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 27 05:57:48.750 INFO kablam! Oct 27 05:57:48.750 INFO kablam! warning: unused variable: `res` Oct 27 05:57:48.750 INFO kablam! --> src/checkin.rs:106:21 Oct 27 05:57:48.750 INFO kablam! | Oct 27 05:57:48.750 INFO kablam! 106 | let res = fs::copy(entry.path(), item_path); Oct 27 05:57:48.751 INFO kablam! | ^^^ help: consider using `_res` instead Oct 27 05:57:48.751 INFO kablam! | Oct 27 05:57:48.751 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:57:48.751 INFO kablam! Oct 27 05:57:48.752 INFO kablam! warning: unused variable: `res` Oct 27 05:57:48.752 INFO kablam! --> src/checkin.rs:108:21 Oct 27 05:57:48.752 INFO kablam! | Oct 27 05:57:48.752 INFO kablam! 108 | let res = fs::create_dir(item_path); Oct 27 05:57:48.752 INFO kablam! | ^^^ help: consider using `_res` instead Oct 27 05:57:48.753 INFO kablam! Oct 27 05:57:48.753 INFO kablam! warning: unused variable: `res` Oct 27 05:57:48.753 INFO kablam! --> src/checkin.rs:134:9 Oct 27 05:57:48.753 INFO kablam! | Oct 27 05:57:48.753 INFO kablam! 134 | let res = unix::fs::symlink(new_path, path); Oct 27 05:57:48.754 INFO kablam! | ^^^ help: consider using `_res` instead Oct 27 05:57:48.754 INFO kablam! Oct 27 05:57:48.754 INFO kablam! warning: unused variable: `res` Oct 27 05:57:48.754 INFO kablam! --> src/secure.rs:9:9 Oct 27 05:57:48.754 INFO kablam! | Oct 27 05:57:48.755 INFO kablam! 9 | let res = random_nonce.fill(&mut nonce); Oct 27 05:57:48.755 INFO kablam! | ^^^ help: consider using `_res` instead Oct 27 05:57:48.755 INFO kablam! Oct 27 05:57:48.755 INFO kablam! warning: unused variable: `matches` Oct 27 05:57:48.755 INFO kablam! --> src/secure.rs:5:15 Oct 27 05:57:48.756 INFO kablam! | Oct 27 05:57:48.756 INFO kablam! 5 | pub fn secure(matches: &ArgMatches) { Oct 27 05:57:48.756 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 27 05:57:48.756 INFO kablam! Oct 27 05:57:48.861 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.79s Oct 27 05:57:48.867 INFO kablam! su: No module specific data is present Oct 27 05:57:49.260 INFO running `"docker" "rm" "-f" "49205c56537f28447292cb42d3d689b05ab2bb4e67d41b8e7bbae2e0cdadb70d"` Oct 27 05:57:49.452 INFO blam! 49205c56537f28447292cb42d3d689b05ab2bb4e67d41b8e7bbae2e0cdadb70d