Sep 02 01:41:33.723 INFO checking byte_sha-1.0.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 02 01:41:33.723 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 02 01:41:33.724 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:41:33.875 INFO blam! a44554c4199a73065d4c4520f64f9e1d6b029590cc7530fd1aca1416c5e69e21 Sep 02 01:41:33.877 INFO running `"docker" "start" "-a" "a44554c4199a73065d4c4520f64f9e1d6b029590cc7530fd1aca1416c5e69e21"` Sep 02 01:41:34.830 INFO kablam! Checking hex_d_hex v1.0.1 Sep 02 01:41:35.355 INFO kablam! Checking byte_sha v1.0.1 (file:///source) Sep 02 01:41:36.053 INFO kablam! warning: unused macro definition Sep 02 01:41:36.053 INFO kablam! --> src/lib.rs:10:1 Sep 02 01:41:36.053 INFO kablam! | Sep 02 01:41:36.053 INFO kablam! 10 | / macro_rules! rot_left { Sep 02 01:41:36.053 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Sep 02 01:41:36.053 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Sep 02 01:41:36.053 INFO kablam! 13 | | } Sep 02 01:41:36.053 INFO kablam! 14 | | } Sep 02 01:41:36.054 INFO kablam! | |_^ Sep 02 01:41:36.054 INFO kablam! | Sep 02 01:41:36.054 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 02 01:41:36.054 INFO kablam! Sep 02 01:41:36.054 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 01:41:36.054 INFO kablam! --> src/lib.rs:18:3 Sep 02 01:41:36.054 INFO kablam! | Sep 02 01:41:36.054 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 02 01:41:36.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 01:41:36.054 INFO kablam! ... Sep 02 01:41:36.054 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 02 01:41:36.054 INFO kablam! | ---------- in this macro invocation Sep 02 01:41:36.054 INFO kablam! | Sep 02 01:41:36.055 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 01:41:36.055 INFO kablam! Sep 02 01:41:36.055 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 01:41:36.055 INFO kablam! --> src/lib.rs:36:3 Sep 02 01:41:36.055 INFO kablam! | Sep 02 01:41:36.055 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 02 01:41:36.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 01:41:36.055 INFO kablam! ... Sep 02 01:41:36.055 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 02 01:41:36.055 INFO kablam! | --------- in this macro invocation Sep 02 01:41:36.055 INFO kablam! help: remove these parentheses Sep 02 01:41:36.055 INFO kablam! | Sep 02 01:41:36.055 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 02 01:41:36.055 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 02 01:41:36.055 INFO kablam! | Sep 02 01:41:36.056 INFO kablam! Sep 02 01:41:36.056 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 01:41:36.056 INFO kablam! --> src/lib.rs:24:3 Sep 02 01:41:36.056 INFO kablam! | Sep 02 01:41:36.056 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 02 01:41:36.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 01:41:36.056 INFO kablam! ... Sep 02 01:41:36.056 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 02 01:41:36.056 INFO kablam! | ----------- in this macro invocation Sep 02 01:41:36.056 INFO kablam! Sep 02 01:41:36.182 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 01:41:36.182 INFO kablam! --> src/lib.rs:18:3 Sep 02 01:41:36.182 INFO kablam! | Sep 02 01:41:36.182 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Sep 02 01:41:36.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 01:41:36.182 INFO kablam! ... Sep 02 01:41:36.182 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 02 01:41:36.182 INFO kablam! | ---------- in this macro invocation Sep 02 01:41:36.182 INFO kablam! | Sep 02 01:41:36.182 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 01:41:36.182 INFO kablam! Sep 02 01:41:36.183 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 01:41:36.183 INFO kablam! --> src/lib.rs:36:3 Sep 02 01:41:36.183 INFO kablam! | Sep 02 01:41:36.183 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Sep 02 01:41:36.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 01:41:36.183 INFO kablam! ... Sep 02 01:41:36.183 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 02 01:41:36.183 INFO kablam! | --------- in this macro invocation Sep 02 01:41:36.183 INFO kablam! help: remove these parentheses Sep 02 01:41:36.183 INFO kablam! | Sep 02 01:41:36.183 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Sep 02 01:41:36.183 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Sep 02 01:41:36.184 INFO kablam! | Sep 02 01:41:36.184 INFO kablam! Sep 02 01:41:36.184 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 01:41:36.184 INFO kablam! --> src/lib.rs:24:3 Sep 02 01:41:36.184 INFO kablam! | Sep 02 01:41:36.184 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Sep 02 01:41:36.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 01:41:36.184 INFO kablam! ... Sep 02 01:41:36.184 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Sep 02 01:41:36.184 INFO kablam! | ----------- in this macro invocation Sep 02 01:41:36.184 INFO kablam! Sep 02 01:41:36.571 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Sep 02 01:41:36.574 INFO kablam! su: No module specific data is present Sep 02 01:41:37.289 INFO running `"docker" "rm" "-f" "a44554c4199a73065d4c4520f64f9e1d6b029590cc7530fd1aca1416c5e69e21"` Sep 02 01:41:37.383 INFO blam! a44554c4199a73065d4c4520f64f9e1d6b029590cc7530fd1aca1416c5e69e21