Dec 05 15:59:12.699 INFO checking byte_sha-1.0.1 against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 05 15:59:12.700 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-3/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/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 +1df97983eb2057dc6a8f7eb364e263b51ae23230-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"` Dec 05 15:59:12.879 INFO [stdout] 64f413b6ac514a17d2faecdd3f4173a18d510fa8f41f0bbce6988f2efbe1f544 Dec 05 15:59:12.884 INFO running `"docker" "start" "-a" "64f413b6ac514a17d2faecdd3f4173a18d510fa8f41f0bbce6988f2efbe1f544"` Dec 05 15:59:13.284 INFO [stderr] usermod: no changes Dec 05 15:59:13.320 INFO [stderr] Checking hex_d_hex v1.0.1 Dec 05 15:59:13.726 INFO [stderr] Checking byte_sha v1.0.1 (/source) Dec 05 15:59:14.251 INFO [stderr] warning: unused macro definition Dec 05 15:59:14.251 INFO [stderr] --> src/lib.rs:10:1 Dec 05 15:59:14.251 INFO [stderr] | Dec 05 15:59:14.251 INFO [stderr] 10 | / macro_rules! rot_left { Dec 05 15:59:14.251 INFO [stderr] 11 | | ($word:expr, $bits:expr) => { Dec 05 15:59:14.251 INFO [stderr] 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Dec 05 15:59:14.251 INFO [stderr] 13 | | } Dec 05 15:59:14.251 INFO [stderr] 14 | | } Dec 05 15:59:14.251 INFO [stderr] | |_^ Dec 05 15:59:14.251 INFO [stderr] | Dec 05 15:59:14.251 INFO [stderr] = note: #[warn(unused_macros)] on by default Dec 05 15:59:14.251 INFO [stderr] Dec 05 15:59:14.251 INFO [stderr] warning: unnecessary parentheses around method argument Dec 05 15:59:14.251 INFO [stderr] --> src/lib.rs:18:3 Dec 05 15:59:14.251 INFO [stderr] | Dec 05 15:59:14.252 INFO [stderr] 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Dec 05 15:59:14.252 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 05 15:59:14.252 INFO [stderr] ... Dec 05 15:59:14.252 INFO [stderr] 228 | let t1 = h.wrapping_add(bsig1!(e)).wrapping_add(ch!(e,f,g)).wrapping_add(K_SEQUENCE[t]).wrapping_add(message_schedule[t]); Dec 05 15:59:14.252 INFO [stderr] | ---------- in this macro invocation Dec 05 15:59:14.252 INFO [stderr] | Dec 05 15:59:14.252 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 05 15:59:14.252 INFO [stderr] Dec 05 15:59:14.252 INFO [stderr] warning: unnecessary parentheses around method argument Dec 05 15:59:14.252 INFO [stderr] --> src/lib.rs:36:3 Dec 05 15:59:14.252 INFO [stderr] | Dec 05 15:59:14.252 INFO [stderr] 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Dec 05 15:59:14.252 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 05 15:59:14.252 INFO [stderr] ... Dec 05 15:59:14.252 INFO [stderr] 228 | let t1 = h.wrapping_add(bsig1!(e)).wrapping_add(ch!(e,f,g)).wrapping_add(K_SEQUENCE[t]).wrapping_add(message_schedule[t]); Dec 05 15:59:14.252 INFO [stderr] | --------- in this macro invocation Dec 05 15:59:14.252 INFO [stderr] Dec 05 15:59:14.252 INFO [stderr] warning: unnecessary parentheses around method argument Dec 05 15:59:14.252 INFO [stderr] --> src/lib.rs:24:3 Dec 05 15:59:14.252 INFO [stderr] | Dec 05 15:59:14.252 INFO [stderr] 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Dec 05 15:59:14.252 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 05 15:59:14.252 INFO [stderr] ... Dec 05 15:59:14.252 INFO [stderr] 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Dec 05 15:59:14.252 INFO [stderr] | ----------- in this macro invocation Dec 05 15:59:14.252 INFO [stderr] Dec 05 15:59:14.465 INFO [stderr] warning: unnecessary parentheses around method argument Dec 05 15:59:14.465 INFO [stderr] --> src/lib.rs:18:3 Dec 05 15:59:14.465 INFO [stderr] | Dec 05 15:59:14.465 INFO [stderr] 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Dec 05 15:59:14.465 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 05 15:59:14.465 INFO [stderr] ... Dec 05 15:59:14.465 INFO [stderr] 228 | let t1 = h.wrapping_add(bsig1!(e)).wrapping_add(ch!(e,f,g)).wrapping_add(K_SEQUENCE[t]).wrapping_add(message_schedule[t]); Dec 05 15:59:14.465 INFO [stderr] | ---------- in this macro invocation Dec 05 15:59:14.465 INFO [stderr] | Dec 05 15:59:14.465 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 05 15:59:14.465 INFO [stderr] Dec 05 15:59:14.465 INFO [stderr] warning: unnecessary parentheses around method argument Dec 05 15:59:14.465 INFO [stderr] --> src/lib.rs:36:3 Dec 05 15:59:14.465 INFO [stderr] | Dec 05 15:59:14.465 INFO [stderr] 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Dec 05 15:59:14.465 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 05 15:59:14.465 INFO [stderr] ... Dec 05 15:59:14.466 INFO [stderr] 228 | let t1 = h.wrapping_add(bsig1!(e)).wrapping_add(ch!(e,f,g)).wrapping_add(K_SEQUENCE[t]).wrapping_add(message_schedule[t]); Dec 05 15:59:14.466 INFO [stderr] | --------- in this macro invocation Dec 05 15:59:14.466 INFO [stderr] Dec 05 15:59:14.466 INFO [stderr] warning: unnecessary parentheses around method argument Dec 05 15:59:14.466 INFO [stderr] --> src/lib.rs:24:3 Dec 05 15:59:14.466 INFO [stderr] | Dec 05 15:59:14.466 INFO [stderr] 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Dec 05 15:59:14.466 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 05 15:59:14.466 INFO [stderr] ... Dec 05 15:59:14.466 INFO [stderr] 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Dec 05 15:59:14.466 INFO [stderr] | ----------- in this macro invocation Dec 05 15:59:14.466 INFO [stderr] Dec 05 15:59:14.676 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.39s Dec 05 15:59:14.687 INFO [stderr] su: No module specific data is present Dec 05 15:59:15.131 INFO running `"docker" "inspect" "64f413b6ac514a17d2faecdd3f4173a18d510fa8f41f0bbce6988f2efbe1f544"` Dec 05 15:59:15.459 INFO running `"docker" "rm" "-f" "64f413b6ac514a17d2faecdd3f4173a18d510fa8f41f0bbce6988f2efbe1f544"` Dec 05 15:59:15.667 INFO [stdout] 64f413b6ac514a17d2faecdd3f4173a18d510fa8f41f0bbce6988f2efbe1f544