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