[INFO] cloning repository https://github.com/evgunter/computable
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/evgunter/computable" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevgunter%2Fcomputable", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevgunter%2Fcomputable'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bcea117dd0554c24119eb480bacc61112a5e9e07
[INFO] testing evgunter/computable against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevgunter%2Fcomputable" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/evgunter/computable
[INFO] finished tweaking git repo https://github.com/evgunter/computable
[INFO] tweaked toml for git repo https://github.com/evgunter/computable written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/evgunter/computable on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/evgunter/computable already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gungraun-macros v0.7.2
[INFO] [stderr]   Downloaded gungraun v0.17.2
[INFO] [stderr]   Downloaded gungraun-runner v0.17.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4d08839dd132021faee871a8ba4dc5ede2faa59422302bd27f0f6b93aa4b89b1
[INFO] running `Command { std: "docker" "start" "-a" "4d08839dd132021faee871a8ba4dc5ede2faa59422302bd27f0f6b93aa4b89b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d08839dd132021faee871a8ba4dc5ede2faa59422302bd27f0f6b93aa4b89b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d08839dd132021faee871a8ba4dc5ede2faa59422302bd27f0f6b93aa4b89b1", kill_on_drop: false }`
[INFO] [stdout] 4d08839dd132021faee871a8ba4dc5ede2faa59422302bd27f0f6b93aa4b89b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 598b3f0fb96f2845561bb67315b101a1d1b528c1fa017a43a20a7cf6a7f97c96
[INFO] running `Command { std: "docker" "start" "-a" "598b3f0fb96f2845561bb67315b101a1d1b528c1fa017a43a20a7cf6a7f97c96", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling computable v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
[INFO] running `Command { std: "docker" "inspect" "598b3f0fb96f2845561bb67315b101a1d1b528c1fa017a43a20a7cf6a7f97c96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "598b3f0fb96f2845561bb67315b101a1d1b528c1fa017a43a20a7cf6a7f97c96", kill_on_drop: false }`
[INFO] [stdout] 598b3f0fb96f2845561bb67315b101a1d1b528c1fa017a43a20a7cf6a7f97c96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 141207db78a5acf94d964222a636c86ba7c3fd94cab45381823462a11aa18a91
[INFO] running `Command { std: "docker" "start" "-a" "141207db78a5acf94d964222a636c86ba7c3fd94cab45381823462a11aa18a91", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling gungraun-macros v0.7.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling gungraun-runner v0.17.2
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling gungraun v0.17.2
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.40
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]    Compiling computable v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 33.36s
[INFO] running `Command { std: "docker" "inspect" "141207db78a5acf94d964222a636c86ba7c3fd94cab45381823462a11aa18a91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "141207db78a5acf94d964222a636c86ba7c3fd94cab45381823462a11aa18a91", kill_on_drop: false }`
[INFO] [stdout] 141207db78a5acf94d964222a636c86ba7c3fd94cab45381823462a11aa18a91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c8e85898e37d0dc9533f717b4643a43941fcba835863971270d7b9a8cc728a89
[INFO] running `Command { std: "docker" "start" "-a" "c8e85898e37d0dc9533f717b4643a43941fcba835863971270d7b9a8cc728a89", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/computable-4323b4af84b719d9)
[INFO] [stdout] 
[INFO] [stdout] running 236 tests
[INFO] [stdout] test binary::binary_impl::tests::binary_from_f64_handles_zero ... ok
[INFO] [stdout] test binary::binary_impl::tests::binary_from_f64_rejects_infinity ... ok
[INFO] [stdout] test binary::binary_impl::tests::binary_add_aligns_exponents ... ok
[INFO] [stdout] test binary::binary_impl::tests::binary_from_f64_converts_normal_values ... ok
[INFO] [stdout] test binary::binary_impl::tests::binary_from_f64_rejects_nan ... ok
[INFO] [stdout] test binary::binary_impl::tests::binary_neg_flips_sign ... ok
[INFO] [stdout] test binary::binary_impl::tests::binary_mul_adds_exponents ... ok
[INFO] [stdout] test binary::binary_impl::tests::binary_neg_zero_is_zero ... ok
[INFO] [stdout] test binary::binary_impl::tests::binary_normalizes_even_mantissa ... ok
[INFO] [stdout] test binary::binary_impl::tests::binary_ordering_with_exponents ... ok
[INFO] [stdout] test binary::display::tests::format_binary_display_negative ... ok
[INFO] [stdout] test binary::binary_impl::tests::binary_zero_uses_zero_exponent ... ok
[INFO] [stdout] test binary::binary_impl::tests::binary_sub_handles_negative ... ok
[INFO] [stdout] test binary::display::tests::demonstrate_new_format ... ok
[INFO] [stdout] test binary::display::tests::format_multi_bit_mantissa ... ok
[INFO] [stdout] test binary::display::tests::format_binary_display_zero ... ok
[INFO] [stdout] test binary::error::tests::binary_error_converts_to_xbinary_error ... ok
[INFO] [stdout] test binary::integration_tests::bounds_from_lower_and_width_constructs_correctly ... ok
[INFO] [stdout] test binary::integration_tests::bounds_from_lower_and_width_matches_new ... ok
[INFO] [stdout] test binary::integration_tests::bounds_from_lower_and_width_zero_width ... ok
[INFO] [stdout] test binary::integration_tests::bounds_reject_invalid_order ... ok
[INFO] [stdout] test binary::integration_tests::finite_bounds_intersection_overlapping ... ok
[INFO] [stdout] test binary::integration_tests::finite_bounds_intersection_nested ... ok
[INFO] [stdout] test binary::integration_tests::finite_bounds_join_nested ... ok
[INFO] [stdout] test binary::integration_tests::finite_bounds_interval_negation ... ok
[INFO] [stdout] test binary::integration_tests::finite_bounds_join_disjoint ... ok
[INFO] [stdout] test binary::integration_tests::finite_bounds_intersection_touching ... ok
[INFO] [stdout] test binary::integration_tests::uxbinary_xbinary_conversion ... ok
[INFO] [stdout] test binary::reciprocal::tests::reciprocal_with_remainder_basic ... ok
[INFO] [stdout] test binary::integration_tests::finite_bounds_join_overlapping ... ok
[INFO] [stdout] test binary::integration_tests::finite_bounds_interval_subtraction ... ok
[INFO] [stdout] test binary::shift::tests::shift_within_single_chunk ... ok
[INFO] [stdout] test binary::reciprocal::tests::extend_reciprocal_matches_fresh ... ok
[INFO] [stdout] test binary::shift::tests::shift_zero_returns_original ... ok
[INFO] [stdout] test binary::reciprocal::tests::reciprocal_of_biguint_basic ... ok
[INFO] [stdout] test binary::ubinary::tests::ubinary_add_works ... ok
[INFO] [stdout] test binary::uxbinary::tests::abs_distance_infinite_cases ... ok
[INFO] [stdout] test binary::ubinary::tests::ubinary_ordering_works ... ok
[INFO] [stdout] test binary::uxbinary::tests::uxbinary_add_works ... ok
[INFO] [stdout] test binary::ubinary::tests::ubinary_to_binary_works ... ok
[INFO] [stdout] test binary::ubinary::tests::ubinary_try_from_binary_works ... ok
[INFO] [stdout] test binary::ubinary::tests::ubinary_mul_works ... ok
[INFO] [stdout] test binary::integration_tests::binary_to_ubinary_to_xbinary_roundtrip ... ok
[INFO] [stdout] test binary::ubinary::tests::ubinary_normalizes_even_mantissa ... ok
[INFO] [stdout] test binary::uxbinary::tests::uxbinary_ordering_works ... ok
[INFO] [stdout] test binary::uxbinary::tests::xbinary_from_uxbinary_works ... ok
[INFO] [stdout] test binary::xbinary::tests::xbinary_from_f64_converts_normal_values ... ok
[INFO] [stdout] test binary::xbinary::tests::xbinary_is_zero_checks_finite_zero ... ok
[INFO] [stdout] test binary::xbinary::tests::xbinary_mul_infinity_signs ... ok
[INFO] [stdout] test binary::xbinary::tests::xbinary_neg_flips_infinity ... ok
[INFO] [stdout] test binary::xbinary::tests::xbinary_ordering ... ok
[INFO] [stdout] test binary::xbinary::tests::xbinary_sub_finite_works ... ok
[INFO] [stdout] test binary::xbinary::tests::xbinary_sub_infinity_finite_works ... ok
[INFO] [stdout] test binary::xbinary::tests::xbinary_sub_same_infinity_is_indeterminate ... ok
[INFO] [stdout] test binary_utils::bisection::tests::bisection_finds_sqrt_4 ... ok
[INFO] [stdout] test binary_utils::bisection::tests::bisection_respects_iterations ... ok
[INFO] [stdout] test binary_utils::bisection::tests::bisection_step_equal ... ok
[INFO] [stdout] test binary_utils::bisection::tests::bisection_step_greater ... ok
[INFO] [stdout] test binary_utils::bisection::tests::bisection_step_less ... ok
[INFO] [stdout] test binary_utils::bisection::tests::bounds_from_normalized_creates_correct_width ... ok
[INFO] [stdout] test binary::shift::tests::shift_mantissa_chunks_large_shift ... ok
[INFO] [stdout] test binary::uxbinary::tests::uxbinary_mul_works ... ok
[INFO] [stdout] test binary::display::tests::format_single_bit_mantissa ... ok
[INFO] [stdout] test binary_utils::bisection::tests::bounds_from_normalized_with_integer_lower ... ok
[INFO] [stdout] test binary_utils::bisection::tests::midpoint_of_fractions ... ok
[INFO] [stdout] test binary_utils::bisection::tests::normalize_bounds_contains_original_fractional ... ok
[INFO] [stdout] test binary_utils::bisection::tests::normalize_bounds_contains_original_large_mantissas ... ok
[INFO] [stdout] test binary_utils::bisection::tests::normalize_bounds_contains_original_mixed_exponents ... ok
[INFO] [stdout] test binary_utils::bisection::tests::normalize_bounds_contains_original_negative ... ok
[INFO] [stdout] test binary_utils::bisection::tests::normalize_bounds_contains_original_simple ... ok
[INFO] [stdout] test binary_utils::bisection::tests::normalize_bounds_preserves_already_normalized ... ok
[INFO] [stdout] test binary_utils::bisection::tests::normalize_bounds_is_idempotent ... ok
[INFO] [stdout] test binary_utils::bisection::tests::normalize_finite_to_bounds_normalizes_high_precision ... ok
[INFO] [stdout] test binary_utils::bisection::tests::normalize_finite_to_bounds_normalizes_high_precision_negative ... ok
[INFO] [stdout] test binary_utils::bisection::tests::normalize_finite_to_bounds_normalizes_zero_crossing ... ok
[INFO] [stdout] test binary_utils::bisection::tests::normalize_finite_to_bounds_skips_low_precision ... ok
[INFO] [stdout] test binary_utils::bisection::tests::normalize_finite_to_bounds_skips_zero_width ... ok
[INFO] [stdout] test binary_utils::bisection::tests::prefix_bounds_can_be_used_for_bisection ... ok
[INFO] [stdout] test binary_utils::power::tests::binary_pow_cube ... ok
[INFO] [stdout] test binary_utils::power::tests::binary_pow_negative_base ... ok
[INFO] [stdout] test binary_utils::bisection::tests::midpoint_of_integers ... ok
[INFO] [stdout] test binary_utils::power::tests::binary_pow_one_exponent ... ok
[INFO] [stdout] test binary_utils::power::tests::binary_pow_with_exponent ... ok
[INFO] [stdout] test binary_utils::power::tests::binary_pow_zero_exponent ... ok
[INFO] [stdout] test binary_utils::power::tests::is_negative_tests ... ok
[INFO] [stdout] test binary_utils::power::tests::is_positive_tests ... ok
[INFO] [stdout] test binary_utils::power::tests::xbinary_max_finite ... ok
[INFO] [stdout] test binary_utils::power::tests::xbinary_max_with_inf ... ok
[INFO] [stdout] test binary_utils::power::tests::xbinary_pow_finite ... ok
[INFO] [stdout] test binary_utils::power::tests::xbinary_pow_neg_inf_even ... ok
[INFO] [stdout] test computable::tests::from_binary_matches_constant_bounds ... ok
[INFO] [stdout] test binary::integration_tests::finite_bounds_intersection_disjoint ... ok
[INFO] [stdout] test binary::reciprocal::tests::reciprocal_of_biguint_rounding_modes ... ok
[INFO] [stdout] test binary::ubinary::tests::ubinary_zero_uses_zero_exponent ... ok
[INFO] [stdout] test binary::uxbinary::tests::abs_distance_finite_cases ... ok
[INFO] [stdout] test binary::uxbinary::tests::uxbinary_try_from_xbinary_works ... ok
[INFO] [stdout] test binary::uxbinary::tests::uxbinary_zero_is_zero ... ok
[INFO] [stdout] test binary::xbinary::tests::xbinary_add_with_infinity ... ok
[INFO] [stdout] test binary::xbinary::tests::xbinary_from_f64_handles_special_values ... ok
[INFO] [stdout] test binary::xbinary::tests::xbinary_mul_zero_by_anything_is_zero ... ok
[INFO] [stdout] test binary_utils::bisection::tests::bisection_narrows_sqrt_2 ... ok
[INFO] [stdout] test error::tests::binary_error_converts_to_computable_error ... ok
[INFO] [stdout] test error::tests::computable_error_implements_std_error ... ok
[INFO] [stdout] test ops::arithmetic::tests::mul_combines_bounds_positive ... ok
[INFO] [stdout] test ops::arithmetic::tests::add_combines_bounds ... ok
[INFO] [stdout] test ops::arithmetic::tests::mul_combines_bounds_mixed ... ok
[INFO] [stdout] test ops::arithmetic::tests::mul_combines_bounds_with_zero ... ok
[INFO] [stdout] test ops::arithmetic::tests::mul_combines_bounds_negative ... ok
[INFO] [stdout] test ops::arithmetic::tests::neg_flips_bounds ... ok
[INFO] [stdout] test ops::arithmetic::tests::sub_combines_bounds ... ok
[INFO] [stdout] test binary_utils::power::tests::xbinary_pow_neg_inf_odd ... ok
[INFO] [stdout] test binary_utils::power::tests::xbinary_pow_pos_inf ... ok
[INFO] [stdout] test ops::inv::tests::inv_allows_infinite_bounds ... ok
[INFO] [stdout] test ops::nth_root::tests::sqrt_of_4 ... ok
[INFO] [stdout] test ops::nth_root::tests::sqrt_of_interval_overlapping_zero ... ok
[INFO] [stdout] test ops::nth_root::tests::cbrt_of_interval_overlapping_zero ... ok
[INFO] [stdout] test ops::nth_root::tests::sqrt_of_zero ... ok
[INFO] [stdout] test ops::pi::tests::pi_bounds_contain_true_pi ... ok
[INFO] [stdout] test ops::inv::tests::inv_bounds_for_positive_interval ... ok
[INFO] [stdout] test ops::pi::tests::pi_bounds_at_precision_helper ... ok
[INFO] [stdout] test ops::nth_root::tests::fourth_root_of_16 ... ok
[INFO] [stdout] test ops::pi::tests::pi_computable_refines ... ok
[INFO] [stdout] test ops::pi::tests::pi_bounds_at_precision_256_bits ... ok
[INFO] [stdout] test ops::pow::tests::pow_constant_cubed ... ok
[INFO] [stdout] test ops::pow::tests::pow_constant_squared ... ok
[INFO] [stdout] test ops::pow::tests::pow_exponent_zero ... ok
[INFO] [stdout] test ops::nth_root::tests::cbrt_of_negative_8 ... ok
[INFO] [stdout] test ops::pow::tests::pow_exponent_one ... ok
[INFO] [stdout] test ops::pow::tests::pow_in_expression ... ok
[INFO] [stdout] test ops::pow::tests::pow_interval_negative_even ... ok
[INFO] [stdout] test ops::pow::tests::pow_interval_negative_odd ... ok
[INFO] [stdout] test ops::pow::tests::pow_interval_odd ... ok
[INFO] [stdout] test ops::nth_root::tests::sqrt_of_half ... ok
[INFO] [stdout] test ops::pow::tests::pow_interval_spanning_zero_even ... ok
[INFO] [stdout] test ops::pow::tests::pow_negative_even ... ok
[INFO] [stdout] test ops::nth_root::tests::sqrt_of_2 ... ok
[INFO] [stdout] test ops::pow::tests::pow_interval_positive_even ... ok
[INFO] [stdout] test ops::pow::tests::pow_negative_odd ... ok
[INFO] [stdout] test ops::pow::tests::pow_zero_to_zero ... ok
[INFO] [stdout] test ops::sin::tests::directed_rounding_bounds_converge ... ok
[INFO] [stdout] test ops::pow::tests::pow_of_zero ... ok
[INFO] [stdout] test ops::sin::tests::directed_rounding_lower_bound_is_lower ... ok
[INFO] [stdout] test ops::nth_root::tests::nth_root_in_expression ... ok
[INFO] [stdout] test ops::pi::tests::pi_computable_refines_beyond_128_bits ... ok
[INFO] [stdout] test ops::sin::tests::sin_extremely_large_input ... ok
[INFO] [stdout] test ops::sin::tests::directed_rounding_produces_valid_bounds ... ok
[INFO] [stdout] test ops::sin::tests::directed_rounding_symmetry ... ok
[INFO] [stdout] test ops::sin::tests::sin_interval_spanning_maximum ... ok
[INFO] [stdout] test ops::sin::tests::sin_bounds_always_in_minus_one_to_one ... ok
[INFO] [stdout] test ops::sin::tests::sin_midpoint_correctness_uses_lo_bound ... ok
[INFO] [stdout] test ops::sin::tests::sin_bounds_zero_input_ignores_pi_precision ... ok
[INFO] [stdout] test ops::sin::tests::sin_interval_straddling_both_critical_points ... ok
[INFO] [stdout] test ops::sin::tests::sin_negative_large_input ... ok
[INFO] [stdout] test ops::sin::tests::sin_of_pi ... ok
[INFO] [stdout] test ops::sin::tests::sin_of_zero ... ok
[INFO] [stdout] test ops::sin::tests::sin_of_small_value ... ok
[INFO] [stdout] test ops::sin::tests::sin_of_zero_exact ... ok
[INFO] [stdout] test computable::tests::shared_operand_in_expression ... ok
[INFO] [stdout] test ops::pow::tests::pow_with_sqrt ... ok
[INFO] [stdout] test ops::sin::tests::sin_wide_interval_near_period_boundary ... ok
[INFO] [stdout] test ops::sin::tests::sin_expression_with_arithmetic ... ok
[INFO] [stdout] test ops::sin::tests::sin_very_large_input_2_pow_30 ... ok
[INFO] [stdout] test ops::pi::tests::pi_bounds_refine_to_high_precision ... ok
[INFO] [stdout] test prefix::tests::exact_positive ... ok
[INFO] [stdout] test ops::sin::tests::sin_pi_bounds_contain_zero ... ok
[INFO] [stdout] test prefix::tests::exact_zero ... ok
[INFO] [stdout] test ops::sin::tests::sin_of_large_multiple_of_pi ... ok
[INFO] [stdout] test ops::sin::tests::sin_with_infinite_input_bounds ... ok
[INFO] [stdout] test ops::sin::tests::sin_of_negative_pi_over_2 ... ok
[INFO] [stdout] test ops::nth_root::tests::cbrt_of_8 ... ok
[INFO] [stdout] test computable::tests::integration_sqrt2_expression ... ok
[INFO] [stdout] test ops::sin::tests::sin_of_pi_over_2 ... ok
[INFO] [stdout] test prefix::tests::exact_negative ... ok
[INFO] [stdout] test prefix::tests::contains_check ... ok
[INFO] [stdout] test prefix::tests::from_bounds_half_infinite_negative ... ok
[INFO] [stdout] test prefix::tests::from_lower_upper_positive_interval ... ok
[INFO] [stdout] test prefix::tests::finite_with_posinf_width_positive ... ok
[INFO] [stdout] test prefix::tests::from_lower_upper_exact ... ok
[INFO] [stdout] test prefix::tests::finite_negative_interval ... ok
[INFO] [stdout] test prefix::tests::finite_positive_interval ... ok
[INFO] [stdout] test prefix::tests::from_lower_upper_half_infinite_positive ... ok
[INFO] [stdout] test prefix::tests::from_lower_upper_negative_interval ... ok
[INFO] [stdout] test prefix::tests::from_lower_upper_non_power_of_two_width ... ok
[INFO] [stdout] test prefix::tests::finite_with_posinf_width_negative ... ok
[INFO] [stdout] test prefix::tests::lower_upper_roundtrip_exact ... ok
[INFO] [stdout] test prefix::tests::lower_upper_roundtrip_finite ... ok
[INFO] [stdout] test prefix::tests::from_lower_upper_fractional ... ok
[INFO] [stdout] test prefix::tests::lower_upper_roundtrip_unbounded ... ok
[INFO] [stdout] test prefix::tests::width_exponent_for_zero_crossing ... ok
[INFO] [stdout] test prefix::tests::xexponent_ordering ... ok
[INFO] [stdout] test prefix::tests::zero_crossing_half_unbounded ... ok
[INFO] [stdout] test prefix::tests::width_exponent_for_finite ... ok
[INFO] [stdout] test prefix::tests::width_exponent_for_zero_crossing_one_side_zero ... ok
[INFO] [stdout] test prefix::tests::width_exponent_for_zero_crossing_symmetric ... ok
[INFO] [stdout] test prefix::tests::from_lower_upper_unbounded ... ok
[INFO] [stdout] test prefix::tests::from_lower_upper_zero_crossing ... ok
[INFO] [stdout] test prefix::tests::unbounded_prefix ... ok
[INFO] [stdout] test prefix::tests::from_prefix_bounds ... ok
[INFO] [stdout] test prefix::tests::zero_crossing_asymmetric ... ok
[INFO] [stdout] test prefix::tests::zero_crossing_symmetric ... ok
[INFO] [stdout] test refinement::tests::concurrent_bounds_reads_during_refinement ... ok
[INFO] [stdout] test refinement::tests::refine_to_enforces_max_iterations ... ok
[INFO] [stdout] test refinement::tests::refine_shared_clone_updates_original ... ok
[INFO] [stdout] test refinement::tests::refine_to_rejects_unchanged_state ... ok
[INFO] [stdout] test refinement::tests::refine_to_propagates_refiner_error ... ok
[INFO] [stdout] test refinement::tests::propagated_budget_skips_precise_add_operand ... ok
[INFO] [stdout] test refinement::tests::refine_to_rejects_worsened_bounds ... ok
[INFO] [stdout] test refinement::tests::refine_to_with_zero_epsilon_on_constant_succeeds_immediately ... ok
[INFO] [stdout] test refinement::tests::refine_to_returns_refined_state ... ok
[INFO] [stdout] test refinement::tests::concurrent_refine_to_shared_expression ... ok
[INFO] [stdout] test sane::tests::detected_computable_with_infinite_value_macro_compiles ... ok
[INFO] [stdout] test refinement::tests::refine_to_accepts_zero_epsilon_for_exact_values ... ok
[INFO] [stdout] test refinement::tests::refine_to_error_path_stops_refiners ... ok
[INFO] [stdout] test refinement::tests::concurrent_bounds_reads_during_failed_refinement ... ok
[INFO] [stdout] test refinement::tests::refine_to_max_iterations_multiple_refiners ... ok
[INFO] [stdout] test refinement::tests::refine_to_handles_non_meeting_bounds ... ok
[INFO] [stdout] test refinement::tests::refine_to_with_zero_epsilon_on_non_exact_value_returns_max_iterations ... ok
[INFO] [stdout] test sane::tests::sane_arithmetic_macro_works ... ok
[INFO] [stdout] test sane::tests::xi_to_precision_bits ... ok
[INFO] [stdout] test sane::tests::xu_neg ... ok
[INFO] [stdout] test sane::tests::xu_ordering ... ok
[INFO] [stdout] test prefix::tests::from_prefix_bounds_negative ... ok
[INFO] [stdout] test refinement::tests::concurrent_refine_to_uses_single_refiner ... ok
[INFO] [stdout] test sane::tests::xi_ordering ... ok
[INFO] [stdout] test ops::sin::tests::sin_of_one_to_512_bit_precision ... ok
[INFO] [stdout] test binary_utils::power::tests::binary_pow_square ... ok
[INFO] [stdout] test sane::tests::detected_computable_would_exhaust_memory_macro_panics - should panic ... ok
[INFO] [stdout] test sane::tests::detected_computable_with_infinite_value_macro_panics_in_debug - should panic ... ok
[INFO] [stdout] test sane::tests::sane_arithmetic_macro_rejects_large_result - should panic ... ok
[INFO] [stdout] test sane::tests::sane_div_by_zero_panics - should panic ... ok
[INFO] [stdout] test sane::tests::sane_mul_overflow_panics - should panic ... ok
[INFO] [stdout] test sane::tests::sane_sub_underflow_panics - should panic ... ok
[INFO] [stdout] test refinement::tests::refinement_parallelizes_multiple_refiners ... ok
[INFO] [stdout] test refinement::tests::event_loop_does_not_block_fast_refiner_on_slow_refiner ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/computable-4323b4af84b719d9` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "c8e85898e37d0dc9533f717b4643a43941fcba835863971270d7b9a8cc728a89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8e85898e37d0dc9533f717b4643a43941fcba835863971270d7b9a8cc728a89", kill_on_drop: false }`
[INFO] [stdout] c8e85898e37d0dc9533f717b4643a43941fcba835863971270d7b9a8cc728a89
