[INFO] fetching crate spec_math 0.1.6... [INFO] testing spec_math-0.1.6 against 1.90.0 for beta-1.91-3 [INFO] extracting crate spec_math 0.1.6 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate spec_math 0.1.6 [INFO] finished tweaking crates.io crate spec_math 0.1.6 [INFO] tweaked toml for crates.io crate spec_math 0.1.6 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate spec_math 0.1.6 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 958668c0336d9b7abfa261d71c90f36a5ebf04c54b648da1236add1159a676ea [INFO] running `Command { std: "docker" "start" "-a" "958668c0336d9b7abfa261d71c90f36a5ebf04c54b648da1236add1159a676ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "958668c0336d9b7abfa261d71c90f36a5ebf04c54b648da1236add1159a676ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "958668c0336d9b7abfa261d71c90f36a5ebf04c54b648da1236add1159a676ea", kill_on_drop: false }` [INFO] [stdout] 958668c0336d9b7abfa261d71c90f36a5ebf04c54b648da1236add1159a676ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a53abcb0366efde36a8fdd4df50418dc8b3e6581a3c3f9253fac7b0155f30ed [INFO] running `Command { std: "docker" "start" "-a" "3a53abcb0366efde36a8fdd4df50418dc8b3e6581a3c3f9253fac7b0155f30ed", 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)]` 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.73s [INFO] running `Command { std: "docker" "inspect" "3a53abcb0366efde36a8fdd4df50418dc8b3e6581a3c3f9253fac7b0155f30ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a53abcb0366efde36a8fdd4df50418dc8b3e6581a3c3f9253fac7b0155f30ed", kill_on_drop: false }` [INFO] [stdout] 3a53abcb0366efde36a8fdd4df50418dc8b3e6581a3c3f9253fac7b0155f30ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ceba82caef3a59c21dbef66cc3f92b4d6a81c1306ed627e58a15755c6c64edf4 [INFO] running `Command { std: "docker" "start" "-a" "ceba82caef3a59c21dbef66cc3f92b4d6a81c1306ed627e58a15755c6c64edf4", 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)]` 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] [stderr] Compiling spec_math v0.1.6 (/opt/rustwide/workdir) [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] [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)]` 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)]` 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.94s [INFO] running `Command { std: "docker" "inspect" "ceba82caef3a59c21dbef66cc3f92b4d6a81c1306ed627e58a15755c6c64edf4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ceba82caef3a59c21dbef66cc3f92b4d6a81c1306ed627e58a15755c6c64edf4", kill_on_drop: false }` [INFO] [stdout] ceba82caef3a59c21dbef66cc3f92b4d6a81c1306ed627e58a15755c6c64edf4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 61f518fbea792432fade2c3302cbd5f68c7123a0f7272bc7d3ee3b162bbd6970 [INFO] running `Command { std: "docker" "start" "-a" "61f518fbea792432fade2c3302cbd5f68c7123a0f7272bc7d3ee3b162bbd6970", kill_on_drop: false }` [INFO] [stderr] warning: constant `LANCZOS_NUM` is never used [INFO] [stdout] [INFO] [stderr] --> src/cephes64/lanczos.rs:35:7 [INFO] [stdout] running 265 tests [INFO] [stderr] | [INFO] [stdout] test cephes64::airy::airy_tests::airy_large_x ... ok [INFO] [stderr] 35 | const LANCZOS_NUM: [f64; 13] = [ [INFO] [stdout] test cephes64::airy::airy_tests::airy_mdeium_x ... ok [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stdout] test cephes64::bdtr::bdtr_tests::bdtr_trivials ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::airy::airy_tests::airy_trivials ... ok [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] test cephes64::bdtr::bdtr_tests::bdtr_fk_0 ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::bdtr::bdtrc_tests::bdtrc_k_0 ... ok [INFO] [stderr] warning: constant `LANCZOS_DENOM` is never used [INFO] [stdout] test cephes64::bdtr::bdtrc_tests::bdtrc_nominal ... ok [INFO] [stderr] --> src/cephes64/lanczos.rs:51:7 [INFO] [stdout] test cephes64::bdtr::bdtrc_tests::bdtrc_trivials ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::bdtr::bdtri_tests::bdtri_nominal ... ok [INFO] [stderr] 51 | const LANCZOS_DENOM: [f64; 13] = [ [INFO] [stdout] test cephes64::bdtr::bdtri_tests::bdtri_fk_0 ... ok [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stdout] test cephes64::bdtr::bdtri_tests::bdtri_trivials ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::beta::beta_tests::beta_large ... ok [INFO] [stderr] warning: constant `LANCZOS_SUM_NEAR_1_D` is never used [INFO] [stdout] test cephes64::beta::beta_tests::beta_neg_int ... ok [INFO] [stderr] --> src/cephes64/lanczos.rs:99:7 [INFO] [stdout] test cephes64::beta::beta_tests::beta_norm ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::beta::beta_tests::beta_trivials ... ok [INFO] [stderr] 99 | const LANCZOS_SUM_NEAR_1_D: [f64; 12] = [ [INFO] [stdout] test cephes64::beta::lbeta_tests::lbeta_large ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] test cephes64::cbrt::cbrt_tests::cbrt_e_pos ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::cbrt::cbrt_tests::cbrt_e_neg ... ok [INFO] [stderr] warning: constant `LANCZOS_SUM_NEAR_2_D` is never used [INFO] [stdout] test cephes64::cbrt::cbrt_tests::cbrt_trivials ... ok [INFO] [stderr] --> src/cephes64/lanczos.rs:114:7 [INFO] [stdout] test cephes64::beta::lbeta_tests::lbeta_norm ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::beta::lbeta_tests::lbeta_trivials ... ok [INFO] [stderr] 114 | const LANCZOS_SUM_NEAR_2_D: [f64; 12] = [ [INFO] [stdout] test cephes64::airy::airy_tests::airy_small_x ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] test cephes64::bdtr::bdtr_tests::bdtr_nominal ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::chdtr::chdtr_tests::chdtr_trivials ... ok [INFO] [stderr] warning: function `lanczos_sum` is never used [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_large ... ok [INFO] [stderr] --> src/cephes64/lanczos.rs:141:8 [INFO] [stdout] test cephes64::beta::lbeta_tests::lbeta_neg_int ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_trivials ... ok [INFO] [stderr] 141 | pub fn lanczos_sum(x: f64) -> f64 [INFO] [stdout] test cephes64::ellie::tests::ellie_m_1 ... ok [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_nominal ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::chdtr::chdtr_tests::chdtr_tests ... ok [INFO] [stderr] warning: function `lanczos_sum_near_1` is never used [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_medium ... ok [INFO] [stderr] --> src/cephes64/lanczos.rs:154:8 [INFO] [stdout] test cephes64::dawsn::dawsn_tests::dawsn_small ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::ellie::tests::ellie_trivials ... ok [INFO] [stderr] 154 | pub fn lanczos_sum_near_1(dx: f64) -> f64 [INFO] [stdout] test cephes64::ellie::tests::ellie_small_lphi ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] test cephes64::ellpe::ellpe_tests::ellpe_negative ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::ellik::tests::ellik_trivials ... ok [INFO] [stderr] warning: function `lanczos_sum_near_2` is never used [INFO] [stdout] test cephes64::ellpe::ellpe_tests::ellpe_small ... ok [INFO] [stderr] --> src/cephes64/lanczos.rs:165:8 [INFO] [stdout] test cephes64::ellpj::ellpj_tests::ellpj_m_small ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::ellpe::ellpe_tests::ellpe_trivials ... ok [INFO] [stderr] 165 | pub fn lanczos_sum_near_2(dx: f64) -> f64 [INFO] [stdout] test cephes64::ellik::tests::ellik_m_neg ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] test cephes64::ellie::tests::ellie_nominal ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::ellik::tests::ellik_m_1 ... ok [INFO] [stderr] warning: `spec_math` (lib) generated 7 warnings [INFO] [stdout] test cephes64::ellie::tests::ellie_m_neg ... ok [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stdout] test cephes64::ellik::tests::ellik_nominal ... ok [INFO] [stderr] --> src/misc/carlson.rs:508:9 [INFO] [stdout] test cephes64::ellpj::ellpj_tests::ellpj_trivials ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::ellpk::ellpk_tests::ellpk_large ... ok [INFO] [stderr] 508 | use std::io::Write; [INFO] [stdout] test cephes64::ellpk::ellpk_tests::ellpk_medium ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stdout] test cephes64::ellpk::ellpk_tests::ellpk_trivials ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::expn::expn_tests::expn_n_0 ... ok [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] test cephes64::ellpk::ellpk_tests::ellpk_small ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::expn::expn_tests::expn_x_0 ... ok [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stdout] test cephes64::expn::expn_tests::expn_x_large ... ok [INFO] [stderr] --> src/misc/carlson.rs:661:9 [INFO] [stdout] test cephes64::fdtr::fdtr_tests::fdtr_trivials ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::expn::expn_tests::expn_x_small ... ok [INFO] [stderr] 661 | use std::io::Write; [INFO] [stdout] test cephes64::expn::expn_tests::expn_trivials ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stdout] test cephes64::fresnl::fresnl_tests::fresnl_large_x ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::fresnl::fresnl_tests::fresnl_trivials ... ok [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stdout] test cephes64::fdtr::fdtr_tests::fdtr_tests ... ok [INFO] [stderr] --> src/misc/carlson.rs:731:9 [INFO] [stdout] test cephes64::fresnl::fresnl_tests::fresnl_nominal ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::fresnl::fresnl_tests::fresnl_small_x ... ok [INFO] [stderr] 731 | use std::io::Write; [INFO] [stdout] test cephes64::gamma::gamma_tests::gamma_trivials ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stdout] test cephes64::gamma::gamma_tests::gamma_neg ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_large ... ok [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_large_neg ... ok [INFO] [stderr] --> src/misc/carlson.rs:778:9 [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_small ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_trivials ... ok [INFO] [stderr] 778 | use std::io::Write; [INFO] [stdout] test cephes64::gdtr::gdtr_tests::gdtr_tests ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stdout] test cephes64::gamma::lgam_tests::lgam_very_large ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::gdtr::gdtr_tests::gdtr_trivials ... ok [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stdout] test cephes64::i0::i0_tests::i0_large_x ... ok [INFO] [stderr] --> src/misc/carlson.rs:859:9 [INFO] [stdout] test cephes64::i0::i0_tests::i0_small_x ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::i0::i0_tests::i0_trivials ... ok [INFO] [stderr] 859 | use std::io::Write; [INFO] [stdout] test cephes64::i0::i0e_tests::i0e_large_x ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stdout] test cephes64::i0::i0e_tests::i0e_small_x ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::i1::i1_tests::i1_large_x ... ok [INFO] [stderr] warning: constant `TAYLOR0` is never used [INFO] [stdout] test cephes64::i0::i0e_tests::i0e_trivials ... ok [INFO] [stderr] --> src/cephes64/polevl.rs:143:11 [INFO] [stdout] test cephes64::i1::i1_tests::i1_small_x ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::i1::i1e_tests::i0e_large_x ... ok [INFO] [stderr] 143 | const TAYLOR0: [f64; 10] = [ [INFO] [stdout] test cephes64::i1::i1_tests::i1_trivials ... ok [INFO] [stderr] | ^^^^^^^ [INFO] [stdout] test cephes64::i1::i1e_tests::i0e_small_x ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::i1::i1e_tests::i1e_trivials ... ok [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] test cephes64::igam::igam_tests::igam_a_large ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::igam::igam_tests::igam_a_nominal ... ok [INFO] [stderr] warning: constant `LANCZOS_NUM` is never used [INFO] [stdout] test cephes64::igam::igam_tests::igam_others ... ok [INFO] [stderr] --> src/cephes64/lanczos.rs:35:7 [INFO] [stdout] test cephes64::igam::igamc_tests::igamc_a_large ... ok [INFO] [stderr] | [INFO] [stdout] test cephes64::igam::igam_tests::igam_trivials ... ok [INFO] [stderr] 35 | const LANCZOS_NUM: [f64; 13] = [ [INFO] [stdout] test cephes64::igam::igamc_tests::igamc_a_nominal ... ok [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stdout] test cephes64::igam::igamc_tests::igamc_others ... ok [INFO] [stderr] [INFO] [stdout] test cephes64::igam::igamc_tests::igamc_trivials ... ok [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] [stdout] test cephes64::igami::igamci_tests::igamci_large_q ... ok [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_trivials ... ok [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spec_math-7a378e921e0c6529) [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_a_1 ... ok [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_a_large ... ok [INFO] [stdout] test cephes64::igami::igamci_tests::igamci_a_small ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_a_1 ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_a_large ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_trivials ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_large_p ... ok [INFO] [stdout] test cephes64::igami::igami_tests::igami_a_small ... ok [INFO] [stdout] test cephes64::incbet::incbet_tests::incbet_small_x_small_a ... ok [INFO] [stdout] test cephes64::incbet::incbet_tests::incbet_small_x_small_b ... ok [INFO] [stdout] test cephes64::incbet::incbet_tests::incbet_trivials ... ok [INFO] [stdout] test cephes64::incbi::incbi_tests::incbi_nominal ... ok [INFO] [stdout] test cephes64::incbet::incbet_tests::incbet_nominal ... ok [INFO] [stdout] test cephes64::incbi::incbi_tests::incbi_trivials ... ok [INFO] [stdout] test cephes64::j0::y0_tests::y0_large_x ... ok [INFO] [stdout] test cephes64::incbi::incbi_tests::incbi_small_a_b ... ok [INFO] [stdout] test cephes64::j0::j0_tests::j0_large_x ... ok [INFO] [stdout] test cephes64::j0::j0_tests::j0_small_x ... ok [INFO] [stdout] test cephes64::j1::j1_tests::j1_large_x ... ok [INFO] [stdout] test cephes64::j1::j1_tests::j1_small_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_0_large_x ... ok [INFO] [stdout] test cephes64::jv::jv_tests::jv_0_small_x ... 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::j0::y0_tests::y0_small_x ... ok [INFO] [stdout] test cephes64::j0::y0_tests::y0_trivials ... 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::k0_tests::k0_trivials ... ok [INFO] [stdout] test cephes64::ellpj::ellpj_tests::ellpj_nominal ... FAILED [INFO] [stdout] test cephes64::k0::k0e_tests::k0e_large_x ... ok [INFO] [stdout] test cephes64::k1::k1_tests::k1_small_x ... ok [INFO] [stdout] test cephes64::k0::k0e_tests::k0e_small_x ... 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_trivials ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_0_large_x ... ok [INFO] [stdout] test cephes64::k1::k1e_tests::k0e_large_x ... ok [INFO] [stdout] test cephes64::k1::k1e_tests::k0e_small_x ... ok [INFO] [stdout] test cephes64::k1::k1e_tests::k0e_trivials ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_0_small_x ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_1_trivials ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_0_trivials ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_1_large_x ... ok [INFO] [stdout] test cephes64::kn::kn_tests::kn_1_small_x ... ok [INFO] [stdout] test cephes64::nbdtr::nbdtr_tests::nbdtr_tests ... ok [INFO] [stdout] test cephes64::kn::kn_tests::yn_neg_tests ... ok [INFO] [stdout] test cephes64::ndtr::erf_tests::erf_large ... ok [INFO] [stdout] test cephes64::kn::kn_tests::yn_pos_tests ... ok [INFO] [stdout] test cephes64::nbdtr::nbdtr_tests::nbdtr_trivials ... ok [INFO] [stdout] test cephes64::ndtr::erf_tests::erf_small ... ok [INFO] [stdout] test cephes64::ndtr::erf_tests::erf_trivials ... ok [INFO] [stdout] test cephes64::ellpj::ellpj_tests::ellpj_m_large ... FAILED [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::erfc_tests::erfc_large ... ok [INFO] [stdout] test cephes64::ndtr::erfc_tests::erfc_small ... ok [INFO] [stdout] test cephes64::ndtri::ndtri_tests::ndtri_middle ... ok [INFO] [stdout] test cephes64::ndtr::ndtr_tests::ndtr_trivials ... ok [INFO] [stdout] test cephes64::ndtri::ndtri_tests::ndtri_trivials ... ok [INFO] [stdout] test cephes64::pdtr::pdtr_tests::pdtr_tests ... ok [INFO] [stdout] test cephes64::expn::expn_tests::expn_asy ... FAILED [INFO] [stdout] test cephes64::ndtr::ndtr_tests::ndtr_small ... ok [INFO] [stdout] test cephes64::pdtr::pdtr_tests::pdtr_trivials ... ok [INFO] [stdout] test cephes64::polevl::polevl_tests::polevl_test ... ok [INFO] [stdout] test cephes64::ndtri::ndtri_tests::ndtri_tails ... ok [INFO] [stdout] test cephes64::gamma::gamma_tests::gamma_pos ... FAILED [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_large ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_small_int ... ok [INFO] [stdout] test cephes64::rgamma::rgamma_tests::rgamma_large ... ok [INFO] [stdout] test cephes64::psi::psi_tests::psi_trivials ... 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::rgamma::rgamma_tests::rgamma_large_neg ... 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::rgamma::rgamma_tests::rgamma_nominal ... ok [INFO] [stdout] test cephes64::sici::sici_tests::sici_large ... ok [INFO] [stdout] test cephes64::rgamma::rgamma_tests::rgamma_trivials ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_asy ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_medium ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_large ... ok [INFO] [stdout] test cephes64::sici::sici_tests::sici_small ... ok [INFO] [stdout] test cephes64::sici::sici_tests::sici_trivials ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_small ... ok [INFO] [stdout] test cephes64::spence::spence_tests::spence_trivials ... ok [INFO] [stdout] test cephes64::stdtr::stdtr_tests::stdtr_even_k ... ok [INFO] [stdout] test cephes64::stdtr::stdtr_tests::stdtr_odd_k ... ok [INFO] [stdout] test cephes64::stdtr::stdtr_tests::stdtr_trivials ... ok [INFO] [stdout] test cephes64::stdtr::stdtri_tests::stdtri_trivials ... ok [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::stdtr_tests::stdtr_t_lt_neg2 ... FAILED [INFO] [stdout] test cephes64::yn::yn_tests::yn_1_small_x ... ok [INFO] [stdout] test cephes64::stdtr::stdtri_tests::stdtri_p_large ... ok [INFO] [stdout] test cephes64::stdtr::stdtri_tests::stdtri_p_medium ... FAILED [INFO] [stdout] test cephes64::yn::yn_tests::yn_pos_tests ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_0_large_x ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_1_trivials ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_2_tests ... ok [INFO] [stdout] test cephes64::yv::yv_tests::yv_tests ... ok [INFO] [stdout] test cephes64::yv::yv_tests::yv_trivials ... ok [INFO] [stdout] test cephes64::zeta::zeta_tests::zeta_large_q ... ok [INFO] [stdout] test cephes64::shichi::shichi_tests::shichi_asy ... ok [INFO] [stdout] test cephes64::yn::yn_tests::yn_neg_tests ... ok [INFO] [stdout] test cephes64::zeta::zeta_tests::zeta_nominal ... ok [INFO] [stdout] test cephes64::zeta::zeta_tests::zeta_trivials ... ok [INFO] [stdout] test cephes64::zetac::reimann_zeta_tests::riemann_zeta_neg ... ok [INFO] [stdout] test cephes64::zetac::reimann_zeta_tests::riemann_zeta_trivials ... ok [INFO] [stdout] test cephes64::zetac::zetac_tests::zetac_positive ... 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 cephes64::zetac::zetac_tests::zetac_small_neg ... ok [INFO] [stdout] test misc::besselpoly::besselpoly_tests::besselpoly_neg_int_nu ... ok [INFO] [stdout] test misc::besselpoly::besselpoly_tests::besselpoly_trivials ... ok [INFO] [stdout] test misc::carlson::ellippi_inc_tests::ellippi_inc_domain ... ok [INFO] [stdout] test cephes64::zetac::reimann_zeta_tests::riemann_zeta_positive ... ok [INFO] [stdout] test cephes64::zetac::reimann_zeta_tests::riemann_zeta_small_neg ... ok [INFO] [stdout] test cephes64::zetac::zetac_tests::zetac_neg ... ok [INFO] [stdout] test misc::carlson::ellippi_tests::ellippi_values ... ok [INFO] [stdout] test misc::carlson::elliprc_tests::elliprc_values ... ok [INFO] [stdout] test misc::carlson::ellippi_inc_tests::ellippi_inc_values ... ok [INFO] [stdout] test misc::carlson::ellippi_tests::ellippi_trivials ... ok [INFO] [stdout] test misc::carlson::elliprc_tests::elliprc_trivials ... ok [INFO] [stdout] test misc::carlson::elliprf_tests::elliprf_domain ... ok [INFO] [stdout] test misc::besselpoly::besselpoly_tests::besselpoly_nominal ... FAILED [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::elliprg_tests::elliprg_degenerate ... ok [INFO] [stdout] test misc::carlson::elliprg_tests::elliprg_values ... ok [INFO] [stdout] test misc::carlson::elliprd_tests::elliprd_degenerate ... ok [INFO] [stdout] test misc::carlson::elliprf_tests::elliprf_trivials ... 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::erfinv::erfcinv_tests::erfcinv_trivials ... ok [INFO] [stdout] test misc::erfinv::erfcinv_tests::erfcinv_values ... 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::erfinv::erfinv_tests::erfinv_trivials ... ok [INFO] [stdout] test misc::pdfs::beta_pdf_tests::beta_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_trivials ... ok [INFO] [stdout] test misc::pdfs::binom_pmf_tests::binom_pmf_values ... ok [INFO] [stdout] test misc::pdfs::chi2_pdf_tests::chi2_pdf_trivials ... ok [INFO] [stdout] test misc::carlson::elliprf_tests::elliprf_values ... ok [INFO] [stdout] test misc::pdfs::chi2_pdf_tests::chi2_pdf_values ... ok [INFO] [stdout] test misc::pdfs::nbinom_pmf_tests::nbinom_pmf_trivials ... ok [INFO] [stdout] test misc::carlson::elliprg_tests::elliprd_trivials ... ok [INFO] [stdout] test misc::pdfs::nbinom_pmf_tests::nbinom_pmf_values ... ok [INFO] [stdout] test misc::pdfs::f_pdf_tests::f_pdf_trivials ... ok [INFO] [stdout] test misc::pdfs::norm_pdf_tests::norm_pdf_trivials ... ok [INFO] [stdout] test misc::pdfs::f_pdf_tests::f_pdf_values ... 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::poch::poch_tests::poch_pos_m ... 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::pdfs::t_pdf_tests::t_pdf_values ... FAILED [INFO] [stdout] test misc::poch::poch_tests::poch_singularities ... 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 cephes64::sici::sici_tests::sici_asy ... 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' 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: 0x5641136929a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5641136929a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5641136929a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5641136929a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5641136b7f13 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5641136b7f13 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x56411368f923 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x56411368f923 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5641136927f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x564113693f19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x564113693d4e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x56411365c324 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x56411365c324 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5641136948ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5641136948ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5641136946ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x564113692e99 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x56411369434d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5641136b6680 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5641136b6907 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x564113605add - core::panicking::assert_failed::hc158255742c12c91 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x5641135d7c37 - spec_math::cephes64::ellpj::ellpj_tests::ellpj_nominal::hd9e7a42adf3c4c1a [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/ellpj.rs:242:9 [INFO] [stdout] 22: 0x5641135d7767 - spec_math::cephes64::ellpj::ellpj_tests::ellpj_nominal::{{closure}}::hf832ca328fd69015 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/ellpj.rs:232:23 [INFO] [stdout] 23: 0x5641135c2186 - core::ops::function::FnOnce::call_once::h4fa3c2355cef9f6e [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x564113661b8b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x564113661b8b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x564113660cc5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x564113660cc5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x564113660cc5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x564113660cc5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x564113660cc5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x564113660cc5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x564113660cc5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5641136248c4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5641136248c4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x56411362829a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x56411362829a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x56411362829a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x56411362829a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x56411362829a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x56411369786f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x56411369786f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7bf0fb3bdaa4 - [INFO] [stdout] 45: 0x7bf0fb44aa34 - 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' 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: 0x5641136929a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5641136929a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5641136929a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5641136929a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5641136b7f13 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5641136b7f13 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x56411368f923 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x56411368f923 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5641136927f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x564113693f19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x564113693d4e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x56411365c324 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x56411365c324 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5641136948ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5641136948ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5641136946ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x564113692e99 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x56411369434d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5641136b6680 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5641136b6907 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x564113605add - core::panicking::assert_failed::hc158255742c12c91 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x5641135d747e - spec_math::cephes64::ellpj::ellpj_tests::ellpj_m_large::hd6fb8ae2ac76b15e [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/ellpj.rs:222:9 [INFO] [stdout] 22: 0x5641135d6f17 - spec_math::cephes64::ellpj::ellpj_tests::ellpj_m_large::{{closure}}::h4f5916625ad63ed8 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/ellpj.rs:209:23 [INFO] [stdout] 23: 0x5641135c2686 - core::ops::function::FnOnce::call_once::h65d3b8c38cce8ec9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x564113661b8b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x564113661b8b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x564113660cc5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x564113660cc5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x564113660cc5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x564113660cc5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x564113660cc5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x564113660cc5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x564113660cc5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5641136248c4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5641136248c4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x56411362829a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x56411362829a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x56411362829a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x56411362829a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x56411362829a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x56411369786f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x56411369786f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7bf0fb3bdaa4 - [INFO] [stdout] 45: 0x7bf0fb44aa34 - 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' 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: 0x5641136929a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5641136929a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5641136929a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5641136929a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5641136b7f13 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5641136b7f13 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x56411368f923 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x56411368f923 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5641136927f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x564113693f19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x564113693d4e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x56411365c324 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x56411365c324 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5641136948ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5641136948ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5641136946ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x564113692e99 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x56411369434d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5641136b6680 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5641136b6907 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x564113605a5f - core::panicking::assert_failed::h5cf533a1f71fe8e1 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x5641135b6e57 - spec_math::cephes64::expn::expn_tests::expn_asy::h3eae7a2ac7625a89 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/expn.rs:432:9 [INFO] [stdout] 22: 0x5641135b65c7 - spec_math::cephes64::expn::expn_tests::expn_asy::{{closure}}::h99fb444270886102 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/expn.rs:414:18 [INFO] [stdout] 23: 0x5641135c4906 - core::ops::function::FnOnce::call_once::hef04395b4c293d3b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x564113661b8b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x564113661b8b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x564113660cc5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x564113660cc5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x564113660cc5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x564113660cc5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x564113660cc5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x564113660cc5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x564113660cc5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5641136248c4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5641136248c4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x56411362829a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x56411362829a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x56411362829a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x56411362829a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x56411362829a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x56411369786f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x56411369786f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7bf0fb3bdaa4 - [INFO] [stdout] 45: 0x7bf0fb44aa34 - 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' 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: 0x5641136929a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5641136929a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5641136929a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5641136929a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5641136b7f13 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5641136b7f13 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x56411368f923 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x56411368f923 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5641136927f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x564113693f19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x564113693d4e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x56411365c324 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x56411365c324 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5641136948ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5641136948ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5641136946ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x564113692e99 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x56411369434d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5641136b6680 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5641136b6907 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x564113605a5f - core::panicking::assert_failed::h5cf533a1f71fe8e1 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x56411362012a - spec_math::cephes64::gamma::gamma_tests::gamma_pos::ha431cbaa31c6c5ad [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/gamma.rs:450:9 [INFO] [stdout] 22: 0x56411361fd97 - spec_math::cephes64::gamma::gamma_tests::gamma_pos::{{closure}}::hc17fe562bb6c6939 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/gamma.rs:442:19 [INFO] [stdout] 23: 0x5641135c0c46 - core::ops::function::FnOnce::call_once::h0002279f2bb8fa4e [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x564113661b8b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x564113661b8b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x564113660cc5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x564113660cc5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x564113660cc5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x564113660cc5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x564113660cc5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x564113660cc5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x564113660cc5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5641136248c4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5641136248c4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x56411362829a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x56411362829a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x56411362829a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x56411362829a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x56411362829a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x56411369786f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x56411369786f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7bf0fb3bdaa4 - [INFO] [stdout] 45: 0x7bf0fb44aa34 - 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' 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: 0x5641136929a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5641136929a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5641136929a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5641136929a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5641136b7f13 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5641136b7f13 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x56411368f923 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x56411368f923 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5641136927f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x564113693f19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x564113693d4e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x56411365c324 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x56411365c324 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5641136948ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5641136948ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5641136946ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x564113692e99 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x56411369434d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5641136b6680 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5641136b6907 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x564113605a5f - core::panicking::assert_failed::h5cf533a1f71fe8e1 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x564113615f2d - spec_math::cephes64::stdtr::stdtr_tests::stdtr_t_lt_neg2::h0299fc99de758cf3 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/stdtr.rs:281:9 [INFO] [stdout] 22: 0x564113615b77 - spec_math::cephes64::stdtr::stdtr_tests::stdtr_t_lt_neg2::{{closure}}::h3f9e023ce2c7d971 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/stdtr.rs:272:25 [INFO] [stdout] 23: 0x5641135c0e86 - core::ops::function::FnOnce::call_once::h0ad866d603743f53 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x564113661b8b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x564113661b8b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x564113660cc5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x564113660cc5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x564113660cc5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x564113660cc5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x564113660cc5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x564113660cc5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x564113660cc5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5641136248c4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5641136248c4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x56411362829a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x56411362829a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x56411362829a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x56411362829a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x56411362829a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x56411369786f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x56411369786f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7bf0fb3bdaa4 - [INFO] [stdout] 45: 0x7bf0fb44aa34 - 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' 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: 0x5641136929a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5641136929a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5641136929a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5641136929a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5641136b7f13 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5641136b7f13 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x56411368f923 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x56411368f923 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5641136927f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x564113693f19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x564113693d4e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x56411365c324 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x56411365c324 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5641136948ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5641136948ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5641136946ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x564113692e99 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] 17: 0x56411369434d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5641136b6680 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5641136b6907 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x564113605a5f - core::panicking::assert_failed::h5cf533a1f71fe8e1 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x5641135b3f03 - spec_math::cephes64::stdtr::stdtri_tests::stdtri_p_medium::h1521abd05d43f9ef [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/stdtr.rs:328:9 [INFO] [stdout] 22: 0x5641135b3787 - spec_math::cephes64::stdtr::stdtri_tests::stdtri_p_medium::{{closure}}::h27bb67c6d5ba1894 [INFO] [stdout] at /opt/rustwide/workdir/src/cephes64/stdtr.rs:309:25 [INFO] [stdout] 23: 0x5641135c31b6 - core::ops::function::FnOnce::call_once::h8b27a912f675982a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x564113661b8b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x564113661b8b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x564113660cc5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x564113660cc5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x564113660cc5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x564113660cc5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x564113660cc5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x564113660cc5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x564113660cc5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5641136248c4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5641136248c4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x56411362829a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x56411362829a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x56411362829a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x56411362829a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x56411362829a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x56411369786f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x56411369786f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7bf0fb3bdaa4 - [INFO] [stdout] 45: 0x7bf0fb44aa34 - 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' 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: 0x5641136929a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5641136929a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5641136929a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5641136929a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5641136b7f13 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5641136b7f13 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x56411368f923 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x56411368f923 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5641136927f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x564113693f19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x564113693d4e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x56411365c324 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x56411365c324 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5641136948ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5641136948ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5641136946ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x564113692e99 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x56411369434d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5641136b6680 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5641136b6907 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x564113605a5f - core::panicking::assert_failed::h5cf533a1f71fe8e1 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x5641135b1783 - spec_math::misc::besselpoly::besselpoly_tests::besselpoly_nominal::hd95e02e88a47222f [INFO] [stdout] at /opt/rustwide/workdir/src/misc/besselpoly.rs:100:9 [INFO] [stdout] 22: 0x5641135b0ca7 - spec_math::misc::besselpoly::besselpoly_tests::besselpoly_nominal::{{closure}}::h48d6398c264eac03 [INFO] [stdout] at /opt/rustwide/workdir/src/misc/besselpoly.rs:80:28 [INFO] [stdout] 23: 0x5641135c0e46 - core::ops::function::FnOnce::call_once::h088de353273e1aaa [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x564113661b8b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x564113661b8b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x564113660cc5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x564113660cc5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x564113660cc5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x564113660cc5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x564113660cc5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x564113660cc5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x564113660cc5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5641136248c4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5641136248c4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x56411362829a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x56411362829a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x56411362829a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x56411362829a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x56411362829a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x56411369786f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x56411369786f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7bf0fb3bdaa4 - [INFO] [stdout] 45: 0x7bf0fb44aa34 - 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' 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: 0x5641136929a2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5641136929a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5641136929a2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5641136929a2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5641136b7f13 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5641136b7f13 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x56411368f923 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x56411368f923 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5641136927f2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x564113693f19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x564113693d4e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x56411365c324 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x56411365c324 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5641136948ee - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5641136948ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5641136946ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x564113692e99 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x56411369434d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5641136b6680 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5641136b6907 - core::panicking::assert_failed_inner::h102b4539a88470c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17 [INFO] [stdout] 20: 0x564113605a5f - core::panicking::assert_failed::h5cf533a1f71fe8e1 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5 [INFO] [stdout] 21: 0x56411361a8e7 - spec_math::misc::pdfs::t_pdf_tests::t_pdf_values::hb81767f3b63f9ba4 [INFO] [stdout] at /opt/rustwide/workdir/src/misc/pdfs.rs:341:9 [INFO] [stdout] 22: 0x564113619e07 - spec_math::misc::pdfs::t_pdf_tests::t_pdf_values::{{closure}}::he3a6ba6d8d846bb5 [INFO] [stdout] at /opt/rustwide/workdir/src/misc/pdfs.rs:311:22 [INFO] [stdout] 23: 0x5641135c3e36 - core::ops::function::FnOnce::call_once::hc3cc1cdcaa398025 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x564113661b8b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x564113661b8b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x564113660cc5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x564113660cc5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x564113660cc5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x564113660cc5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x564113660cc5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x564113660cc5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x564113660cc5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5641136248c4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5641136248c4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x56411362829a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x56411362829a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x56411362829a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x56411362829a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x56411362829a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x56411362829a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x56411369786f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 43: 0x56411369786f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 44: 0x7bf0fb3bdaa4 - [INFO] [stdout] 45: 0x7bf0fb44aa34 - 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.13s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "61f518fbea792432fade2c3302cbd5f68c7123a0f7272bc7d3ee3b162bbd6970", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61f518fbea792432fade2c3302cbd5f68c7123a0f7272bc7d3ee3b162bbd6970", kill_on_drop: false }` [INFO] [stdout] 61f518fbea792432fade2c3302cbd5f68c7123a0f7272bc7d3ee3b162bbd6970