Oct 10 17:22:04.796 INFO testing numerodix/datint-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:22:04.796 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:22:04.802 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:22:05.254 INFO blam! 6e40f2234f0071f0b0906f9959894bf09fb9161e857bd81ac7aba0dcf05f7fda Oct 10 17:22:05.256 INFO running `"docker" "start" "-a" "6e40f2234f0071f0b0906f9959894bf09fb9161e857bd81ac7aba0dcf05f7fda"` Oct 10 17:22:06.459 INFO kablam! usermod: no changes Oct 10 17:22:06.546 INFO kablam! Compiling datint v0.1.0 (/source) Oct 10 17:22:07.081 INFO kablam! warning: unnecessary parentheses around assigned value Oct 10 17:22:07.081 INFO kablam! --> src/parity_bit.rs:9:18 Oct 10 17:22:07.082 INFO kablam! | Oct 10 17:22:07.082 INFO kablam! 9 | let parity = ( Oct 10 17:22:07.082 INFO kablam! | __________________^ Oct 10 17:22:07.083 INFO kablam! 10 | | ((num & (1 << 6)) >> 6) ^ Oct 10 17:22:07.083 INFO kablam! 11 | | ((num & (1 << 5)) >> 5) ^ Oct 10 17:22:07.083 INFO kablam! 12 | | ((num & (1 << 4)) >> 4) ^ Oct 10 17:22:07.084 INFO kablam! ... | Oct 10 17:22:07.084 INFO kablam! 16 | | ((num & (1 << 0)) >> 0) Oct 10 17:22:07.084 INFO kablam! 17 | | ); Oct 10 17:22:07.085 INFO kablam! | |_____^ Oct 10 17:22:07.085 INFO kablam! | Oct 10 17:22:07.085 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 17:22:07.086 INFO kablam! help: remove these parentheses Oct 10 17:22:07.086 INFO kablam! | Oct 10 17:22:07.086 INFO kablam! 9 | let parity = ((num & (1 << 6)) >> 6) ^ ((num & (1 << 5)) >> 5) ^ ((num & (1 << 4)) >> 4) ^ Oct 10 17:22:07.086 INFO kablam! 10 | ((num & (1 << 3)) >> 3) ^ ((num & (1 << 2)) >> 2) ^ Oct 10 17:22:07.087 INFO kablam! 11 | ((num & (1 << 1)) >> 1) ^ ((num & (1 << 0)) >> 0); Oct 10 17:22:07.087 INFO kablam! | Oct 10 17:22:07.087 INFO kablam! Oct 10 17:22:07.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Oct 10 17:22:07.353 INFO kablam! su: No module specific data is present Oct 10 17:22:07.897 INFO running `"docker" "rm" "-f" "6e40f2234f0071f0b0906f9959894bf09fb9161e857bd81ac7aba0dcf05f7fda"` Oct 10 17:22:08.262 INFO blam! 6e40f2234f0071f0b0906f9959894bf09fb9161e857bd81ac7aba0dcf05f7fda Oct 10 17:22:08.268 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:22:08.269 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:22:08.634 INFO blam! b152285709460db61c95572a48866c790d069184c86e925bf58ad8e6ef6af3e7 Oct 10 17:22:08.636 INFO running `"docker" "start" "-a" "b152285709460db61c95572a48866c790d069184c86e925bf58ad8e6ef6af3e7"` Oct 10 17:22:09.884 INFO kablam! usermod: no changes Oct 10 17:22:09.973 INFO kablam! Compiling datint v0.1.0 (/source) Oct 10 17:22:10.670 INFO kablam! warning: unnecessary parentheses around assigned value Oct 10 17:22:10.670 INFO kablam! --> src/parity_bit.rs:9:18 Oct 10 17:22:10.670 INFO kablam! | Oct 10 17:22:10.670 INFO kablam! 9 | let parity = ( Oct 10 17:22:10.670 INFO kablam! | __________________^ Oct 10 17:22:10.670 INFO kablam! 10 | | ((num & (1 << 6)) >> 6) ^ Oct 10 17:22:10.670 INFO kablam! 11 | | ((num & (1 << 5)) >> 5) ^ Oct 10 17:22:10.670 INFO kablam! 12 | | ((num & (1 << 4)) >> 4) ^ Oct 10 17:22:10.670 INFO kablam! ... | Oct 10 17:22:10.670 INFO kablam! 16 | | ((num & (1 << 0)) >> 0) Oct 10 17:22:10.670 INFO kablam! 17 | | ); Oct 10 17:22:10.670 INFO kablam! | |_____^ Oct 10 17:22:10.670 INFO kablam! | Oct 10 17:22:10.670 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 17:22:10.670 INFO kablam! help: remove these parentheses Oct 10 17:22:10.670 INFO kablam! | Oct 10 17:22:10.670 INFO kablam! 9 | let parity = ((num & (1 << 6)) >> 6) ^ ((num & (1 << 5)) >> 5) ^ ((num & (1 << 4)) >> 4) ^ Oct 10 17:22:10.670 INFO kablam! 10 | ((num & (1 << 3)) >> 3) ^ ((num & (1 << 2)) >> 2) ^ Oct 10 17:22:10.670 INFO kablam! 11 | ((num & (1 << 1)) >> 1) ^ ((num & (1 << 0)) >> 0); Oct 10 17:22:10.670 INFO kablam! | Oct 10 17:22:10.670 INFO kablam! Oct 10 17:22:11.694 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 10 17:22:11.697 INFO kablam! su: No module specific data is present Oct 10 17:22:12.397 INFO running `"docker" "rm" "-f" "b152285709460db61c95572a48866c790d069184c86e925bf58ad8e6ef6af3e7"` Oct 10 17:22:12.708 INFO blam! b152285709460db61c95572a48866c790d069184c86e925bf58ad8e6ef6af3e7 Oct 10 17:22:12.715 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:22:12.715 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:22:13.068 INFO blam! 5181c0ce18799f7934c973470437ce84cfe8287fff26bce53b7100f1ef82208b Oct 10 17:22:13.070 INFO running `"docker" "start" "-a" "5181c0ce18799f7934c973470437ce84cfe8287fff26bce53b7100f1ef82208b"` Oct 10 17:22:14.434 INFO kablam! usermod: no changes Oct 10 17:22:14.480 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 17:22:14.483 INFO kablam! Running /target/debug/deps/datint-80d7842615fb438b Oct 10 17:22:14.488 INFO blam! Oct 10 17:22:14.488 INFO blam! running 9 tests Oct 10 17:22:14.492 INFO blam! test tests_parity_bit::test_compute_parity_bit_opt ... ok Oct 10 17:22:14.493 INFO blam! test tests_parity_bit::test_compute_parity_bit ... ok Oct 10 17:22:14.493 INFO blam! test tests_parity_bit::test_has_parity ... ok Oct 10 17:22:14.494 INFO blam! test tests_parity_bit::test_add_remove_parity_roundtrip ... ok Oct 10 17:22:14.494 INFO blam! test tests_parity_bit::test_remove_parity_bit ... ok Oct 10 17:22:14.498 INFO blam! test tests_parity_bit::test_add_parity_bit ... ok Oct 10 17:22:14.498 INFO blam! test tests_crc32::test_compute_crc32 ... ok Oct 10 17:22:14.498 INFO blam! test tests_crc32::test_compute_crc4_demo ... ok Oct 10 17:22:14.544 INFO blam! test tests_parity_bit::test_add_parity_bit_out_of_range ... ok Oct 10 17:22:14.545 INFO kablam! Doc-tests datint Oct 10 17:22:14.545 INFO blam! Oct 10 17:22:14.545 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:22:14.546 INFO blam! Oct 10 17:22:15.401 INFO blam! Oct 10 17:22:15.402 INFO blam! running 0 tests Oct 10 17:22:15.402 INFO blam! Oct 10 17:22:15.402 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:22:15.402 INFO blam! Oct 10 17:22:15.406 INFO kablam! su: No module specific data is present Oct 10 17:22:16.041 INFO running `"docker" "rm" "-f" "5181c0ce18799f7934c973470437ce84cfe8287fff26bce53b7100f1ef82208b"` Oct 10 17:22:16.296 INFO blam! 5181c0ce18799f7934c973470437ce84cfe8287fff26bce53b7100f1ef82208b