Sep 18 03:00:42.986 INFO checking byte_sha-1.0.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:00:42.986 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:00:42.986 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:00:43.115 INFO blam! 7476f6e6ca992c0544eedac7ede4603fe3d79cfe856499d72b38f1eb5c0c47df Sep 18 03:00:43.116 INFO running `"docker" "start" "-a" "7476f6e6ca992c0544eedac7ede4603fe3d79cfe856499d72b38f1eb5c0c47df"` Sep 18 03:00:44.340 INFO kablam! usermod: no changes Sep 18 03:00:44.379 INFO kablam! Checking hex_d_hex v1.0.1 Sep 18 03:00:44.824 INFO kablam! Checking byte_sha v1.0.1 (/source) Sep 18 03:00:45.078 INFO kablam! warning: unused macro definition Sep 18 03:00:45.078 INFO kablam! --> src/lib.rs:10:1 Sep 18 03:00:45.078 INFO kablam! | Sep 18 03:00:45.078 INFO kablam! 10 | / macro_rules! rot_left { Sep 18 03:00:45.078 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Sep 18 03:00:45.078 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Sep 18 03:00:45.078 INFO kablam! 13 | | } Sep 18 03:00:45.078 INFO kablam! 14 | | } Sep 18 03:00:45.078 INFO kablam! | |_^ Sep 18 03:00:45.078 INFO kablam! | Sep 18 03:00:45.078 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 18 03:00:45.078 INFO kablam! Sep 18 03:00:45.079 INFO kablam! warning: unnecessary parentheses around method argument Sep 18 03:00:45.079 INFO kablam! --> src/lib.rs:18:3 Sep 18 03:00:45.079 INFO kablam! | Sep 18 03:00:45.079 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 18 03:00:45.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:00:45.079 INFO kablam! ... Sep 18 03:00:45.079 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 18 03:00:45.079 INFO kablam! | ---------- in this macro invocation Sep 18 03:00:45.079 INFO kablam! | Sep 18 03:00:45.079 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 18 03:00:45.079 INFO kablam! Sep 18 03:00:45.079 INFO kablam! warning: unnecessary parentheses around method argument Sep 18 03:00:45.079 INFO kablam! --> src/lib.rs:36:3 Sep 18 03:00:45.079 INFO kablam! | Sep 18 03:00:45.079 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 18 03:00:45.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:00:45.079 INFO kablam! ... Sep 18 03:00:45.079 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 18 03:00:45.079 INFO kablam! | --------- in this macro invocation Sep 18 03:00:45.079 INFO kablam! help: remove these parentheses Sep 18 03:00:45.079 INFO kablam! | Sep 18 03:00:45.079 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 18 03:00:45.079 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 18 03:00:45.079 INFO kablam! | Sep 18 03:00:45.079 INFO kablam! Sep 18 03:00:45.079 INFO kablam! warning: unnecessary parentheses around method argument Sep 18 03:00:45.079 INFO kablam! --> src/lib.rs:24:3 Sep 18 03:00:45.079 INFO kablam! | Sep 18 03:00:45.079 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 18 03:00:45.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:00:45.079 INFO kablam! ... Sep 18 03:00:45.079 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 18 03:00:45.079 INFO kablam! | ----------- in this macro invocation Sep 18 03:00:45.079 INFO kablam! Sep 18 03:00:45.176 INFO kablam! warning: unnecessary parentheses around method argument Sep 18 03:00:45.176 INFO kablam! --> src/lib.rs:18:3 Sep 18 03:00:45.176 INFO kablam! | Sep 18 03:00:45.176 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 18 03:00:45.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:00:45.176 INFO kablam! ... Sep 18 03:00:45.176 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 18 03:00:45.176 INFO kablam! | ---------- in this macro invocation Sep 18 03:00:45.176 INFO kablam! | Sep 18 03:00:45.176 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 18 03:00:45.176 INFO kablam! Sep 18 03:00:45.176 INFO kablam! warning: unnecessary parentheses around method argument Sep 18 03:00:45.176 INFO kablam! --> src/lib.rs:36:3 Sep 18 03:00:45.176 INFO kablam! | Sep 18 03:00:45.176 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 18 03:00:45.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:00:45.176 INFO kablam! ... Sep 18 03:00:45.176 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 18 03:00:45.176 INFO kablam! | --------- in this macro invocation Sep 18 03:00:45.177 INFO kablam! help: remove these parentheses Sep 18 03:00:45.177 INFO kablam! | Sep 18 03:00:45.177 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 18 03:00:45.177 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 18 03:00:45.177 INFO kablam! | Sep 18 03:00:45.177 INFO kablam! Sep 18 03:00:45.177 INFO kablam! warning: unnecessary parentheses around method argument Sep 18 03:00:45.177 INFO kablam! --> src/lib.rs:24:3 Sep 18 03:00:45.177 INFO kablam! | Sep 18 03:00:45.177 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 18 03:00:45.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:00:45.177 INFO kablam! ... Sep 18 03:00:45.177 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 18 03:00:45.177 INFO kablam! | ----------- in this macro invocation Sep 18 03:00:45.177 INFO kablam! Sep 18 03:00:45.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Sep 18 03:00:45.376 INFO kablam! su: No module specific data is present Sep 18 03:00:46.189 INFO running `"docker" "rm" "-f" "7476f6e6ca992c0544eedac7ede4603fe3d79cfe856499d72b38f1eb5c0c47df"` Sep 18 03:00:46.255 INFO blam! 7476f6e6ca992c0544eedac7ede4603fe3d79cfe856499d72b38f1eb5c0c47df