Oct 16 16:18:16.482 INFO testing byte_sha-1.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 16:18:16.482 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/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 16 16:18:16.831 INFO blam! 4c2b2082d73c05d40c4d074f760404ba78f2560c50cce364ce54e5aecb20e6c8 Oct 16 16:18:16.839 INFO running `"docker" "start" "-a" "4c2b2082d73c05d40c4d074f760404ba78f2560c50cce364ce54e5aecb20e6c8"` Oct 16 16:18:18.123 INFO kablam! usermod: no changes Oct 16 16:18:18.195 INFO kablam! Compiling byte_sha v1.0.1 (/source) Oct 16 16:18:18.791 INFO kablam! warning: unused macro definition Oct 16 16:18:18.791 INFO kablam! --> src/lib.rs:10:1 Oct 16 16:18:18.791 INFO kablam! | Oct 16 16:18:18.791 INFO kablam! 10 | / macro_rules! rot_left { Oct 16 16:18:18.791 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Oct 16 16:18:18.791 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Oct 16 16:18:18.791 INFO kablam! 13 | | } Oct 16 16:18:18.791 INFO kablam! 14 | | } Oct 16 16:18:18.791 INFO kablam! | |_^ Oct 16 16:18:18.791 INFO kablam! | Oct 16 16:18:18.791 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 16:18:18.791 INFO kablam! Oct 16 16:18:18.791 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:18:18.791 INFO kablam! --> src/lib.rs:18:3 Oct 16 16:18:18.791 INFO kablam! | Oct 16 16:18:18.791 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Oct 16 16:18:18.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:18:18.791 INFO kablam! ... Oct 16 16:18:18.791 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.791 INFO kablam! | ---------- in this macro invocation Oct 16 16:18:18.791 INFO kablam! | Oct 16 16:18:18.791 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 16:18:18.791 INFO kablam! Oct 16 16:18:18.791 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:18:18.791 INFO kablam! --> src/lib.rs:36:3 Oct 16 16:18:18.791 INFO kablam! | Oct 16 16:18:18.791 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Oct 16 16:18:18.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:18:18.791 INFO kablam! ... Oct 16 16:18:18.791 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.791 INFO kablam! | --------- in this macro invocation Oct 16 16:18:18.791 INFO kablam! help: remove these parentheses Oct 16 16:18:18.791 INFO kablam! | Oct 16 16:18:18.791 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Oct 16 16:18:18.791 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Oct 16 16:18:18.791 INFO kablam! | Oct 16 16:18:18.791 INFO kablam! Oct 16 16:18:18.791 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:18:18.791 INFO kablam! --> src/lib.rs:24:3 Oct 16 16:18:18.791 INFO kablam! | Oct 16 16:18:18.791 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Oct 16 16:18:18.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:18:18.792 INFO kablam! ... Oct 16 16:18:18.792 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Oct 16 16:18:18.792 INFO kablam! | ----------- in this macro invocation Oct 16 16:18:18.792 INFO kablam! Oct 16 16:18:19.325 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 16 16:18:19.327 INFO kablam! su: No module specific data is present Oct 16 16:18:19.772 INFO running `"docker" "rm" "-f" "4c2b2082d73c05d40c4d074f760404ba78f2560c50cce364ce54e5aecb20e6c8"` Oct 16 16:18:20.067 INFO blam! 4c2b2082d73c05d40c4d074f760404ba78f2560c50cce364ce54e5aecb20e6c8 Oct 16 16:18:20.072 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/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 16 16:18:20.499 INFO blam! d002626c33e212d78a3ecf7b752b21589ffd3ba028f184bf4c0e154ac94d4855 Oct 16 16:18:20.501 INFO running `"docker" "start" "-a" "d002626c33e212d78a3ecf7b752b21589ffd3ba028f184bf4c0e154ac94d4855"` Oct 16 16:18:21.650 INFO kablam! usermod: no changes Oct 16 16:18:21.695 INFO kablam! Compiling byte_sha v1.0.1 (/source) Oct 16 16:18:22.419 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:18:22.419 INFO kablam! --> src/lib.rs:18:3 Oct 16 16:18:22.419 INFO kablam! | Oct 16 16:18:22.420 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Oct 16 16:18:22.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:18:22.421 INFO kablam! ... Oct 16 16:18:22.421 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.422 INFO kablam! | ---------- in this macro invocation Oct 16 16:18:22.422 INFO kablam! | Oct 16 16:18:22.423 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 16:18:22.423 INFO kablam! Oct 16 16:18:22.423 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:18:22.424 INFO kablam! --> src/lib.rs:36:3 Oct 16 16:18:22.424 INFO kablam! | Oct 16 16:18:22.425 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Oct 16 16:18:22.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:18:22.426 INFO kablam! ... Oct 16 16:18:22.426 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.427 INFO kablam! | --------- in this macro invocation Oct 16 16:18:22.427 INFO kablam! help: remove these parentheses Oct 16 16:18:22.428 INFO kablam! | Oct 16 16:18:22.428 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Oct 16 16:18:22.428 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Oct 16 16:18:22.428 INFO kablam! | Oct 16 16:18:22.428 INFO kablam! Oct 16 16:18:22.428 INFO kablam! warning: unnecessary parentheses around method argument Oct 16 16:18:22.428 INFO kablam! --> src/lib.rs:24:3 Oct 16 16:18:22.428 INFO kablam! | Oct 16 16:18:22.428 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Oct 16 16:18:22.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:18:22.431 INFO kablam! ... Oct 16 16:18:22.431 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Oct 16 16:18:22.431 INFO kablam! | ----------- in this macro invocation Oct 16 16:18:22.431 INFO kablam! Oct 16 16:18:23.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.07s Oct 16 16:18:23.743 INFO kablam! su: No module specific data is present Oct 16 16:18:24.235 INFO running `"docker" "rm" "-f" "d002626c33e212d78a3ecf7b752b21589ffd3ba028f184bf4c0e154ac94d4855"` Oct 16 16:18:24.544 INFO blam! d002626c33e212d78a3ecf7b752b21589ffd3ba028f184bf4c0e154ac94d4855 Oct 16 16:18:24.555 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/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 16 16:18:24.951 INFO blam! 9c14ae752e16aedb0dd4491b304a223b799e2ad907394cd1289b3c6625cf7a7e Oct 16 16:18:24.959 INFO running `"docker" "start" "-a" "9c14ae752e16aedb0dd4491b304a223b799e2ad907394cd1289b3c6625cf7a7e"` Oct 16 16:18:25.721 INFO kablam! usermod: no changes Oct 16 16:18:25.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 16:18:25.776 INFO kablam! Running /target/debug/deps/byte_sha-99ed81485ab69ce4 Oct 16 16:18:25.783 INFO kablam! Doc-tests byte_sha Oct 16 16:18:25.783 INFO blam! Oct 16 16:18:25.783 INFO blam! running 11 tests Oct 16 16:18:25.783 INFO blam! test test_rot_right_macro ... ok Oct 16 16:18:25.783 INFO blam! test test_rot_left_macro ... ok Oct 16 16:18:25.783 INFO blam! test test_bsig0_macro ... ok Oct 16 16:18:25.783 INFO blam! test test_preprocess_message ... ok Oct 16 16:18:25.783 INFO blam! test test_maj_macro ... ok Oct 16 16:18:25.783 INFO blam! test test_ko_of_l ... ok Oct 16 16:18:25.783 INFO blam! test test_bsig1_macro ... ok Oct 16 16:18:25.783 INFO blam! test test_ssig1_macro ... ok Oct 16 16:18:25.783 INFO blam! test test_sha256_of_message_as_u8_vec ... ok Oct 16 16:18:25.783 INFO blam! test test_ssig0_macro ... ok Oct 16 16:18:25.783 INFO blam! test test_ch_macro ... ok Oct 16 16:18:25.783 INFO blam! Oct 16 16:18:25.783 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:18:25.783 INFO blam! Oct 16 16:18:26.825 INFO blam! Oct 16 16:18:26.825 INFO blam! running 0 tests Oct 16 16:18:26.825 INFO blam! Oct 16 16:18:26.825 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:18:26.825 INFO blam! Oct 16 16:18:26.827 INFO kablam! su: No module specific data is present Oct 16 16:18:27.281 INFO running `"docker" "rm" "-f" "9c14ae752e16aedb0dd4491b304a223b799e2ad907394cd1289b3c6625cf7a7e"` Oct 16 16:18:27.603 INFO blam! 9c14ae752e16aedb0dd4491b304a223b799e2ad907394cd1289b3c6625cf7a7e