Sep 01 09:07:24.660 INFO checking byte_sha-1.0.1 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 09:07:24.660 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 09:07:24.660 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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=500" "-e" "CMD=cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 09:07:24.859 INFO blam! 206e43f791d1cf4b3b564ddb12e52b21a82479efac789e475d3d4067b3d40aca Sep 01 09:07:24.861 INFO running `"docker" "start" "-a" "206e43f791d1cf4b3b564ddb12e52b21a82479efac789e475d3d4067b3d40aca"` Sep 01 09:07:25.526 INFO kablam! Checking hex_d_hex v1.0.1 Sep 01 09:07:26.129 INFO kablam! Checking byte_sha v1.0.1 (file:///source) Sep 01 09:07:26.807 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 09:07:26.807 INFO kablam! --> src/lib.rs:18:3 Sep 01 09:07:26.807 INFO kablam! | Sep 01 09:07:26.807 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 01 09:07:26.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 09:07:26.807 INFO kablam! ... Sep 01 09:07:26.807 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 01 09:07:26.807 INFO kablam! | ---------- in this macro invocation Sep 01 09:07:26.807 INFO kablam! | Sep 01 09:07:26.807 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 09:07:26.807 INFO kablam! Sep 01 09:07:26.807 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 09:07:26.808 INFO kablam! --> src/lib.rs:36:3 Sep 01 09:07:26.808 INFO kablam! | Sep 01 09:07:26.808 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 01 09:07:26.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:07:26.808 INFO kablam! ... Sep 01 09:07:26.808 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 01 09:07:26.808 INFO kablam! | --------- in this macro invocation Sep 01 09:07:26.808 INFO kablam! help: remove these parentheses Sep 01 09:07:26.808 INFO kablam! | Sep 01 09:07:26.808 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 01 09:07:26.808 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 01 09:07:26.808 INFO kablam! | Sep 01 09:07:26.808 INFO kablam! Sep 01 09:07:26.808 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 09:07:26.808 INFO kablam! --> src/lib.rs:24:3 Sep 01 09:07:26.808 INFO kablam! | Sep 01 09:07:26.808 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 01 09:07:26.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 09:07:26.808 INFO kablam! ... Sep 01 09:07:26.808 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 01 09:07:26.808 INFO kablam! | ----------- in this macro invocation Sep 01 09:07:26.808 INFO kablam! Sep 01 09:07:26.857 INFO kablam! warning: unused macro definition Sep 01 09:07:26.858 INFO kablam! --> src/lib.rs:10:1 Sep 01 09:07:26.858 INFO kablam! | Sep 01 09:07:26.858 INFO kablam! 10 | / macro_rules! rot_left { Sep 01 09:07:26.858 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Sep 01 09:07:26.858 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Sep 01 09:07:26.858 INFO kablam! 13 | | } Sep 01 09:07:26.858 INFO kablam! 14 | | } Sep 01 09:07:26.858 INFO kablam! | |_^ Sep 01 09:07:26.858 INFO kablam! | Sep 01 09:07:26.858 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 01 09:07:26.858 INFO kablam! Sep 01 09:07:26.859 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 09:07:26.859 INFO kablam! --> src/lib.rs:18:3 Sep 01 09:07:26.859 INFO kablam! | Sep 01 09:07:26.859 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 01 09:07:26.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 09:07:26.859 INFO kablam! ... Sep 01 09:07:26.859 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 01 09:07:26.859 INFO kablam! | ---------- in this macro invocation Sep 01 09:07:26.859 INFO kablam! | Sep 01 09:07:26.859 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 09:07:26.859 INFO kablam! Sep 01 09:07:26.859 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 09:07:26.859 INFO kablam! --> src/lib.rs:36:3 Sep 01 09:07:26.859 INFO kablam! | Sep 01 09:07:26.859 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 01 09:07:26.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:07:26.859 INFO kablam! ... Sep 01 09:07:26.859 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 01 09:07:26.859 INFO kablam! | --------- in this macro invocation Sep 01 09:07:26.859 INFO kablam! help: remove these parentheses Sep 01 09:07:26.859 INFO kablam! | Sep 01 09:07:26.859 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 01 09:07:26.859 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 01 09:07:26.860 INFO kablam! | Sep 01 09:07:26.860 INFO kablam! Sep 01 09:07:26.860 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 09:07:26.860 INFO kablam! --> src/lib.rs:24:3 Sep 01 09:07:26.860 INFO kablam! | Sep 01 09:07:26.860 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 01 09:07:26.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 09:07:26.860 INFO kablam! ... Sep 01 09:07:26.860 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 01 09:07:26.860 INFO kablam! | ----------- in this macro invocation Sep 01 09:07:26.860 INFO kablam! Sep 01 09:07:27.389 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.87s Sep 01 09:07:27.392 INFO kablam! su: No module specific data is present Sep 01 09:07:27.870 INFO running `"docker" "rm" "-f" "206e43f791d1cf4b3b564ddb12e52b21a82479efac789e475d3d4067b3d40aca"` Sep 01 09:07:27.974 INFO blam! 206e43f791d1cf4b3b564ddb12e52b21a82479efac789e475d3d4067b3d40aca