Oct 12 04:27:41.846 INFO testing byte_sha-1.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 04:27:41.850 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 12 04:27:42.172 INFO blam! 95ade78ef3d6ee85719a7212c83701bb1315cf416d5d907e54c5ce86f5b32406 Oct 12 04:27:42.174 INFO running `"docker" "start" "-a" "95ade78ef3d6ee85719a7212c83701bb1315cf416d5d907e54c5ce86f5b32406"` Oct 12 04:27:43.197 INFO kablam! usermod: no changes Oct 12 04:27:43.276 INFO kablam! Compiling hex_d_hex v1.0.1 Oct 12 04:27:44.644 INFO kablam! Compiling byte_sha v1.0.1 (/source) Oct 12 04:27:45.544 INFO kablam! warning: unused macro definition Oct 12 04:27:45.544 INFO kablam! --> src/lib.rs:10:1 Oct 12 04:27:45.544 INFO kablam! | Oct 12 04:27:45.544 INFO kablam! 10 | / macro_rules! rot_left { Oct 12 04:27:45.544 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Oct 12 04:27:45.544 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Oct 12 04:27:45.544 INFO kablam! 13 | | } Oct 12 04:27:45.545 INFO kablam! 14 | | } Oct 12 04:27:45.545 INFO kablam! | |_^ Oct 12 04:27:45.545 INFO kablam! | Oct 12 04:27:45.545 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 04:27:45.545 INFO kablam! Oct 12 04:27:45.545 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:27:45.545 INFO kablam! --> src/lib.rs:18:3 Oct 12 04:27:45.545 INFO kablam! | Oct 12 04:27:45.545 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Oct 12 04:27:45.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:27:45.545 INFO kablam! ... Oct 12 04:27:45.545 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 12 04:27:45.545 INFO kablam! | ---------- in this macro invocation Oct 12 04:27:45.545 INFO kablam! | Oct 12 04:27:45.545 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 04:27:45.545 INFO kablam! Oct 12 04:27:45.545 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:27:45.545 INFO kablam! --> src/lib.rs:36:3 Oct 12 04:27:45.545 INFO kablam! | Oct 12 04:27:45.545 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Oct 12 04:27:45.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:27:45.545 INFO kablam! ... Oct 12 04:27:45.545 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 12 04:27:45.545 INFO kablam! | --------- in this macro invocation Oct 12 04:27:45.545 INFO kablam! help: remove these parentheses Oct 12 04:27:45.545 INFO kablam! | Oct 12 04:27:45.545 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Oct 12 04:27:45.545 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Oct 12 04:27:45.545 INFO kablam! | Oct 12 04:27:45.545 INFO kablam! Oct 12 04:27:45.545 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:27:45.545 INFO kablam! --> src/lib.rs:24:3 Oct 12 04:27:45.545 INFO kablam! | Oct 12 04:27:45.545 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Oct 12 04:27:45.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:27:45.545 INFO kablam! ... Oct 12 04:27:45.545 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Oct 12 04:27:45.545 INFO kablam! | ----------- in this macro invocation Oct 12 04:27:45.545 INFO kablam! Oct 12 04:27:46.121 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.89s Oct 12 04:27:46.129 INFO kablam! su: No module specific data is present Oct 12 04:27:46.691 INFO running `"docker" "rm" "-f" "95ade78ef3d6ee85719a7212c83701bb1315cf416d5d907e54c5ce86f5b32406"` Oct 12 04:27:46.988 INFO blam! 95ade78ef3d6ee85719a7212c83701bb1315cf416d5d907e54c5ce86f5b32406 Oct 12 04:27:46.998 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 12 04:27:47.338 INFO blam! 12b31bcf8c5f48b419504d67b2f0dda61b68a0a2c0e7e2870deacce359867dcc Oct 12 04:27:47.339 INFO running `"docker" "start" "-a" "12b31bcf8c5f48b419504d67b2f0dda61b68a0a2c0e7e2870deacce359867dcc"` Oct 12 04:27:48.289 INFO kablam! usermod: no changes Oct 12 04:27:48.359 INFO kablam! Compiling byte_sha v1.0.1 (/source) Oct 12 04:27:49.356 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:27:49.356 INFO kablam! --> src/lib.rs:18:3 Oct 12 04:27:49.356 INFO kablam! | Oct 12 04:27:49.356 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Oct 12 04:27:49.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:27:49.356 INFO kablam! ... Oct 12 04:27:49.356 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 12 04:27:49.356 INFO kablam! | ---------- in this macro invocation Oct 12 04:27:49.356 INFO kablam! | Oct 12 04:27:49.356 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 04:27:49.356 INFO kablam! Oct 12 04:27:49.356 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:27:49.356 INFO kablam! --> src/lib.rs:36:3 Oct 12 04:27:49.356 INFO kablam! | Oct 12 04:27:49.356 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Oct 12 04:27:49.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:27:49.356 INFO kablam! ... Oct 12 04:27:49.356 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 12 04:27:49.356 INFO kablam! | --------- in this macro invocation Oct 12 04:27:49.356 INFO kablam! help: remove these parentheses Oct 12 04:27:49.356 INFO kablam! | Oct 12 04:27:49.356 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Oct 12 04:27:49.356 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Oct 12 04:27:49.356 INFO kablam! | Oct 12 04:27:49.356 INFO kablam! Oct 12 04:27:49.356 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:27:49.356 INFO kablam! --> src/lib.rs:24:3 Oct 12 04:27:49.356 INFO kablam! | Oct 12 04:27:49.356 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Oct 12 04:27:49.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:27:49.356 INFO kablam! ... Oct 12 04:27:49.356 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Oct 12 04:27:49.356 INFO kablam! | ----------- in this macro invocation Oct 12 04:27:49.356 INFO kablam! Oct 12 04:27:50.362 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 12 04:27:50.362 INFO kablam! su: No module specific data is present Oct 12 04:27:50.870 INFO running `"docker" "rm" "-f" "12b31bcf8c5f48b419504d67b2f0dda61b68a0a2c0e7e2870deacce359867dcc"` Oct 12 04:27:51.157 INFO blam! 12b31bcf8c5f48b419504d67b2f0dda61b68a0a2c0e7e2870deacce359867dcc Oct 12 04:27:51.162 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 12 04:27:51.542 INFO blam! 4c27e7766618bec8fe607762915f18fcf034a058e2353bf748e08888ac5261a5 Oct 12 04:27:51.545 INFO running `"docker" "start" "-a" "4c27e7766618bec8fe607762915f18fcf034a058e2353bf748e08888ac5261a5"` Oct 12 04:27:52.534 INFO kablam! usermod: no changes Oct 12 04:27:52.575 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 04:27:52.580 INFO kablam! Running /target/debug/deps/byte_sha-99ed81485ab69ce4 Oct 12 04:27:52.584 INFO blam! Oct 12 04:27:52.584 INFO blam! running 11 tests Oct 12 04:27:52.584 INFO blam! test test_rot_left_macro ... ok Oct 12 04:27:52.584 INFO blam! test test_sha256_of_message_as_u8_vec ... ok Oct 12 04:27:52.584 INFO blam! test test_ssig0_macro ... ok Oct 12 04:27:52.584 INFO blam! test test_ssig1_macro ... ok Oct 12 04:27:52.585 INFO blam! test test_bsig0_macro ... ok Oct 12 04:27:52.585 INFO blam! test test_bsig1_macro ... ok Oct 12 04:27:52.585 INFO blam! test test_ch_macro ... ok Oct 12 04:27:52.585 INFO blam! test test_ko_of_l ... ok Oct 12 04:27:52.585 INFO blam! test test_maj_macro ... ok Oct 12 04:27:52.585 INFO blam! test test_preprocess_message ... ok Oct 12 04:27:52.585 INFO blam! test test_rot_right_macro ... ok Oct 12 04:27:52.585 INFO blam! Oct 12 04:27:52.585 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:27:52.585 INFO blam! Oct 12 04:27:52.596 INFO kablam! Doc-tests byte_sha Oct 12 04:27:54.217 INFO blam! Oct 12 04:27:54.217 INFO blam! running 0 tests Oct 12 04:27:54.217 INFO blam! Oct 12 04:27:54.217 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:27:54.217 INFO blam! Oct 12 04:27:54.224 INFO kablam! su: No module specific data is present Oct 12 04:27:54.749 INFO running `"docker" "rm" "-f" "4c27e7766618bec8fe607762915f18fcf034a058e2353bf748e08888ac5261a5"` Oct 12 04:27:55.001 INFO blam! 4c27e7766618bec8fe607762915f18fcf034a058e2353bf748e08888ac5261a5