Oct 12 04:53:40.502 INFO testing bitwise-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 04:53:40.502 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:53:40.784 INFO blam! a7ad348ee04ae7930bf45684b688beb86f950a7026a23beb6c48b4641aa26dcf Oct 12 04:53:40.785 INFO running `"docker" "start" "-a" "a7ad348ee04ae7930bf45684b688beb86f950a7026a23beb6c48b4641aa26dcf"` Oct 12 04:53:41.629 INFO kablam! usermod: no changes Oct 12 04:53:41.705 INFO kablam! warning: `panic` setting is ignored for `bench` profile Oct 12 04:53:41.744 INFO kablam! Compiling bitintr v0.1.18 Oct 12 04:53:41.745 INFO kablam! Compiling bitwise v0.1.1 (/source) Oct 12 04:53:45.092 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 12 04:53:45.092 INFO kablam! --> src/lib.rs:27:39 Oct 12 04:53:45.092 INFO kablam! | Oct 12 04:53:45.092 INFO kablam! 27 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Oct 12 04:53:45.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 04:53:45.092 INFO kablam! | Oct 12 04:53:45.092 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 04:53:45.092 INFO kablam! Oct 12 04:53:45.092 INFO kablam! warning: where clauses are not enforced in type aliases Oct 12 04:53:45.092 INFO kablam! --> src/word/reverse_bit_groups.rs:62:22 Oct 12 04:53:45.092 INFO kablam! | Oct 12 04:53:45.092 INFO kablam! 62 | type TU where U: Word = U::Unsigned; // TODO: fix warning ? Oct 12 04:53:45.092 INFO kablam! | ^^^^^^^ Oct 12 04:53:45.092 INFO kablam! | Oct 12 04:53:45.092 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 12 04:53:45.092 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 12 04:53:45.092 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 12 04:53:45.092 INFO kablam! --> src/word/reverse_bit_groups.rs:62:32 Oct 12 04:53:45.092 INFO kablam! | Oct 12 04:53:45.092 INFO kablam! 62 | type TU where U: Word = U::Unsigned; // TODO: fix warning ? Oct 12 04:53:45.092 INFO kablam! | ^^^^^^^^^^^ Oct 12 04:53:45.092 INFO kablam! Oct 12 04:53:45.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.51s Oct 12 04:53:45.192 INFO kablam! su: No module specific data is present Oct 12 04:53:45.883 INFO running `"docker" "rm" "-f" "a7ad348ee04ae7930bf45684b688beb86f950a7026a23beb6c48b4641aa26dcf"` Oct 12 04:53:46.116 INFO blam! a7ad348ee04ae7930bf45684b688beb86f950a7026a23beb6c48b4641aa26dcf Oct 12 04:53:46.120 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:53:46.534 INFO blam! 34b094a512cd75935ea7df131c8f6e61bd521d52e623e0b1d20d9271a8e36d0b Oct 12 04:53:46.536 INFO running `"docker" "start" "-a" "34b094a512cd75935ea7df131c8f6e61bd521d52e623e0b1d20d9271a8e36d0b"` Oct 12 04:53:47.972 INFO kablam! usermod: no changes Oct 12 04:53:48.007 INFO kablam! warning: `panic` setting is ignored for `bench` profile Oct 12 04:53:48.019 INFO kablam! Compiling bitwise v0.1.1 (/source) Oct 12 04:53:49.240 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 12 04:53:49.240 INFO kablam! --> src/lib.rs:27:39 Oct 12 04:53:49.240 INFO kablam! | Oct 12 04:53:49.240 INFO kablam! 27 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Oct 12 04:53:49.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 04:53:49.240 INFO kablam! | Oct 12 04:53:49.240 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 04:53:49.240 INFO kablam! Oct 12 04:53:49.248 INFO kablam! warning: where clauses are not enforced in type aliases Oct 12 04:53:49.248 INFO kablam! --> src/word/reverse_bit_groups.rs:62:22 Oct 12 04:53:49.248 INFO kablam! | Oct 12 04:53:49.248 INFO kablam! 62 | type TU where U: Word = U::Unsigned; // TODO: fix warning ? Oct 12 04:53:49.248 INFO kablam! | ^^^^^^^ Oct 12 04:53:49.248 INFO kablam! | Oct 12 04:53:49.248 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 12 04:53:49.248 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 12 04:53:49.248 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 12 04:53:49.248 INFO kablam! --> src/word/reverse_bit_groups.rs:62:32 Oct 12 04:53:49.248 INFO kablam! | Oct 12 04:53:49.248 INFO kablam! 62 | type TU where U: Word = U::Unsigned; // TODO: fix warning ? Oct 12 04:53:49.248 INFO kablam! | ^^^^^^^^^^^ Oct 12 04:53:49.248 INFO kablam! Oct 12 04:53:50.352 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.36s Oct 12 04:53:50.357 INFO kablam! su: No module specific data is present Oct 12 04:53:50.886 INFO running `"docker" "rm" "-f" "34b094a512cd75935ea7df131c8f6e61bd521d52e623e0b1d20d9271a8e36d0b"` Oct 12 04:53:51.132 INFO blam! 34b094a512cd75935ea7df131c8f6e61bd521d52e623e0b1d20d9271a8e36d0b Oct 12 04:53:51.138 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:53:51.540 INFO blam! ddd84081726a5fe0287cb1c89512c48a01500280b86ef373044f90b752dbc2f2 Oct 12 04:53:51.553 INFO running `"docker" "start" "-a" "ddd84081726a5fe0287cb1c89512c48a01500280b86ef373044f90b752dbc2f2"` Oct 12 04:53:52.927 INFO kablam! usermod: no changes Oct 12 04:53:52.988 INFO kablam! warning: `panic` setting is ignored for `bench` profile Oct 12 04:53:53.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 04:53:53.020 INFO kablam! Running /target/debug/deps/bitwise-55a46832101afcdb Oct 12 04:53:53.040 INFO blam! Oct 12 04:53:53.040 INFO blam! running 5 tests Oct 12 04:53:53.496 INFO blam! test word::gcd::tests::test_u8 ... ok Oct 12 04:54:01.204 INFO blam! test word::morton::tests::bitmask_invariant ... ok Oct 12 04:54:50.308 INFO blam! test word::morton::tests::bmi2_invariant ... ok Oct 12 04:54:53.040 INFO blam! test word::morton::tests::lut_invariant ... test word::morton::tests::lut_invariant has been running for over 60 seconds Oct 12 04:54:53.040 INFO blam! test word::morton::tests::cmp_impls ... test word::morton::tests::cmp_impls has been running for over 60 seconds Oct 12 04:55:07.712 INFO blam! test word::morton::tests::lut_invariant ... ok Oct 12 04:55:39.766 INFO blam! test word::morton::tests::cmp_impls ... ok Oct 12 04:55:39.766 INFO blam! Oct 12 04:55:39.766 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:55:39.766 INFO blam! Oct 12 04:55:39.767 INFO kablam! Doc-tests bitwise Oct 12 04:55:40.147 INFO blam! Oct 12 04:55:40.147 INFO blam! running 67 tests Oct 12 04:55:42.124 INFO blam! test src/word/clear_bits_geq.rs - word::clear_bits_geq::clear_bits_geq (line 15) ... ok Oct 12 04:55:42.472 INFO blam! test src/word/ceil_pow2.rs - word::ceil_pow2::ceil_pow2 (line 11) ... ok Oct 12 04:55:43.044 INFO blam! test src/word/clear_bit.rs - word::clear_bit::clear_bit (line 11) ... ok Oct 12 04:55:43.138 INFO blam! test src/word/clear_bits_leq.rs - word::clear_bits_leq::clear_bits_leq (line 11) ... ok Oct 12 04:55:43.139 INFO blam! test src/word/align_down.rs - word::align_down::align_down (line 14) ... ok Oct 12 04:55:43.514 INFO blam! test src/lib.rs - (line 14) ... ok Oct 12 04:55:43.534 INFO blam! test src/word/clear_least_significant_one.rs - word::clear_least_significant_one::clear_least_significant_one (line 13) ... ok Oct 12 04:55:43.777 INFO blam! test src/word/align_up.rs - word::align_up::align_up (line 14) ... ok Oct 12 04:55:44.659 INFO blam! test src/word/clear_trailing_ones.rs - word::clear_trailing_ones::clear_trailing_ones (line 13) ... ok Oct 12 04:55:45.117 INFO blam! test src/word/copy_bit.rs - word::copy_bit::copy_bit (line 11) ... ok Oct 12 04:55:46.024 INFO blam! test src/word/count_ones.rs - word::count_ones::count_ones (line 19) ... ok Oct 12 04:55:46.372 INFO blam! test src/word/count_leading_ones.rs - word::count_leading_ones::count_leading_ones (line 14) ... ok Oct 12 04:55:46.372 INFO blam! test src/word/count_leading_zeros.rs - word::count_leading_zeros::count_leading_zeros (line 19) ... ok Oct 12 04:55:46.564 INFO blam! test src/word/count_trailing_ones.rs - word::count_trailing_ones::count_trailing_ones (line 11) ... ok Oct 12 04:55:47.193 INFO blam! test src/word/count_zeros.rs - word::count_zeros::count_zeros (line 7) ... ok Oct 12 04:55:47.276 INFO blam! test src/word/count_trailing_zeros.rs - word::count_trailing_zeros::count_trailing_zeros (line 16) ... ok Oct 12 04:55:47.440 INFO blam! test src/word/flip_bit.rs - word::flip_bit::flip_bit (line 11) ... ok Oct 12 04:55:48.124 INFO blam! test src/word/flip_bits_geq.rs - word::flip_bits_geq::flip_bits_geq (line 11) ... ok Oct 12 04:55:48.352 INFO blam! test src/word/extract_bits.rs - word::extract_bits::extract_bits (line 16) ... ok Oct 12 04:55:49.600 INFO blam! test src/word/flip_bits_leq.rs - word::flip_bits_leq::flip_bits_leq (line 11) ... ok Oct 12 04:55:49.820 INFO blam! test src/word/from_be.rs - word::from_be::from_be (line 9) ... ok Oct 12 04:55:50.164 INFO blam! test src/word/floor_pow2.rs - word::floor_pow2::floor_pow2 (line 11) ... ok Oct 12 04:55:50.680 INFO blam! test src/word/hamming_distance.rs - word::hamming_distance::hamming_distance (line 15) ... ok Oct 12 04:55:50.758 INFO blam! test src/word/from_le.rs - word::from_le::from_le (line 9) ... ok Oct 12 04:55:50.884 INFO blam! test src/word/inner_perfect_unshuffle.rs - word::inner_perfect_unshuffle::inner_perfect_unshuffle (line 10) ... ok Oct 12 04:55:51.583 INFO blam! test src/word/is_aligned.rs - word::is_aligned::is_aligned (line 14) ... ok Oct 12 04:55:51.698 INFO blam! test src/word/inner_perfect_shuffle.rs - word::inner_perfect_shuffle::inner_perfect_shuffle (line 10) ... ok Oct 12 04:55:52.731 INFO blam! test src/word/is_odd.rs - word::is_odd::is_odd (line 7) ... ok Oct 12 04:55:52.800 INFO blam! test src/word/is_even.rs - word::is_even::is_even (line 7) ... ok Oct 12 04:55:53.480 INFO blam! test src/word/is_pow2.rs - word::is_pow2::is_pow2 (line 7) ... ok Oct 12 04:55:54.569 INFO blam! test src/word/isolate_least_significant_zero.rs - word::isolate_least_significant_zero::isolate_least_significant_zero (line 14) ... ok Oct 12 04:55:54.736 INFO blam! test src/word/isolate_least_significant_one.rs - word::isolate_least_significant_one::isolate_least_significant_one (line 14) ... ok Oct 12 04:55:55.208 INFO blam! test src/word/mask_trailing_ones.rs - word::mask_trailing_ones::mask_trailing_ones (line 13) ... ok Oct 12 04:55:56.033 INFO blam! test src/word/mask_trailing_ones_and_least_significant_zero.rs - word::mask_trailing_ones_and_least_significant_zero::mask_trailing_ones_and_least_significant_zero (line 12) ... ok Oct 12 04:55:56.152 INFO blam! test src/word/mask_trailing_zeros.rs - word::mask_trailing_zeros::mask_trailing_zeros (line 13) ... ok Oct 12 04:55:56.193 INFO blam! test src/word/morton.rs - word::morton::decode_2d (line 588) ... ok Oct 12 04:55:56.459 INFO blam! test src/word/mask_trailing_zeros_and_least_significant_one.rs - word::mask_trailing_zeros_and_least_significant_one::mask_trailing_zeros_and_least_significant_one (line 12) ... ok Oct 12 04:55:56.668 INFO blam! test src/word/morton.rs - word::morton::decode_3d (line 652) ... ok Oct 12 04:55:57.516 INFO blam! test src/word/morton.rs - word::morton::encode_2d (line 475) ... ok Oct 12 04:55:57.596 INFO blam! test src/word/morton.rs - word::morton::encode_3d (line 543) ... ok Oct 12 04:55:58.015 INFO blam! test src/word/outer_perfect_shuffle.rs - word::outer_perfect_shuffle::outer_perfect_shuffle (line 10) ... ok Oct 12 04:55:59.012 INFO blam! test src/word/parallel_bits_extract.rs - word::parallel_bits_extract::parallel_bits_extract (line 15) ... ok Oct 12 04:55:59.012 INFO blam! test src/word/parallel_bits_deposit.rs - word::parallel_bits_deposit::parallel_bits_deposit (line 15) ... ok Oct 12 04:55:59.316 INFO blam! test src/word/pow.rs - word::pow::pow (line 9) ... ok Oct 12 04:55:59.436 INFO blam! test src/word/outer_perfect_unshuffle.rs - word::outer_perfect_unshuffle::outer_perfect_unshuffle (line 10) ... ok Oct 12 04:55:59.641 INFO blam! test src/word/parity.rs - word::parity::parity (line 11) ... ok Oct 12 04:56:00.633 INFO blam! test src/word/reverse_bit_groups.rs - word::reverse_bit_groups::reverse_bit_groups (line 24) ... ok Oct 12 04:56:00.857 INFO blam! test src/word/reverse_bit_nibbles.rs - word::reverse_bit_nibbles::reverse_bit_nibbles (line 8) ... ok Oct 12 04:56:00.872 INFO blam! test src/word/reverse_bit_pairs.rs - word::reverse_bit_pairs::reverse_bit_pairs (line 8) ... ok Oct 12 04:56:02.937 INFO blam! test src/word/reverse_bits.rs - word::reverse_bits::reverse_bits (line 11) ... ok Oct 12 04:56:03.316 INFO blam! test src/word/reverse_bytes.rs - word::reverse_bytes::reverse_bytes (line 14) ... ok Oct 12 04:56:03.588 INFO blam! test src/word/rotate_right.rs - word::rotate_right::rotate_right (line 15) ... ok Oct 12 04:56:03.838 INFO blam! test src/word/reverse_byte_groups.rs - word::reverse_byte_groups::reverse_byte_groups (line 20) ... ok Oct 12 04:56:03.928 INFO blam! test src/word/rotate_left.rs - word::rotate_left::rotate_left (line 12) ... ok Oct 12 04:56:05.293 INFO blam! test src/word/set_bit.rs - word::set_bit::set_bit (line 11) ... ok Oct 12 04:56:05.373 INFO blam! test src/word/set_bits_geq.rs - word::set_bits_geq::set_bits_geq (line 11) ... ok Oct 12 04:56:05.576 INFO blam! test src/word/set_bits_leq.rs - word::set_bits_leq::set_bits_leq (line 11) ... ok Oct 12 04:56:06.152 INFO blam! test src/word/set_least_significant_zero.rs - word::set_least_significant_zero::set_least_significant_zero (line 11) ... ok Oct 12 04:56:06.491 INFO blam! test src/word/set_trailing_zeros.rs - word::set_trailing_zeros::set_trailing_zeros (line 13) ... ok Oct 12 04:56:07.353 INFO blam! test src/word/shift_logical_left.rs - word::shift_logical_left::shift_logical_left (line 11) ... ok Oct 12 04:56:07.516 INFO blam! test src/word/shift_arithmetic_right.rs - word::shift_arithmetic_right::shift_arithmetic_right (line 12) ... ok Oct 12 04:56:08.028 INFO blam! test src/word/shift_arithmetic_left.rs - word::shift_arithmetic_left::shift_arithmetic_left (line 14) ... ok Oct 12 04:56:08.185 INFO blam! test src/word/swap_bytes.rs - word::swap_bytes::swap_bytes (line 7) ... ok Oct 12 04:56:09.012 INFO blam! test src/word/shift_logical_right.rs - word::shift_logical_right::shift_logical_right (line 13) ... ok Oct 12 04:56:09.016 INFO blam! test src/word/to_be.rs - word::to_be::to_be (line 9) ... ok Oct 12 04:56:09.086 INFO blam! test src/word/to_le.rs - word::to_le::to_le (line 9) ... ok Oct 12 04:56:09.093 INFO blam! test src/word/test_bit.rs - word::test_bit::test_bit (line 11) ... ok Oct 12 04:56:09.093 INFO blam! Oct 12 04:56:09.097 INFO blam! test result: ok. 67 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:56:09.098 INFO blam! Oct 12 04:56:09.122 INFO kablam! su: No module specific data is present Oct 12 04:56:09.682 INFO running `"docker" "rm" "-f" "ddd84081726a5fe0287cb1c89512c48a01500280b86ef373044f90b752dbc2f2"` Oct 12 04:56:09.905 INFO blam! ddd84081726a5fe0287cb1c89512c48a01500280b86ef373044f90b752dbc2f2