Sep 21 12:42:07.849 INFO checking byte_sha-1.0.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 12:42:07.849 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 12:42:07.849 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:42:07.955 INFO blam! f0dfd33b7eb7eff43ea60b9561382ca86a5459b45a01fa91a0ca9f685f6543e5 Sep 21 12:42:07.956 INFO running `"docker" "start" "-a" "f0dfd33b7eb7eff43ea60b9561382ca86a5459b45a01fa91a0ca9f685f6543e5"` Sep 21 12:42:09.099 INFO kablam! usermod: no changes Sep 21 12:42:09.128 INFO kablam! Checking hex_d_hex v1.0.1 Sep 21 12:42:09.387 INFO kablam! Checking byte_sha v1.0.1 (/source) Sep 21 12:42:09.587 INFO kablam! warning: unused macro definition Sep 21 12:42:09.587 INFO kablam! --> src/lib.rs:10:1 Sep 21 12:42:09.587 INFO kablam! | Sep 21 12:42:09.587 INFO kablam! 10 | / macro_rules! rot_left { Sep 21 12:42:09.587 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Sep 21 12:42:09.587 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Sep 21 12:42:09.587 INFO kablam! 13 | | } Sep 21 12:42:09.587 INFO kablam! 14 | | } Sep 21 12:42:09.587 INFO kablam! | |_^ Sep 21 12:42:09.587 INFO kablam! | Sep 21 12:42:09.587 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 21 12:42:09.587 INFO kablam! Sep 21 12:42:09.587 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 12:42:09.587 INFO kablam! --> src/lib.rs:18:3 Sep 21 12:42:09.587 INFO kablam! | Sep 21 12:42:09.587 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 21 12:42:09.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 12:42:09.587 INFO kablam! ... Sep 21 12:42:09.587 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]); Sep 21 12:42:09.587 INFO kablam! | ---------- in this macro invocation Sep 21 12:42:09.587 INFO kablam! | Sep 21 12:42:09.587 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 12:42:09.587 INFO kablam! Sep 21 12:42:09.587 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 12:42:09.587 INFO kablam! --> src/lib.rs:36:3 Sep 21 12:42:09.587 INFO kablam! | Sep 21 12:42:09.587 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 21 12:42:09.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:42:09.587 INFO kablam! ... Sep 21 12:42:09.587 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]); Sep 21 12:42:09.587 INFO kablam! | --------- in this macro invocation Sep 21 12:42:09.588 INFO kablam! help: remove these parentheses Sep 21 12:42:09.588 INFO kablam! | Sep 21 12:42:09.588 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 21 12:42:09.588 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 21 12:42:09.588 INFO kablam! | Sep 21 12:42:09.588 INFO kablam! Sep 21 12:42:09.588 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 12:42:09.588 INFO kablam! --> src/lib.rs:24:3 Sep 21 12:42:09.588 INFO kablam! | Sep 21 12:42:09.588 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 21 12:42:09.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 12:42:09.588 INFO kablam! ... Sep 21 12:42:09.588 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 21 12:42:09.588 INFO kablam! | ----------- in this macro invocation Sep 21 12:42:09.588 INFO kablam! Sep 21 12:42:09.618 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 12:42:09.618 INFO kablam! --> src/lib.rs:18:3 Sep 21 12:42:09.618 INFO kablam! | Sep 21 12:42:09.618 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 21 12:42:09.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 12:42:09.618 INFO kablam! ... Sep 21 12:42:09.618 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]); Sep 21 12:42:09.618 INFO kablam! | ---------- in this macro invocation Sep 21 12:42:09.618 INFO kablam! | Sep 21 12:42:09.618 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 12:42:09.618 INFO kablam! Sep 21 12:42:09.618 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 12:42:09.618 INFO kablam! --> src/lib.rs:36:3 Sep 21 12:42:09.618 INFO kablam! | Sep 21 12:42:09.618 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 21 12:42:09.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:42:09.618 INFO kablam! ... Sep 21 12:42:09.618 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]); Sep 21 12:42:09.618 INFO kablam! | --------- in this macro invocation Sep 21 12:42:09.618 INFO kablam! help: remove these parentheses Sep 21 12:42:09.618 INFO kablam! | Sep 21 12:42:09.618 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 21 12:42:09.618 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 21 12:42:09.618 INFO kablam! | Sep 21 12:42:09.618 INFO kablam! Sep 21 12:42:09.618 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 12:42:09.618 INFO kablam! --> src/lib.rs:24:3 Sep 21 12:42:09.618 INFO kablam! | Sep 21 12:42:09.618 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 21 12:42:09.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 12:42:09.618 INFO kablam! ... Sep 21 12:42:09.618 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 21 12:42:09.619 INFO kablam! | ----------- in this macro invocation Sep 21 12:42:09.619 INFO kablam! Sep 21 12:42:09.818 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Sep 21 12:42:09.819 INFO kablam! su: No module specific data is present Sep 21 12:42:10.527 INFO running `"docker" "rm" "-f" "f0dfd33b7eb7eff43ea60b9561382ca86a5459b45a01fa91a0ca9f685f6543e5"` Sep 21 12:42:10.600 INFO blam! f0dfd33b7eb7eff43ea60b9561382ca86a5459b45a01fa91a0ca9f685f6543e5