Oct 21 18:29:54.770 INFO checking deecewan/dotter against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:29:54.770 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 18:29:55.232 INFO blam! 22b9f26b51073bc4c112d0b9a4b6eaac52d6147b8d080acb70bd15940d483e39 Oct 21 18:29:55.234 INFO running `"docker" "start" "-a" "22b9f26b51073bc4c112d0b9a4b6eaac52d6147b8d080acb70bd15940d483e39"` Oct 21 18:29:57.378 INFO kablam! usermod: no changes Oct 21 18:29:57.564 INFO kablam! Compiling deque v0.3.2 Oct 21 18:29:57.576 INFO kablam! Compiling num_cpus v1.5.1 Oct 21 18:29:57.590 INFO kablam! Checking clap v2.24.2 Oct 21 18:29:59.751 INFO kablam! Compiling rayon-core v1.0.2 Oct 21 18:30:02.002 INFO kablam! Compiling rayon v0.7.1 Oct 21 18:30:04.888 INFO kablam! Compiling ring v0.11.0 Oct 21 18:30:11.748 INFO kablam! Checking dotter v0.0.1 (/source) Oct 21 18:30:12.786 INFO kablam! warning: unused import: `open_in_place` Oct 21 18:30:12.792 INFO kablam! --> src/secure.rs:1:33 Oct 21 18:30:12.792 INFO kablam! | Oct 21 18:30:12.792 INFO kablam! 1 | use ring::aead::{seal_in_place, open_in_place, AES_256_GCM, SealingKey}; Oct 21 18:30:12.792 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:30:12.793 INFO kablam! | Oct 21 18:30:12.793 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:30:12.793 INFO kablam! Oct 21 18:30:12.895 INFO kablam! warning: unused variable: `res` Oct 21 18:30:12.896 INFO kablam! --> src/checkin.rs:106:21 Oct 21 18:30:12.897 INFO kablam! | Oct 21 18:30:12.898 INFO kablam! 106 | let res = fs::copy(entry.path(), item_path); Oct 21 18:30:12.898 INFO kablam! | ^^^ help: consider using `_res` instead Oct 21 18:30:12.898 INFO kablam! | Oct 21 18:30:12.899 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:30:12.899 INFO kablam! Oct 21 18:30:12.899 INFO kablam! warning: unused variable: `res` Oct 21 18:30:12.899 INFO kablam! --> src/checkin.rs:108:21 Oct 21 18:30:12.900 INFO kablam! | Oct 21 18:30:12.900 INFO kablam! 108 | let res = fs::create_dir(item_path); Oct 21 18:30:12.900 INFO kablam! | ^^^ help: consider using `_res` instead Oct 21 18:30:12.901 INFO kablam! Oct 21 18:30:12.901 INFO kablam! warning: unused variable: `res` Oct 21 18:30:12.901 INFO kablam! --> src/checkin.rs:134:9 Oct 21 18:30:12.901 INFO kablam! | Oct 21 18:30:12.902 INFO kablam! 134 | let res = unix::fs::symlink(new_path, path); Oct 21 18:30:12.902 INFO kablam! | ^^^ help: consider using `_res` instead Oct 21 18:30:12.902 INFO kablam! Oct 21 18:30:12.902 INFO kablam! warning: unused variable: `res` Oct 21 18:30:12.903 INFO kablam! --> src/secure.rs:9:9 Oct 21 18:30:12.903 INFO kablam! | Oct 21 18:30:12.903 INFO kablam! 9 | let res = random_nonce.fill(&mut nonce); Oct 21 18:30:12.903 INFO kablam! | ^^^ help: consider using `_res` instead Oct 21 18:30:12.904 INFO kablam! Oct 21 18:30:12.904 INFO kablam! warning: unused variable: `matches` Oct 21 18:30:12.904 INFO kablam! --> src/secure.rs:5:15 Oct 21 18:30:12.904 INFO kablam! | Oct 21 18:30:12.905 INFO kablam! 5 | pub fn secure(matches: &ArgMatches) { Oct 21 18:30:12.905 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 21 18:30:12.905 INFO kablam! Oct 21 18:30:13.252 INFO kablam! warning: unused import: `open_in_place` Oct 21 18:30:13.252 INFO kablam! --> src/secure.rs:1:33 Oct 21 18:30:13.252 INFO kablam! | Oct 21 18:30:13.252 INFO kablam! 1 | use ring::aead::{seal_in_place, open_in_place, AES_256_GCM, SealingKey}; Oct 21 18:30:13.252 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:30:13.252 INFO kablam! | Oct 21 18:30:13.252 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:30:13.252 INFO kablam! Oct 21 18:30:13.356 INFO kablam! warning: unused variable: `res` Oct 21 18:30:13.356 INFO kablam! --> src/checkin.rs:106:21 Oct 21 18:30:13.356 INFO kablam! | Oct 21 18:30:13.356 INFO kablam! 106 | let res = fs::copy(entry.path(), item_path); Oct 21 18:30:13.356 INFO kablam! | ^^^ help: consider using `_res` instead Oct 21 18:30:13.356 INFO kablam! | Oct 21 18:30:13.356 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:30:13.356 INFO kablam! Oct 21 18:30:13.356 INFO kablam! warning: unused variable: `res` Oct 21 18:30:13.356 INFO kablam! --> src/checkin.rs:108:21 Oct 21 18:30:13.356 INFO kablam! | Oct 21 18:30:13.356 INFO kablam! 108 | let res = fs::create_dir(item_path); Oct 21 18:30:13.356 INFO kablam! | ^^^ help: consider using `_res` instead Oct 21 18:30:13.356 INFO kablam! Oct 21 18:30:13.356 INFO kablam! warning: unused variable: `res` Oct 21 18:30:13.356 INFO kablam! --> src/checkin.rs:134:9 Oct 21 18:30:13.356 INFO kablam! | Oct 21 18:30:13.356 INFO kablam! 134 | let res = unix::fs::symlink(new_path, path); Oct 21 18:30:13.356 INFO kablam! | ^^^ help: consider using `_res` instead Oct 21 18:30:13.356 INFO kablam! Oct 21 18:30:13.357 INFO kablam! warning: unused variable: `res` Oct 21 18:30:13.357 INFO kablam! --> src/secure.rs:9:9 Oct 21 18:30:13.357 INFO kablam! | Oct 21 18:30:13.357 INFO kablam! 9 | let res = random_nonce.fill(&mut nonce); Oct 21 18:30:13.357 INFO kablam! | ^^^ help: consider using `_res` instead Oct 21 18:30:13.357 INFO kablam! Oct 21 18:30:13.357 INFO kablam! warning: unused variable: `matches` Oct 21 18:30:13.357 INFO kablam! --> src/secure.rs:5:15 Oct 21 18:30:13.357 INFO kablam! | Oct 21 18:30:13.357 INFO kablam! 5 | pub fn secure(matches: &ArgMatches) { Oct 21 18:30:13.357 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 21 18:30:13.357 INFO kablam! Oct 21 18:30:13.418 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.01s Oct 21 18:30:13.430 INFO kablam! su: No module specific data is present Oct 21 18:30:14.216 INFO running `"docker" "rm" "-f" "22b9f26b51073bc4c112d0b9a4b6eaac52d6147b8d080acb70bd15940d483e39"` Oct 21 18:30:14.584 INFO blam! 22b9f26b51073bc4c112d0b9a4b6eaac52d6147b8d080acb70bd15940d483e39