[INFO] cloning repository https://github.com/nbos/cont-arith-code
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nbos/cont-arith-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnbos%2Fcont-arith-code", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnbos%2Fcont-arith-code'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 86c4d27af8cc3e6f4fb7f666f6d5d1a306cf7aea
[INFO] testing nbos/cont-arith-code against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnbos%2Fcont-arith-code" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nbos/cont-arith-code
[INFO] finished tweaking git repo https://github.com/nbos/cont-arith-code
[INFO] tweaked toml for git repo https://github.com/nbos/cont-arith-code written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nbos/cont-arith-code on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nbos/cont-arith-code already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded logaddexp v0.1.3
[INFO] [stderr]   Downloaded rand_core v0.9.0
[INFO] [stderr]   Downloaded matrixmultiply v0.3.9
[INFO] [stderr]   Downloaded simba v0.9.0
[INFO] [stderr]   Downloaded errorfunctions v0.2.0
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.17
[INFO] [stderr]   Downloaded wide v0.7.32
[INFO] [stderr]   Downloaded statrs v0.18.0
[INFO] [stderr]   Downloaded zerocopy v0.8.17
[INFO] [stderr]   Downloaded nalgebra v0.33.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 601c805f369bfd8915ff787a5e32ae1a4abdf62d0ac3f6998078bb47c56d723d
[INFO] running `Command { std: "docker" "start" "-a" "601c805f369bfd8915ff787a5e32ae1a4abdf62d0ac3f6998078bb47c56d723d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "601c805f369bfd8915ff787a5e32ae1a4abdf62d0ac3f6998078bb47c56d723d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "601c805f369bfd8915ff787a5e32ae1a4abdf62d0ac3f6998078bb47c56d723d", kill_on_drop: false }`
[INFO] [stdout] 601c805f369bfd8915ff787a5e32ae1a4abdf62d0ac3f6998078bb47c56d723d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e5a8ffc7be625685a4cd7ede143c84227027081b7f7ac580ac8f54e607a3091a
[INFO] running `Command { std: "docker" "start" "-a" "e5a8ffc7be625685a4cd7ede143c84227027081b7f7ac580ac8f54e607a3091a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling bytemuck v1.21.0
[INFO] [stderr]    Compiling zerocopy v0.8.17
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling wide v0.7.32
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_core v0.9.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling logaddexp v0.1.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling errorfunctions v0.2.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling statrs v0.18.0
[INFO] [stderr]    Compiling cont-arith-code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/distribution/categorical.rs:198:16
[INFO] [stdout]     |
[INFO] [stdout] 198 |         .map(|lp| (lp.exp())) // lin space
[INFO] [stdout]     |                   ^        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 198 -         .map(|lp| (lp.exp())) // lin space
[INFO] [stdout] 198 +         .map(|lp| lp.exp() ) // lin space
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/special.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     (0.5 * -t.erfc()).ln_1p()
[INFO] [stdout]    |               ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]    = help: call with fully qualified syntax `errorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method
[INFO] [stdout]    = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::<impl f64>::erfc`
[INFO] [stdout]   --> src/lib.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(float_erf)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.17s
[INFO] running `Command { std: "docker" "inspect" "e5a8ffc7be625685a4cd7ede143c84227027081b7f7ac580ac8f54e607a3091a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5a8ffc7be625685a4cd7ede143c84227027081b7f7ac580ac8f54e607a3091a", kill_on_drop: false }`
[INFO] [stdout] e5a8ffc7be625685a4cd7ede143c84227027081b7f7ac580ac8f54e607a3091a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 847850bdde9cdc99d540f1472358b5c760ce3bbad7bc44b3ccf005ce684bdc08
[INFO] running `Command { std: "docker" "start" "-a" "847850bdde9cdc99d540f1472358b5c760ce3bbad7bc44b3ccf005ce684bdc08", kill_on_drop: false }`
[INFO] [stderr]    Compiling cont-arith-code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/distribution/categorical.rs:198:16
[INFO] [stdout]     |
[INFO] [stdout] 198 |         .map(|lp| (lp.exp())) // lin space
[INFO] [stdout]     |                   ^        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 198 -         .map(|lp| (lp.exp())) // lin space
[INFO] [stdout] 198 +         .map(|lp| lp.exp() ) // lin space
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/special.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     (0.5 * -t.erfc()).ln_1p()
[INFO] [stdout]    |               ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]    = help: call with fully qualified syntax `errorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method
[INFO] [stdout]    = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::<impl f64>::erfc`
[INFO] [stdout]   --> src/lib.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(float_erf)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/distribution/categorical.rs:198:16
[INFO] [stdout]     |
[INFO] [stdout] 198 |         .map(|lp| (lp.exp())) // lin space
[INFO] [stdout]     |                   ^        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 198 -         .map(|lp| (lp.exp())) // lin space
[INFO] [stdout] 198 +         .map(|lp| lp.exp() ) // lin space
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/special.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     (0.5 * -t.erfc()).ln_1p()
[INFO] [stdout]    |               ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]    = help: call with fully qualified syntax `errorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method
[INFO] [stdout]    = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::<impl f64>::erfc`
[INFO] [stdout]   --> src/lib.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(float_erf)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.80s
[INFO] running `Command { std: "docker" "inspect" "847850bdde9cdc99d540f1472358b5c760ce3bbad7bc44b3ccf005ce684bdc08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "847850bdde9cdc99d540f1472358b5c760ce3bbad7bc44b3ccf005ce684bdc08", kill_on_drop: false }`
[INFO] [stdout] 847850bdde9cdc99d540f1472358b5c760ce3bbad7bc44b3ccf005ce684bdc08
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2228d3210043c2c7fc4a460089db19a444bdfad6c5f3563c7e636bc04a3c3cc9
[INFO] running `Command { std: "docker" "start" "-a" "2228d3210043c2c7fc4a460089db19a444bdfad6c5f3563c7e636bc04a3c3cc9", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/distribution/categorical.rs:198:16
[INFO] [stderr]     |
[INFO] [stderr] 198 |         .map(|lp| (lp.exp())) // lin space
[INFO] [stderr]     |                   ^        ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 198 -         .map(|lp| (lp.exp())) // lin space
[INFO] [stderr] 198 +         .map(|lp| lp.exp() ) // lin space
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]   --> src/special.rs:35:12
[INFO] [stderr]    |
[INFO] [stderr] 35 |     (0.5 * -t.erfc()).ln_1p()
[INFO] [stderr]    |               ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]    = help: call with fully qualified syntax `errorfunctions::RealErrorFunctions::erfc(...)` to keep using the current method
[INFO] [stderr]    = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr] help: add `#![feature(float_erf)]` to the crate attributes to enable `f64::<impl f64>::erfc`
[INFO] [stderr]   --> src/lib.rs:1:1
[INFO] [stderr]    |
[INFO] [stderr]  1 + #![feature(float_erf)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `cont-arith-code` (lib) generated 2 warnings (run `cargo fix --lib -p cont-arith-code` to apply 1 suggestion)
[INFO] [stderr] warning: `cont-arith-code` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cont_arith_code-be9f5239dcd06610)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cont_arith_code-7f0900266466e61e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cont_arith_code
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/distribution/categorical.rs:198:16
[INFO] [stderr]     |
[INFO] [stderr] 198 |         .map(|lp| (lp.exp())) // lin space
[INFO] [stderr]     |                   ^        ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 198 -         .map(|lp| (lp.exp())) // lin space
[INFO] [stderr] 198 +         .map(|lp| lp.exp() ) // lin space
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/special.rs - special::ndtri_exp (line 332) ... FAILED
[INFO] [stdout] test src/special.rs - special::ndtri_exp (line 347) ... FAILED
[INFO] [stdout] test src/special.rs - special::ndtri_exp (line 371) ... FAILED
[INFO] [stdout] test src/special.rs - special::ndtri_exp (line 351) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/special.rs - special::ndtri_exp (line 332) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `Relative`
[INFO] [stdout]    --> src/special.rs:333:53
[INFO] [stdout]     |
[INFO] [stdout] 333 | ...                   Estimated Relative Error
[INFO] [stdout]     |                                 ^^^^^^^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/special.rs - special::ndtri_exp (line 347) stdout ----
[INFO] [stdout] error: expected item, found `-`
[INFO] [stdout]    --> src/special.rs:348:1
[INFO] [stdout]     |
[INFO] [stdout] 348 | -2 <= y <= log(1 - exp(-2)) ~ -0.1454
[INFO] [stdout]     | ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/special.rs - special::ndtri_exp (line 371) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]    --> src/special.rs:372:11
[INFO] [stdout]     |
[INFO] [stdout] 372 | abs(ndtri(x + epsilon) - ndtri(x))
[INFO] [stdout]     |           ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `epsilon` in this scope
[INFO] [stdout]    --> src/special.rs:372:15
[INFO] [stdout]     |
[INFO] [stdout] 372 | abs(ndtri(x + epsilon) - ndtri(x))
[INFO] [stdout]     |               ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]    --> src/special.rs:372:32
[INFO] [stdout]     |
[INFO] [stdout] 372 | abs(ndtri(x + epsilon) - ndtri(x))
[INFO] [stdout]     |                                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ndtri` in this scope
[INFO] [stdout]    --> src/special.rs:372:5
[INFO] [stdout]     |
[INFO] [stdout] 372 | abs(ndtri(x + epsilon) - ndtri(x))
[INFO] [stdout]     |     ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ndtri` in this scope
[INFO] [stdout]    --> src/special.rs:372:26
[INFO] [stdout]     |
[INFO] [stdout] 372 | abs(ndtri(x + epsilon) - ndtri(x))
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `abs` in this scope
[INFO] [stdout]    --> src/special.rs:372:1
[INFO] [stdout]     |
[INFO] [stdout] 372 | abs(ndtri(x + epsilon) - ndtri(x))
[INFO] [stdout]     | ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/special.rs - special::ndtri_exp (line 351) stdout ----
[INFO] [stdout] error: `~` cannot be used as a unary operator
[INFO] [stdout]    --> src/special.rs:352:1
[INFO] [stdout]     |
[INFO] [stdout] 352 | ~ 0.135 <= p <= ~ 0.865
[INFO] [stdout]     | ^
[INFO] [stdout]     |
[INFO] [stdout] help: use `!` to perform bitwise not
[INFO] [stdout]     |
[INFO] [stdout] 352 - ~ 0.135 <= p <= ~ 0.865
[INFO] [stdout] 352 + ! 0.135 <= p <= ~ 0.865
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: comparison operators cannot be chained
[INFO] [stdout]    --> src/special.rs:352:9
[INFO] [stdout]     |
[INFO] [stdout] 352 | ~ 0.135 <= p <= ~ 0.865
[INFO] [stdout]     |         ^^   ^^
[INFO] [stdout]     |
[INFO] [stdout] help: split the comparison into two
[INFO] [stdout]     |
[INFO] [stdout] 352 | ~ 0.135 <= p && p <= ~ 0.865
[INFO] [stdout]     |              ++++
[INFO] [stdout] 
[INFO] [stdout] error: `~` cannot be used as a unary operator
[INFO] [stdout]    --> src/special.rs:352:17
[INFO] [stdout]     |
[INFO] [stdout] 352 | ~ 0.135 <= p <= ~ 0.865
[INFO] [stdout]     |                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: use `!` to perform bitwise not
[INFO] [stdout]     |
[INFO] [stdout] 352 - ~ 0.135 <= p <= ~ 0.865
[INFO] [stdout] 352 + ~ 0.135 <= p <= ! 0.865
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `p` in this scope
[INFO] [stdout]    --> src/special.rs:352:12
[INFO] [stdout]     |
[INFO] [stdout] 352 | ~ 0.135 <= p <= ~ 0.865
[INFO] [stdout]     |            ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `!` to type `{float}`
[INFO] [stdout]    --> src/special.rs:352:1
[INFO] [stdout]     |
[INFO] [stdout] 352 | ~ 0.135 <= p <= ~ 0.865
[INFO] [stdout]     | ^^^^^^^ cannot apply unary operator `!`
[INFO] [stdout] 
[INFO] [stdout] error[E0600]: cannot apply unary operator `!` to type `{float}`
[INFO] [stdout]    --> src/special.rs:352:17
[INFO] [stdout]     |
[INFO] [stdout] 352 | ~ 0.135 <= p <= ~ 0.865
[INFO] [stdout]     |                 ^^^^^^^ cannot apply unary operator `!`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/special.rs:352:1
[INFO] [stdout]     |
[INFO] [stdout] 351 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_special_rs_351_0() {
[INFO] [stdout]     |                                                                             - help: try adding a return type: `-> bool`
[INFO] [stdout] 352 | ~ 0.135 <= p <= ~ 0.865
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found `bool`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425, E0600.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/special.rs - special::ndtri_exp (line 332)
[INFO] [stdout]     src/special.rs - special::ndtri_exp (line 347)
[INFO] [stdout]     src/special.rs - special::ndtri_exp (line 351)
[INFO] [stdout]     src/special.rs - special::ndtri_exp (line 371)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "2228d3210043c2c7fc4a460089db19a444bdfad6c5f3563c7e636bc04a3c3cc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2228d3210043c2c7fc4a460089db19a444bdfad6c5f3563c7e636bc04a3c3cc9", kill_on_drop: false }`
[INFO] [stdout] 2228d3210043c2c7fc4a460089db19a444bdfad6c5f3563c7e636bc04a3c3cc9
