[INFO] fetching crate ramp 0.5.1... [INFO] extracting crate ramp 0.5.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/ramp/0.5.1 [INFO] extracting crate ramp 0.5.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/ramp/0.5.1 [INFO] validating manifest of ramp-0.5.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ramp-0.5.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ramp-0.5.1 [INFO] finished frobbing ramp-0.5.1 [INFO] frobbed toml for ramp-0.5.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/ramp/0.5.1/Cargo.toml [INFO] started frobbing ramp-0.5.1 [INFO] finished frobbing ramp-0.5.1 [INFO] frobbed toml for ramp-0.5.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/ramp/0.5.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rust-gmp v0.2.10 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ramp-0.5.1 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/ramp/0.5.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 630b8d39a515a6bbbbc9e100574b016f0c918e378dbcda154e08f22357ccee5a [INFO] running `"docker" "start" "-a" "630b8d39a515a6bbbbc9e100574b016f0c918e378dbcda154e08f22357ccee5a"` [INFO] [stderr] Compiling rustc-cfg v0.2.0 [INFO] [stderr] Compiling ieee754 v0.2.6 [INFO] [stderr] Compiling hamming v0.1.3 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling ramp v0.5.1 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/int.rs:362:21 [INFO] [stderr] | [INFO] [stderr] 362 | b'0'...b'9' => c - b'0', [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/int.rs:363:21 [INFO] [stderr] | [INFO] [stderr] 363 | b'A'...b'Z' => (c - b'A') + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/int.rs:364:21 [INFO] [stderr] | [INFO] [stderr] 364 | b'a'...b'z' => (c - b'a') + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/ll/limb.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_unsafe)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/ll/limb.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] [INFO] [stderr] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:19:39 [INFO] [stderr] | [INFO] [stderr] 19 | #![feature(step_trait, ptr_internals, alloc, raw_vec_internals)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.54s [INFO] running `"docker" "inspect" "630b8d39a515a6bbbbc9e100574b016f0c918e378dbcda154e08f22357ccee5a"` [INFO] running `"docker" "rm" "-f" "630b8d39a515a6bbbbc9e100574b016f0c918e378dbcda154e08f22357ccee5a"` [INFO] [stdout] 630b8d39a515a6bbbbc9e100574b016f0c918e378dbcda154e08f22357ccee5a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/ramp/0.5.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] ba154ca665e07cf2d62ef637189c4e0c41329510db054e8e342c7278f196eb0f [INFO] running `"docker" "start" "-a" "ba154ca665e07cf2d62ef637189c4e0c41329510db054e8e342c7278f196eb0f"` [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling quickcheck v0.6.2 [INFO] [stderr] Compiling ramp v0.5.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Signed` is imported redundantly [INFO] [stderr] --> tests/quickcheck.rs:73:13 [INFO] [stderr] | [INFO] [stderr] 25 | use num_traits::sign::Signed; [INFO] [stderr] | ------------------------ the item `Signed` is already imported here [INFO] [stderr] ... [INFO] [stderr] 73 | use num_traits::Signed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/quickcheck.rs:142:29 [INFO] [stderr] | [INFO] [stderr] 142 | fn shrink(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> tests/quickcheck.rs:151:22 [INFO] [stderr] | [INFO] [stderr] 151 | 1...10 => 1, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> tests/quickcheck.rs:152:23 [INFO] [stderr] | [INFO] [stderr] 152 | 11...100 => 5, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> tests/quickcheck.rs:153:24 [INFO] [stderr] | [INFO] [stderr] 153 | 100...1000 => 25, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/int.rs:362:21 [INFO] [stderr] | [INFO] [stderr] 362 | b'0'...b'9' => c - b'0', [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/int.rs:363:21 [INFO] [stderr] | [INFO] [stderr] 363 | b'A'...b'Z' => (c - b'A') + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/int.rs:364:21 [INFO] [stderr] | [INFO] [stderr] 364 | b'a'...b'z' => (c - b'a') + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/ll/limb.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_unsafe)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/ll/limb.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] [INFO] [stderr] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:19:39 [INFO] [stderr] | [INFO] [stderr] 19 | #![feature(step_trait, ptr_internals, alloc, raw_vec_internals)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.26s [INFO] running `"docker" "inspect" "ba154ca665e07cf2d62ef637189c4e0c41329510db054e8e342c7278f196eb0f"` [INFO] running `"docker" "rm" "-f" "ba154ca665e07cf2d62ef637189c4e0c41329510db054e8e342c7278f196eb0f"` [INFO] [stdout] ba154ca665e07cf2d62ef637189c4e0c41329510db054e8e342c7278f196eb0f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/ramp/0.5.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 0b6d9cc956fd12839c191285edda9a88c85cc867be0703f3a961ab6b18e114f5 [INFO] running `"docker" "start" "-a" "0b6d9cc956fd12839c191285edda9a88c85cc867be0703f3a961ab6b18e114f5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] [INFO] [stdout] running 122 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/ramp-da39886ddc9dd1dd [INFO] [stdout] test int::test::arith_prim ... ok [INFO] [stdout] test int::test::add ... ok [INFO] [stdout] test int::test::add_larger_limb ... ok [INFO] [stdout] test int::test::bench_div_10_10 ... ok [INFO] [stdout] test int::test::bench_div_1000_1000 ... ok [INFO] [stdout] test int::test::bench_div_20_2 ... ok [INFO] [stdout] test int::test::bench_add_1000_1000 ... ok [INFO] [stdout] test int::test::bench_add_1_1 ... ok [INFO] [stdout] test int::test::bench_factorial_100 ... ok [INFO] [stdout] test int::test::bench_div_50_5 ... ok [INFO] [stdout] test int::test::bench_div_250_250 ... ok [INFO] [stdout] test int::test::bench_add_100_100 ... ok [INFO] [stdout] test int::test::bench_div_1_1 ... ok [INFO] [stdout] test int::test::bench_gcd_10_10 ... ok [INFO] [stdout] test int::test::bench_add_10_10 ... ok [INFO] [stdout] test int::test::bench_add_1000_10 ... ok [INFO] [stdout] test int::test::bench_div_50_50 ... ok [INFO] [stdout] test int::test::bench_gcd_20_2 ... ok [INFO] [stdout] test int::test::bench_factorial_1000 ... ok [INFO] [stdout] test int::test::bench_gcd_1_1 ... ok [INFO] [stdout] test int::test::bench_mul_10_10 ... ok [INFO] [stdout] test int::test::bench_mul_1_1 ... ok [INFO] [stdout] test int::test::bench_gcd_50_5 ... ok [INFO] [stdout] test int::test::bench_mul_250_250 ... ok [INFO] [stdout] test int::test::bench_gcd_50_50 ... ok [INFO] [stdout] test int::test::bench_mul_2_20 ... ok [INFO] [stdout] test int::test::bench_mul_50_50 ... ok [INFO] [stdout] test int::test::bench_mul_5_50 ... ok [INFO] [stdout] test int::test::bench_pow_10_10 ... ok [INFO] [stdout] test int::test::bench_mul_50_1500 ... ok [INFO] [stdout] test int::test::bench_pow_1_1 ... ok [INFO] [stdout] test int::test::bench_pow_2_20 ... ok [INFO] [stdout] test int::test::bench_gcd_100_10 ... ok [INFO] [stdout] test int::test::bench_pow_5_50 ... ok [INFO] [stdout] test int::test::bench_gcd_100_50 ... ok [INFO] [stdout] test int::test::bench_rng_all_ones ... ok [INFO] [stdout] test int::test::bench_sqr_1 ... ok [INFO] [stdout] test int::test::bench_sqr_10 ... ok [INFO] [stdout] test int::test::bench_pow_50_50 ... ok [INFO] [stdout] test int::test::bench_mul_1000_1000 ... ok [INFO] [stdout] test int::test::bench_sqr_50 ... ok [INFO] [stdout] test int::test::bench_gcd_100_100 ... ok [INFO] [stdout] test int::test::bench_sqr_250 ... ok [INFO] [stdout] test int::test::bitand ... ok [INFO] [stdout] test int::test::bitor ... ok [INFO] [stdout] test int::test::bitxor ... ok [INFO] [stdout] test int::test::div ... ok [INFO] [stdout] test int::test::bitand_rand ... ok [INFO] [stdout] test int::test::divrem ... ok [INFO] [stdout] test int::test::from_string_10 ... ok [INFO] [stdout] test int::test::bench_sqr_1000 ... ok [INFO] [stdout] test int::test::gcd ... ok [INFO] [stdout] test int::test::from_string_16 ... ok [INFO] [stdout] test int::test::div_rand ... ok [INFO] [stdout] test int::test::gen_int_range ... ok [INFO] [stdout] test int::test::gen_int_range_zero ... ok [INFO] [stdout] test int::test::gen_int_range_negative ... ok [INFO] [stdout] test int::test::gen_int_with_zero_bits ... ok [INFO] [stdout] test int::test::divmod_zero ... ok [INFO] [stdout] test int::test::gen_uint_below_all_ones ... ok [INFO] [stdout] test int::test::gen_uint_below_zero_or_negative ... ok [INFO] [stdout] test int::test::int_from ... ok [INFO] [stdout] test int::test::is_even ... ok [INFO] [stdout] test int::test::lcm ... ok [INFO] [stdout] test int::test::mul ... ok [INFO] [stdout] test int::test::num_base_digits ... ok [INFO] [stdout] test int::test::num_base_digits_pow2 ... ok [INFO] [stdout] test int::test::gen_uint_with_zero_bits ... ok [INFO] [stdout] test int::test::pow_mod_negexp ... ok [INFO] [stdout] test int::test::pow_mod_zeromod ... ok [INFO] [stdout] test int::test::rem ... ok [INFO] [stdout] test int::test::hash_rand ... ok [INFO] [stdout] test int::test::shl_rand ... ok [INFO] [stdout] test int::test::shr_rand ... ok [INFO] [stdout] test int::test::bench_gcd_250_150 ... ok [INFO] [stdout] test int::test::sqrt_rem ... ok [INFO] [stdout] test int::test::step ... ok [INFO] [stdout] test int::test::sub ... ok [INFO] [stdout] test int::test::to_string_10 ... ok [INFO] [stdout] test int::test::to_string_16 ... ok [INFO] [stdout] test int::test::trailing_zeros ... ok [INFO] [stdout] test ll::limb::test_bug_div_1 ... ok [INFO] [stdout] test ll::limb::test_bug_mul_1 ... ok [INFO] [stdout] test ll::test::test_add ... ok [INFO] [stdout] test ll::test::test_add_self ... ok [INFO] [stdout] test int::test::sqr_rand ... ok [INFO] [stdout] test ll::test::test_divrem ... ok [INFO] [stdout] test ll::test::test_divrem_1 ... ok [INFO] [stdout] test ll::test::test_mul ... ok [INFO] [stdout] test ll::test::test_mul_1 ... ok [INFO] [stdout] test ll::test::test_mul_hilo ... ok [INFO] [stdout] test ll::test::test_mul_large ... ok [INFO] [stdout] test ll::test::test_sub ... ok [INFO] [stdout] test ll::test::test_sub_self ... ok [INFO] [stdout] test rational::test::abs ... ok [INFO] [stdout] test rational::test::add ... ok [INFO] [stdout] test ll::test::test_bitscan ... ok [INFO] [stdout] test rational::test::bench_add ... ok [INFO] [stdout] test rational::test::bench_add_5 ... ok [INFO] [stdout] test int::test::shl_rand_large ... ok [INFO] [stdout] test rational::test::bench_div ... ok [INFO] [stdout] test rational::test::bench_div_normalize ... ok [INFO] [stdout] test rational::test::bench_add_normalize ... ok [INFO] [stdout] test rational::test::bench_mul ... ok [INFO] [stdout] test rational::test::bench_sub ... ok [INFO] [stdout] test rational::test::bench_mul_normalize ... ok [INFO] [stdout] test rational::test::bench_sub_normalize ... ok [INFO] [stdout] test rational::test::div ... ok [INFO] [stdout] test rational::test::from_float ... ok [INFO] [stdout] test rational::test::from_int_primitive ... ok [INFO] [stdout] test rational::test::into_parts ... ok [INFO] [stdout] test rational::test::bench_add_5_normalize ... ok [INFO] [stdout] test rational::test::ord ... ok [INFO] [stdout] test rational::test::round ... ok [INFO] [stdout] test rational::test::sub ... ok [INFO] [stdout] test rational::test::mul ... ok [INFO] [stdout] test rational::test::neg ... ok [INFO] [stdout] test int::test::pow_mod ... ok [INFO] [stdout] test int::test::bench_pow_mod_50_50_50 ... ok [INFO] [stdout] test int::test::bench_pow_50_1500 ... ok [INFO] [stdout] test int::test::bench_pow_250_250 ... ok [INFO] [stdout] test int::test::pow ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/quickcheck-b3fe1d37628a90ad [INFO] [stdout] [INFO] [stdout] test result: ok. 122 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 243 tests [INFO] [stdout] test abs_cmp ... ok [INFO] [stdout] test binop::add::assign_limb ... ok [INFO] [stdout] test abs ... ok [INFO] [stdout] test binop::add::assign_baseint ... ok [INFO] [stdout] test binop::add::assign_usize ... ok [INFO] [stdout] test binop::add::assign_int ... ok [INFO] [stdout] test binop::add::baseint_int ... ok [INFO] [stdout] test binop::add::int_limb ... ok [INFO] [stdout] test binop::add::assign_intref ... ok [INFO] [stdout] test binop::add::int_int ... ok [INFO] [stdout] test binop::bitand::assign_baseint ... ok [INFO] [stdout] test binop::add::int_intref ... ok [INFO] [stdout] test binop::add::int_usize ... ok [INFO] [stdout] test binop::add::int_baseint ... ok [INFO] [stdout] test binop::bitand::assign_limb ... ok [INFO] [stdout] test binop::add::usize_int ... ok [INFO] [stdout] test binop::bitand::assign_int ... ok [INFO] [stdout] test binop::bitand::assign_usize ... ok [INFO] [stdout] test binop::bitand::int_baseint ... ok [INFO] [stdout] test binop::add::intref_intref ... ok [INFO] [stdout] test binop::add::intref_int ... ok [INFO] [stdout] test binop::bitand::baseint_int ... ok [INFO] [stdout] test binop::bitand::int_limb ... ok [INFO] [stdout] test binop::bitand::assign_intref ... ok [INFO] [stdout] test binop::bitand::int_intref ... ok [INFO] [stdout] test binop::bitand::usize_int ... ok [INFO] [stdout] test binop::bitand::intref_intref ... ok [INFO] [stdout] test binop::bitand::int_usize ... ok [INFO] [stdout] test binop::bitand::intref_int ... ok [INFO] [stdout] test binop::bitor::assign_baseint ... ok [INFO] [stdout] test binop::bitand::int_int ... ok [INFO] [stdout] test binop::bitor::baseint_int ... ok [INFO] [stdout] test binop::bitor::int_intref ... ok [INFO] [stdout] test binop::bitor::int_limb ... ok [INFO] [stdout] test binop::bitor::assign_int ... ok [INFO] [stdout] test binop::bitor::assign_limb ... ok [INFO] [stdout] test binop::bitor::int_int ... ok [INFO] [stdout] test binop::bitor::int_usize ... ok [INFO] [stdout] test binop::bitor::assign_usize ... ok [INFO] [stdout] test binop::bitor::int_baseint ... ok [INFO] [stdout] test binop::bitor::intref_int ... ok [INFO] [stdout] test binop::bitor::assign_intref ... ok [INFO] [stdout] test binop::bitxor::assign_limb ... ok [INFO] [stdout] test binop::bitor::usize_int ... ok [INFO] [stdout] test binop::bitxor::assign_intref ... ok [INFO] [stdout] test binop::bitxor::assign_baseint ... ok [INFO] [stdout] test binop::bitxor::assign_usize ... ok [INFO] [stdout] test binop::bitor::intref_intref ... ok [INFO] [stdout] test binop::bitxor::assign_int ... ok [INFO] [stdout] test binop::bitxor::baseint_int ... ok [INFO] [stdout] test binop::bitxor::int_limb ... ok [INFO] [stdout] test binop::bitxor::int_usize ... ok [INFO] [stdout] test binop::bitxor::int_baseint ... ok [INFO] [stdout] test binop::div::assign_baseint ... ok [INFO] [stdout] test binop::bitxor::intref_intref ... ok [INFO] [stdout] test binop::bitxor::intref_int ... ok [INFO] [stdout] test binop::bitxor::int_intref ... ok [INFO] [stdout] test binop::bitxor::usize_int ... ok [INFO] [stdout] test binop::div::baseint_int ... ok [INFO] [stdout] test binop::div::assign_limb ... ok [INFO] [stdout] test binop::div::assign_usize ... ok [INFO] [stdout] test binop::bitxor::int_int ... ok [INFO] [stdout] test binop::div::assign_int ... ok [INFO] [stdout] test binop::div::int_baseint ... ok [INFO] [stdout] test binop::div::int_limb ... ok [INFO] [stdout] test binop::div::int_usize ... ok [INFO] [stdout] test binop::div::usize_int ... ok [INFO] [stdout] test binop::div::assign_intref ... ok [INFO] [stdout] test binop::mul::assign_baseint ... ok [INFO] [stdout] test binop::div::int_intref ... ok [INFO] [stdout] test binop::div::intref_int ... ok [INFO] [stdout] test binop::div::intref_intref ... ok [INFO] [stdout] test binop::mul::assign_limb ... ok [INFO] [stdout] test binop::div::int_int ... ok [INFO] [stdout] test binop::mul::assign_usize ... ok [INFO] [stdout] test binop::mul::assign_int ... ok [INFO] [stdout] test binop::mul::assign_intref ... ok [INFO] [stdout] test binop::mul::int_baseint ... ok [INFO] [stdout] test binop::mul::int_usize ... ok [INFO] [stdout] test binop::mul::baseint_int ... ok [INFO] [stdout] test binop::mul::int_int ... ok [INFO] [stdout] test binop::mul::int_limb ... ok [INFO] [stdout] test binop::mul::usize_int ... ok [INFO] [stdout] test binop::rem::assign_baseint ... ok [INFO] [stdout] test binop::mul::int_intref ... ok [INFO] [stdout] test binop::rem::assign_usize ... ok [INFO] [stdout] test binop::rem::assign_limb ... ok [INFO] [stdout] test binop::rem::baseint_int ... ok [INFO] [stdout] test binop::mul::intref_int ... ok [INFO] [stdout] test binop::rem::assign_int ... ok [INFO] [stdout] test binop::rem::int_limb ... ok [INFO] [stdout] test binop::mul::intref_intref ... ok [INFO] [stdout] test binop::rem::int_usize ... ok [INFO] [stdout] test binop::rem::int_baseint ... ok [INFO] [stdout] test binop::sub::assign_baseint ... ok [INFO] [stdout] test binop::rem::assign_intref ... ok [INFO] [stdout] test binop::rem::int_intref ... ok [INFO] [stdout] test binop::rem::int_int ... ok [INFO] [stdout] test binop::rem::usize_int ... ok [INFO] [stdout] test binop::rem::intref_intref ... ok [INFO] [stdout] test binop::sub::assign_limb ... ok [INFO] [stdout] test binop::sub::assign_intref ... ok [INFO] [stdout] test binop::sub::int_baseint ... ok [INFO] [stdout] test binop::rem::intref_int ... ok [INFO] [stdout] test binop::sub::assign_int ... ok [INFO] [stdout] test binop::sub::int_int ... ok [INFO] [stdout] test binop::sub::assign_usize ... ok [INFO] [stdout] test binop::sub::baseint_int ... ok [INFO] [stdout] test binop::sub::int_limb ... ok [INFO] [stdout] test binop_signed::add::i32_int ... ok [INFO] [stdout] test binop::sub::int_usize ... ok [INFO] [stdout] test binop_signed::add::int_i32 ... ok [INFO] [stdout] test binop::sub::int_intref ... ok [INFO] [stdout] test binop::sub::usize_int ... ok [INFO] [stdout] test binop_signed::div::assign_i32 ... ok [INFO] [stdout] test binop_signed::add::assign_i32 ... ok [INFO] [stdout] test binop_signed::div::i32_int ... ok [INFO] [stdout] test binop_signed::div::int_i32 ... ok [INFO] [stdout] test binop::sub::intref_intref ... ok [INFO] [stdout] test binop::sub::intref_int ... ok [INFO] [stdout] test binop_signed::rem::assign_i32 ... ok [INFO] [stdout] test binop_signed::mul::int_i32 ... ok [INFO] [stdout] test binop_signed::rem::i32_int ... ok [INFO] [stdout] test binop_signed::mul::i32_int ... ok [INFO] [stdout] test binop_signed::mul::assign_i32 ... ok [INFO] [stdout] test bit ... ok [INFO] [stdout] test binop_signed::sub::assign_i32 ... ok [INFO] [stdout] test bit_length ... ok [INFO] [stdout] test binop_signed::rem::int_i32 ... ok [INFO] [stdout] test cmp::eq::i32_int ... ok [INFO] [stdout] test cmp::eq::i64_int ... ok [INFO] [stdout] test cmp::eq::int_i32 ... ok [INFO] [stdout] test cmp::eq::int_i64 ... ok [INFO] [stdout] test binop_signed::sub::i32_int ... ok [INFO] [stdout] test binop_signed::sub::int_i32 ... ok [INFO] [stdout] test cmp::eq::int_limb ... ok [INFO] [stdout] test cmp::eq::int_u64 ... ok [INFO] [stdout] test cmp::eq::limb_int ... ok [INFO] [stdout] test cmp::cmp::int_int ... ok [INFO] [stdout] test cmp::ge::i32_int ... ok [INFO] [stdout] test cmp::eq::u64_int ... ok [INFO] [stdout] test cmp::eq::usize_int ... ok [INFO] [stdout] test cmp::eq::int_usize ... ok [INFO] [stdout] test cmp::ge::int_i32 ... ok [INFO] [stdout] test cmp::ge::i64_int ... ok [INFO] [stdout] test cmp::ge::int_i64 ... ok [INFO] [stdout] test cmp::ge::int_u64 ... ok [INFO] [stdout] test cmp::eq::int_int ... ok [INFO] [stdout] test cmp::ge::u64_int ... ok [INFO] [stdout] test cmp::ge::usize_int ... ok [INFO] [stdout] test cmp::ge::int_usize ... ok [INFO] [stdout] test cmp::ge::limb_int ... ok [INFO] [stdout] test cmp::ge::int_limb ... ok [INFO] [stdout] test cmp::ge::int_int ... ok [INFO] [stdout] test cmp::gt::int_i64 ... ok [INFO] [stdout] test cmp::gt::i32_int ... ok [INFO] [stdout] test cmp::gt::i64_int ... ok [INFO] [stdout] test cmp::gt::int_limb ... ok [INFO] [stdout] test cmp::gt::int_int ... ok [INFO] [stdout] test cmp::gt::int_usize ... ok [INFO] [stdout] test cmp::gt::int_i32 ... ok [INFO] [stdout] test cmp::gt::limb_int ... ok [INFO] [stdout] test cmp::gt::int_u64 ... ok [INFO] [stdout] test cmp::gt::usize_int ... ok [INFO] [stdout] test cmp::le::i32_int ... ok [INFO] [stdout] test cmp::gt::u64_int ... ok [INFO] [stdout] test cmp::le::int_i32 ... ok [INFO] [stdout] test cmp::le::i64_int ... ok [INFO] [stdout] test cmp::le::int_i64 ... ok [INFO] [stdout] test cmp::le::int_limb ... ok [INFO] [stdout] test cmp::le::u64_int ... ok [INFO] [stdout] test cmp::le::usize_int ... ok [INFO] [stdout] test cmp::le::limb_int ... ok [INFO] [stdout] test cmp::le::int_int ... ok [INFO] [stdout] test cmp::lt::i32_int ... ok [INFO] [stdout] test cmp::lt::int_i64 ... ok [INFO] [stdout] test cmp::lt::int_i32 ... ok [INFO] [stdout] test cmp::le::int_usize ... ok [INFO] [stdout] test cmp::lt::int_usize ... ok [INFO] [stdout] test cmp::le::int_u64 ... ok [INFO] [stdout] test cmp::lt::int_u64 ... ok [INFO] [stdout] test cmp::lt::u64_int ... ok [INFO] [stdout] test cmp::lt::int_limb ... ok [INFO] [stdout] test cmp::ne::i64_int ... ok [INFO] [stdout] test cmp::lt::limb_int ... ok [INFO] [stdout] test cmp::lt::usize_int ... ok [INFO] [stdout] test cmp::lt::int_int ... ok [INFO] [stdout] test cmp::lt::i64_int ... ok [INFO] [stdout] test cmp::ne::i32_int ... ok [INFO] [stdout] test cmp::ne::int_i32 ... ok [INFO] [stdout] test cmp::ne::int_i64 ... ok [INFO] [stdout] test cmp::ne::int_limb ... ok [INFO] [stdout] test cmp::ne::int_u64 ... ok [INFO] [stdout] test cmp::ne::limb_int ... ok [INFO] [stdout] test cmp::partial_cmp::i64_int ... ok [INFO] [stdout] test cmp::ne::u64_int ... ok [INFO] [stdout] test cmp::ne::int_usize ... ok [INFO] [stdout] test cmp::partial_cmp::i32_int ... ok [INFO] [stdout] test cmp::partial_cmp::int_i64 ... ok [INFO] [stdout] test cmp::ne::usize_int ... ok [INFO] [stdout] test cmp::partial_cmp::limb_int ... ok [INFO] [stdout] test cmp::ne::int_int ... ok [INFO] [stdout] test cmp::partial_cmp::int_i32 ... ok [INFO] [stdout] test cmp::partial_cmp::int_limb ... ok [INFO] [stdout] test cmp::partial_cmp::int_u64 ... ok [INFO] [stdout] test cmp::partial_cmp::u64_int ... ok [INFO] [stdout] test cmp::partial_cmp::int_usize ... ok [INFO] [stdout] test cmp::partial_cmp::int_int ... ok [INFO] [stdout] test cmp::partial_cmp::usize_int ... ok [INFO] [stdout] test divrem_usize ... ok [INFO] [stdout] test format::binary ... ok [INFO] [stdout] test format::display ... ok [INFO] [stdout] test from::i16 ... ok [INFO] [stdout] test from::i32 ... ok [INFO] [stdout] test from::i64 ... ok [INFO] [stdout] test from::i8 ... ok [INFO] [stdout] test from::isize ... ok [INFO] [stdout] test from::u16 ... ok [INFO] [stdout] test from::u32 ... ok [INFO] [stdout] test from::u64 ... ok [INFO] [stdout] test from::u8 ... ok [INFO] [stdout] test from::usize ... ok [INFO] [stdout] test format::octal ... ok [INFO] [stdout] test format::lowerhex ... ok [INFO] [stdout] test divmod ... ok [INFO] [stdout] test format::debug ... ok [INFO] [stdout] test neg::int ... ok [INFO] [stdout] test format::upperhex ... ok [INFO] [stdout] test is_even ... ok [INFO] [stdout] test negate ... ok [INFO] [stdout] test neg::intref ... ok [INFO] [stdout] test shl::int ... ok [INFO] [stdout] test shl::assign ... ok [INFO] [stdout] test from_str_decimal ... ok [INFO] [stdout] test from_str_radix ... ok [INFO] [stdout] test to_str_radix ... ok [INFO] [stdout] test shl::intref ... ok [INFO] [stdout] test to_str_hex_roundtrip ... ok [INFO] [stdout] test trailing_zeros ... ok [INFO] [stdout] test write_radix ... ok [INFO] [stdout] test to_str_decimal ... ok [INFO] [stdout] test divrem ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/quickcheck_limbs-cf621fbf8551247d [INFO] [stdout] test count_ones ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 243 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test check_mul ... ok [INFO] [stdout] test check_div ... ok [INFO] [stdout] test check_add ... ok [INFO] [stdout] test check_sub ... ok [INFO] [stderr] Doc-tests ramp [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/int.rs - int::Int (line 106) ... ok [INFO] [stdout] test src/int.rs - int::Int (line 69) ... ok [INFO] [stdout] test src/int.rs - int::Int (line 61) ... ok [INFO] [stdout] test src/int.rs - int::Int (line 83) ... ok [INFO] [stdout] test src/int.rs - int::RandomInt (line 3694) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "0b6d9cc956fd12839c191285edda9a88c85cc867be0703f3a961ab6b18e114f5"` [INFO] running `"docker" "rm" "-f" "0b6d9cc956fd12839c191285edda9a88c85cc867be0703f3a961ab6b18e114f5"` [INFO] [stdout] 0b6d9cc956fd12839c191285edda9a88c85cc867be0703f3a961ab6b18e114f5