Sep 02 19:12:40.322 INFO checking byte_sha-1.0.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 19:12:40.322 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 19:12:40.322 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 19:12:40.523 INFO blam! e1a578f3457ad718a30020cd67036e62a2ca0bc22aef8465b029abdb5dcb2df8 Sep 02 19:12:40.525 INFO running `"docker" "start" "-a" "e1a578f3457ad718a30020cd67036e62a2ca0bc22aef8465b029abdb5dcb2df8"` Sep 02 19:12:41.190 INFO kablam! Checking hex_d_hex v1.0.1 Sep 02 19:12:42.004 INFO kablam! Checking byte_sha v1.0.1 (file:///source) Sep 02 19:12:42.593 INFO kablam! warning: unused macro definition Sep 02 19:12:42.593 INFO kablam! --> src/lib.rs:10:1 Sep 02 19:12:42.593 INFO kablam! | Sep 02 19:12:42.593 INFO kablam! 10 | / macro_rules! rot_left { Sep 02 19:12:42.593 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Sep 02 19:12:42.593 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Sep 02 19:12:42.593 INFO kablam! 13 | | } Sep 02 19:12:42.593 INFO kablam! 14 | | } Sep 02 19:12:42.593 INFO kablam! | |_^ Sep 02 19:12:42.593 INFO kablam! | Sep 02 19:12:42.593 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 02 19:12:42.593 INFO kablam! Sep 02 19:12:42.593 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 19:12:42.593 INFO kablam! --> src/lib.rs:18:3 Sep 02 19:12:42.593 INFO kablam! | Sep 02 19:12:42.594 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 02 19:12:42.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 19:12:42.594 INFO kablam! ... Sep 02 19:12:42.594 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 02 19:12:42.594 INFO kablam! | ---------- in this macro invocation Sep 02 19:12:42.594 INFO kablam! | Sep 02 19:12:42.594 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 19:12:42.594 INFO kablam! Sep 02 19:12:42.594 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 19:12:42.594 INFO kablam! --> src/lib.rs:36:3 Sep 02 19:12:42.594 INFO kablam! | Sep 02 19:12:42.594 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 02 19:12:42.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:12:42.594 INFO kablam! ... Sep 02 19:12:42.594 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 02 19:12:42.594 INFO kablam! | --------- in this macro invocation Sep 02 19:12:42.594 INFO kablam! help: remove these parentheses Sep 02 19:12:42.595 INFO kablam! | Sep 02 19:12:42.595 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 02 19:12:42.595 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 02 19:12:42.595 INFO kablam! | Sep 02 19:12:42.595 INFO kablam! Sep 02 19:12:42.595 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 19:12:42.595 INFO kablam! --> src/lib.rs:24:3 Sep 02 19:12:42.595 INFO kablam! | Sep 02 19:12:42.595 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 02 19:12:42.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 19:12:42.595 INFO kablam! ... Sep 02 19:12:42.595 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 02 19:12:42.595 INFO kablam! | ----------- in this macro invocation Sep 02 19:12:42.595 INFO kablam! Sep 02 19:12:42.893 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 19:12:42.893 INFO kablam! --> src/lib.rs:18:3 Sep 02 19:12:42.893 INFO kablam! | Sep 02 19:12:42.893 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 02 19:12:42.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 19:12:42.893 INFO kablam! ... Sep 02 19:12:42.893 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 02 19:12:42.893 INFO kablam! | ---------- in this macro invocation Sep 02 19:12:42.893 INFO kablam! | Sep 02 19:12:42.894 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 19:12:42.894 INFO kablam! Sep 02 19:12:42.894 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 19:12:42.894 INFO kablam! --> src/lib.rs:36:3 Sep 02 19:12:42.894 INFO kablam! | Sep 02 19:12:42.894 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 02 19:12:42.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:12:42.894 INFO kablam! ... Sep 02 19:12:42.894 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 02 19:12:42.894 INFO kablam! | --------- in this macro invocation Sep 02 19:12:42.894 INFO kablam! help: remove these parentheses Sep 02 19:12:42.894 INFO kablam! | Sep 02 19:12:42.894 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 02 19:12:42.894 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 02 19:12:42.894 INFO kablam! | Sep 02 19:12:42.894 INFO kablam! Sep 02 19:12:42.894 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 19:12:42.894 INFO kablam! --> src/lib.rs:24:3 Sep 02 19:12:42.894 INFO kablam! | Sep 02 19:12:42.895 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 02 19:12:42.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 19:12:42.895 INFO kablam! ... Sep 02 19:12:42.895 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 02 19:12:42.895 INFO kablam! | ----------- in this macro invocation Sep 02 19:12:42.895 INFO kablam! Sep 02 19:12:43.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.17s Sep 02 19:12:43.342 INFO kablam! su: No module specific data is present Sep 02 19:12:43.672 INFO running `"docker" "rm" "-f" "e1a578f3457ad718a30020cd67036e62a2ca0bc22aef8465b029abdb5dcb2df8"` Sep 02 19:12:43.773 INFO blam! e1a578f3457ad718a30020cd67036e62a2ca0bc22aef8465b029abdb5dcb2df8