Oct 28 00:28:40.104 INFO checking byte_sha-1.0.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:28:40.104 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 28 00:28:40.304 INFO blam! 052dd1acda8851395012f757319c73bb951a4ff71f70441112b97062f050fea6 Oct 28 00:28:40.306 INFO running `"docker" "start" "-a" "052dd1acda8851395012f757319c73bb951a4ff71f70441112b97062f050fea6"` Oct 28 00:28:40.761 INFO kablam! usermod: no changes Oct 28 00:28:40.792 INFO kablam! Checking hex_d_hex v1.0.1 Oct 28 00:28:41.443 INFO kablam! Checking byte_sha v1.0.1 (/source) Oct 28 00:28:42.215 INFO kablam! warning: unused macro definition Oct 28 00:28:42.215 INFO kablam! --> src/lib.rs:10:1 Oct 28 00:28:42.215 INFO kablam! | Oct 28 00:28:42.215 INFO kablam! 10 | / macro_rules! rot_left { Oct 28 00:28:42.215 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Oct 28 00:28:42.215 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Oct 28 00:28:42.215 INFO kablam! 13 | | } Oct 28 00:28:42.215 INFO kablam! 14 | | } Oct 28 00:28:42.215 INFO kablam! | |_^ Oct 28 00:28:42.215 INFO kablam! | Oct 28 00:28:42.215 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 28 00:28:42.215 INFO kablam! Oct 28 00:28:42.215 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 00:28:42.215 INFO kablam! --> src/lib.rs:18:3 Oct 28 00:28:42.215 INFO kablam! | Oct 28 00:28:42.215 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Oct 28 00:28:42.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:28:42.215 INFO kablam! ... Oct 28 00:28:42.215 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]); Oct 28 00:28:42.215 INFO kablam! | ---------- in this macro invocation Oct 28 00:28:42.215 INFO kablam! | Oct 28 00:28:42.215 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:28:42.215 INFO kablam! Oct 28 00:28:42.215 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 00:28:42.215 INFO kablam! --> src/lib.rs:36:3 Oct 28 00:28:42.215 INFO kablam! | Oct 28 00:28:42.215 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Oct 28 00:28:42.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:28:42.215 INFO kablam! ... Oct 28 00:28:42.215 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]); Oct 28 00:28:42.215 INFO kablam! | --------- in this macro invocation Oct 28 00:28:42.215 INFO kablam! help: remove these parentheses Oct 28 00:28:42.215 INFO kablam! | Oct 28 00:28:42.215 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Oct 28 00:28:42.215 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Oct 28 00:28:42.216 INFO kablam! | Oct 28 00:28:42.216 INFO kablam! Oct 28 00:28:42.216 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 00:28:42.216 INFO kablam! --> src/lib.rs:24:3 Oct 28 00:28:42.216 INFO kablam! | Oct 28 00:28:42.216 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Oct 28 00:28:42.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:28:42.216 INFO kablam! ... Oct 28 00:28:42.216 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Oct 28 00:28:42.216 INFO kablam! | ----------- in this macro invocation Oct 28 00:28:42.216 INFO kablam! Oct 28 00:28:42.247 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 00:28:42.247 INFO kablam! --> src/lib.rs:18:3 Oct 28 00:28:42.247 INFO kablam! | Oct 28 00:28:42.247 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Oct 28 00:28:42.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:28:42.247 INFO kablam! ... Oct 28 00:28:42.247 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]); Oct 28 00:28:42.247 INFO kablam! | ---------- in this macro invocation Oct 28 00:28:42.247 INFO kablam! | Oct 28 00:28:42.247 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:28:42.247 INFO kablam! Oct 28 00:28:42.247 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 00:28:42.247 INFO kablam! --> src/lib.rs:36:3 Oct 28 00:28:42.247 INFO kablam! | Oct 28 00:28:42.247 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Oct 28 00:28:42.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:28:42.247 INFO kablam! ... Oct 28 00:28:42.247 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]); Oct 28 00:28:42.247 INFO kablam! | --------- in this macro invocation Oct 28 00:28:42.247 INFO kablam! help: remove these parentheses Oct 28 00:28:42.247 INFO kablam! | Oct 28 00:28:42.247 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Oct 28 00:28:42.247 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Oct 28 00:28:42.247 INFO kablam! | Oct 28 00:28:42.247 INFO kablam! Oct 28 00:28:42.247 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 00:28:42.247 INFO kablam! --> src/lib.rs:24:3 Oct 28 00:28:42.247 INFO kablam! | Oct 28 00:28:42.247 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Oct 28 00:28:42.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:28:42.247 INFO kablam! ... Oct 28 00:28:42.247 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Oct 28 00:28:42.247 INFO kablam! | ----------- in this macro invocation Oct 28 00:28:42.247 INFO kablam! Oct 28 00:28:42.482 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 28 00:28:42.482 INFO kablam! su: No module specific data is present Oct 28 00:28:42.923 INFO running `"docker" "rm" "-f" "052dd1acda8851395012f757319c73bb951a4ff71f70441112b97062f050fea6"` Oct 28 00:28:43.082 INFO blam! 052dd1acda8851395012f757319c73bb951a4ff71f70441112b97062f050fea6