[INFO] fetching crate spec_math 0.1.6... [INFO] testing spec_math-0.1.6 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate spec_math 0.1.6 into /workspace/builds/worker-2-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate spec_math 0.1.6 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f978ffdfc9a26e435d34e5bdbe04c1245d6ed94d625877336d8685826b19637 [INFO] running `Command { std: "docker" "start" "-a" "4f978ffdfc9a26e435d34e5bdbe04c1245d6ed94d625877336d8685826b19637", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f978ffdfc9a26e435d34e5bdbe04c1245d6ed94d625877336d8685826b19637", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f978ffdfc9a26e435d34e5bdbe04c1245d6ed94d625877336d8685826b19637", kill_on_drop: false }` [INFO] [stdout] 4f978ffdfc9a26e435d34e5bdbe04c1245d6ed94d625877336d8685826b19637 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 448623cdc0f04960dc617c6347b96242819639d402593a211b023c236edfba33 [INFO] running `Command { std: "docker" "start" "-a" "448623cdc0f04960dc617c6347b96242819639d402593a211b023c236edfba33", 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.72s [INFO] running `Command { std: "docker" "inspect" "448623cdc0f04960dc617c6347b96242819639d402593a211b023c236edfba33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "448623cdc0f04960dc617c6347b96242819639d402593a211b023c236edfba33", kill_on_drop: false }` [INFO] [stdout] 448623cdc0f04960dc617c6347b96242819639d402593a211b023c236edfba33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62671f95d9cc4447c2f895c67b733234900df9b3ade01c4d1c91637bc239c302 [INFO] running `Command { std: "docker" "start" "-a" "62671f95d9cc4447c2f895c67b733234900df9b3ade01c4d1c91637bc239c302", 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.81s [INFO] running `Command { std: "docker" "inspect" "62671f95d9cc4447c2f895c67b733234900df9b3ade01c4d1c91637bc239c302", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62671f95d9cc4447c2f895c67b733234900df9b3ade01c4d1c91637bc239c302", kill_on_drop: false }` [INFO] [stdout] 62671f95d9cc4447c2f895c67b733234900df9b3ade01c4d1c91637bc239c302 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] be5f08fb6439a94402097cc4664397b865e3d98a86da0d7ccd91ecbebcb19799 [INFO] running `Command { std: "docker" "start" "-a" "be5f08fb6439a94402097cc4664397b865e3d98a86da0d7ccd91ecbebcb19799", 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.04s [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::airy::airy_tests::airy_trivials ... ok [INFO] [stdout] test cephes64::bdtr::bdtr_tests::bdtr_fk_0 ... ok [INFO] [stdout] test cephes64::bdtr::bdtrc_tests::bdtrc_trivials ... 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::bdtr_tests::bdtr_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::bdtr::bdtri_tests::bdtri_trivials ... ok [INFO] [stdout] test cephes64::beta::beta_tests::beta_trivials ... 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::bdtr::bdtri_tests::bdtri_nominal ... ok [INFO] [stdout] test cephes64::beta::lbeta_tests::lbeta_trivials ... 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::chdtr::chdtr_tests::chdtr_tests ... ok [INFO] [stdout] test cephes64::chdtr::chdtr_tests::chdtr_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::bdtr::bdtrc_tests::bdtrc_nominal ... ok [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_nominal ... ok [INFO] [stdout] test cephes64::bdtr::bdtr_tests::bdtr_nominal ... ok [INFO] [stdout] test cephes64::airy::airy_tests::airy_small_x ... ok [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_trivials ... ok [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_small ... ok [INFO] [stdout] test cephes64::ellie::tests::ellie_nominal ... ok [INFO] [stdout] test cephes64::ellie::tests::ellie_small_lphi ... ok [INFO] [stdout] test cephes64::ellie::tests::ellie_m_1 ... ok [INFO] [stdout] test cephes64::ellie::tests::ellie_trivials ... ok [INFO] [stdout] test cephes64::ellie::tests::ellie_m_neg ... 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::beta::lbeta_tests::lbeta_large ... ok [INFO] [stdout] test cephes64::cbrt::cbrt_tests::cbrt_e_neg ... ok [INFO] [stdout] test cephes64::ellik::tests::ellik_nominal ... 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::ellpe::ellpe_tests::ellpe_trivials ... ok [INFO] [stdout] test cephes64::ellpj::ellpj_tests::ellpj_m_small ... ok [INFO] [stdout] test cephes64::ellpj::ellpj_tests::ellpj_trivials ... ok [INFO] [stdout] test cephes64::ellpk::ellpk_tests::ellpk_large ... ok [INFO] [stdout] test cephes64::ellpk::ellpk_tests::ellpk_medium ... 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::expn::expn_tests::expn_x_small ... ok [INFO] [stdout] test cephes64::fdtr::fdtr_tests::fdtr_tests ... ok [INFO] [stdout] test cephes64::fdtr::fdtr_tests::fdtr_trivials ... ok [INFO] [stdout] test cephes64::fresnl::fresnl_tests::fresnl_large_x ... ok [INFO] [stdout] test cephes64::fresnl::fresnl_tests::fresnl_nominal ... ok [INFO] [stdout] test cephes64::fresnl::fresnl_tests::fresnl_small_x ... ok [INFO] [stdout] test cephes64::fresnl::fresnl_tests::fresnl_trivials ... ok [INFO] [stdout] test cephes64::expn::expn_tests::expn_x_0 ... ok [INFO] [stdout] test cephes64::gamma::gamma_tests::gamma_neg ... ok [INFO] [stdout] test cephes64::expn::expn_tests::expn_x_large ... ok [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_large ... ok [INFO] [stdout] test cephes64::gamma::gamma_tests::gamma_trivials ... ok [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_small ... ok [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_large_neg ... 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_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::i0::i0e_tests::i0e_trivials ... 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::i1e_tests::i0e_large_x ... ok [INFO] [stdout] test cephes64::i1::i1e_tests::i0e_small_x ... ok [INFO] [stdout] test cephes64::i1::i1e_tests::i1e_trivials ... ok [INFO] [stdout] test cephes64::igam::igam_tests::igam_a_large ... ok [INFO] [stdout] test cephes64::i1::i1_tests::i1_trivials ... ok [INFO] [stdout] test cephes64::igam::igam_tests::igam_a_nominal ... 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::igam::igamc_tests::igamc_others ... ok [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_a_1 ... ok [INFO] [stdout] test cephes64::igam::igamc_tests::igamc_trivials ... ok [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_large_q ... ok [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_a_small ... ok [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_a_large ... 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::igami::igami_tests::igami_a_small ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_a_large ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_large_p ... ok [INFO] [stdout] test cephes64::incbet::incbet_tests::incbet_nominal ... ok [INFO] [stdout] test cephes64::incbet::incbet_tests::incbet_small_x_small_a ... ok [INFO] [stdout] test cephes64::incbet::incbet_tests::incbet_trivials ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_trivials ... 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_small_a_b ... ok [INFO] [stdout] test cephes64::j0::j0_tests::j0_large_x ... ok [INFO] [stdout] test cephes64::j0::y0_tests::y0_large_x ... ok [INFO] [stdout] test cephes64::j0::j0_tests::j0_small_x ... ok [INFO] [stdout] test cephes64::incbi::incbi_tests::incbi_trivials ... ok [INFO] [stdout] test cephes64::j0::y0_tests::y0_small_x ... ok [INFO] [stdout] test cephes64::j1::j1_tests::j1_small_x ... ok [INFO] [stdout] test cephes64::j0::y0_tests::y0_trivials ... ok [INFO] [stdout] test cephes64::j1::j1_tests::j1_large_x ... ok [INFO] [stdout] test cephes64::j1::y1_tests::y1_large_x ... ok [INFO] [stdout] test cephes64::j1::y1_tests::y1_small_x ... ok [INFO] [stdout] test cephes64::j1::y1_tests::y1_trivials ... ok [INFO] [stdout] test cephes64::jv::jv_tests::jv_1_large_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_0_small_x ... ok [INFO] [stdout] test cephes64::jv::jv_tests::jv_0_large_x ... ok [INFO] [stdout] test cephes64::jv::jv_tests::jv_specifics ... 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_small_x ... ok [INFO] [stdout] test cephes64::k0::k0e_tests::k0e_large_x ... ok [INFO] [stdout] test cephes64::k0::k0e_tests::k0e_small_x ... ok [INFO] [stdout] test cephes64::k0::k0_tests::k0_trivials ... ok [INFO] [stdout] test cephes64::k0::k0e_tests::k0e_trivials ... ok [INFO] [stdout] test cephes64::k1::k1_tests::k1_large_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_small_x ... ok [INFO] [stdout] test cephes64::k1::k1e_tests::k0e_trivials ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_0_large_x ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_0_small_x ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_0_trivials ... ok [INFO] [stdout] test cephes64::k1::k1e_tests::k0e_large_x ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_1_trivials ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_1_small_x ... 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_tests ... ok [INFO] [stdout] test cephes64::nbdtr::nbdtr_tests::nbdtr_trivials ... ok [INFO] [stdout] test cephes64::ndtr::erf_tests::erf_large ... ok [INFO] [stdout] test cephes64::ndtr::erf_tests::erf_small ... ok [INFO] [stdout] test cephes64::ndtr::erf_tests::erf_trivials ... ok [INFO] [stdout] test cephes64::ndtr::erfc_tests::erfc_large ... 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::ndtr::ndtr_tests::ndtr_large ... ok [INFO] [stdout] test cephes64::ndtr::ndtr_tests::ndtr_small ... ok [INFO] [stdout] test cephes64::ndtr::ndtr_tests::ndtr_trivials ... ok [INFO] [stdout] test cephes64::ndtri::ndtri_tests::ndtri_middle ... ok [INFO] [stdout] test cephes64::ndtri::ndtri_tests::ndtri_tails ... ok [INFO] [stdout] test cephes64::ndtri::ndtri_tests::ndtri_trivials ... ok [INFO] [stdout] test cephes64::pdtr::pdtr_tests::pdtr_trivials ... ok [INFO] [stdout] test cephes64::pdtr::pdtr_tests::pdtr_tests ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_1_large_x ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_large ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_med ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_neg ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_small ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_small_int ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_trivials ... ok [INFO] [stdout] test cephes64::rgamma::rgamma_tests::rgamma_large ... ok [INFO] [stdout] test cephes64::rgamma::rgamma_tests::rgamma_large_neg ... 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::shichi::shichi_tests::shichi_large ... ok [INFO] [stdout] test cephes64::shichi::shichi_tests::shichi_medium ... ok [INFO] [stdout] test cephes64::shichi::shichi_tests::shichi_small ... 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::sici::sici_tests::sici_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_asy ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_large ... ok [INFO] [stdout] test cephes64::rgamma::rgamma_tests::rgamma_trivials ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_small ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_trivials ... ok [INFO] [stdout] test cephes64::ellpj::ellpj_tests::ellpj_nominal ... FAILED [INFO] [stdout] test cephes64::expn::expn_tests::expn_asy ... FAILED [INFO] [stdout] test cephes64::stdtr::stdtr_tests::stdtr_even_k ... ok [INFO] [stdout] test cephes64::gamma::gamma_tests::gamma_pos ... FAILED [INFO] [stdout] test cephes64::spence::spence_tests::spence_medium ... ok [INFO] [stdout] test cephes64::stdtr::stdtr_tests::stdtr_odd_k ... ok [INFO] [stdout] test cephes64::stdtr::stdtr_tests::stdtr_t_lt_neg2 ... FAILED [INFO] [stdout] test cephes64::stdtr::stdtr_tests::stdtr_trivials ... ok [INFO] [stdout] test cephes64::stdtr::stdtri_tests::stdtri_p_large ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_0_large_x ... ok [INFO] [stdout] test cephes64::ellpj::ellpj_tests::ellpj_m_large ... FAILED [INFO] [stdout] test cephes64::yn::yn_tests::yn_0_small_x ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_0_trivials ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_1_large_x ... ok [INFO] [stdout] test cephes64::stdtr::stdtri_tests::stdtri_p_medium ... FAILED [INFO] [stdout] test cephes64::stdtr::stdtri_tests::stdtri_trivials ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_1_small_x ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_neg_tests ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_pos_tests ... ok [INFO] [stdout] test cephes64::yv::yv_tests::yv_tests ... ok [INFO] [stdout] test cephes64::zeta::zeta_tests::zeta_large_q ... ok [INFO] [stdout] test cephes64::yv::yv_tests::yv_trivials ... 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::zeta::zeta_tests::zeta_trivials ... ok [INFO] [stdout] test cephes64::zeta::zeta_tests::zeta_nominal ... ok [INFO] [stdout] test cephes64::zetac::reimann_zeta_tests::riemann_zeta_neg ... ok [INFO] [stdout] test cephes64::zetac::reimann_zeta_tests::riemann_zeta_small_neg ... ok [INFO] [stdout] test cephes64::zetac::reimann_zeta_tests::riemann_zeta_positive ... ok [INFO] [stdout] test cephes64::zetac::zetac_tests::zetac_neg ... ok [INFO] [stdout] test cephes64::zetac::zetac_tests::zetac_positive ... ok [INFO] [stdout] test cephes64::zetac::reimann_zeta_tests::riemann_zeta_trivials ... ok [INFO] [stdout] test cephes64::zetac::zetac_tests::zetac_small_neg ... ok [INFO] [stdout] test cephes64::zetac::zetac_tests::zetac_trivials ... ok [INFO] [stdout] test misc::besselpoly::besselpoly_tests::besselpoly_a_0 ... ok [INFO] [stdout] test misc::besselpoly::besselpoly_tests::besselpoly_neg_int_nu ... ok [INFO] [stdout] test misc::carlson::ellippi_inc_tests::ellippi_inc_domain ... ok [INFO] [stdout] test misc::besselpoly::besselpoly_tests::besselpoly_trivials ... ok [INFO] [stdout] test misc::carlson::ellippi_tests::ellippi_trivials ... ok [INFO] [stdout] test misc::besselpoly::besselpoly_tests::besselpoly_nominal ... FAILED [INFO] [stdout] test misc::carlson::ellippi_inc_tests::ellippi_inc_values ... ok [INFO] [stdout] test misc::carlson::ellippi_tests::ellippi_values ... ok [INFO] [stdout] test misc::carlson::elliprc_tests::elliprc_trivials ... ok [INFO] [stdout] test misc::carlson::elliprd_tests::elliprd_degenerate ... ok [INFO] [stdout] test misc::carlson::elliprd_tests::elliprd_trivials ... ok [INFO] [stdout] test misc::carlson::elliprd_tests::elliprd_values ... ok [INFO] [stdout] test misc::carlson::elliprf_tests::elliprf_domain ... ok [INFO] [stdout] test misc::carlson::elliprf_tests::elliprf_trivials ... 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::carlson::elliprg_tests::elliprg_degenerate ... ok [INFO] [stdout] test misc::carlson::elliprg_tests::elliprg_values ... ok [INFO] [stdout] test misc::carlson::elliprj_tests::elliprj_domain ... ok [INFO] [stdout] test misc::carlson::elliprj_tests::elliprj_values ... ok [INFO] [stdout] test misc::carlson::elliprc_tests::elliprc_values ... ok [INFO] [stdout] test cephes64::i0::i0_tests::i0_small_x ... ok [INFO] [stdout] test misc::erfinv::erfcinv_tests::erfcinv_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::carlson::elliprc_tests::elliprc_relations ... ok [INFO] [stdout] test cephes64::zeta::zeta_tests::zeta_neg_q ... 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::pdfs::beta_pdf_tests::beta_pdf_trivials ... 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::beta_pdf_tests::beta_pdf_values ... ok [INFO] [stdout] test misc::pdfs::binom_pmf_tests::binom_pmf_values ... ok [INFO] [stdout] test misc::pdfs::f_pdf_tests::f_pdf_trivials ... ok [INFO] [stdout] test misc::pdfs::chi2_pdf_tests::chi2_pdf_values ... ok [INFO] [stdout] test misc::pdfs::f_pdf_tests::f_pdf_values ... ok [INFO] [stdout] test misc::pdfs::nbinom_pmf_tests::nbinom_pmf_values ... ok [INFO] [stdout] test misc::pdfs::norm_pdf_tests::norm_pdf_trivials ... ok [INFO] [stdout] test misc::pdfs::nbinom_pmf_tests::nbinom_pmf_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::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::pdfs::t_pdf_tests::t_pdf_values ... FAILED [INFO] [stdout] test cephes64::polevl::polevl_tests::polevl_test ... ok [INFO] [stdout] [INFO] [stdout] failures: [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: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5e876a85e1d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e876a85e1d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e876a86e78f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5e876a86e78f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5e876a82afd1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5e876a82afd1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5e876a837342 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5e876a83be8f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5e876a83bd21 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5e876a7fc82e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5e876a7fc82e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5e876a83c54f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5e876a83c54f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5e876a83c3aa - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5e876a837479 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5e876a81f76d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5e876a876090 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5e876a875f33 - core::panicking::assert_failed_inner::h4a63fb44a65807fc [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5e876a7b69a1 - core::panicking::assert_failed::hecdc8b52af35064c [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5e876a77d487 - spec_math::cephes64::ellpj::ellpj_tests::ellpj_nominal::h3f732b930a578051 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/ellpj.rs:242:9 [INFO] [stdout] 22: 0x5e876a77dd77 - spec_math::cephes64::ellpj::ellpj_tests::ellpj_nominal::{{closure}}::h6480d8314a540e01 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/ellpj.rs:232:23 [INFO] [stdout] 23: 0x5e876a78b426 - core::ops::function::FnOnce::call_once::hf3112d9d8a655aa5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5e876a7fc60b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5e876a7fc60b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5e876a812235 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5e876a812235 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5e876a812235 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5e876a812235 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5e876a812235 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5e876a812235 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5e876a812235 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5e876a7e8a44 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5e876a7e8a44 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5e876a7ec3ea - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5e876a7ec3ea - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5e876a7ec3ea - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5e876a7ec3ea - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5e876a7ec3ea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5e876a8325bf - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5e876a8325bf - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7662d94a3aa4 - [INFO] [stdout] 45: 0x7662d9530a34 - 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: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5e876a85e1d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e876a85e1d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e876a86e78f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5e876a86e78f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5e876a82afd1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5e876a82afd1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5e876a837342 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5e876a83be8f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5e876a83bd21 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5e876a7fc82e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5e876a7fc82e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5e876a83c54f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5e876a83c54f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5e876a83c3aa - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5e876a837479 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5e876a81f76d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5e876a876090 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5e876a875f33 - core::panicking::assert_failed_inner::h4a63fb44a65807fc [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5e876a7b6a1f - core::panicking::assert_failed::hf237e855dfb9704d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5e876a7d7f57 - spec_math::cephes64::expn::expn_tests::expn_asy::h576ed298e458a7f6 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/expn.rs:432:9 [INFO] [stdout] 22: 0x5e876a7d8237 - spec_math::cephes64::expn::expn_tests::expn_asy::{{closure}}::h942fe27beaf1349a [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/expn.rs:414:18 [INFO] [stdout] 23: 0x5e876a7886a6 - core::ops::function::FnOnce::call_once::h3de9cdcd39b46a2a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5e876a7fc60b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5e876a7fc60b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5e876a812235 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5e876a812235 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5e876a812235 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5e876a812235 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5e876a812235 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5e876a812235 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5e876a812235 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5e876a7e8a44 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5e876a7e8a44 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5e876a7ec3ea - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5e876a7ec3ea - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5e876a7ec3ea - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5e876a7ec3ea - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5e876a7ec3ea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5e876a8325bf - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5e876a8325bf - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7662d94a3aa4 - [INFO] [stdout] 45: 0x7662d9530a34 - 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: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5e876a85e1d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e876a85e1d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e876a86e78f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5e876a86e78f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5e876a82afd1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5e876a82afd1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5e876a837342 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5e876a83be8f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5e876a83bd21 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5e876a7fc82e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5e876a7fc82e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5e876a83c54f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5e876a83c54f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5e876a83c3aa - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5e876a837479 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5e876a81f76d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5e876a876090 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5e876a875f33 - core::panicking::assert_failed_inner::h4a63fb44a65807fc [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5e876a7b6a1f - core::panicking::assert_failed::hf237e855dfb9704d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5e876a775fca - spec_math::cephes64::gamma::gamma_tests::gamma_pos::h5bc432d8ff63602a [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/gamma.rs:450:9 [INFO] [stdout] 22: 0x5e876a7760f7 - spec_math::cephes64::gamma::gamma_tests::gamma_pos::{{closure}}::h86d6713dddc2df85 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/gamma.rs:442:19 [INFO] [stdout] 23: 0x5e876a78a7b6 - core::ops::function::FnOnce::call_once::hbf3cfca0229bd47e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5e876a7fc60b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5e876a7fc60b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5e876a812235 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5e876a812235 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5e876a812235 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5e876a812235 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5e876a812235 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5e876a812235 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5e876a812235 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5e876a7e8a44 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5e876a7e8a44 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5e876a7ec3ea - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5e876a7ec3ea - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5e876a7ec3ea - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5e876a7ec3ea - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5e876a7ec3ea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5e876a8325bf - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5e876a8325bf - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7662d94a3aa4 - [INFO] [stdout] 45: 0x7662d9530a34 - 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: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5e876a85e1d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e876a85e1d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e876a86e78f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5e876a86e78f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5e876a82afd1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5e876a82afd1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5e876a837342 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5e876a83be8f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5e876a83bd21 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5e876a7fc82e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5e876a7fc82e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5e876a83c54f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5e876a83c54f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5e876a83c3aa - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5e876a837479 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5e876a81f76d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5e876a876090 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5e876a875f33 - core::panicking::assert_failed_inner::h4a63fb44a65807fc [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5e876a7b6a1f - core::panicking::assert_failed::hf237e855dfb9704d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5e876a7cb9fd - spec_math::cephes64::stdtr::stdtr_tests::stdtr_t_lt_neg2::h8af3bbe1c8090759 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/stdtr.rs:281:9 [INFO] [stdout] 22: 0x5e876a7cbb37 - spec_math::cephes64::stdtr::stdtr_tests::stdtr_t_lt_neg2::{{closure}}::h6894f456d89058de [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/stdtr.rs:272:25 [INFO] [stdout] 23: 0x5e876a7890f6 - core::ops::function::FnOnce::call_once::h64e8eada49d2d85c [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5e876a7fc60b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5e876a7fc60b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5e876a812235 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5e876a812235 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5e876a812235 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5e876a812235 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5e876a812235 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5e876a812235 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5e876a812235 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5e876a7e8a44 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5e876a7e8a44 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5e876a7ec3ea - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5e876a7ec3ea - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5e876a7ec3ea - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5e876a7ec3ea - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5e876a7ec3ea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5e876a8325bf - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5e876a8325bf - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7662d94a3aa4 - [INFO] [stdout] 45: 0x7662d9530a34 - clone [INFO] [stdout] 46: 0x0 - [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: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5e876a85e1d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e876a85e1d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e876a86e78f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5e876a86e78f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5e876a82afd1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5e876a82afd1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5e876a837342 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5e876a83be8f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5e876a83bd21 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5e876a7fc82e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5e876a7fc82e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5e876a83c54f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5e876a83c54f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5e876a83c3aa - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5e876a837479 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5e876a81f76d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5e876a876090 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5e876a875f33 - core::panicking::assert_failed_inner::h4a63fb44a65807fc [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5e876a7b69a1 - core::panicking::assert_failed::hecdc8b52af35064c [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5e876a77c3ee - spec_math::cephes64::ellpj::ellpj_tests::ellpj_m_large::h7e8b1234bef8f246 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/ellpj.rs:222:9 [INFO] [stdout] 22: 0x5e876a77c6d7 - spec_math::cephes64::ellpj::ellpj_tests::ellpj_m_large::{{closure}}::h156e8960e2b710f6 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/ellpj.rs:209:23 [INFO] [stdout] 23: 0x5e876a7882e6 - core::ops::function::FnOnce::call_once::h305170a7674c09f9 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5e876a7fc60b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5e876a7fc60b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5e876a812235 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5e876a812235 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5e876a812235 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5e876a812235 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5e876a812235 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5e876a812235 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5e876a812235 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5e876a7e8a44 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5e876a7e8a44 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5e876a7ec3ea - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5e876a7ec3ea - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5e876a7ec3ea - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5e876a7ec3ea - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5e876a7ec3ea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5e876a8325bf - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5e876a8325bf - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7662d94a3aa4 - [INFO] [stdout] 45: 0x7662d9530a34 - 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: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5e876a85e1d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e876a85e1d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e876a86e78f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5e876a86e78f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5e876a82afd1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5e876a82afd1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5e876a837342 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5e876a83be8f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5e876a83bd21 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5e876a7fc82e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5e876a7fc82e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5e876a83c54f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5e876a83c54f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5e876a83c3aa - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5e876a837479 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5e876a81f76d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5e876a876090 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5e876a875f33 - core::panicking::assert_failed_inner::h4a63fb44a65807fc [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5e876a7b6a1f - core::panicking::assert_failed::hf237e855dfb9704d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5e876a7dac63 - spec_math::cephes64::stdtr::stdtri_tests::stdtri_p_medium::hd9bb626859d424eb [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/stdtr.rs:328:9 [INFO] [stdout] 22: 0x5e876a7daeb7 - spec_math::cephes64::stdtr::stdtri_tests::stdtri_p_medium::{{closure}}::h02b35e204cf495c4 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/stdtr.rs:309:25 [INFO] [stdout] 23: 0x5e876a78a436 - core::ops::function::FnOnce::call_once::hb1c7f7eedcf662fe [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5e876a7fc60b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5e876a7fc60b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5e876a812235 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5e876a812235 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5e876a812235 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5e876a812235 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5e876a812235 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5e876a812235 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5e876a812235 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5e876a7e8a44 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5e876a7e8a44 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5e876a7ec3ea - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5e876a7ec3ea - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5e876a7ec3ea - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5e876a7ec3ea - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5e876a7ec3ea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5e876a8325bf - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5e876a8325bf - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7662d94a3aa4 - [INFO] [stdout] 45: 0x7662d9530a34 - 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: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5e876a85e1d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e876a85e1d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e876a86e78f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5e876a86e78f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5e876a82afd1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5e876a82afd1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5e876a837342 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5e876a83be8f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5e876a83bd21 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5e876a7fc82e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5e876a7fc82e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5e876a83c54f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5e876a83c54f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5e876a83c3aa - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5e876a837479 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5e876a81f76d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5e876a876090 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5e876a875f33 - core::panicking::assert_failed_inner::h4a63fb44a65807fc [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5e876a7b6a1f - core::panicking::assert_failed::hf237e855dfb9704d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5e876a7b0333 - spec_math::misc::besselpoly::besselpoly_tests::besselpoly_nominal::hb5a7e3437a7dff8f [INFO] [stdout] at /opt/rustwide/workdir/src/misc/besselpoly.rs:100:9 [INFO] [stdout] 22: 0x5e876a7b03e7 - spec_math::misc::besselpoly::besselpoly_tests::besselpoly_nominal::{{closure}}::h4ebf2b9150c9ec6e [INFO] [stdout] at /opt/rustwide/workdir/src/misc/besselpoly.rs:80:28 [INFO] [stdout] 23: 0x5e876a787d66 - core::ops::function::FnOnce::call_once::h1ffa269907f9f316 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5e876a7fc60b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5e876a7fc60b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5e876a812235 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5e876a812235 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5e876a812235 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5e876a812235 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5e876a812235 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5e876a812235 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5e876a812235 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5e876a7e8a44 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5e876a7e8a44 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5e876a7ec3ea - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5e876a7ec3ea - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5e876a7ec3ea - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5e876a7ec3ea - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5e876a7ec3ea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5e876a8325bf - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5e876a8325bf - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7662d94a3aa4 - [INFO] [stdout] 45: 0x7662d9530a34 - 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: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5e876a85e1d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5e876a85e1d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e876a85e1d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e876a86e78f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5e876a86e78f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5e876a82afd1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5e876a82afd1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5e876a837342 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5e876a83be8f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5e876a83bd21 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5e876a7fc82e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5e876a7fc82e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5e876a83c54f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5e876a83c54f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5e876a83c3aa - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5e876a837479 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5e876a81f76d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5e876a876090 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5e876a875f33 - core::panicking::assert_failed_inner::h4a63fb44a65807fc [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:442:17 [INFO] [stdout] 20: 0x5e876a7b6a1f - core::panicking::assert_failed::hf237e855dfb9704d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:397:5 [INFO] [stdout] 21: 0x5e876a7c6b07 - spec_math::misc::pdfs::t_pdf_tests::t_pdf_values::h20caaf4f96b6ad5c [INFO] [stdout] at /opt/rustwide/workdir/src/misc/pdfs.rs:341:9 [INFO] [stdout] 22: 0x5e876a7c6e77 - spec_math::misc::pdfs::t_pdf_tests::t_pdf_values::{{closure}}::ha29acef8c826e596 [INFO] [stdout] at /opt/rustwide/workdir/src/misc/pdfs.rs:311:22 [INFO] [stdout] 23: 0x5e876a788166 - core::ops::function::FnOnce::call_once::h2cd4d5c7df5d788b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5e876a7fc60b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5e876a7fc60b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5e876a812235 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5e876a812235 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x5e876a812235 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x5e876a812235 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x5e876a812235 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5e876a812235 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5e876a812235 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5e876a7e8a44 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5e876a7e8a44 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5e876a7ec3ea - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x5e876a7ec3ea - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x5e876a7ec3ea - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x5e876a7ec3ea - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5e876a7ec3ea - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5e876a7ec3ea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5e876a8325bf - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x5e876a8325bf - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7662d94a3aa4 - [INFO] [stdout] 45: 0x7662d9530a34 - 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.08s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "be5f08fb6439a94402097cc4664397b865e3d98a86da0d7ccd91ecbebcb19799", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be5f08fb6439a94402097cc4664397b865e3d98a86da0d7ccd91ecbebcb19799", kill_on_drop: false }` [INFO] [stdout] be5f08fb6439a94402097cc4664397b865e3d98a86da0d7ccd91ecbebcb19799