[INFO] fetching crate spec_math 0.1.6... [INFO] testing spec_math-0.1.6 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate spec_math 0.1.6 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate spec_math 0.1.6 [INFO] finished tweaking crates.io crate spec_math 0.1.6 [INFO] tweaked toml for crates.io crate spec_math 0.1.6 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate spec_math 0.1.6 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f9800d79241bd21a7d9dc1eb476d94b62a62b2418759a4cb20ababc93dd9f48e [INFO] running `Command { std: "docker" "start" "-a" "f9800d79241bd21a7d9dc1eb476d94b62a62b2418759a4cb20ababc93dd9f48e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f9800d79241bd21a7d9dc1eb476d94b62a62b2418759a4cb20ababc93dd9f48e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9800d79241bd21a7d9dc1eb476d94b62a62b2418759a4cb20ababc93dd9f48e", kill_on_drop: false }` [INFO] [stdout] f9800d79241bd21a7d9dc1eb476d94b62a62b2418759a4cb20ababc93dd9f48e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c17af59f70c12e5bda9c0632100e32b3bba1c2e25e161c727632c0983369cd26 [INFO] running `Command { std: "docker" "start" "-a" "c17af59f70c12e5bda9c0632100e32b3bba1c2e25e161c727632c0983369cd26", kill_on_drop: false }` [INFO] [stderr] Compiling spec_math v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `LANCZOS_NUM` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | const LANCZOS_NUM: [f64; 13] = [ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LANCZOS_DENOM` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | const LANCZOS_DENOM: [f64; 13] = [ [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LANCZOS_SUM_NEAR_1_D` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:99:7 [INFO] [stdout] | [INFO] [stdout] 99 | const LANCZOS_SUM_NEAR_1_D: [f64; 12] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LANCZOS_SUM_NEAR_2_D` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:114:7 [INFO] [stdout] | [INFO] [stdout] 114 | const LANCZOS_SUM_NEAR_2_D: [f64; 12] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lanczos_sum` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:141:8 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn lanczos_sum(x: f64) -> f64 [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lanczos_sum_near_1` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:154:8 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn lanczos_sum_near_1(dx: f64) -> f64 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lanczos_sum_near_2` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:165:8 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn lanczos_sum_near_2(dx: f64) -> f64 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "c17af59f70c12e5bda9c0632100e32b3bba1c2e25e161c727632c0983369cd26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c17af59f70c12e5bda9c0632100e32b3bba1c2e25e161c727632c0983369cd26", kill_on_drop: false }` [INFO] [stdout] c17af59f70c12e5bda9c0632100e32b3bba1c2e25e161c727632c0983369cd26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] adc25e030c4c992d5e388381e68760156f6ec379664132bbbeb26456bd6464b2 [INFO] running `Command { std: "docker" "start" "-a" "adc25e030c4c992d5e388381e68760156f6ec379664132bbbeb26456bd6464b2", kill_on_drop: false }` [INFO] [stdout] warning: constant `LANCZOS_NUM` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | const LANCZOS_NUM: [f64; 13] = [ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LANCZOS_DENOM` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | const LANCZOS_DENOM: [f64; 13] = [ [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LANCZOS_SUM_NEAR_1_D` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:99:7 [INFO] [stdout] | [INFO] [stdout] 99 | const LANCZOS_SUM_NEAR_1_D: [f64; 12] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LANCZOS_SUM_NEAR_2_D` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:114:7 [INFO] [stdout] | [INFO] [stdout] 114 | const LANCZOS_SUM_NEAR_2_D: [f64; 12] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lanczos_sum` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:141:8 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn lanczos_sum(x: f64) -> f64 [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lanczos_sum_near_1` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:154:8 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn lanczos_sum_near_1(dx: f64) -> f64 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lanczos_sum_near_2` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:165:8 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn lanczos_sum_near_2(dx: f64) -> f64 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling spec_math v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::io::Write` [INFO] [stdout] --> src/misc/carlson.rs:508:9 [INFO] [stdout] | [INFO] [stdout] 508 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Write` [INFO] [stdout] --> src/misc/carlson.rs:661:9 [INFO] [stdout] | [INFO] [stdout] 661 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Write` [INFO] [stdout] --> src/misc/carlson.rs:731:9 [INFO] [stdout] | [INFO] [stdout] 731 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Write` [INFO] [stdout] --> src/misc/carlson.rs:778:9 [INFO] [stdout] | [INFO] [stdout] 778 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Write` [INFO] [stdout] --> src/misc/carlson.rs:859:9 [INFO] [stdout] | [INFO] [stdout] 859 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TAYLOR0` is never used [INFO] [stdout] --> src/cephes64/polevl.rs:143:11 [INFO] [stdout] | [INFO] [stdout] 143 | const TAYLOR0: [f64; 10] = [ [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LANCZOS_NUM` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | const LANCZOS_NUM: [f64; 13] = [ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LANCZOS_DENOM` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | const LANCZOS_DENOM: [f64; 13] = [ [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LANCZOS_SUM_NEAR_1_D` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:99:7 [INFO] [stdout] | [INFO] [stdout] 99 | const LANCZOS_SUM_NEAR_1_D: [f64; 12] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LANCZOS_SUM_NEAR_2_D` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:114:7 [INFO] [stdout] | [INFO] [stdout] 114 | const LANCZOS_SUM_NEAR_2_D: [f64; 12] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lanczos_sum` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:141:8 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn lanczos_sum(x: f64) -> f64 [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lanczos_sum_near_1` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:154:8 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn lanczos_sum_near_1(dx: f64) -> f64 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lanczos_sum_near_2` is never used [INFO] [stdout] --> src/cephes64/lanczos.rs:165:8 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn lanczos_sum_near_2(dx: f64) -> f64 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.58s [INFO] running `Command { std: "docker" "inspect" "adc25e030c4c992d5e388381e68760156f6ec379664132bbbeb26456bd6464b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adc25e030c4c992d5e388381e68760156f6ec379664132bbbeb26456bd6464b2", kill_on_drop: false }` [INFO] [stdout] adc25e030c4c992d5e388381e68760156f6ec379664132bbbeb26456bd6464b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ea91263d4aff11de1579602f2a86843b60546a8079b923ec68e4d7920903fb05 [INFO] running `Command { std: "docker" "start" "-a" "ea91263d4aff11de1579602f2a86843b60546a8079b923ec68e4d7920903fb05", kill_on_drop: false }` [INFO] [stderr] warning: constant `LANCZOS_NUM` is never used [INFO] [stderr] --> src/cephes64/lanczos.rs:35:7 [INFO] [stderr] | [INFO] [stderr] 35 | const LANCZOS_NUM: [f64; 13] = [ [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: constant `LANCZOS_DENOM` is never used [INFO] [stderr] --> src/cephes64/lanczos.rs:51:7 [INFO] [stderr] | [INFO] [stderr] 51 | const LANCZOS_DENOM: [f64; 13] = [ [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `LANCZOS_SUM_NEAR_1_D` is never used [INFO] [stderr] --> src/cephes64/lanczos.rs:99:7 [INFO] [stderr] | [INFO] [stderr] 99 | const LANCZOS_SUM_NEAR_1_D: [f64; 12] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `LANCZOS_SUM_NEAR_2_D` is never used [INFO] [stderr] --> src/cephes64/lanczos.rs:114:7 [INFO] [stderr] | [INFO] [stderr] 114 | const LANCZOS_SUM_NEAR_2_D: [f64; 12] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lanczos_sum` is never used [INFO] [stderr] --> src/cephes64/lanczos.rs:141:8 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn lanczos_sum(x: f64) -> f64 [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lanczos_sum_near_1` is never used [INFO] [stderr] --> src/cephes64/lanczos.rs:154:8 [INFO] [stderr] | [INFO] [stderr] 154 | pub fn lanczos_sum_near_1(dx: f64) -> f64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `lanczos_sum_near_2` is never used [INFO] [stderr] --> src/cephes64/lanczos.rs:165:8 [INFO] [stderr] | [INFO] [stderr] 165 | pub fn lanczos_sum_near_2(dx: f64) -> f64 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `spec_math` (lib) generated 7 warnings [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> src/misc/carlson.rs:508:9 [INFO] [stderr] | [INFO] [stderr] 508 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> src/misc/carlson.rs:661:9 [INFO] [stderr] | [INFO] [stderr] 661 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> src/misc/carlson.rs:731:9 [INFO] [stderr] | [INFO] [stderr] 731 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> src/misc/carlson.rs:778:9 [INFO] [stderr] | [INFO] [stderr] 778 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> src/misc/carlson.rs:859:9 [INFO] [stderr] | [INFO] [stderr] 859 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `TAYLOR0` is never used [INFO] [stderr] --> src/cephes64/polevl.rs:143:11 [INFO] [stderr] | [INFO] [stderr] 143 | const TAYLOR0: [f64; 10] = [ [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: constant `LANCZOS_NUM` is never used [INFO] [stderr] --> src/cephes64/lanczos.rs:35:7 [INFO] [stderr] | [INFO] [stderr] 35 | const LANCZOS_NUM: [f64; 13] = [ [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `spec_math` (lib test) generated 13 warnings (6 duplicates) (run `cargo fix --lib -p spec_math --tests` to apply 5 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spec_math-0c2a5c7aaeabec53) [INFO] [stdout] [INFO] [stdout] running 265 tests [INFO] [stdout] test cephes64::airy::airy_tests::airy_large_x ... ok [INFO] [stdout] test cephes64::airy::airy_tests::airy_mdeium_x ... ok [INFO] [stdout] test cephes64::bdtr::bdtr_tests::bdtr_nominal ... ok [INFO] [stdout] test cephes64::bdtr::bdtr_tests::bdtr_trivials ... ok [INFO] [stdout] test cephes64::bdtr::bdtr_tests::bdtr_fk_0 ... ok [INFO] [stdout] test cephes64::airy::airy_tests::airy_small_x ... ok [INFO] [stdout] test cephes64::bdtr::bdtri_tests::bdtri_fk_0 ... ok [INFO] [stdout] test cephes64::bdtr::bdtrc_tests::bdtrc_k_0 ... ok [INFO] [stdout] test cephes64::bdtr::bdtri_tests::bdtri_trivials ... ok [INFO] [stdout] test cephes64::beta::beta_tests::beta_large ... ok [INFO] [stdout] test cephes64::beta::beta_tests::beta_neg_int ... ok [INFO] [stdout] test cephes64::beta::beta_tests::beta_norm ... ok [INFO] [stdout] test cephes64::beta::beta_tests::beta_trivials ... ok [INFO] [stdout] test cephes64::airy::airy_tests::airy_trivials ... ok [INFO] [stdout] test cephes64::bdtr::bdtrc_tests::bdtrc_nominal ... ok [INFO] [stdout] test cephes64::beta::lbeta_tests::lbeta_large ... ok [INFO] [stdout] test cephes64::bdtr::bdtri_tests::bdtri_nominal ... ok [INFO] [stdout] test cephes64::beta::lbeta_tests::lbeta_neg_int ... ok [INFO] [stdout] test cephes64::beta::lbeta_tests::lbeta_norm ... ok [INFO] [stdout] test cephes64::beta::lbeta_tests::lbeta_trivials ... ok [INFO] [stdout] test cephes64::cbrt::cbrt_tests::cbrt_e_neg ... ok [INFO] [stdout] test cephes64::cbrt::cbrt_tests::cbrt_e_pos ... ok [INFO] [stdout] test cephes64::cbrt::cbrt_tests::cbrt_trivials ... ok [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_large ... ok [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_medium ... ok [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_small ... ok [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_trivials ... ok [INFO] [stdout] test cephes64::chdtr::chdtr_tests::chdtr_tests ... ok [INFO] [stdout] test cephes64::chdtr::chdtr_tests::chdtr_trivials ... ok [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_nominal ... ok [INFO] [stdout] test cephes64::ellie::tests::ellie_m_1 ... ok [INFO] [stdout] test cephes64::ellie::tests::ellie_small_lphi ... ok [INFO] [stdout] test cephes64::ellie::tests::ellie_nominal ... ok [INFO] [stdout] test cephes64::ellie::tests::ellie_trivials ... ok [INFO] [stdout] test cephes64::ellik::tests::ellik_nominal ... ok [INFO] [stdout] test cephes64::ellik::tests::ellik_m_1 ... ok [INFO] [stdout] test cephes64::ellik::tests::ellik_m_neg ... ok [INFO] [stdout] test cephes64::ellie::tests::ellie_m_neg ... ok [INFO] [stdout] test cephes64::ellik::tests::ellik_trivials ... ok [INFO] [stdout] test cephes64::ellpe::ellpe_tests::ellpe_negative ... ok [INFO] [stdout] test cephes64::ellpe::ellpe_tests::ellpe_small ... ok [INFO] [stdout] test cephes64::ellpj::ellpj_tests::ellpj_trivials ... ok [INFO] [stdout] test cephes64::ellpe::ellpe_tests::ellpe_trivials ... ok [INFO] [stdout] test cephes64::ellpj::ellpj_tests::ellpj_m_small ... ok [INFO] [stdout] test cephes64::ellpk::ellpk_tests::ellpk_large ... ok [INFO] [stdout] test cephes64::ellpk::ellpk_tests::ellpk_small ... ok [INFO] [stdout] test cephes64::ellpk::ellpk_tests::ellpk_trivials ... ok [INFO] [stdout] test cephes64::expn::expn_tests::expn_n_0 ... ok [INFO] [stdout] test cephes64::expn::expn_tests::expn_trivials ... ok [INFO] [stdout] test cephes64::bdtr::bdtrc_tests::bdtrc_trivials ... ok [INFO] [stdout] test cephes64::ellpk::ellpk_tests::ellpk_medium ... ok [INFO] [stdout] test cephes64::expn::expn_tests::expn_x_0 ... ok [INFO] [stdout] test cephes64::expn::expn_tests::expn_x_small ... ok [INFO] [stdout] test cephes64::expn::expn_tests::expn_x_large ... ok [INFO] [stdout] test cephes64::fresnl::fresnl_tests::fresnl_small_x ... ok [INFO] [stdout] test cephes64::fdtr::fdtr_tests::fdtr_trivials ... ok [INFO] [stdout] test cephes64::gamma::gamma_tests::gamma_neg ... ok [INFO] [stdout] test cephes64::fdtr::fdtr_tests::fdtr_tests ... ok [INFO] [stdout] test cephes64::fresnl::fresnl_tests::fresnl_large_x ... ok [INFO] [stdout] test cephes64::gamma::gamma_tests::gamma_trivials ... ok [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_large ... ok [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_large_neg ... ok [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_small ... ok [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_trivials ... ok [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_very_large ... ok [INFO] [stdout] test cephes64::gdtr::gdtr_tests::gdtr_tests ... ok [INFO] [stdout] test cephes64::gdtr::gdtr_tests::gdtr_trivials ... ok [INFO] [stdout] test cephes64::i0::i0_tests::i0_large_x ... ok [INFO] [stdout] test cephes64::i0::i0_tests::i0_small_x ... ok [INFO] [stdout] test cephes64::i0::i0_tests::i0_trivials ... ok [INFO] [stdout] test cephes64::i0::i0e_tests::i0e_large_x ... ok [INFO] [stdout] test cephes64::i0::i0e_tests::i0e_small_x ... ok [INFO] [stdout] test cephes64::i1::i1_tests::i1_large_x ... ok [INFO] [stdout] test cephes64::i1::i1_tests::i1_small_x ... ok [INFO] [stdout] test cephes64::i1::i1_tests::i1_trivials ... ok [INFO] [stdout] test cephes64::fresnl::fresnl_tests::fresnl_nominal ... ok [INFO] [stdout] test cephes64::fresnl::fresnl_tests::fresnl_trivials ... ok [INFO] [stdout] test cephes64::i0::i0e_tests::i0e_trivials ... ok [INFO] [stdout] test cephes64::igam::igam_tests::igam_a_large ... ok [INFO] [stdout] test cephes64::i1::i1e_tests::i0e_large_x ... ok [INFO] [stdout] test cephes64::i1::i1e_tests::i0e_small_x ... ok [INFO] [stdout] test cephes64::igam::igam_tests::igam_others ... ok [INFO] [stdout] test cephes64::igam::igam_tests::igam_trivials ... ok [INFO] [stdout] test cephes64::igam::igamc_tests::igamc_a_large ... ok [INFO] [stdout] test cephes64::igam::igamc_tests::igamc_a_nominal ... ok [INFO] [stdout] test cephes64::ellpj::ellpj_tests::ellpj_m_large ... FAILED [INFO] [stdout] test cephes64::igam::igamc_tests::igamc_trivials ... ok [INFO] [stdout] test cephes64::i1::i1e_tests::i1e_trivials ... ok [INFO] [stdout] test cephes64::ellpj::ellpj_tests::ellpj_nominal ... FAILED [INFO] [stdout] test cephes64::igam::igam_tests::igam_a_nominal ... ok [INFO] [stdout] test cephes64::igam::igamc_tests::igamc_others ... ok [INFO] [stdout] test cephes64::expn::expn_tests::expn_asy ... FAILED [INFO] [stdout] test cephes64::gamma::gamma_tests::gamma_pos ... FAILED [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_a_1 ... ok [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_large_q ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_a_small ... ok [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_a_small ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_a_large ... ok [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_a_large ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_trivials ... ok [INFO] [stdout] test cephes64::incbet::incbet_tests::incbet_nominal ... ok [INFO] [stdout] test cephes64::incbet::incbet_tests::incbet_trivials ... ok [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_trivials ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_a_1 ... ok [INFO] [stdout] test cephes64::incbet::incbet_tests::incbet_small_x_small_a ... ok [INFO] [stdout] test cephes64::incbet::incbet_tests::incbet_small_x_small_b ... ok [INFO] [stdout] test cephes64::incbi::incbi_tests::incbi_nominal ... ok [INFO] [stdout] test cephes64::incbi::incbi_tests::incbi_trivials ... ok [INFO] [stdout] test cephes64::incbi::incbi_tests::incbi_small_a_b ... ok [INFO] [stdout] test cephes64::j0::j0_tests::j0_large_x ... ok [INFO] [stdout] test cephes64::j0::j0_tests::j0_small_x ... ok [INFO] [stdout] test cephes64::j0::y0_tests::y0_large_x ... ok [INFO] [stdout] test cephes64::j1::y1_tests::y1_large_x ... ok [INFO] [stdout] test cephes64::j0::y0_tests::y0_small_x ... ok [INFO] [stdout] test cephes64::j1::y1_tests::y1_small_x ... ok [INFO] [stdout] test cephes64::j1::j1_tests::j1_large_x ... ok [INFO] [stdout] test cephes64::j1::y1_tests::y1_trivials ... ok [INFO] [stdout] test cephes64::jv::jv_tests::jv_0_small_x ... ok [INFO] [stdout] test cephes64::j0::y0_tests::y0_trivials ... ok [INFO] [stdout] test cephes64::jv::jv_tests::jv_0_large_x ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_large_p ... ok [INFO] [stdout] test cephes64::j1::j1_tests::j1_small_x ... ok [INFO] [stdout] test cephes64::jv::jv_tests::jv_1_small_x ... ok [INFO] [stdout] test cephes64::jv::jv_tests::jv_small_v ... ok [INFO] [stdout] test cephes64::jv::jv_tests::jv_specifics_2 ... ok [INFO] [stdout] test cephes64::jv::jv_tests::jv_trivials ... ok [INFO] [stdout] test cephes64::k0::k0_tests::k0_large_x ... ok [INFO] [stdout] test cephes64::k0::k0_tests::k0_trivials ... ok [INFO] [stdout] test cephes64::jv::jv_tests::jv_1_large_x ... ok [INFO] [stdout] test cephes64::k0::k0e_tests::k0e_large_x ... ok [INFO] [stdout] test cephes64::jv::jv_tests::jv_specifics ... ok [INFO] [stdout] test cephes64::k0::k0_tests::k0_small_x ... ok [INFO] [stdout] test cephes64::k1::k1_tests::k1_small_x ... ok [INFO] [stdout] test cephes64::k1::k1_tests::k1_trivials ... ok [INFO] [stdout] test cephes64::k1::k1e_tests::k0e_large_x ... ok [INFO] [stdout] test cephes64::k1::k1e_tests::k0e_small_x ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_0_small_x ... ok [INFO] [stdout] test cephes64::k0::k0e_tests::k0e_small_x ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_0_large_x ... ok [INFO] [stdout] test cephes64::k1::k1e_tests::k0e_trivials ... ok [INFO] [stdout] test cephes64::k1::k1_tests::k1_large_x ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_0_trivials ... ok [INFO] [stdout] test cephes64::k0::k0e_tests::k0e_trivials ... ok [INFO] [stdout] test cephes64::kn::kn_tests::yn_neg_tests ... ok [INFO] [stdout] test cephes64::kn::kn_tests::yn_pos_tests ... ok [INFO] [stdout] test cephes64::nbdtr::nbdtr_tests::nbdtr_trivials ... ok [INFO] [stdout] test cephes64::ndtr::erf_tests::erf_small ... ok [INFO] [stdout] test cephes64::ndtr::erf_tests::erf_large ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_1_large_x ... ok [INFO] [stdout] test cephes64::ndtr::erf_tests::erf_trivials ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_1_small_x ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_1_trivials ... ok [INFO] [stdout] test cephes64::nbdtr::nbdtr_tests::nbdtr_tests ... ok [INFO] [stdout] test cephes64::ndtr::erfc_tests::erfc_large ... ok [INFO] [stdout] test cephes64::ndtr::ndtr_tests::ndtr_small ... ok [INFO] [stdout] test cephes64::ndtri::ndtri_tests::ndtri_middle ... ok [INFO] [stdout] test cephes64::ndtr::ndtr_tests::ndtr_trivials ... ok [INFO] [stdout] test cephes64::ndtri::ndtri_tests::ndtri_tails ... ok [INFO] [stdout] test cephes64::pdtr::pdtr_tests::pdtr_tests ... ok [INFO] [stdout] test cephes64::polevl::polevl_tests::polevl_test ... ok [INFO] [stdout] test cephes64::ndtr::erfc_tests::erfc_small ... ok [INFO] [stdout] test cephes64::ndtr::erfc_tests::erfc_trivials ... ok [INFO] [stdout] test cephes64::pdtr::pdtr_tests::pdtr_trivials ... ok [INFO] [stdout] test cephes64::ndtr::ndtr_tests::ndtr_large ... ok [INFO] [stdout] test cephes64::ndtri::ndtri_tests::ndtri_trivials ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_large ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_small ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_trivials ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_small_int ... ok [INFO] [stdout] test cephes64::rgamma::rgamma_tests::rgamma_large ... ok [INFO] [stdout] test cephes64::rgamma::rgamma_tests::rgamma_nominal ... ok [INFO] [stdout] test cephes64::shichi::shichi_tests::shichi_asy ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_neg ... ok [INFO] [stdout] test cephes64::shichi::shichi_tests::shichi_small ... ok [INFO] [stdout] test cephes64::rgamma::rgamma_tests::rgamma_large_neg ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_med ... ok [INFO] [stdout] test cephes64::shichi::shichi_tests::shichi_medium ... ok [INFO] [stdout] test cephes64::rgamma::rgamma_tests::rgamma_trivials ... ok [INFO] [stdout] test cephes64::shichi::shichi_tests::shichi_large ... ok [INFO] [stdout] test cephes64::sici::sici_tests::sici_large ... ok [INFO] [stdout] test cephes64::shichi::shichi_tests::shichi_trivials ... ok [INFO] [stdout] test cephes64::sici::sici_tests::sici_asy ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_asy ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_large ... ok [INFO] [stdout] test cephes64::sici::sici_tests::sici_small ... ok [INFO] [stdout] test cephes64::sici::sici_tests::sici_trivials ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_trivials ... ok [INFO] [stdout] test cephes64::stdtr::stdtr_tests::stdtr_even_k ... ok [INFO] [stdout] test cephes64::stdtr::stdtr_tests::stdtr_odd_k ... ok [INFO] [stdout] test cephes64::stdtr::stdtr_tests::stdtr_trivials ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_medium ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_small ... ok [INFO] [stdout] test cephes64::stdtr::stdtri_tests::stdtri_trivials ... ok [INFO] [stdout] test cephes64::stdtr::stdtri_tests::stdtri_p_large ... ok [INFO] [stdout] test cephes64::stdtr::stdtr_tests::stdtr_t_lt_neg2 ... FAILED [INFO] [stdout] test cephes64::stdtr::stdtri_tests::stdtri_p_medium ... FAILED [INFO] [stdout] test cephes64::yn::yn_tests::yn_0_small_x ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_1_small_x ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_1_trivials ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_2_tests ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_0_large_x ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_1_large_x ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_0_trivials ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_pos_tests ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_neg_tests ... ok [INFO] [stdout] test cephes64::zeta::zeta_tests::zeta_large_q ... ok [INFO] [stdout] test cephes64::zetac::reimann_zeta_tests::riemann_zeta_positive ... ok [INFO] [stdout] test cephes64::yv::yv_tests::yv_tests ... ok [INFO] [stdout] test cephes64::yv::yv_tests::yv_trivials ... ok [INFO] [stdout] test cephes64::zetac::reimann_zeta_tests::riemann_zeta_small_neg ... ok [INFO] [stdout] test cephes64::zeta::zeta_tests::zeta_nominal ... ok [INFO] [stdout] test cephes64::zeta::zeta_tests::zeta_trivials ... ok [INFO] [stdout] test cephes64::zetac::reimann_zeta_tests::riemann_zeta_neg ... ok [INFO] [stdout] test cephes64::zetac::reimann_zeta_tests::riemann_zeta_trivials ... ok [INFO] [stdout] test misc::besselpoly::besselpoly_tests::besselpoly_neg_int_nu ... ok [INFO] [stdout] test cephes64::zetac::zetac_tests::zetac_neg ... ok [INFO] [stdout] test cephes64::zetac::zetac_tests::zetac_trivials ... ok [INFO] [stdout] test misc::besselpoly::besselpoly_tests::besselpoly_nominal ... FAILED [INFO] [stdout] test misc::besselpoly::besselpoly_tests::besselpoly_trivials ... ok [INFO] [stdout] test misc::carlson::ellippi_inc_tests::ellippi_inc_domain ... ok [INFO] [stdout] test misc::carlson::ellippi_tests::ellippi_trivials ... ok [INFO] [stdout] test misc::carlson::ellippi_tests::ellippi_values ... ok [INFO] [stdout] test cephes64::zetac::zetac_tests::zetac_small_neg ... ok [INFO] [stdout] test cephes64::zetac::zetac_tests::zetac_positive ... ok [INFO] [stdout] test misc::besselpoly::besselpoly_tests::besselpoly_a_0 ... ok [INFO] [stdout] test misc::carlson::ellippi_inc_tests::ellippi_inc_values ... ok [INFO] [stdout] test misc::carlson::elliprc_tests::elliprc_values ... ok [INFO] [stdout] test misc::carlson::elliprd_tests::elliprd_trivials ... ok [INFO] [stdout] test misc::carlson::elliprd_tests::elliprd_degenerate ... ok [INFO] [stdout] test misc::carlson::elliprc_tests::elliprc_trivials ... ok [INFO] [stdout] test misc::carlson::elliprf_tests::elliprf_trivials ... ok [INFO] [stdout] test misc::carlson::elliprf_tests::elliprf_domain ... ok [INFO] [stdout] test misc::carlson::elliprj_tests::elliprj_domain ... ok [INFO] [stdout] test misc::carlson::elliprg_tests::elliprg_degenerate ... ok [INFO] [stdout] test misc::carlson::elliprg_tests::elliprg_values ... ok [INFO] [stdout] test misc::erfinv::erfcinv_tests::erfcinv_trivials ... ok [INFO] [stdout] test misc::carlson::elliprj_tests::elliprj_values ... ok [INFO] [stdout] test misc::erfinv::erfcinv_tests::erfcinv_values ... ok [INFO] [stdout] test misc::erfinv::erfinv_tests::erfinv_trivials ... ok [INFO] [stdout] test misc::erfinv::erfinv_tests::erfinv_large ... ok [INFO] [stdout] test misc::erfinv::erfinv_tests::erfinv_small ... ok [INFO] [stdout] test misc::pdfs::beta_pdf_tests::beta_pdf_values ... ok [INFO] [stdout] test misc::pdfs::beta_pdf_tests::beta_pdf_trivials ... ok [INFO] [stdout] test misc::pdfs::binom_pmf_tests::binom_pmf_values ... ok [INFO] [stdout] test misc::pdfs::chi2_pdf_tests::chi2_pdf_values ... ok [INFO] [stdout] test misc::pdfs::binom_pmf_tests::binom_pmf_trivials ... ok [INFO] [stdout] test misc::pdfs::chi2_pdf_tests::chi2_pdf_trivials ... ok [INFO] [stdout] test misc::pdfs::f_pdf_tests::f_pdf_values ... ok [INFO] [stdout] test misc::carlson::elliprd_tests::elliprd_values ... ok [INFO] [stdout] test misc::pdfs::norm_pdf_tests::norm_pdf_trivials ... ok [INFO] [stdout] test misc::pdfs::norm_pdf_tests::norm_pdf_values ... ok [INFO] [stdout] test misc::pdfs::pois_pmf_tests::pois_pmf_trivials ... ok [INFO] [stdout] test misc::pdfs::pois_pmf_tests::pois_pmf_values ... ok [INFO] [stdout] test misc::pdfs::t_pdf_tests::t_pdf_trivials ... ok [INFO] [stdout] test misc::pdfs::t_pdf_tests::t_pdf_values ... FAILED [INFO] [stdout] test misc::poch::poch_tests::poch_neg_m ... ok [INFO] [stdout] test misc::poch::poch_tests::poch_pos_m ... ok [INFO] [stdout] test misc::poch::poch_tests::poch_singularities ... ok [INFO] [stdout] test misc::carlson::elliprf_tests::elliprf_values ... ok [INFO] [stdout] test misc::carlson::elliprg_tests::elliprd_trivials ... ok [INFO] [stdout] test misc::pdfs::nbinom_pmf_tests::nbinom_pmf_trivials ... ok [INFO] [stdout] test misc::pdfs::f_pdf_tests::f_pdf_trivials ... ok [INFO] [stdout] test misc::pdfs::nbinom_pmf_tests::nbinom_pmf_values ... ok [INFO] [stdout] test misc::carlson::elliprc_tests::elliprc_relations ... ok [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] test cephes64::zeta::zeta_tests::zeta_neg_q ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- cephes64::ellpj::ellpj_tests::ellpj_m_large stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'cephes64::ellpj::ellpj_tests::ellpj_m_large' (60) panicked at src/cephes64/ellpj.rs:222:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: (0.9999999959026927, 9.052452851700364e-5, 9.107519020403077e-5, 1.5707058022662561) [INFO] [stdout] right: (0.9999999959026927, 9.052452851700366e-5, 9.107519020403078e-5, 1.5707058022662561) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::libunwind::trace::h76861be37b31432e [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h58d4003082192c17 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5a0b88eee1c2 - std::sys::backtrace::_print_fmt::hfe5857a399620d2a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5a0b88eee1c2 - ::fmt::h52160e9da139e442 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5a0b88efe77f - core::fmt::rt::Argument::fmt::h66fe6fef9ecca14a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5a0b88efe77f - core::fmt::write::hf09a056a304e021a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5a0b88ebb261 - std::io::default_write_fmt::hf1a3645468226e09 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5a0b88ebb261 - std::io::Write::write_fmt::ha5ada6d6a18bde33 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5a0b88ec7332 - std::sys::backtrace::BacktraceLock::print::h15104dbcf0fd1f14 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5a0b88ecbe7f - std::panicking::default_hook::{{closure}}::h0fa6cd8dbe0dd76b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5a0b88ecbd11 - std::panicking::default_hook::h8d20506cf72e4831 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5a0b88e8c81e - as core::ops::function::Fn>::call::h3d020961abd83a77 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5a0b88e8c81e - test::test_main_with_exit_callback::{{closure}}::h720dd2fdb2ddcdca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5a0b88ecc53f - as core::ops::function::Fn>::call::h75334a5fed245bca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5a0b88ecc53f - std::panicking::panic_with_hook::h746880a052e02c85 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5a0b88ecc39a - std::panicking::panic_handler::{{closure}}::h14b95830f89d14b3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5a0b88ec7469 - std::sys::backtrace::__rust_end_short_backtrace::h7ddaac0e9609a83d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5a0b88eaf75d - __rustc[76f7e7187978e2f8]::rust_begin_unwind [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5a0b88f06080 - core::panicking::panic_fmt::heb245a301f4395db [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5a0b88f05f23 - core::panicking::assert_failed_inner::hcb7d91158db22960 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5a0b88e3f610 - core::panicking::assert_failed::hb9128a8d63e78eb0 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5a0b88e0c6ee - spec_math::cephes64::ellpj::ellpj_tests::ellpj_m_large::hf9f232469c5bc3df [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/ellpj.rs:222:9 [INFO] [stdout] 22: 0x5a0b88e0c9d7 - spec_math::cephes64::ellpj::ellpj_tests::ellpj_m_large::{{closure}}::he39f720661f10873 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/ellpj.rs:209:23 [INFO] [stdout] 23: 0x5a0b88e1abe6 - core::ops::function::FnOnce::call_once::hd003bf4abdde1b7d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5a0b88e8c64b - core::ops::function::FnOnce::call_once::h933a5d67211adff2 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5a0b88e8c64b - test::__rust_begin_short_backtrace::h2157af19b0990ffb [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5a0b88ea2225 - test::run_test_in_process::{{closure}}::hc3b17e0f313c900a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5a0b88ea2225 - as core::ops::function::FnOnce<()>>::call_once::ha23e4b490259273c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5a0b88ea2225 - std::panicking::catch_unwind::do_call::h8dc9d5da83792f7a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5a0b88ea2225 - std::panicking::catch_unwind::h0d8461330de4a18b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5a0b88ea2225 - std::panic::catch_unwind::h0321b51397bf9811 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5a0b88ea2225 - test::run_test_in_process::hcaaa440fdbe4a513 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5a0b88ea2225 - test::run_test::{{closure}}::h6345da602b85d6c3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5a0b88e78a34 - test::run_test::{{closure}}::h90a3b75194d37b5d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5a0b88e78a34 - std::sys::backtrace::__rust_begin_short_backtrace::hae41a17001f53ede [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6ea895368381e0b1 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5a0b88e7c2fa - as core::ops::function::FnOnce<()>>::call_once::h9c39013633bb9237 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5a0b88e7c2fa - std::panicking::catch_unwind::do_call::hac7dba9ee4d99108 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5a0b88e7c2fa - std::panicking::catch_unwind::h73015d00e4866ebc [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5a0b88e7c2fa - std::panic::catch_unwind::h6f7b38e188aa4f62 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h969a6a2dc1856df7 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5a0b88e7c2fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h269ad1ff23e72122 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5a0b88ec25af - as core::ops::function::FnOnce>::call_once::hdd09a470c130e806 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5a0b88ec25af - std::sys::thread::unix::Thread::new::thread_start::h14ea1ba6e320367c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7131e8ae0aa4 - [INFO] [stdout] 45: 0x7131e8b6da34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cephes64::ellpj::ellpj_tests::ellpj_nominal stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'cephes64::ellpj::ellpj_tests::ellpj_nominal' (62) panicked at src/cephes64/ellpj.rs:242:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: (0.9330319394105544, 0.3597935519708204, 0.46530233186155584, 1.2027497085690817) [INFO] [stdout] right: (0.9330319394105544, 0.3597935519708204, 0.4653023318615559, 1.2027497085690817) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::libunwind::trace::h76861be37b31432e [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h58d4003082192c17 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5a0b88eee1c2 - std::sys::backtrace::_print_fmt::hfe5857a399620d2a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5a0b88eee1c2 - ::fmt::h52160e9da139e442 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5a0b88efe77f - core::fmt::rt::Argument::fmt::h66fe6fef9ecca14a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5a0b88efe77f - core::fmt::write::hf09a056a304e021a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5a0b88ebb261 - std::io::default_write_fmt::hf1a3645468226e09 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5a0b88ebb261 - std::io::Write::write_fmt::ha5ada6d6a18bde33 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5a0b88ec7332 - std::sys::backtrace::BacktraceLock::print::h15104dbcf0fd1f14 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5a0b88ecbe7f - std::panicking::default_hook::{{closure}}::h0fa6cd8dbe0dd76b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5a0b88ecbd11 - std::panicking::default_hook::h8d20506cf72e4831 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5a0b88e8c81e - as core::ops::function::Fn>::call::h3d020961abd83a77 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5a0b88e8c81e - test::test_main_with_exit_callback::{{closure}}::h720dd2fdb2ddcdca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5a0b88ecc53f - as core::ops::function::Fn>::call::h75334a5fed245bca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5a0b88ecc53f - std::panicking::panic_with_hook::h746880a052e02c85 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5a0b88ecc39a - std::panicking::panic_handler::{{closure}}::h14b95830f89d14b3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5a0b88ec7469 - std::sys::backtrace::__rust_end_short_backtrace::h7ddaac0e9609a83d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5a0b88eaf75d - __rustc[76f7e7187978e2f8]::rust_begin_unwind [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5a0b88f06080 - core::panicking::panic_fmt::heb245a301f4395db [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5a0b88f05f23 - core::panicking::assert_failed_inner::hcb7d91158db22960 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5a0b88e3f610 - core::panicking::assert_failed::hb9128a8d63e78eb0 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5a0b88e0d787 - spec_math::cephes64::ellpj::ellpj_tests::ellpj_nominal::h2c1d86f78426f8d6 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/ellpj.rs:242:9 [INFO] [stdout] 22: 0x5a0b88e0e077 - spec_math::cephes64::ellpj::ellpj_tests::ellpj_nominal::{{closure}}::hfa29a72528464dbc [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/ellpj.rs:232:23 [INFO] [stdout] 23: 0x5a0b88e19f66 - core::ops::function::FnOnce::call_once::h9ef76d43c328f857 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5a0b88e8c64b - core::ops::function::FnOnce::call_once::h933a5d67211adff2 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5a0b88e8c64b - test::__rust_begin_short_backtrace::h2157af19b0990ffb [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5a0b88ea2225 - test::run_test_in_process::{{closure}}::hc3b17e0f313c900a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5a0b88ea2225 - as core::ops::function::FnOnce<()>>::call_once::ha23e4b490259273c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5a0b88ea2225 - std::panicking::catch_unwind::do_call::h8dc9d5da83792f7a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5a0b88ea2225 - std::panicking::catch_unwind::h0d8461330de4a18b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5a0b88ea2225 - std::panic::catch_unwind::h0321b51397bf9811 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5a0b88ea2225 - test::run_test_in_process::hcaaa440fdbe4a513 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5a0b88ea2225 - test::run_test::{{closure}}::h6345da602b85d6c3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5a0b88e78a34 - test::run_test::{{closure}}::h90a3b75194d37b5d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5a0b88e78a34 - std::sys::backtrace::__rust_begin_short_backtrace::hae41a17001f53ede [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6ea895368381e0b1 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5a0b88e7c2fa - as core::ops::function::FnOnce<()>>::call_once::h9c39013633bb9237 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5a0b88e7c2fa - std::panicking::catch_unwind::do_call::hac7dba9ee4d99108 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5a0b88e7c2fa - std::panicking::catch_unwind::h73015d00e4866ebc [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5a0b88e7c2fa - std::panic::catch_unwind::h6f7b38e188aa4f62 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h969a6a2dc1856df7 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5a0b88e7c2fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h269ad1ff23e72122 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5a0b88ec25af - as core::ops::function::FnOnce>::call_once::hdd09a470c130e806 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5a0b88ec25af - std::sys::thread::unix::Thread::new::thread_start::h14ea1ba6e320367c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7131e8ae0aa4 - [INFO] [stdout] 45: 0x7131e8b6da34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cephes64::expn::expn_tests::expn_asy stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'cephes64::expn::expn_tests::expn_asy' (68) panicked at src/cephes64/expn.rs:432:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 2.555603331196173e-10 [INFO] [stdout] right: 2.5556033311961735e-10 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::libunwind::trace::h76861be37b31432e [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h58d4003082192c17 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5a0b88eee1c2 - std::sys::backtrace::_print_fmt::hfe5857a399620d2a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5a0b88eee1c2 - ::fmt::h52160e9da139e442 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5a0b88efe77f - core::fmt::rt::Argument::fmt::h66fe6fef9ecca14a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5a0b88efe77f - core::fmt::write::hf09a056a304e021a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5a0b88ebb261 - std::io::default_write_fmt::hf1a3645468226e09 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5a0b88ebb261 - std::io::Write::write_fmt::ha5ada6d6a18bde33 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5a0b88ec7332 - std::sys::backtrace::BacktraceLock::print::h15104dbcf0fd1f14 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5a0b88ecbe7f - std::panicking::default_hook::{{closure}}::h0fa6cd8dbe0dd76b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5a0b88ecbd11 - std::panicking::default_hook::h8d20506cf72e4831 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5a0b88e8c81e - as core::ops::function::Fn>::call::h3d020961abd83a77 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5a0b88e8c81e - test::test_main_with_exit_callback::{{closure}}::h720dd2fdb2ddcdca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5a0b88ecc53f - as core::ops::function::Fn>::call::h75334a5fed245bca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5a0b88ecc53f - std::panicking::panic_with_hook::h746880a052e02c85 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5a0b88ecc39a - std::panicking::panic_handler::{{closure}}::h14b95830f89d14b3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5a0b88ec7469 - std::sys::backtrace::__rust_end_short_backtrace::h7ddaac0e9609a83d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5a0b88eaf75d - __rustc[76f7e7187978e2f8]::rust_begin_unwind [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5a0b88f06080 - core::panicking::panic_fmt::heb245a301f4395db [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5a0b88f05f23 - core::panicking::assert_failed_inner::hcb7d91158db22960 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5a0b88e3f5d1 - core::panicking::assert_failed::h374b6be18a7e8eea [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5a0b88e67f47 - spec_math::cephes64::expn::expn_tests::expn_asy::h46a343204690d3e4 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/expn.rs:432:9 [INFO] [stdout] 22: 0x5a0b88e68227 - spec_math::cephes64::expn::expn_tests::expn_asy::{{closure}}::hede659a1ddceaed2 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/expn.rs:414:18 [INFO] [stdout] 23: 0x5a0b88e1a966 - core::ops::function::FnOnce::call_once::hc7117cd27c30d7c8 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5a0b88e8c64b - core::ops::function::FnOnce::call_once::h933a5d67211adff2 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5a0b88e8c64b - test::__rust_begin_short_backtrace::h2157af19b0990ffb [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5a0b88ea2225 - test::run_test_in_process::{{closure}}::hc3b17e0f313c900a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5a0b88ea2225 - as core::ops::function::FnOnce<()>>::call_once::ha23e4b490259273c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5a0b88ea2225 - std::panicking::catch_unwind::do_call::h8dc9d5da83792f7a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5a0b88ea2225 - std::panicking::catch_unwind::h0d8461330de4a18b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5a0b88ea2225 - std::panic::catch_unwind::h0321b51397bf9811 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5a0b88ea2225 - test::run_test_in_process::hcaaa440fdbe4a513 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5a0b88ea2225 - test::run_test::{{closure}}::h6345da602b85d6c3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5a0b88e78a34 - test::run_test::{{closure}}::h90a3b75194d37b5d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5a0b88e78a34 - std::sys::backtrace::__rust_begin_short_backtrace::hae41a17001f53ede [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6ea895368381e0b1 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5a0b88e7c2fa - as core::ops::function::FnOnce<()>>::call_once::h9c39013633bb9237 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5a0b88e7c2fa - std::panicking::catch_unwind::do_call::hac7dba9ee4d99108 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5a0b88e7c2fa - std::panicking::catch_unwind::h73015d00e4866ebc [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5a0b88e7c2fa - std::panic::catch_unwind::h6f7b38e188aa4f62 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h969a6a2dc1856df7 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5a0b88e7c2fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h269ad1ff23e72122 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5a0b88ec25af - as core::ops::function::FnOnce>::call_once::hdd09a470c130e806 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5a0b88ec25af - std::sys::thread::unix::Thread::new::thread_start::h14ea1ba6e320367c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7131e8ae0aa4 - [INFO] [stdout] 45: 0x7131e8b6da34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cephes64::gamma::gamma_tests::gamma_pos stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'cephes64::gamma::gamma_tests::gamma_pos' (81) panicked at src/cephes64/gamma.rs:450:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 4.290462912351959e63 [INFO] [stdout] right: 4.2904629123519605e63 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::libunwind::trace::h76861be37b31432e [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h58d4003082192c17 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5a0b88eee1c2 - std::sys::backtrace::_print_fmt::hfe5857a399620d2a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5a0b88eee1c2 - ::fmt::h52160e9da139e442 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5a0b88efe77f - core::fmt::rt::Argument::fmt::h66fe6fef9ecca14a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5a0b88efe77f - core::fmt::write::hf09a056a304e021a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5a0b88ebb261 - std::io::default_write_fmt::hf1a3645468226e09 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5a0b88ebb261 - std::io::Write::write_fmt::ha5ada6d6a18bde33 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5a0b88ec7332 - std::sys::backtrace::BacktraceLock::print::h15104dbcf0fd1f14 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5a0b88ecbe7f - std::panicking::default_hook::{{closure}}::h0fa6cd8dbe0dd76b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5a0b88ecbd11 - std::panicking::default_hook::h8d20506cf72e4831 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5a0b88e8c81e - as core::ops::function::Fn>::call::h3d020961abd83a77 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5a0b88e8c81e - test::test_main_with_exit_callback::{{closure}}::h720dd2fdb2ddcdca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5a0b88ecc53f - as core::ops::function::Fn>::call::h75334a5fed245bca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5a0b88ecc53f - std::panicking::panic_with_hook::h746880a052e02c85 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5a0b88ecc39a - std::panicking::panic_handler::{{closure}}::h14b95830f89d14b3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5a0b88ec7469 - std::sys::backtrace::__rust_end_short_backtrace::h7ddaac0e9609a83d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5a0b88eaf75d - __rustc[76f7e7187978e2f8]::rust_begin_unwind [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5a0b88f06080 - core::panicking::panic_fmt::heb245a301f4395db [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5a0b88f05f23 - core::panicking::assert_failed_inner::hcb7d91158db22960 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5a0b88e3f5d1 - core::panicking::assert_failed::h374b6be18a7e8eea [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5a0b88e062aa - spec_math::cephes64::gamma::gamma_tests::gamma_pos::h404e99cc0a3be9c7 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/gamma.rs:450:9 [INFO] [stdout] 22: 0x5a0b88e063d7 - spec_math::cephes64::gamma::gamma_tests::gamma_pos::{{closure}}::h2a7f5ab6d3b0ca2e [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/gamma.rs:442:19 [INFO] [stdout] 23: 0x5a0b88e1a4e6 - core::ops::function::FnOnce::call_once::hb85f9050aef15544 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5a0b88e8c64b - core::ops::function::FnOnce::call_once::h933a5d67211adff2 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5a0b88e8c64b - test::__rust_begin_short_backtrace::h2157af19b0990ffb [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5a0b88ea2225 - test::run_test_in_process::{{closure}}::hc3b17e0f313c900a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5a0b88ea2225 - as core::ops::function::FnOnce<()>>::call_once::ha23e4b490259273c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5a0b88ea2225 - std::panicking::catch_unwind::do_call::h8dc9d5da83792f7a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5a0b88ea2225 - std::panicking::catch_unwind::h0d8461330de4a18b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5a0b88ea2225 - std::panic::catch_unwind::h0321b51397bf9811 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5a0b88ea2225 - test::run_test_in_process::hcaaa440fdbe4a513 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5a0b88ea2225 - test::run_test::{{closure}}::h6345da602b85d6c3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5a0b88e78a34 - test::run_test::{{closure}}::h90a3b75194d37b5d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5a0b88e78a34 - std::sys::backtrace::__rust_begin_short_backtrace::hae41a17001f53ede [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6ea895368381e0b1 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5a0b88e7c2fa - as core::ops::function::FnOnce<()>>::call_once::h9c39013633bb9237 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5a0b88e7c2fa - std::panicking::catch_unwind::do_call::hac7dba9ee4d99108 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5a0b88e7c2fa - std::panicking::catch_unwind::h73015d00e4866ebc [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5a0b88e7c2fa - std::panic::catch_unwind::h6f7b38e188aa4f62 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h969a6a2dc1856df7 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5a0b88e7c2fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h269ad1ff23e72122 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5a0b88ec25af - as core::ops::function::FnOnce>::call_once::hdd09a470c130e806 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5a0b88ec25af - std::sys::thread::unix::Thread::new::thread_start::h14ea1ba6e320367c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7131e8ae0aa4 - [INFO] [stdout] 45: 0x7131e8b6da34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cephes64::stdtr::stdtr_tests::stdtr_t_lt_neg2 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'cephes64::stdtr::stdtr_tests::stdtr_t_lt_neg2' (208) panicked at src/cephes64/stdtr.rs:281:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 4.9971339306684915e-37 [INFO] [stdout] right: 4.997133930668492e-37 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::libunwind::trace::h76861be37b31432e [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h58d4003082192c17 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5a0b88eee1c2 - std::sys::backtrace::_print_fmt::hfe5857a399620d2a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5a0b88eee1c2 - ::fmt::h52160e9da139e442 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5a0b88efe77f - core::fmt::rt::Argument::fmt::h66fe6fef9ecca14a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5a0b88efe77f - core::fmt::write::hf09a056a304e021a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5a0b88ebb261 - std::io::default_write_fmt::hf1a3645468226e09 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5a0b88ebb261 - std::io::Write::write_fmt::ha5ada6d6a18bde33 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5a0b88ec7332 - std::sys::backtrace::BacktraceLock::print::h15104dbcf0fd1f14 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5a0b88ecbe7f - std::panicking::default_hook::{{closure}}::h0fa6cd8dbe0dd76b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5a0b88ecbd11 - std::panicking::default_hook::h8d20506cf72e4831 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5a0b88e8c81e - as core::ops::function::Fn>::call::h3d020961abd83a77 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5a0b88e8c81e - test::test_main_with_exit_callback::{{closure}}::h720dd2fdb2ddcdca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5a0b88ecc53f - as core::ops::function::Fn>::call::h75334a5fed245bca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5a0b88ecc53f - std::panicking::panic_with_hook::h746880a052e02c85 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5a0b88ecc39a - std::panicking::panic_handler::{{closure}}::h14b95830f89d14b3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5a0b88ec7469 - std::sys::backtrace::__rust_end_short_backtrace::h7ddaac0e9609a83d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5a0b88eaf75d - __rustc[76f7e7187978e2f8]::rust_begin_unwind [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5a0b88f06080 - core::panicking::panic_fmt::heb245a301f4395db [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5a0b88f05f23 - core::panicking::assert_failed_inner::hcb7d91158db22960 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5a0b88e3f5d1 - core::panicking::assert_failed::h374b6be18a7e8eea [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5a0b88e5b9ed - spec_math::cephes64::stdtr::stdtr_tests::stdtr_t_lt_neg2::hb33ee711ffdebc40 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/stdtr.rs:281:9 [INFO] [stdout] 22: 0x5a0b88e5bb27 - spec_math::cephes64::stdtr::stdtr_tests::stdtr_t_lt_neg2::{{closure}}::hced9cfb0ddbf274b [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/stdtr.rs:272:25 [INFO] [stdout] 23: 0x5a0b88e1a2a6 - core::ops::function::FnOnce::call_once::hb1261a78babf495d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5a0b88e8c64b - core::ops::function::FnOnce::call_once::h933a5d67211adff2 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5a0b88e8c64b - test::__rust_begin_short_backtrace::h2157af19b0990ffb [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5a0b88ea2225 - test::run_test_in_process::{{closure}}::hc3b17e0f313c900a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5a0b88ea2225 - as core::ops::function::FnOnce<()>>::call_once::ha23e4b490259273c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5a0b88ea2225 - std::panicking::catch_unwind::do_call::h8dc9d5da83792f7a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5a0b88ea2225 - std::panicking::catch_unwind::h0d8461330de4a18b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5a0b88ea2225 - std::panic::catch_unwind::h0321b51397bf9811 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5a0b88ea2225 - test::run_test_in_process::hcaaa440fdbe4a513 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5a0b88ea2225 - test::run_test::{{closure}}::h6345da602b85d6c3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5a0b88e78a34 - test::run_test::{{closure}}::h90a3b75194d37b5d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5a0b88e78a34 - std::sys::backtrace::__rust_begin_short_backtrace::hae41a17001f53ede [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6ea895368381e0b1 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5a0b88e7c2fa - as core::ops::function::FnOnce<()>>::call_once::h9c39013633bb9237 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5a0b88e7c2fa - std::panicking::catch_unwind::do_call::hac7dba9ee4d99108 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5a0b88e7c2fa - std::panicking::catch_unwind::h73015d00e4866ebc [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5a0b88e7c2fa - std::panic::catch_unwind::h6f7b38e188aa4f62 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h969a6a2dc1856df7 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5a0b88e7c2fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h269ad1ff23e72122 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5a0b88ec25af - as core::ops::function::FnOnce>::call_once::hdd09a470c130e806 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5a0b88ec25af - std::sys::thread::unix::Thread::new::thread_start::h14ea1ba6e320367c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7131e8ae0aa4 - [INFO] [stdout] 45: 0x7131e8b6da34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cephes64::stdtr::stdtri_tests::stdtri_p_medium stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'cephes64::stdtr::stdtri_tests::stdtri_p_medium' (211) panicked at src/cephes64/stdtr.rs:328:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: -0.3864289804076715 [INFO] [stdout] right: -0.38642898040767143 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::libunwind::trace::h76861be37b31432e [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h58d4003082192c17 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5a0b88eee1c2 - std::sys::backtrace::_print_fmt::hfe5857a399620d2a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5a0b88eee1c2 - ::fmt::h52160e9da139e442 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5a0b88efe77f - core::fmt::rt::Argument::fmt::h66fe6fef9ecca14a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5a0b88efe77f - core::fmt::write::hf09a056a304e021a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5a0b88ebb261 - std::io::default_write_fmt::hf1a3645468226e09 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5a0b88ebb261 - std::io::Write::write_fmt::ha5ada6d6a18bde33 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5a0b88ec7332 - std::sys::backtrace::BacktraceLock::print::h15104dbcf0fd1f14 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5a0b88ecbe7f - std::panicking::default_hook::{{closure}}::h0fa6cd8dbe0dd76b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5a0b88ecbd11 - std::panicking::default_hook::h8d20506cf72e4831 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5a0b88e8c81e - as core::ops::function::Fn>::call::h3d020961abd83a77 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5a0b88e8c81e - test::test_main_with_exit_callback::{{closure}}::h720dd2fdb2ddcdca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5a0b88ecc53f - as core::ops::function::Fn>::call::h75334a5fed245bca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5a0b88ecc53f - std::panicking::panic_with_hook::h746880a052e02c85 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5a0b88ecc39a - std::panicking::panic_handler::{{closure}}::h14b95830f89d14b3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5a0b88ec7469 - std::sys::backtrace::__rust_end_short_backtrace::h7ddaac0e9609a83d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5a0b88eaf75d - __rustc[76f7e7187978e2f8]::rust_begin_unwind [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5a0b88f06080 - core::panicking::panic_fmt::heb245a301f4395db [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5a0b88f05f23 - core::panicking::assert_failed_inner::hcb7d91158db22960 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5a0b88e3f5d1 - core::panicking::assert_failed::h374b6be18a7e8eea [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5a0b88e6ac53 - spec_math::cephes64::stdtr::stdtri_tests::stdtri_p_medium::h265b5ca2560ba722 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/stdtr.rs:328:9 [INFO] [stdout] 22: 0x5a0b88e6aea7 - spec_math::cephes64::stdtr::stdtri_tests::stdtri_p_medium::{{closure}}::hfc414048334ab93b [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/stdtr.rs:309:25 [INFO] [stdout] 23: 0x5a0b88e189a6 - core::ops::function::FnOnce::call_once::h51568fe5f126581a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5a0b88e8c64b - core::ops::function::FnOnce::call_once::h933a5d67211adff2 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5a0b88e8c64b - test::__rust_begin_short_backtrace::h2157af19b0990ffb [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5a0b88ea2225 - test::run_test_in_process::{{closure}}::hc3b17e0f313c900a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5a0b88ea2225 - as core::ops::function::FnOnce<()>>::call_once::ha23e4b490259273c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5a0b88ea2225 - std::panicking::catch_unwind::do_call::h8dc9d5da83792f7a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5a0b88ea2225 - std::panicking::catch_unwind::h0d8461330de4a18b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5a0b88ea2225 - std::panic::catch_unwind::h0321b51397bf9811 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5a0b88ea2225 - test::run_test_in_process::hcaaa440fdbe4a513 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5a0b88ea2225 - test::run_test::{{closure}}::h6345da602b85d6c3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5a0b88e78a34 - test::run_test::{{closure}}::h90a3b75194d37b5d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5a0b88e78a34 - std::sys::backtrace::__rust_begin_short_backtrace::hae41a17001f53ede [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6ea895368381e0b1 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5a0b88e7c2fa - as core::ops::function::FnOnce<()>>::call_once::h9c39013633bb9237 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5a0b88e7c2fa - std::panicking::catch_unwind::do_call::hac7dba9ee4d99108 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5a0b88e7c2fa - std::panicking::catch_unwind::h73015d00e4866ebc [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5a0b88e7c2fa - std::panic::catch_unwind::h6f7b38e188aa4f62 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h969a6a2dc1856df7 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5a0b88e7c2fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h269ad1ff23e72122 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5a0b88ec25af - as core::ops::function::FnOnce>::call_once::hdd09a470c130e806 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5a0b88ec25af - std::sys::thread::unix::Thread::new::thread_start::h14ea1ba6e320367c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7131e8ae0aa4 - [INFO] [stdout] 45: 0x7131e8b6da34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- misc::besselpoly::besselpoly_tests::besselpoly_nominal stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'misc::besselpoly::besselpoly_tests::besselpoly_nominal' (238) panicked at src/misc/besselpoly.rs:100:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 5.519508017431172e307 [INFO] [stdout] right: 5.519508017431162e307 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::libunwind::trace::h76861be37b31432e [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h58d4003082192c17 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5a0b88eee1c2 - std::sys::backtrace::_print_fmt::hfe5857a399620d2a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5a0b88eee1c2 - ::fmt::h52160e9da139e442 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5a0b88efe77f - core::fmt::rt::Argument::fmt::h66fe6fef9ecca14a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5a0b88efe77f - core::fmt::write::hf09a056a304e021a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5a0b88ebb261 - std::io::default_write_fmt::hf1a3645468226e09 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5a0b88ebb261 - std::io::Write::write_fmt::ha5ada6d6a18bde33 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5a0b88ec7332 - std::sys::backtrace::BacktraceLock::print::h15104dbcf0fd1f14 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5a0b88ecbe7f - std::panicking::default_hook::{{closure}}::h0fa6cd8dbe0dd76b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5a0b88ecbd11 - std::panicking::default_hook::h8d20506cf72e4831 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5a0b88e8c81e - as core::ops::function::Fn>::call::h3d020961abd83a77 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5a0b88e8c81e - test::test_main_with_exit_callback::{{closure}}::h720dd2fdb2ddcdca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5a0b88ecc53f - as core::ops::function::Fn>::call::h75334a5fed245bca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5a0b88ecc53f - std::panicking::panic_with_hook::h746880a052e02c85 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5a0b88ecc39a - std::panicking::panic_handler::{{closure}}::h14b95830f89d14b3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5a0b88ec7469 - std::sys::backtrace::__rust_end_short_backtrace::h7ddaac0e9609a83d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5a0b88eaf75d - __rustc[76f7e7187978e2f8]::rust_begin_unwind [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5a0b88f06080 - core::panicking::panic_fmt::heb245a301f4395db [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5a0b88f05f23 - core::panicking::assert_failed_inner::hcb7d91158db22960 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5a0b88e3f5d1 - core::panicking::assert_failed::h374b6be18a7e8eea [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5a0b88e407a3 - spec_math::misc::besselpoly::besselpoly_tests::besselpoly_nominal::ha2e21f99df3e91ad [INFO] [stdout] at /opt/rustwide/workdir/src/misc/besselpoly.rs:100:9 [INFO] [stdout] 22: 0x5a0b88e40857 - spec_math::misc::besselpoly::besselpoly_tests::besselpoly_nominal::{{closure}}::h2dfd4410469a5955 [INFO] [stdout] at /opt/rustwide/workdir/src/misc/besselpoly.rs:80:28 [INFO] [stdout] 23: 0x5a0b88e19a36 - core::ops::function::FnOnce::call_once::h8a808b2f6b9ea5f8 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5a0b88e8c64b - core::ops::function::FnOnce::call_once::h933a5d67211adff2 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5a0b88e8c64b - test::__rust_begin_short_backtrace::h2157af19b0990ffb [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5a0b88ea2225 - test::run_test_in_process::{{closure}}::hc3b17e0f313c900a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5a0b88ea2225 - as core::ops::function::FnOnce<()>>::call_once::ha23e4b490259273c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5a0b88ea2225 - std::panicking::catch_unwind::do_call::h8dc9d5da83792f7a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5a0b88ea2225 - std::panicking::catch_unwind::h0d8461330de4a18b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5a0b88ea2225 - std::panic::catch_unwind::h0321b51397bf9811 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5a0b88ea2225 - test::run_test_in_process::hcaaa440fdbe4a513 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5a0b88ea2225 - test::run_test::{{closure}}::h6345da602b85d6c3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5a0b88e78a34 - test::run_test::{{closure}}::h90a3b75194d37b5d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5a0b88e78a34 - std::sys::backtrace::__rust_begin_short_backtrace::hae41a17001f53ede [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6ea895368381e0b1 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5a0b88e7c2fa - as core::ops::function::FnOnce<()>>::call_once::h9c39013633bb9237 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5a0b88e7c2fa - std::panicking::catch_unwind::do_call::hac7dba9ee4d99108 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5a0b88e7c2fa - std::panicking::catch_unwind::h73015d00e4866ebc [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5a0b88e7c2fa - std::panic::catch_unwind::h6f7b38e188aa4f62 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h969a6a2dc1856df7 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5a0b88e7c2fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h269ad1ff23e72122 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5a0b88ec25af - as core::ops::function::FnOnce>::call_once::hdd09a470c130e806 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5a0b88ec25af - std::sys::thread::unix::Thread::new::thread_start::h14ea1ba6e320367c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7131e8ae0aa4 - [INFO] [stdout] 45: 0x7131e8b6da34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- misc::pdfs::t_pdf_tests::t_pdf_values stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'misc::pdfs::t_pdf_tests::t_pdf_values' (278) panicked at src/misc/pdfs.rs:341:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 0.3979461869358937 [INFO] [stdout] right: 0.39794618693589373 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::libunwind::trace::h76861be37b31432e [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5a0b88eee1c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h58d4003082192c17 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5a0b88eee1c2 - std::sys::backtrace::_print_fmt::hfe5857a399620d2a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5a0b88eee1c2 - ::fmt::h52160e9da139e442 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5a0b88efe77f - core::fmt::rt::Argument::fmt::h66fe6fef9ecca14a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5a0b88efe77f - core::fmt::write::hf09a056a304e021a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5a0b88ebb261 - std::io::default_write_fmt::hf1a3645468226e09 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5a0b88ebb261 - std::io::Write::write_fmt::ha5ada6d6a18bde33 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5a0b88ec7332 - std::sys::backtrace::BacktraceLock::print::h15104dbcf0fd1f14 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5a0b88ecbe7f - std::panicking::default_hook::{{closure}}::h0fa6cd8dbe0dd76b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5a0b88ecbd11 - std::panicking::default_hook::h8d20506cf72e4831 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5a0b88e8c81e - as core::ops::function::Fn>::call::h3d020961abd83a77 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5a0b88e8c81e - test::test_main_with_exit_callback::{{closure}}::h720dd2fdb2ddcdca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5a0b88ecc53f - as core::ops::function::Fn>::call::h75334a5fed245bca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5a0b88ecc53f - std::panicking::panic_with_hook::h746880a052e02c85 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5a0b88ecc39a - std::panicking::panic_handler::{{closure}}::h14b95830f89d14b3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5a0b88ec7469 - std::sys::backtrace::__rust_end_short_backtrace::h7ddaac0e9609a83d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5a0b88eaf75d - __rustc[76f7e7187978e2f8]::rust_begin_unwind [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5a0b88f06080 - core::panicking::panic_fmt::heb245a301f4395db [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5a0b88f05f23 - core::panicking::assert_failed_inner::hcb7d91158db22960 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5a0b88e3f5d1 - core::panicking::assert_failed::h374b6be18a7e8eea [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5a0b88e56af7 - spec_math::misc::pdfs::t_pdf_tests::t_pdf_values::h54d794ab2fa1aa21 [INFO] [stdout] at /opt/rustwide/workdir/src/misc/pdfs.rs:341:9 [INFO] [stdout] 22: 0x5a0b88e56e67 - spec_math::misc::pdfs::t_pdf_tests::t_pdf_values::{{closure}}::hfa8208b33b472101 [INFO] [stdout] at /opt/rustwide/workdir/src/misc/pdfs.rs:311:22 [INFO] [stdout] 23: 0x5a0b88e19936 - core::ops::function::FnOnce::call_once::h868c3838e3376405 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5a0b88e8c64b - core::ops::function::FnOnce::call_once::h933a5d67211adff2 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5a0b88e8c64b - test::__rust_begin_short_backtrace::h2157af19b0990ffb [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5a0b88ea2225 - test::run_test_in_process::{{closure}}::hc3b17e0f313c900a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5a0b88ea2225 - as core::ops::function::FnOnce<()>>::call_once::ha23e4b490259273c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5a0b88ea2225 - std::panicking::catch_unwind::do_call::h8dc9d5da83792f7a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5a0b88ea2225 - std::panicking::catch_unwind::h0d8461330de4a18b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5a0b88ea2225 - std::panic::catch_unwind::h0321b51397bf9811 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5a0b88ea2225 - test::run_test_in_process::hcaaa440fdbe4a513 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5a0b88ea2225 - test::run_test::{{closure}}::h6345da602b85d6c3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5a0b88e78a34 - test::run_test::{{closure}}::h90a3b75194d37b5d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5a0b88e78a34 - std::sys::backtrace::__rust_begin_short_backtrace::hae41a17001f53ede [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6ea895368381e0b1 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5a0b88e7c2fa - as core::ops::function::FnOnce<()>>::call_once::h9c39013633bb9237 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5a0b88e7c2fa - std::panicking::catch_unwind::do_call::hac7dba9ee4d99108 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5a0b88e7c2fa - std::panicking::catch_unwind::h73015d00e4866ebc [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5a0b88e7c2fa - std::panic::catch_unwind::h6f7b38e188aa4f62 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5a0b88e7c2fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h969a6a2dc1856df7 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5a0b88e7c2fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h269ad1ff23e72122 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5a0b88ec25af - as core::ops::function::FnOnce>::call_once::hdd09a470c130e806 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5a0b88ec25af - std::sys::thread::unix::Thread::new::thread_start::h14ea1ba6e320367c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7131e8ae0aa4 - [INFO] [stdout] 45: 0x7131e8b6da34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] cephes64::ellpj::ellpj_tests::ellpj_m_large [INFO] [stdout] cephes64::ellpj::ellpj_tests::ellpj_nominal [INFO] [stdout] cephes64::expn::expn_tests::expn_asy [INFO] [stdout] cephes64::gamma::gamma_tests::gamma_pos [INFO] [stdout] cephes64::stdtr::stdtr_tests::stdtr_t_lt_neg2 [INFO] [stdout] cephes64::stdtr::stdtri_tests::stdtri_p_medium [INFO] [stdout] misc::besselpoly::besselpoly_tests::besselpoly_nominal [INFO] [stdout] misc::pdfs::t_pdf_tests::t_pdf_values [INFO] [stdout] [INFO] [stdout] test result: FAILED. 257 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ea91263d4aff11de1579602f2a86843b60546a8079b923ec68e4d7920903fb05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea91263d4aff11de1579602f2a86843b60546a8079b923ec68e4d7920903fb05", kill_on_drop: false }` [INFO] [stdout] ea91263d4aff11de1579602f2a86843b60546a8079b923ec68e4d7920903fb05