Sep 20 05:51:37.918 INFO checking byte_sha-1.0.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 05:51:37.918 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 05:51:37.918 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:51:38.104 INFO blam! ae74c8c081193c0489a0f026c7d45e2f1494809f5c8fc6a14ae55561f875273b Sep 20 05:51:38.106 INFO running `"docker" "start" "-a" "ae74c8c081193c0489a0f026c7d45e2f1494809f5c8fc6a14ae55561f875273b"` Sep 20 05:51:39.087 INFO kablam! usermod: no changes Sep 20 05:51:39.109 INFO kablam! Checking hex_d_hex v1.0.1 Sep 20 05:51:39.404 INFO kablam! Checking byte_sha v1.0.1 (/source) Sep 20 05:51:39.637 INFO kablam! warning: unused macro definition Sep 20 05:51:39.637 INFO kablam! --> src/lib.rs:10:1 Sep 20 05:51:39.637 INFO kablam! | Sep 20 05:51:39.637 INFO kablam! 10 | / macro_rules! rot_left { Sep 20 05:51:39.637 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Sep 20 05:51:39.637 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Sep 20 05:51:39.637 INFO kablam! 13 | | } Sep 20 05:51:39.637 INFO kablam! 14 | | } Sep 20 05:51:39.637 INFO kablam! | |_^ Sep 20 05:51:39.637 INFO kablam! | Sep 20 05:51:39.637 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 20 05:51:39.637 INFO kablam! Sep 20 05:51:39.637 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 05:51:39.637 INFO kablam! --> src/lib.rs:18:3 Sep 20 05:51:39.637 INFO kablam! | Sep 20 05:51:39.637 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 20 05:51:39.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 05:51:39.637 INFO kablam! ... Sep 20 05:51:39.637 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 20 05:51:39.637 INFO kablam! | ---------- in this macro invocation Sep 20 05:51:39.638 INFO kablam! | Sep 20 05:51:39.638 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 05:51:39.638 INFO kablam! Sep 20 05:51:39.638 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 05:51:39.638 INFO kablam! --> src/lib.rs:36:3 Sep 20 05:51:39.638 INFO kablam! | Sep 20 05:51:39.638 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 20 05:51:39.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:51:39.638 INFO kablam! ... Sep 20 05:51:39.638 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 20 05:51:39.638 INFO kablam! | --------- in this macro invocation Sep 20 05:51:39.638 INFO kablam! help: remove these parentheses Sep 20 05:51:39.638 INFO kablam! | Sep 20 05:51:39.638 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 20 05:51:39.638 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 20 05:51:39.638 INFO kablam! | Sep 20 05:51:39.638 INFO kablam! Sep 20 05:51:39.638 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 05:51:39.638 INFO kablam! --> src/lib.rs:24:3 Sep 20 05:51:39.638 INFO kablam! | Sep 20 05:51:39.638 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 20 05:51:39.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 05:51:39.638 INFO kablam! ... Sep 20 05:51:39.638 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 20 05:51:39.638 INFO kablam! | ----------- in this macro invocation Sep 20 05:51:39.638 INFO kablam! Sep 20 05:51:39.646 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 05:51:39.646 INFO kablam! --> src/lib.rs:18:3 Sep 20 05:51:39.646 INFO kablam! | Sep 20 05:51:39.646 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 20 05:51:39.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 05:51:39.646 INFO kablam! ... Sep 20 05:51:39.646 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 20 05:51:39.646 INFO kablam! | ---------- in this macro invocation Sep 20 05:51:39.646 INFO kablam! | Sep 20 05:51:39.646 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 05:51:39.646 INFO kablam! Sep 20 05:51:39.646 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 05:51:39.646 INFO kablam! --> src/lib.rs:36:3 Sep 20 05:51:39.646 INFO kablam! | Sep 20 05:51:39.646 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 20 05:51:39.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:51:39.646 INFO kablam! ... Sep 20 05:51:39.646 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 20 05:51:39.646 INFO kablam! | --------- in this macro invocation Sep 20 05:51:39.646 INFO kablam! help: remove these parentheses Sep 20 05:51:39.646 INFO kablam! | Sep 20 05:51:39.646 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 20 05:51:39.646 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 20 05:51:39.646 INFO kablam! | Sep 20 05:51:39.646 INFO kablam! Sep 20 05:51:39.646 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 05:51:39.646 INFO kablam! --> src/lib.rs:24:3 Sep 20 05:51:39.646 INFO kablam! | Sep 20 05:51:39.646 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 20 05:51:39.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 05:51:39.646 INFO kablam! ... Sep 20 05:51:39.646 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 20 05:51:39.646 INFO kablam! | ----------- in this macro invocation Sep 20 05:51:39.646 INFO kablam! Sep 20 05:51:39.866 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.76s Sep 20 05:51:39.868 INFO kablam! su: No module specific data is present Sep 20 05:51:40.466 INFO running `"docker" "rm" "-f" "ae74c8c081193c0489a0f026c7d45e2f1494809f5c8fc6a14ae55561f875273b"` Sep 20 05:51:40.594 INFO blam! ae74c8c081193c0489a0f026c7d45e2f1494809f5c8fc6a14ae55561f875273b