Oct 13 17:27:30.030 INFO checking byte_sha-1.0.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:27:30.031 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 17:27:30.219 INFO blam! ece9f952ed76de4bab0135e1afe040bef09082342b5868c0a4e7191d24de4feb Oct 13 17:27:30.222 INFO running `"docker" "start" "-a" "ece9f952ed76de4bab0135e1afe040bef09082342b5868c0a4e7191d24de4feb"` Oct 13 17:27:30.651 INFO kablam! usermod: no changes Oct 13 17:27:30.684 INFO kablam! Checking hex_d_hex v1.0.1 Oct 13 17:27:31.368 INFO kablam! Checking byte_sha v1.0.1 (/source) Oct 13 17:27:32.064 INFO kablam! warning: unused macro definition Oct 13 17:27:32.064 INFO kablam! --> src/lib.rs:10:1 Oct 13 17:27:32.064 INFO kablam! | Oct 13 17:27:32.064 INFO kablam! 10 | / macro_rules! rot_left { Oct 13 17:27:32.064 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Oct 13 17:27:32.064 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Oct 13 17:27:32.064 INFO kablam! 13 | | } Oct 13 17:27:32.064 INFO kablam! 14 | | } Oct 13 17:27:32.064 INFO kablam! | |_^ Oct 13 17:27:32.064 INFO kablam! | Oct 13 17:27:32.064 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 17:27:32.064 INFO kablam! Oct 13 17:27:32.065 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 17:27:32.065 INFO kablam! --> src/lib.rs:18:3 Oct 13 17:27:32.065 INFO kablam! | Oct 13 17:27:32.065 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Oct 13 17:27:32.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 17:27:32.065 INFO kablam! ... Oct 13 17:27:32.065 INFO kablam! 228 | let t1 = h.wrapping_add(bsig1!(e)).wrapping_add(ch!(e,f,g)).wrapping_add(K_SEQUENCE[t]).wrapping_add(message_schedule[t]); Oct 13 17:27:32.065 INFO kablam! | ---------- in this macro invocation Oct 13 17:27:32.065 INFO kablam! | Oct 13 17:27:32.065 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 17:27:32.065 INFO kablam! Oct 13 17:27:32.065 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 17:27:32.065 INFO kablam! --> src/lib.rs:36:3 Oct 13 17:27:32.065 INFO kablam! | Oct 13 17:27:32.065 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Oct 13 17:27:32.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:27:32.065 INFO kablam! ... Oct 13 17:27:32.065 INFO kablam! 228 | let t1 = h.wrapping_add(bsig1!(e)).wrapping_add(ch!(e,f,g)).wrapping_add(K_SEQUENCE[t]).wrapping_add(message_schedule[t]); Oct 13 17:27:32.065 INFO kablam! | --------- in this macro invocation Oct 13 17:27:32.065 INFO kablam! help: remove these parentheses Oct 13 17:27:32.072 INFO kablam! | Oct 13 17:27:32.072 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Oct 13 17:27:32.072 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Oct 13 17:27:32.072 INFO kablam! | Oct 13 17:27:32.072 INFO kablam! Oct 13 17:27:32.072 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 17:27:32.073 INFO kablam! --> src/lib.rs:24:3 Oct 13 17:27:32.073 INFO kablam! | Oct 13 17:27:32.073 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Oct 13 17:27:32.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 17:27:32.073 INFO kablam! ... Oct 13 17:27:32.073 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Oct 13 17:27:32.073 INFO kablam! | ----------- in this macro invocation Oct 13 17:27:32.073 INFO kablam! Oct 13 17:27:32.222 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 17:27:32.222 INFO kablam! --> src/lib.rs:18:3 Oct 13 17:27:32.222 INFO kablam! | Oct 13 17:27:32.222 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Oct 13 17:27:32.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 17:27:32.222 INFO kablam! ... Oct 13 17:27:32.222 INFO kablam! 228 | let t1 = h.wrapping_add(bsig1!(e)).wrapping_add(ch!(e,f,g)).wrapping_add(K_SEQUENCE[t]).wrapping_add(message_schedule[t]); Oct 13 17:27:32.222 INFO kablam! | ---------- in this macro invocation Oct 13 17:27:32.222 INFO kablam! | Oct 13 17:27:32.222 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 17:27:32.222 INFO kablam! Oct 13 17:27:32.222 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 17:27:32.222 INFO kablam! --> src/lib.rs:36:3 Oct 13 17:27:32.222 INFO kablam! | Oct 13 17:27:32.222 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Oct 13 17:27:32.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:27:32.222 INFO kablam! ... Oct 13 17:27:32.222 INFO kablam! 228 | let t1 = h.wrapping_add(bsig1!(e)).wrapping_add(ch!(e,f,g)).wrapping_add(K_SEQUENCE[t]).wrapping_add(message_schedule[t]); Oct 13 17:27:32.223 INFO kablam! | --------- in this macro invocation Oct 13 17:27:32.223 INFO kablam! help: remove these parentheses Oct 13 17:27:32.223 INFO kablam! | Oct 13 17:27:32.223 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Oct 13 17:27:32.223 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Oct 13 17:27:32.223 INFO kablam! | Oct 13 17:27:32.223 INFO kablam! Oct 13 17:27:32.223 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 17:27:32.223 INFO kablam! --> src/lib.rs:24:3 Oct 13 17:27:32.223 INFO kablam! | Oct 13 17:27:32.223 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Oct 13 17:27:32.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 17:27:32.223 INFO kablam! ... Oct 13 17:27:32.223 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Oct 13 17:27:32.223 INFO kablam! | ----------- in this macro invocation Oct 13 17:27:32.223 INFO kablam! Oct 13 17:27:32.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.81s Oct 13 17:27:32.488 INFO kablam! su: No module specific data is present Oct 13 17:27:33.112 INFO running `"docker" "rm" "-f" "ece9f952ed76de4bab0135e1afe040bef09082342b5868c0a4e7191d24de4feb"` Oct 13 17:27:33.464 INFO blam! ece9f952ed76de4bab0135e1afe040bef09082342b5868c0a4e7191d24de4feb