Sep 10 21:49:52.907 INFO checking byte_sha-1.0.1 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 21:49:52.907 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 21:49:52.907 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 21:49:53.107 INFO blam! b0539c66d2b46ee0574160eed2dc349261767f3c5c90bdd50c1020f4fb7e9e7b Sep 10 21:49:53.109 INFO running `"docker" "start" "-a" "b0539c66d2b46ee0574160eed2dc349261767f3c5c90bdd50c1020f4fb7e9e7b"` Sep 10 21:49:54.488 INFO kablam! usermod: no changes Sep 10 21:49:54.510 INFO kablam! Checking hex_d_hex v1.0.1 Sep 10 21:49:54.766 INFO kablam! Checking byte_sha v1.0.1 (file:///source) Sep 10 21:49:54.971 INFO kablam! warning: unused macro definition Sep 10 21:49:54.971 INFO kablam! --> src/lib.rs:10:1 Sep 10 21:49:54.971 INFO kablam! | Sep 10 21:49:54.971 INFO kablam! 10 | / macro_rules! rot_left { Sep 10 21:49:54.971 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Sep 10 21:49:54.971 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Sep 10 21:49:54.971 INFO kablam! 13 | | } Sep 10 21:49:54.971 INFO kablam! 14 | | } Sep 10 21:49:54.971 INFO kablam! | |_^ Sep 10 21:49:54.971 INFO kablam! | Sep 10 21:49:54.971 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 10 21:49:54.971 INFO kablam! Sep 10 21:49:54.971 INFO kablam! warning: unnecessary parentheses around method argument Sep 10 21:49:54.971 INFO kablam! --> src/lib.rs:18:3 Sep 10 21:49:54.971 INFO kablam! | Sep 10 21:49:54.971 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 10 21:49:54.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 21:49:54.971 INFO kablam! ... Sep 10 21:49:54.971 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 10 21:49:54.971 INFO kablam! | ---------- in this macro invocation Sep 10 21:49:54.971 INFO kablam! | Sep 10 21:49:54.971 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 21:49:54.971 INFO kablam! Sep 10 21:49:54.971 INFO kablam! warning: unnecessary parentheses around method argument Sep 10 21:49:54.971 INFO kablam! --> src/lib.rs:36:3 Sep 10 21:49:54.971 INFO kablam! | Sep 10 21:49:54.971 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 10 21:49:54.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:49:54.971 INFO kablam! ... Sep 10 21:49:54.971 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 10 21:49:54.971 INFO kablam! | --------- in this macro invocation Sep 10 21:49:54.971 INFO kablam! help: remove these parentheses Sep 10 21:49:54.971 INFO kablam! | Sep 10 21:49:54.971 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 10 21:49:54.971 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 10 21:49:54.971 INFO kablam! | Sep 10 21:49:54.971 INFO kablam! Sep 10 21:49:54.971 INFO kablam! warning: unnecessary parentheses around method argument Sep 10 21:49:54.971 INFO kablam! --> src/lib.rs:24:3 Sep 10 21:49:54.971 INFO kablam! | Sep 10 21:49:54.971 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 10 21:49:54.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 21:49:54.971 INFO kablam! ... Sep 10 21:49:54.971 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 10 21:49:54.971 INFO kablam! | ----------- in this macro invocation Sep 10 21:49:54.971 INFO kablam! Sep 10 21:49:55.049 INFO kablam! warning: unnecessary parentheses around method argument Sep 10 21:49:55.049 INFO kablam! --> src/lib.rs:18:3 Sep 10 21:49:55.049 INFO kablam! | Sep 10 21:49:55.049 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 10 21:49:55.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 21:49:55.049 INFO kablam! ... Sep 10 21:49:55.049 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 10 21:49:55.049 INFO kablam! | ---------- in this macro invocation Sep 10 21:49:55.049 INFO kablam! | Sep 10 21:49:55.049 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 21:49:55.049 INFO kablam! Sep 10 21:49:55.049 INFO kablam! warning: unnecessary parentheses around method argument Sep 10 21:49:55.049 INFO kablam! --> src/lib.rs:36:3 Sep 10 21:49:55.049 INFO kablam! | Sep 10 21:49:55.049 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 10 21:49:55.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:49:55.049 INFO kablam! ... Sep 10 21:49:55.049 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 10 21:49:55.049 INFO kablam! | --------- in this macro invocation Sep 10 21:49:55.049 INFO kablam! help: remove these parentheses Sep 10 21:49:55.049 INFO kablam! | Sep 10 21:49:55.049 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 10 21:49:55.049 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 10 21:49:55.049 INFO kablam! | Sep 10 21:49:55.049 INFO kablam! Sep 10 21:49:55.049 INFO kablam! warning: unnecessary parentheses around method argument Sep 10 21:49:55.049 INFO kablam! --> src/lib.rs:24:3 Sep 10 21:49:55.049 INFO kablam! | Sep 10 21:49:55.049 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 10 21:49:55.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 21:49:55.049 INFO kablam! ... Sep 10 21:49:55.049 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 10 21:49:55.050 INFO kablam! | ----------- in this macro invocation Sep 10 21:49:55.050 INFO kablam! Sep 10 21:49:55.312 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Sep 10 21:49:55.318 INFO kablam! su: No module specific data is present Sep 10 21:49:56.045 INFO running `"docker" "rm" "-f" "b0539c66d2b46ee0574160eed2dc349261767f3c5c90bdd50c1020f4fb7e9e7b"` Sep 10 21:49:56.136 INFO blam! b0539c66d2b46ee0574160eed2dc349261767f3c5c90bdd50c1020f4fb7e9e7b