Oct 12 04:27:38.945 INFO testing byte_sha-1.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 04:27:38.945 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 04:27:39.360 INFO blam! b23234a9c53d077b2920233f92a64da0062baf78550e1be46c39a54f8ab36740 Oct 12 04:27:39.360 INFO running `"docker" "start" "-a" "b23234a9c53d077b2920233f92a64da0062baf78550e1be46c39a54f8ab36740"` Oct 12 04:27:40.612 INFO kablam! usermod: no changes Oct 12 04:27:40.644 INFO kablam! Compiling hex_d_hex v1.0.1 Oct 12 04:27:41.220 INFO kablam! Compiling byte_sha v1.0.1 (/source) Oct 12 04:27:41.379 INFO kablam! warning: unused macro definition Oct 12 04:27:41.379 INFO kablam! --> src/lib.rs:10:1 Oct 12 04:27:41.379 INFO kablam! | Oct 12 04:27:41.379 INFO kablam! 10 | / macro_rules! rot_left { Oct 12 04:27:41.380 INFO kablam! 11 | | ($word:expr, $bits:expr) => { Oct 12 04:27:41.380 INFO kablam! 12 | | (($word) << ($bits)) | (($word) >> (32-($bits))) Oct 12 04:27:41.380 INFO kablam! 13 | | } Oct 12 04:27:41.381 INFO kablam! 14 | | } Oct 12 04:27:41.381 INFO kablam! | |_^ Oct 12 04:27:41.381 INFO kablam! | Oct 12 04:27:41.381 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 04:27:41.382 INFO kablam! Oct 12 04:27:41.382 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:27:41.382 INFO kablam! --> src/lib.rs:18:3 Oct 12 04:27:41.383 INFO kablam! | Oct 12 04:27:41.383 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Oct 12 04:27:41.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:27:41.383 INFO kablam! ... Oct 12 04:27:41.384 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:41.384 INFO kablam! | ---------- in this macro invocation Oct 12 04:27:41.384 INFO kablam! | Oct 12 04:27:41.384 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 04:27:41.385 INFO kablam! Oct 12 04:27:41.385 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:27:41.385 INFO kablam! --> src/lib.rs:36:3 Oct 12 04:27:41.386 INFO kablam! | Oct 12 04:27:41.386 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Oct 12 04:27:41.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:27:41.386 INFO kablam! ... Oct 12 04:27:41.387 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:41.387 INFO kablam! | --------- in this macro invocation Oct 12 04:27:41.387 INFO kablam! help: remove these parentheses Oct 12 04:27:41.387 INFO kablam! | Oct 12 04:27:41.388 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Oct 12 04:27:41.388 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Oct 12 04:27:41.388 INFO kablam! | Oct 12 04:27:41.389 INFO kablam! Oct 12 04:27:41.389 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:27:41.389 INFO kablam! --> src/lib.rs:24:3 Oct 12 04:27:41.390 INFO kablam! | Oct 12 04:27:41.390 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Oct 12 04:27:41.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:27:41.390 INFO kablam! ... Oct 12 04:27:41.391 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Oct 12 04:27:41.391 INFO kablam! | ----------- in this macro invocation Oct 12 04:27:41.391 INFO kablam! Oct 12 04:27:41.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 12 04:27:41.997 INFO kablam! su: No module specific data is present Oct 12 04:27:42.504 INFO running `"docker" "rm" "-f" "b23234a9c53d077b2920233f92a64da0062baf78550e1be46c39a54f8ab36740"` Oct 12 04:27:42.751 INFO blam! b23234a9c53d077b2920233f92a64da0062baf78550e1be46c39a54f8ab36740 Oct 12 04:27:42.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 04:27:43.223 INFO blam! ba0a927a98f884cce0de652ab4da4dd1ce66c02126e3dc617f93f3486d08ad7e Oct 12 04:27:43.225 INFO running `"docker" "start" "-a" "ba0a927a98f884cce0de652ab4da4dd1ce66c02126e3dc617f93f3486d08ad7e"` Oct 12 04:27:44.708 INFO kablam! usermod: no changes Oct 12 04:27:44.744 INFO kablam! Compiling byte_sha v1.0.1 (/source) Oct 12 04:27:44.992 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:27:44.992 INFO kablam! --> src/lib.rs:18:3 Oct 12 04:27:44.992 INFO kablam! | Oct 12 04:27:44.992 INFO kablam! 18 | ((($x) & ($y)) ^ (!($x) & ($z))) Oct 12 04:27:44.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:27:44.992 INFO kablam! ... Oct 12 04:27:44.992 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:44.992 INFO kablam! | ---------- in this macro invocation Oct 12 04:27:44.992 INFO kablam! | Oct 12 04:27:44.992 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 04:27:44.992 INFO kablam! Oct 12 04:27:44.992 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:27:44.992 INFO kablam! --> src/lib.rs:36:3 Oct 12 04:27:44.992 INFO kablam! | Oct 12 04:27:44.993 INFO kablam! 36 | (rot_right!($x,6) ^ rot_right!($x,11) ^ rot_right!($x,25)) Oct 12 04:27:44.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:27:44.993 INFO kablam! ... Oct 12 04:27:44.993 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:44.993 INFO kablam! | --------- in this macro invocation Oct 12 04:27:44.993 INFO kablam! help: remove these parentheses Oct 12 04:27:44.993 INFO kablam! | Oct 12 04:27:44.993 INFO kablam! 36 | (((e) >> (6)) | ((e) << (32 - (6)))) ^ (((e) >> (11)) | ((e) << (32 - (11)))) Oct 12 04:27:44.993 INFO kablam! 37 | ^ (((e) >> (25)) | ((e) << (32 - (25)))) Oct 12 04:27:44.993 INFO kablam! | Oct 12 04:27:44.993 INFO kablam! Oct 12 04:27:44.993 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 04:27:44.993 INFO kablam! --> src/lib.rs:24:3 Oct 12 04:27:44.993 INFO kablam! | Oct 12 04:27:44.993 INFO kablam! 24 | ((($x) & ($y)) ^ (($x) & ($z)) ^ (($y) & ($z))) Oct 12 04:27:44.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:27:44.993 INFO kablam! ... Oct 12 04:27:44.993 INFO kablam! 229 | let t2 = bsig0!(a).wrapping_add(maj!(a,b,c)); Oct 12 04:27:44.993 INFO kablam! | ----------- in this macro invocation Oct 12 04:27:44.993 INFO kablam! Oct 12 04:27:46.365 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 12 04:27:46.369 INFO kablam! su: No module specific data is present Oct 12 04:27:46.971 INFO running `"docker" "rm" "-f" "ba0a927a98f884cce0de652ab4da4dd1ce66c02126e3dc617f93f3486d08ad7e"` Oct 12 04:27:47.140 INFO blam! ba0a927a98f884cce0de652ab4da4dd1ce66c02126e3dc617f93f3486d08ad7e Oct 12 04:27:47.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 04:27:47.542 INFO blam! d1085c992a265e22a57e29382386f394da9da5ceb73cb139d6790caddaf12461 Oct 12 04:27:47.542 INFO running `"docker" "start" "-a" "d1085c992a265e22a57e29382386f394da9da5ceb73cb139d6790caddaf12461"` Oct 12 04:27:48.393 INFO kablam! usermod: no changes Oct 12 04:27:48.416 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 04:27:48.416 INFO kablam! Running /target/debug/deps/byte_sha-abf1597d0ff784c9 Oct 12 04:27:48.417 INFO blam! Oct 12 04:27:48.417 INFO blam! running 11 tests Oct 12 04:27:48.417 INFO blam! test test_rot_left_macro ... ok Oct 12 04:27:48.417 INFO blam! test test_rot_right_macro ... ok Oct 12 04:27:48.417 INFO blam! test test_preprocess_message ... ok Oct 12 04:27:48.417 INFO blam! test test_maj_macro ... ok Oct 12 04:27:48.417 INFO blam! test test_ko_of_l ... ok Oct 12 04:27:48.419 INFO blam! test test_ch_macro ... ok Oct 12 04:27:48.419 INFO blam! test test_sha256_of_message_as_u8_vec ... ok Oct 12 04:27:48.419 INFO blam! test test_ssig0_macro ... ok Oct 12 04:27:48.419 INFO blam! test test_ssig1_macro ... ok Oct 12 04:27:48.419 INFO blam! test test_bsig1_macro ... ok Oct 12 04:27:48.419 INFO blam! test test_bsig0_macro ... ok Oct 12 04:27:48.419 INFO blam! Oct 12 04:27:48.419 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:27:48.419 INFO blam! Oct 12 04:27:48.421 INFO kablam! Doc-tests byte_sha Oct 12 04:27:48.634 INFO blam! Oct 12 04:27:48.635 INFO blam! running 0 tests Oct 12 04:27:48.635 INFO blam! Oct 12 04:27:48.635 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:27:48.636 INFO blam! Oct 12 04:27:48.638 INFO kablam! su: No module specific data is present Oct 12 04:27:49.257 INFO running `"docker" "rm" "-f" "d1085c992a265e22a57e29382386f394da9da5ceb73cb139d6790caddaf12461"` Oct 12 04:27:49.626 INFO blam! d1085c992a265e22a57e29382386f394da9da5ceb73cb139d6790caddaf12461