[INFO] cloning repository https://github.com/nierto/gMath
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nierto/gMath" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnierto%2FgMath", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnierto%2FgMath'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 70aaea02159f5f2c721780d5a447736b264d1148
[INFO] testing nierto/gMath against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnierto%2FgMath" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/nierto/gMath
[INFO] finished tweaking git repo https://github.com/nierto/gMath
[INFO] tweaked toml for git repo https://github.com/nierto/gMath written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nierto/gMath on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nierto/gMath 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8b4a2f6f4a59a85807e36309beca70a371079a26ab15f476f86ff9b218de7fa7
[INFO] running `Command { std: "docker" "start" "-a" "8b4a2f6f4a59a85807e36309beca70a371079a26ab15f476f86ff9b218de7fa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b4a2f6f4a59a85807e36309beca70a371079a26ab15f476f86ff9b218de7fa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b4a2f6f4a59a85807e36309beca70a371079a26ab15f476f86ff9b218de7fa7", kill_on_drop: false }`
[INFO] [stdout] 8b4a2f6f4a59a85807e36309beca70a371079a26ab15f476f86ff9b218de7fa7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a4087eefdfa3844ed5c05c63aaaed8b85dc620668fc966a7b92f6232e15c0a81
[INFO] running `Command { std: "docker" "start" "-a" "a4087eefdfa3844ed5c05c63aaaed8b85dc620668fc966a7b92f6232e15c0a81", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling g_math v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.07s
[INFO] running `Command { std: "docker" "inspect" "a4087eefdfa3844ed5c05c63aaaed8b85dc620668fc966a7b92f6232e15c0a81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4087eefdfa3844ed5c05c63aaaed8b85dc620668fc966a7b92f6232e15c0a81", kill_on_drop: false }`
[INFO] [stdout] a4087eefdfa3844ed5c05c63aaaed8b85dc620668fc966a7b92f6232e15c0a81
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 16a5811f6527f1308c6983827232b7b99ec0fc6478909d5f470e5315f3289b82
[INFO] running `Command { std: "docker" "start" "-a" "16a5811f6527f1308c6983827232b7b99ec0fc6478909d5f470e5315f3289b82", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling proptest v1.6.0
[INFO] [stderr]    Compiling g_math v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.4.0
[INFO] [stdout] warning: methods `mean` and `report` are never used
[INFO] [stdout]    --> tests/fasc_ulp_validation.rs:97:8
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl UlpStats {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  97 |     fn mean(&self) -> f64 {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     fn report(&self, profile: &str, frac_bits: u32) {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 35.18s
[INFO] running `Command { std: "docker" "inspect" "16a5811f6527f1308c6983827232b7b99ec0fc6478909d5f470e5315f3289b82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16a5811f6527f1308c6983827232b7b99ec0fc6478909d5f470e5315f3289b82", kill_on_drop: false }`
[INFO] [stdout] 16a5811f6527f1308c6983827232b7b99ec0fc6478909d5f470e5315f3289b82
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ef2a4e899945f47391b4cc34b51da7ed3c268d861bbf3676270455f46a211a95
[INFO] running `Command { std: "docker" "start" "-a" "ef2a4e899945f47391b4cc34b51da7ed3c268d861bbf3676270455f46a211a95", kill_on_drop: false }`
[INFO] [stderr] warning: methods `mean` and `report` are never used
[INFO] [stderr]    --> tests/fasc_ulp_validation.rs:97:8
[INFO] [stderr]     |
[INFO] [stderr]  59 | impl UlpStats {
[INFO] [stderr]     | ------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  97 |     fn mean(&self) -> f64 {
[INFO] [stderr]     |        ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 |     fn report(&self, profile: &str, frac_bits: u32) {
[INFO] [stderr]     |        ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `g_math` (test "fasc_ulp_validation") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/g_math-8bafa27e68e477d2)
[INFO] [stdout] 
[INFO] [stdout] running 203 tests
[INFO] [stdout] test deployment_profiles::tests::test_deployment_profile_default ... ok
[INFO] [stdout] test deployment_profiles::tests::test_deployment_profile_variants ... ok
[INFO] [stdout] test fixed_point::domains::balanced_ternary::ternary_types::tests::test_create_from_integer ... ok
[INFO] [stdout] test deployment_profiles::tests::test_deployment_profile_clone_copy ... ok
[INFO] [stdout] test fixed_point::domains::balanced_ternary::ternary_types::tests::test_common_tier_alignment ... ok
[INFO] [stdout] test fixed_point::domains::balanced_ternary::ternary_types::tests::test_exact_division_by_3_tier1 ... ok
[INFO] [stdout] test fixed_point::domains::balanced_ternary::ternary_types::tests::test_storage_efficiency ... ok
[INFO] [stdout] test fixed_point::domains::balanced_ternary::ternary_types::tests::test_tier1_basics ... ok
[INFO] [stdout] test fixed_point::domains::balanced_ternary::ternary_types::tests::test_tier_promotion_tiers ... ok
[INFO] [stdout] test fixed_point::domains::balanced_ternary::ternary_types::tests::test_universal_tier_promotion ... ok
[INFO] [stdout] test fixed_point::domains::balanced_ternary::ternary_types::tests::test_zero_and_one ... ok
[INFO] [stdout] test fixed_point::domains::balanced_ternary::ternary_types::tests::test_exact_division_by_3_universal ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::binary_multiplication::tests::test_tier3_multiply ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::binary_addition::tests::test_cross_tier_alignment ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::binary_types::tests::test_binary_raw_roundtrip ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::binary_negation::tests::test_negate ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::binary_types::tests::test_tier_promotion_lossless ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i1024::tests::test_bytes_serialization ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::binary_multiplication::tests::test_multiply_binary_exact_cases ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::binary_types::tests::test_tier1_basics ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i1024::tests::test_i1024_shift_operations ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i1024::tests::test_q512_512_operations ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i2048::tests::test_fit_checks ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i2048::tests::test_i2048_comparison ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i2048::tests::test_i2048_from_i1024 ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i1024::tests::test_i1024_basic_operations ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i2048::tests::test_i2048_basic_operations ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i2048::tests::test_i2048_shift_operations ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i1024::tests::test_fit_checks ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::transcendental::pow_tier_n_plus_1::tests::test_pow_integer_exponent ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i1024::tests::test_i1024_from_i512 ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i512::tests::test_q64_64_conversion ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i256::tests::test_i256_from_conversions ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i256::tests::test_i256_multiplication ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::binary_types::tests::test_storage_efficiency ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::binary_addition::tests::test_ugod_overflow_promotion ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::transcendental::sqrt_tier_n_plus_1::tests::test_sqrt_four ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i256::tests::test_i256_shift_operations ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i512::tests::test_bytes_serialization ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i512::tests::test_i512_basic_operations ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::transcendental::sqrt_tier_n_plus_1::tests::test_sqrt_one ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::transcendental::sqrt_tier_n_plus_1::tests::test_sqrt_zero ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::d256::tests::test_d256_basic_operations ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::d256::tests::test_d256_domain_separation ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::d256::tests::test_d256_multiplication ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::d256::tests::test_divmod_d256_by_i128 ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i512::tests::test_i512_shift_operations ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i512::tests::test_q256_256_operations ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::transcendental::sqrt_tier_n_plus_1::tests::test_sqrt_i256_four ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::d512::tests::test_d512_basic_operations ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::d512::tests::test_d512_from_d256_conversion ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_addition::tests::test_decimal_tier1_add ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_addition::tests::test_cross_tier_add ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_addition::tests::test_decimal_tier1_overflow_promotes ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_addition::tests::test_decimal_tier4_add ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_0ulp_multiplication ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i512::tests::test_i512_from_i256 ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_decimal_arithmetic_edge_cases ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_decimal_arithmetic ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_banker_rounding ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_edge_cases ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_decimal_creation ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_optimized_banker_rounding ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_decimal_parsing ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_optimized_pure_decimal_multiplication ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_decimal_arithmetic_overflow_handling ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_optimized_large_values ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::transcendental::sqrt_tier_n_plus_1::tests::test_sqrt_i256_one ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::transcendental::sqrt_tier_n_plus_1::tests::test_sqrt_negative_returns_sentinel ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::transcendental::sqrt_tier_n_plus_1::tests::test_sqrt_nine ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_optimized_negative_values ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_optimized_small_values ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_optimized_vs_original_equivalence ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_pure_decimal_addition ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_optimized_zero_handling ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_optimized_edge_cases ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_precision_conversion ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::binary_multiplication::tests::test_multiply_binary_simd_equivalence ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::transcendental::pow_tier_n_plus_1::tests::test_pow_special_cases ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::d256::tests::test_d256_decimal_specific ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_pure_decimal_multiplication ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_pure_decimal_negation ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_negation::tests::test_decimal_negate ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_types::tests::test_decimal_tier_raw_roundtrip ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_pure_decimal_subtraction ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::rational::rational_number::tests::test_exact_arithmetic ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_types::tests::test_decimal_promote_to_tier ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::rational::rational_number::tests::test_pow ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::rational::tests::integration_test::integration_tests::test_rational_mathematical_exactness ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::symbolic_arithmetic::tests::test_gcd_unsigned ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::symbolic_arithmetic::tests::test_cross_tier_consistency_addition ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::symbolic_arithmetic::tests::test_i128_rational_operations ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::symbolic_arithmetic::tests::test_mathematical_identities ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::symbolic_arithmetic::tests::test_i8_rational_division ... ok
[INFO] [stdout] test fixed_point::universal::fasc::lazy_expr::tests::test_expression_building ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::symbolic_arithmetic::tests::test_i8_rational_addition ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_fixed::tests::test_pure_decimal_division ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::rational::tests::integration_test::integration_tests::test_symbolic_integration_basic ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::symbolic_arithmetic::tests::test_i8_rational_multiplication ... ok
[INFO] [stdout] test fixed_point::universal::fasc::mode::tests::test_parse_binary_ternary ... ok
[INFO] [stdout] test fixed_point::universal::fasc::mode::tests::test_parse_invalid ... ok
[INFO] [stdout] test fixed_point::universal::fasc::mode::tests::test_parse_auto_auto ... ok
[INFO] [stdout] test fixed_point::universal::fasc::mode::tests::test_thread_local_set_get_reset ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_acos_domain_error ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_acosh_domain_error ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_asin_domain_error ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_atan2_display ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_types::tests::test_d256_i256_conversion ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_asin_zero ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::rational::rational_number::tests::test_overflow_detection ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::rational::tests::integration_test::integration_tests::test_rational_chain_operations ... ok
[INFO] [stdout] test fixed_point::universal::fasc::lazy_expr::tests::test_constant_detection ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_asinh_zero ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_atan_one_is_pi_over_4 ... ok
[INFO] [stdout] test fixed_point::universal::fasc::mode::tests::test_default_mode ... ok
[INFO] [stdout] test fixed_point::universal::fasc::mode::tests::test_parse_all_modes ... ok
[INFO] [stdout] test fixed_point::domains::symbolic::rational::rational_number::tests::test_tier_assignment ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_atan2_basic ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_asinh_roundtrip ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_cos_display ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_cosh_display ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_cos_zero ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_exp_basic_computation ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_exp_display ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_cosh_zero ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_cosh_basic ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_atan_zero ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_exp_composition ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_asin_roundtrip ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_atanh_domain_error ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_cos_basic ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_acos_zero ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_atanh_zero ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_exp_half ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_exp_lazy_evaluation ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_exp_positive_value ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_binary_literal ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_exp_profile_tier_selection ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_exp_from_decimal ... ok
[INFO] [stdout] test fixed_point::domains::decimal_fixed::decimal_types::tests::test_tier_for_decimal_places ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_arithmetic_with_gmath ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_empty_string ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_integer ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_exp_negative_value ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_fraction ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_integer_shadow_created ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_chaining ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_invalid_input ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_arithmetic_both_runtime ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_mode_routing ... ok
[INFO] [stdout] test fixed_point::domains::binary_fixed::i2048::tests::test_i2048_negation ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_decimal ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_named_constant ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_hex ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_decimal_shadow_created ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_loop_accumulation ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_shadow_chain_preserved ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_shadow_matches_static_gmath ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_ln_2 ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_shadow_negate ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_ln_basic_computation ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_ln_display ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_shadow_survives_multiply ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_ternary ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_ln_domain_error ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_ln_e_equals_one ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_identity_cosh2_minus_sinh2 ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_repeating_decimal ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_shadow_subtract ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_shadow_fast_path_multiplication ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_shadow_survives_add ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_symbolic_no_shadow_needed ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_gmath_parse_transcendental ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_shadow_hex_literal ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_shadow_display_rational ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_literal_parsing ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_ln_exp_inverse ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_ln_lazy_evaluation ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_shadow_binary_literal ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_shadow_convenience_accessors ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_shadow_fast_path_arithmetic_chain ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_shadow_fast_path_decimal_to_rational ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_shadow_division_preserves ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_shadow_fast_path_integer_to_rational ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_shadow_negation_preserves ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_shadow_display_special ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_sinh_display ... ok
[INFO] [stdout] test fixed_point::universal::tier_types::tests::compact_shadow_roundtrip ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_sinh_zero ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_tan_display ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_tanh_zero ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_simple_arithmetic ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_sin_basic ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_sin_cos_pythagorean_identity ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_sin_display ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_shadow_none_falls_through ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_sin_zero ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_sinh_basic ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_tan_one ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_tan_zero ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_tanh_basic ... ok
[INFO] [stdout] test fixed_point::universal::fasc::stack_evaluator::tests::test_tanh_display ... ok
[INFO] [stdout] test fixed_point::universal::tier_types::tests::compact_shadow_auto_tiering ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 203 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/arithmetic_sweep_validation.rs (/opt/rustwide/target/debug/deps/arithmetic_sweep_validation-f7a4d4e515e1ae9d)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test validate_sweep_summary ... ok
[INFO] [stdout] test validate_cross_domain_arithmetic ... ok
[INFO] [stdout] test validate_symbolic_arithmetic ... ok
[INFO] [stdout] test validate_decimal_arithmetic ... ok
[INFO] [stdout] test q64_64_binary::validate_binary_arithmetic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/boundary_stress.rs (/opt/rustwide/target/debug/deps/boundary_stress-c8d8dab2f1f97811)
[INFO] [stdout] 
[INFO] [stdout] running 46 tests
[INFO] [stdout] test arithmetic_commutativity_add ... ok
[INFO] [stdout] test arithmetic_additive_identity ... ok
[INFO] [stdout] test arithmetic_multiplicative_identity ... ok
[INFO] [stdout] test arithmetic_self_subtraction ... ok
[INFO] [stdout] test arithmetic_multiply_by_zero ... ok
[INFO] [stdout] test arithmetic_commutativity_mul ... ok
[INFO] [stdout] test arithmetic_self_division ... ok
[INFO] [stdout] test decimal_extreme_large_integer ... ok
[INFO] [stdout] test q64_64_boundaries::q64_64_smallest_representable ... ok
[INFO] [stdout] test tier_boundary_i16_max ... ok
[INFO] [stdout] test tier_boundary_i8_max ... ok
[INFO] [stdout] test decimal_extreme_18_places ... ok
[INFO] [stdout] test tier_boundary_i8_overflow_to_small ... ok
[INFO] [stdout] test decimal_extreme_tiny_multiply ... ok
[INFO] [stdout] test tier_boundary_i32_max ... ok
[INFO] [stdout] test q64_64_boundaries::q64_64_exp_near_overflow ... ok
[INFO] [stdout] test q64_64_boundaries::q64_64_max_representable_integer ... ok
[INFO] [stdout] test tier_boundary_chain_additions ... ok
[INFO] [stdout] test tier_boundary_subtract_across_zero ... ok
[INFO] [stdout] test tier_boundary_multiply_exact_fit ... ok
[INFO] [stdout] test transcendental_exp_large_negative ... ok
[INFO] [stdout] test tier_boundary_multiply_requires_promotion ... ok
[INFO] [stdout] test decimal_extreme_large_addition ... ok
[INFO] [stdout] test decimal_extreme_catastrophic_cancellation ... ok
[INFO] [stdout] test transcendental_exp_one ... ok
[INFO] [stdout] test transcendental_exp_ln_2_exact ... ok
[INFO] [stdout] test q64_64_boundaries::q64_64_multiply_promoting_to_i256 ... ok
[INFO] [stdout] test transcendental_ln_one ... ok
[INFO] [stdout] test transcendental_atan_large ... ok
[INFO] [stdout] test transcendental_ln_tiny ... ok
[INFO] [stdout] test transcendental_cos_zero ... ok
[INFO] [stdout] test tier_boundary_large_multiply ... ok
[INFO] [stdout] test transcendental_pow_2_10 ... ok
[INFO] [stdout] test transcendental_pow_x_zero ... ok
[INFO] [stdout] test decimal_extreme_multiply ... ok
[INFO] [stdout] test transcendental_sin_large_argument ... ok
[INFO] [stdout] test transcendental_exp_zero ... ok
[INFO] [stdout] test transcendental_sqrt_zero ... ok
[INFO] [stdout] test transcendental_sqrt_one ... ok
[INFO] [stdout] test transcendental_sin_zero ... ok
[INFO] [stdout] test transcendental_sqrt_large ... ok
[INFO] [stdout] test transcendental_sqrt_4_exact ... ok
[INFO] [stdout] test transcendental_sqrt_9_exact ... ok
[INFO] [stdout] test tier_boundary_i64_max ... ok
[INFO] [stdout] test transcendental_exp_large_argument ... FAILED
[INFO] [stdout] test transcendental_ln_e_is_one ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- transcendental_exp_large_argument stdout ----
[INFO] [stdout] exp(44) = -1.0000000000000000000
[INFO] [stdout] 
[INFO] [stdout] thread 'transcendental_exp_large_argument' (263) panicked at tests/boundary_stress.rs:158:13:
[INFO] [stdout] exp(44) should be a large positive, got '-1.0000000000000000000'
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x650c2bdb9e9a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x650c2bdb9e9a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x650c2bdb9e9a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x650c2bdb9e9a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x650c2bdce34a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x650c2bdce34a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x650c2bdbe722 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x650c2bdbe722 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x650c2bd990af - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x650c2bd990af - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x650c2bdb2409 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x650c2bc197cc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x650c2bc197cc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x650c2bdb25c2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x650c2bdb25c2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x650c2bd99168 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x650c2bd90b09 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x650c2bd99e7d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x650c2bdcebfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x650c2bc0be07 - boundary_stress::transcendental_exp_large_argument::hf560b78e54ca33c8
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/boundary_stress.rs:158:13
[INFO] [stdout]   20:     0x650c2bc0be37 - boundary_stress::transcendental_exp_large_argument::{{closure}}::hd99053e4d2d8e7ab
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/boundary_stress.rs:150:39
[INFO] [stdout]   21:     0x650c2bbff356 - core::ops::function::FnOnce::call_once::h7250a75d7f78eea2
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x650c2bc0d8ab - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x650c2bc0d8ab - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x650c2bc1a29b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x650c2bc1a29b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x650c2bc1a29b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x650c2bc1a29b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x650c2bc1a29b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x650c2bc1a29b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x650c2bc1a29b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x650c2bc159b4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x650c2bc159b4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x650c2bc1cea2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x650c2bc1cea2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x650c2bc1cea2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x650c2bc1cea2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x650c2bc1cea2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x650c2bc1cea2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x650c2bc1cea2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x650c2bdb97af - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   41:     0x650c2bdb97af - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x75fd076feaa4 - <unknown>
[INFO] [stdout]   43:     0x75fd0778ba64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- transcendental_ln_e_is_one stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'transcendental_ln_e_is_one' (268) panicked at tests/boundary_stress.rs:730:5:
[INFO] [stdout] ln(e) should succeed, got Err(TierOverflow)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x650c2bdb9e9a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x650c2bdb9e9a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x650c2bdb9e9a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x650c2bdb9e9a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x650c2bdce34a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x650c2bdce34a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x650c2bdbe722 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x650c2bdbe722 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x650c2bd990af - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x650c2bd990af - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x650c2bdb2409 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x650c2bc197cc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x650c2bc197cc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x650c2bdb25c2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x650c2bdb25c2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x650c2bd99168 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x650c2bd90b09 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x650c2bd99e7d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x650c2bdcebfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x650c2bc072d7 - boundary_stress::transcendental_ln_e_is_one::h6de7844a618d6b5b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/boundary_stress.rs:730:5
[INFO] [stdout]   20:     0x650c2bc07577 - boundary_stress::transcendental_ln_e_is_one::{{closure}}::he6ddfc5c12ce924f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/boundary_stress.rs:728:32
[INFO] [stdout]   21:     0x650c2bbff556 - core::ops::function::FnOnce::call_once::h8f9c16b6ca90756b
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x650c2bc0d8ab - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x650c2bc0d8ab - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x650c2bc1a29b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x650c2bc1a29b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x650c2bc1a29b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x650c2bc1a29b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x650c2bc1a29b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x650c2bc1a29b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x650c2bc1a29b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x650c2bc159b4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x650c2bc159b4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x650c2bc1cea2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x650c2bc1cea2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x650c2bc1cea2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x650c2bc1cea2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x650c2bc1cea2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x650c2bc1cea2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x650c2bc1cea2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x650c2bdb97af - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   41:     0x650c2bdb97af - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x75fd076feaa4 - <unknown>
[INFO] [stdout]   43:     0x75fd0778ba64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     transcendental_exp_large_argument
[INFO] [stdout]     transcendental_ln_e_is_one
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 44 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test boundary_stress`
[INFO] running `Command { std: "docker" "inspect" "ef2a4e899945f47391b4cc34b51da7ed3c268d861bbf3676270455f46a211a95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef2a4e899945f47391b4cc34b51da7ed3c268d861bbf3676270455f46a211a95", kill_on_drop: false }`
[INFO] [stdout] ef2a4e899945f47391b4cc34b51da7ed3c268d861bbf3676270455f46a211a95
