Oct 16 16:18:16.417 INFO testing byte_sha-1.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 16:18:16.418 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 16:18:16.823 INFO blam! ea3a61390f47e58667c971601fdaa1784f1c1a64d60e262e25b2f1e8f5db3775 Oct 16 16:18:16.825 INFO running `"docker" "start" "-a" "ea3a61390f47e58667c971601fdaa1784f1c1a64d60e262e25b2f1e8f5db3775"` Oct 16 16:18:17.727 INFO kablam! usermod: no changes Oct 16 16:18:17.783 INFO kablam! Compiling byte_sha v1.0.1 (/source) Oct 16 16:18:18.392 INFO kablam! warning: unused macro definition Oct 16 16:18:18.392 INFO kablam! --> src/lib.rs:10:1 Oct 16 16:18:18.392 INFO kablam! | Oct 16 16:18:18.392 INFO kablam! 10 | / macro_rules! rot_left { Oct 16 16:18:18.392 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Oct 16 16:18:18.392 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Oct 16 16:18:18.392 INFO kablam! 13 | | } Oct 16 16:18:18.392 INFO kablam! 14 | | } Oct 16 16:18:18.392 INFO kablam! | |_^ Oct 16 16:18:18.392 INFO kablam! | Oct 16 16:18:18.392 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 16:18:18.392 INFO kablam! Oct 16 16:18:18.392 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:18:18.392 INFO kablam! --> src/lib.rs:18:3 Oct 16 16:18:18.392 INFO kablam! | Oct 16 16:18:18.392 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Oct 16 16:18:18.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:18:18.392 INFO kablam! ... Oct 16 16:18:18.392 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 16 16:18:18.392 INFO kablam! | ---------- in this macro invocation Oct 16 16:18:18.392 INFO kablam! | Oct 16 16:18:18.392 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 16:18:18.392 INFO kablam! Oct 16 16:18:18.392 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:18:18.392 INFO kablam! --> src/lib.rs:36:3 Oct 16 16:18:18.392 INFO kablam! | Oct 16 16:18:18.392 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Oct 16 16:18:18.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:18:18.392 INFO kablam! ... Oct 16 16:18:18.392 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 16 16:18:18.392 INFO kablam! | --------- in this macro invocation Oct 16 16:18:18.392 INFO kablam! help: remove these parentheses Oct 16 16:18:18.392 INFO kablam! | Oct 16 16:18:18.392 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Oct 16 16:18:18.392 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Oct 16 16:18:18.392 INFO kablam! | Oct 16 16:18:18.392 INFO kablam! Oct 16 16:18:18.392 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:18:18.392 INFO kablam! --> src/lib.rs:24:3 Oct 16 16:18:18.392 INFO kablam! | Oct 16 16:18:18.392 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Oct 16 16:18:18.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:18:18.392 INFO kablam! ... Oct 16 16:18:18.392 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Oct 16 16:18:18.392 INFO kablam! | ----------- in this macro invocation Oct 16 16:18:18.392 INFO kablam! Oct 16 16:18:18.935 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 16 16:18:18.935 INFO kablam! su: No module specific data is present Oct 16 16:18:19.621 INFO running `"docker" "rm" "-f" "ea3a61390f47e58667c971601fdaa1784f1c1a64d60e262e25b2f1e8f5db3775"` Oct 16 16:18:19.871 INFO blam! ea3a61390f47e58667c971601fdaa1784f1c1a64d60e262e25b2f1e8f5db3775 Oct 16 16:18:19.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 16:18:20.572 INFO blam! d1dc5908d51cedadc159aa6f8ddf5484fcc9c0f2651e40008060c53753b0c074 Oct 16 16:18:20.573 INFO running `"docker" "start" "-a" "d1dc5908d51cedadc159aa6f8ddf5484fcc9c0f2651e40008060c53753b0c074"` Oct 16 16:18:21.606 INFO kablam! usermod: no changes Oct 16 16:18:21.651 INFO kablam! Compiling byte_sha v1.0.1 (/source) Oct 16 16:18:22.446 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:18:22.446 INFO kablam! --> src/lib.rs:18:3 Oct 16 16:18:22.446 INFO kablam! | Oct 16 16:18:22.446 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Oct 16 16:18:22.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:18:22.446 INFO kablam! ... Oct 16 16:18:22.446 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 16 16:18:22.447 INFO kablam! | ---------- in this macro invocation Oct 16 16:18:22.447 INFO kablam! | Oct 16 16:18:22.447 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 16:18:22.447 INFO kablam! Oct 16 16:18:22.448 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:18:22.448 INFO kablam! --> src/lib.rs:36:3 Oct 16 16:18:22.448 INFO kablam! | Oct 16 16:18:22.448 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Oct 16 16:18:22.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:18:22.448 INFO kablam! ... Oct 16 16:18:22.449 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 16 16:18:22.449 INFO kablam! | --------- in this macro invocation Oct 16 16:18:22.449 INFO kablam! help: remove these parentheses Oct 16 16:18:22.449 INFO kablam! | Oct 16 16:18:22.450 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Oct 16 16:18:22.450 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Oct 16 16:18:22.450 INFO kablam! | Oct 16 16:18:22.450 INFO kablam! Oct 16 16:18:22.451 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:18:22.451 INFO kablam! --> src/lib.rs:24:3 Oct 16 16:18:22.451 INFO kablam! | Oct 16 16:18:22.451 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Oct 16 16:18:22.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:18:22.451 INFO kablam! ... Oct 16 16:18:22.451 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Oct 16 16:18:22.451 INFO kablam! | ----------- in this macro invocation Oct 16 16:18:22.459 INFO kablam! Oct 16 16:18:23.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.98s Oct 16 16:18:23.623 INFO kablam! su: No module specific data is present Oct 16 16:18:24.115 INFO running `"docker" "rm" "-f" "d1dc5908d51cedadc159aa6f8ddf5484fcc9c0f2651e40008060c53753b0c074"` Oct 16 16:18:24.340 INFO blam! d1dc5908d51cedadc159aa6f8ddf5484fcc9c0f2651e40008060c53753b0c074 Oct 16 16:18:24.350 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 16:18:24.851 INFO blam! 704647687a0869fcf0f42fd5440fd314dd076af6ecc726c0acd42b4940c9fb44 Oct 16 16:18:24.852 INFO running `"docker" "start" "-a" "704647687a0869fcf0f42fd5440fd314dd076af6ecc726c0acd42b4940c9fb44"` Oct 16 16:18:25.614 INFO kablam! usermod: no changes Oct 16 16:18:25.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 16 16:18:25.671 INFO kablam! Running /target/debug/deps/byte_sha-abf1597d0ff784c9 Oct 16 16:18:25.679 INFO blam! Oct 16 16:18:25.680 INFO blam! running 11 tests Oct 16 16:18:25.680 INFO blam! test test_ch_macro ... ok Oct 16 16:18:25.680 INFO blam! test test_ko_of_l ... ok Oct 16 16:18:25.680 INFO blam! test test_bsig1_macro ... ok Oct 16 16:18:25.680 INFO blam! test test_maj_macro ... ok Oct 16 16:18:25.680 INFO blam! test test_preprocess_message ... ok Oct 16 16:18:25.680 INFO blam! test test_rot_left_macro ... ok Oct 16 16:18:25.680 INFO blam! test test_bsig0_macro ... ok Oct 16 16:18:25.680 INFO blam! test test_rot_right_macro ... ok Oct 16 16:18:25.680 INFO blam! test test_ssig1_macro ... ok Oct 16 16:18:25.681 INFO blam! test test_sha256_of_message_as_u8_vec ... ok Oct 16 16:18:25.681 INFO kablam! Doc-tests byte_sha Oct 16 16:18:25.681 INFO blam! test test_ssig0_macro ... ok Oct 16 16:18:25.681 INFO blam! Oct 16 16:18:25.681 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:18:25.681 INFO blam! Oct 16 16:18:26.802 INFO blam! Oct 16 16:18:26.802 INFO blam! running 0 tests Oct 16 16:18:26.802 INFO blam! Oct 16 16:18:26.802 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:18:26.802 INFO blam! Oct 16 16:18:26.808 INFO kablam! su: No module specific data is present Oct 16 16:18:27.285 INFO running `"docker" "rm" "-f" "704647687a0869fcf0f42fd5440fd314dd076af6ecc726c0acd42b4940c9fb44"` Oct 16 16:18:27.579 INFO blam! 704647687a0869fcf0f42fd5440fd314dd076af6ecc726c0acd42b4940c9fb44