Sep 05 01:25:44.177 INFO checking byte_sha-1.0.1 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 05 01:25:44.177 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 05 01:25:44.177 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 01:25:44.363 INFO blam! 3e5c0e966921a99307f799b7aa9a1bc910ddd179bde7a2b6250c9e4632c54306 Sep 05 01:25:44.365 INFO running `"docker" "start" "-a" "3e5c0e966921a99307f799b7aa9a1bc910ddd179bde7a2b6250c9e4632c54306"` Sep 05 01:25:45.077 INFO kablam! Checking hex_d_hex v1.0.1 Sep 05 01:25:45.651 INFO kablam! Checking byte_sha v1.0.1 (file:///source) Sep 05 01:25:46.193 INFO kablam! warning: unused macro definition Sep 05 01:25:46.193 INFO kablam! --> src/lib.rs:10:1 Sep 05 01:25:46.193 INFO kablam! | Sep 05 01:25:46.193 INFO kablam! 10 | / macro_rules! rot_left { Sep 05 01:25:46.193 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Sep 05 01:25:46.193 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Sep 05 01:25:46.193 INFO kablam! 13 | | } Sep 05 01:25:46.193 INFO kablam! 14 | | } Sep 05 01:25:46.193 INFO kablam! | |_^ Sep 05 01:25:46.193 INFO kablam! | Sep 05 01:25:46.193 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 05 01:25:46.193 INFO kablam! Sep 05 01:25:46.194 INFO kablam! warning: unnecessary parentheses around method argument Sep 05 01:25:46.194 INFO kablam! --> src/lib.rs:18:3 Sep 05 01:25:46.194 INFO kablam! | Sep 05 01:25:46.194 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 05 01:25:46.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 01:25:46.194 INFO kablam! ... Sep 05 01:25:46.194 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 05 01:25:46.194 INFO kablam! | ---------- in this macro invocation Sep 05 01:25:46.194 INFO kablam! | Sep 05 01:25:46.194 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 01:25:46.194 INFO kablam! Sep 05 01:25:46.194 INFO kablam! warning: unnecessary parentheses around method argument Sep 05 01:25:46.194 INFO kablam! --> src/lib.rs:36:3 Sep 05 01:25:46.194 INFO kablam! | Sep 05 01:25:46.194 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 05 01:25:46.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 01:25:46.195 INFO kablam! ... Sep 05 01:25:46.195 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 05 01:25:46.195 INFO kablam! | --------- in this macro invocation Sep 05 01:25:46.195 INFO kablam! help: remove these parentheses Sep 05 01:25:46.195 INFO kablam! | Sep 05 01:25:46.195 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 05 01:25:46.195 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 05 01:25:46.195 INFO kablam! | Sep 05 01:25:46.195 INFO kablam! Sep 05 01:25:46.195 INFO kablam! warning: unnecessary parentheses around method argument Sep 05 01:25:46.195 INFO kablam! --> src/lib.rs:24:3 Sep 05 01:25:46.195 INFO kablam! | Sep 05 01:25:46.195 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 05 01:25:46.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 01:25:46.195 INFO kablam! ... Sep 05 01:25:46.195 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 05 01:25:46.195 INFO kablam! | ----------- in this macro invocation Sep 05 01:25:46.195 INFO kablam! Sep 05 01:25:46.438 INFO kablam! warning: unnecessary parentheses around method argument Sep 05 01:25:46.438 INFO kablam! --> src/lib.rs:18:3 Sep 05 01:25:46.438 INFO kablam! | Sep 05 01:25:46.438 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 05 01:25:46.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 01:25:46.438 INFO kablam! ... Sep 05 01:25:46.438 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 05 01:25:46.438 INFO kablam! | ---------- in this macro invocation Sep 05 01:25:46.438 INFO kablam! | Sep 05 01:25:46.438 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 01:25:46.438 INFO kablam! Sep 05 01:25:46.438 INFO kablam! warning: unnecessary parentheses around method argument Sep 05 01:25:46.438 INFO kablam! --> src/lib.rs:36:3 Sep 05 01:25:46.438 INFO kablam! | Sep 05 01:25:46.438 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 05 01:25:46.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 01:25:46.439 INFO kablam! ... Sep 05 01:25:46.439 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 05 01:25:46.439 INFO kablam! | --------- in this macro invocation Sep 05 01:25:46.439 INFO kablam! help: remove these parentheses Sep 05 01:25:46.439 INFO kablam! | Sep 05 01:25:46.439 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 05 01:25:46.439 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 05 01:25:46.439 INFO kablam! | Sep 05 01:25:46.439 INFO kablam! Sep 05 01:25:46.439 INFO kablam! warning: unnecessary parentheses around method argument Sep 05 01:25:46.439 INFO kablam! --> src/lib.rs:24:3 Sep 05 01:25:46.439 INFO kablam! | Sep 05 01:25:46.439 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 05 01:25:46.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 01:25:46.439 INFO kablam! ... Sep 05 01:25:46.439 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 05 01:25:46.439 INFO kablam! | ----------- in this macro invocation Sep 05 01:25:46.439 INFO kablam! Sep 05 01:25:46.796 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Sep 05 01:25:46.799 INFO kablam! su: No module specific data is present Sep 05 01:25:47.300 INFO running `"docker" "rm" "-f" "3e5c0e966921a99307f799b7aa9a1bc910ddd179bde7a2b6250c9e4632c54306"` Sep 05 01:25:47.383 INFO blam! 3e5c0e966921a99307f799b7aa9a1bc910ddd179bde7a2b6250c9e4632c54306