[INFO] fetching crate rug 1.22.0... [INFO] testing rug-1.22.0 against try#5a3d3b91048a0adf280e7a4e589c1dda6443f172 for pr-115235 [INFO] extracting crate rug 1.22.0 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate rug 1.22.0 on toolchain 5a3d3b91048a0adf280e7a4e589c1dda6443f172 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rug 1.22.0 [INFO] finished tweaking crates.io crate rug 1.22.0 [INFO] tweaked toml for crates.io crate rug 1.22.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 82b0292e47da8de6ba6e0e7b167852c30c679b910348229507076e837348350b [INFO] running `Command { std: "docker" "start" "-a" "82b0292e47da8de6ba6e0e7b167852c30c679b910348229507076e837348350b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "82b0292e47da8de6ba6e0e7b167852c30c679b910348229507076e837348350b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82b0292e47da8de6ba6e0e7b167852c30c679b910348229507076e837348350b", kill_on_drop: false }` [INFO] [stdout] 82b0292e47da8de6ba6e0e7b167852c30c679b910348229507076e837348350b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f50437646acae721394512c35cc274eb8c461f2fffc8697545355c25ac04e03 [INFO] running `Command { std: "docker" "start" "-a" "0f50437646acae721394512c35cc274eb8c461f2fffc8697545355c25ac04e03", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling gmp-mpfr-sys v1.6.1 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling rug v1.22.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/integer/big.rs:237:20 [INFO] [stdout] | [INFO] [stdout] 237 | pub const ONE: &Integer = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 237 | pub const ONE: &'static Integer = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/integer/big.rs:253:24 [INFO] [stdout] | [INFO] [stdout] 253 | pub const NEG_ONE: &Integer = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 253 | pub const NEG_ONE: &'static Integer = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/rational/big.rs:194:21 [INFO] [stdout] | [INFO] [stdout] 194 | pub const ZERO: &Rational = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 194 | pub const ZERO: &'static Rational = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/rational/big.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | pub const ONE: &Rational = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 213 | pub const ONE: &'static Rational = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/rational/big.rs:233:24 [INFO] [stdout] | [INFO] [stdout] 233 | pub const NEG_ONE: &Rational = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 233 | pub const NEG_ONE: &'static Rational = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 08s [INFO] running `Command { std: "docker" "inspect" "0f50437646acae721394512c35cc274eb8c461f2fffc8697545355c25ac04e03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f50437646acae721394512c35cc274eb8c461f2fffc8697545355c25ac04e03", kill_on_drop: false }` [INFO] [stdout] 0f50437646acae721394512c35cc274eb8c461f2fffc8697545355c25ac04e03 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7562b7a3c9af07a9f1f4e4bdf9cad6af13f6dbd2d9ac82398444bb40e73a7cb1 [INFO] running `Command { std: "docker" "start" "-a" "7562b7a3c9af07a9f1f4e4bdf9cad6af13f6dbd2d9ac82398444bb40e73a7cb1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/integer/big.rs:237:20 [INFO] [stdout] | [INFO] [stdout] 237 | pub const ONE: &Integer = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 237 | pub const ONE: &'static Integer = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/integer/big.rs:253:24 [INFO] [stdout] | [INFO] [stdout] 253 | pub const NEG_ONE: &Integer = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 253 | pub const NEG_ONE: &'static Integer = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/rational/big.rs:194:21 [INFO] [stdout] | [INFO] [stdout] 194 | pub const ZERO: &Rational = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 194 | pub const ZERO: &'static Rational = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/rational/big.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | pub const ONE: &Rational = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 213 | pub const ONE: &'static Rational = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/rational/big.rs:233:24 [INFO] [stdout] | [INFO] [stdout] 233 | pub const NEG_ONE: &Rational = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 233 | pub const NEG_ONE: &'static Rational = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling serde_test v1.0.176 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling rug v1.22.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/integer/big.rs:237:20 [INFO] [stdout] | [INFO] [stdout] 237 | pub const ONE: &Integer = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 237 | pub const ONE: &'static Integer = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/integer/big.rs:253:24 [INFO] [stdout] | [INFO] [stdout] 253 | pub const NEG_ONE: &Integer = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 253 | pub const NEG_ONE: &'static Integer = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/rational/big.rs:194:21 [INFO] [stdout] | [INFO] [stdout] 194 | pub const ZERO: &Rational = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 194 | pub const ZERO: &'static Rational = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/rational/big.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | pub const ONE: &Rational = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 213 | pub const ONE: &'static Rational = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/rational/big.rs:233:24 [INFO] [stdout] | [INFO] [stdout] 233 | pub const NEG_ONE: &Rational = { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #115010 [INFO] [stdout] help: use the `'static` lifetime [INFO] [stdout] | [INFO] [stdout] 233 | pub const NEG_ONE: &'static Rational = { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.16s [INFO] running `Command { std: "docker" "inspect" "7562b7a3c9af07a9f1f4e4bdf9cad6af13f6dbd2d9ac82398444bb40e73a7cb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7562b7a3c9af07a9f1f4e4bdf9cad6af13f6dbd2d9ac82398444bb40e73a7cb1", kill_on_drop: false }` [INFO] [stdout] 7562b7a3c9af07a9f1f4e4bdf9cad6af13f6dbd2d9ac82398444bb40e73a7cb1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 117e5483323a066ee4be6e937ed2917070f1b021da2a1da71844ed9e47c07eb6 [INFO] running `Command { std: "docker" "start" "-a" "117e5483323a066ee4be6e937ed2917070f1b021da2a1da71844ed9e47c07eb6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stderr] --> src/integer/big.rs:237:20 [INFO] [stderr] | [INFO] [stderr] 237 | pub const ONE: &Integer = { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #115010 [INFO] [stderr] = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default [INFO] [stderr] help: use the `'static` lifetime [INFO] [stderr] | [INFO] [stderr] 237 | pub const ONE: &'static Integer = { [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stderr] --> src/integer/big.rs:253:24 [INFO] [stderr] | [INFO] [stderr] 253 | pub const NEG_ONE: &Integer = { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #115010 [INFO] [stderr] help: use the `'static` lifetime [INFO] [stderr] | [INFO] [stderr] 253 | pub const NEG_ONE: &'static Integer = { [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stderr] --> src/rational/big.rs:194:21 [INFO] [stderr] | [INFO] [stderr] 194 | pub const ZERO: &Rational = { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #115010 [INFO] [stderr] help: use the `'static` lifetime [INFO] [stderr] | [INFO] [stderr] 194 | pub const ZERO: &'static Rational = { [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stderr] --> src/rational/big.rs:213:20 [INFO] [stderr] | [INFO] [stderr] 213 | pub const ONE: &Rational = { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #115010 [INFO] [stderr] help: use the `'static` lifetime [INFO] [stderr] | [INFO] [stderr] 213 | pub const ONE: &'static Rational = { [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here [INFO] [stderr] --> src/rational/big.rs:233:24 [INFO] [stderr] | [INFO] [stderr] 233 | pub const NEG_ONE: &Rational = { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #115010 [INFO] [stderr] help: use the `'static` lifetime [INFO] [stderr] | [INFO] [stderr] 233 | pub const NEG_ONE: &'static Rational = { [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `rug` (lib) generated 5 warnings (run `cargo fix --lib -p rug` to apply 5 suggestions) [INFO] [stderr] warning: `rug` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rug-041d744798f9eac2) [INFO] [stdout] [INFO] [stdout] running 118 tests [INFO] [stdout] test complex::arith::tests::check_neg ... ok [INFO] [stdout] test complex::arith::tests::check_shift_u_s ... ok [INFO] [stdout] test complex::ord::tests::check_zero ... ok [INFO] [stdout] test complex::ord::tests::check_refs ... ok [INFO] [stdout] test complex::small::tests::check_swapped_parts ... ok [INFO] [stdout] test complex::small::tests::check_assign ... ok [INFO] [stdout] test complex::tests::check_nanflag ... ok [INFO] [stdout] test complex::tests::check_from_str ... ok [INFO] [stdout] test complex::arith::tests::check_ref_op ... ok [INFO] [stdout] test complex::tests::check_formatting ... ok [INFO] [stdout] test complex::traits::tests::check_assign ... ok [INFO] [stdout] test complex::tests::check_sum_dot ... ok [INFO] [stdout] test ext::xmpq::tests::check_add_sub_z ... ok [INFO] [stdout] test ext::xmpq::tests::check_mul_ui_si ... ok [INFO] [stdout] test ext::xmpq::tests::check_mul_z ... ok [INFO] [stdout] test ext::xmpq::tests::check_ui_si_div ... ok [INFO] [stdout] test float::arith::tests::check_shift_u_s ... ok [INFO] [stdout] test ext::xmpq::tests::check_div_ui_si ... ok [INFO] [stdout] test ext::xmpq::tests::check_z_div ... ok [INFO] [stdout] test float::arith::tests::check_ref_op ... ok [INFO] [stdout] test ext::xmpq::tests::check_div_z ... ok [INFO] [stdout] test float::casts::tests::check_floats ... ok [INFO] [stdout] test float::casts::tests::check_integers ... ok [INFO] [stdout] test complex::traits::tests::check_from ... ok [INFO] [stdout] test ext::xmpq::tests::check_add_sub_ui_si ... ok [INFO] [stdout] test float::ord::tests::check_hash_different_prec ... ok [INFO] [stdout] test float::ord::tests::check_zero ... ok [INFO] [stdout] test float::tests::check_assumptions ... ok [INFO] [stdout] test float::small::tests::check_assign ... ok [INFO] [stdout] test float::tests::check_i_pow_u ... ok [INFO] [stdout] test float::tests::check_issue_56 ... ok [INFO] [stdout] test float::tests::check_nan_random_bits ... ok [INFO] [stdout] test float::tests::check_clamping ... ok [INFO] [stdout] test float::tests::check_sum_dot ... ok [INFO] [stdout] test float::tests::check_nanflag ... ok [INFO] [stdout] test float::ord::tests::check_refs ... ok [INFO] [stdout] test float::big::tests::check_ieee_storage_bits ... ok [INFO] [stdout] test float::tests::check_from_str ... ok [INFO] [stdout] test float::tests::check_formatting ... ok [INFO] [stdout] test float::traits::tests::check_assign ... ok [INFO] [stdout] test float::traits::tests::check_fallible_conversions ... ok [INFO] [stdout] test integer::arith::tests::check_addmul ... ok [INFO] [stdout] test integer::arith::tests::check_shift_u_s ... ok [INFO] [stdout] test integer::arith::tests::check_ref_op ... ok [INFO] [stdout] test integer::arith::tests::check_submul ... ok [INFO] [stdout] test integer::casts::tests::check_bool ... ok [INFO] [stdout] test integer::division::tests::check_ceil ... ok [INFO] [stdout] test integer::division::tests::check_euc ... ok [INFO] [stdout] test integer::cmp::tests::check_cmp_f ... ok [INFO] [stdout] test float::cmp::tests::check_cmp_others ... ok [INFO] [stdout] test integer::division::tests::check_trunc ... ok [INFO] [stdout] test integer::division::tests::check_floor ... ok [INFO] [stdout] test integer::tests::check_float_conversions ... ok [INFO] [stdout] test integer::tests::check_formatting ... ok [INFO] [stdout] test integer::tests::check_from_digits_bool ... ok [INFO] [stdout] test integer::small::tests::check_assign ... ok [INFO] [stdout] test integer::tests::check_from_digits_resize ... ok [INFO] [stdout] test integer::tests::check_from_digits_u128 ... ok [INFO] [stdout] test integer::tests::check_from_digits_u16 ... ok [INFO] [stdout] test integer::cmp::tests::check_cmp_u_s ... ok [INFO] [stdout] test integer::tests::check_from_str ... ok [INFO] [stdout] test integer::tests::check_from_digits_u8 ... ok [INFO] [stdout] test integer::tests::check_option_conversion ... ok [INFO] [stdout] test integer::tests::check_shrink ... ok [INFO] [stdout] test integer::tests::check_to_digits_bool ... ok [INFO] [stdout] test integer::tests::check_to_digits_u16 ... ok [INFO] [stdout] test integer::tests::check_to_digits_u8 ... ok [INFO] [stdout] test integer::traits::tests::check_assign ... ok [INFO] [stdout] test integer::traits::tests::check_fallible_conversions ... ok [INFO] [stdout] test rand::tests::check_custom_clone ... ok [INFO] [stdout] test integer::tests::check_sum_dot_product ... ok [INFO] [stdout] test integer::tests::check_to_digits_u128 ... ok [INFO] [stdout] test integer::tests::check_int_conversions ... ok [INFO] [stdout] test rand::tests::thread_check_custom_clone ... ok [INFO] [stdout] test rand::tests::congruential_size ... ok [INFO] [stdout] test integer::arith::tests::check_arith ... ok [INFO] [stdout] test rand::tests::thread_check_raw ... ok [INFO] [stdout] test rational::arith::tests::check_arith_int ... ok [INFO] [stdout] test complex::tests::check_unwind_safety ... ok [INFO] [stdout] test rational::arith::tests::check_neg_pow ... ok [INFO] [stdout] test rational::arith::tests::check_ref_op ... ok [INFO] [stdout] test rational::arith::tests::check_shift_u_s ... ok [INFO] [stdout] test float::tests::check_clamping_panic - should panic ... ok [INFO] [stdout] test rational::casts::tests::check_bool ... ok [INFO] [stdout] test rational::casts::tests::check_integers ... ok [INFO] [stdout] test rational::casts::tests::check_issue_36 ... ok [INFO] [stdout] test rational::casts::tests::check_zero_sign_consistency ... ok [INFO] [stdout] test rational::cmp::tests::check_cmp_f ... ok [INFO] [stdout] test rand::tests::check_custom_no_clone - should panic ... ok [INFO] [stdout] test rand::tests::thread_check_custom_into_raw - should panic ... ok [INFO] [stdout] test rand::tests::thread_check_custom_no_clone - should panic ... ok [INFO] [stdout] test rational::small::tests::check_swapped_parts ... ok [INFO] [stdout] test rational::tests::check_formatting ... ok [INFO] [stdout] test rational::tests::check_fract_ceil ... ok [INFO] [stdout] test rational::casts::tests::check_floats ... ok [INFO] [stdout] test rational::tests::check_fract_round ... ok [INFO] [stdout] test integer::division::tests::check_div_rem_prim ... ok [INFO] [stdout] test rational::small::tests::check_assign ... ok [INFO] [stdout] test rational::tests::check_fract_trunc ... ok [INFO] [stdout] test rational::tests::check_from_str ... ok [INFO] [stdout] test rational::tests::check_sum_dot_product ... ok [INFO] [stdout] test rand::tests::check_custom_into_raw - should panic ... ok [INFO] [stdout] test rational::traits::tests::check_assign ... ok [INFO] [stdout] test integer::arith::tests::check_arith_u_s ... ok [INFO] [stdout] test rational::cmp::tests::check_cmp_u_s ... ok [INFO] [stdout] test rational::traits::tests::check_fallible_conversions ... ok [INFO] [stdout] test integer::casts::tests::check_integers ... ok [INFO] [stdout] test rational::tests::check_issue_47_unwind_safety ... ok [INFO] [stdout] test rational::tests::check_issue_49_unwind_safety ... ok [INFO] [stdout] test integer::casts::tests::check_round_floats ... ok [INFO] [stdout] test integer::casts::tests::check_floats ... ok [INFO] [stdout] test rational::tests::check_fract_floor ... ok [INFO] [stdout] test complex::arith::tests::check_pow ... ok [INFO] [stdout] test rational::cmp::tests::check_cmp_tuple ... ok [INFO] [stdout] test complex::arith::tests::check_arith_others ... ok [INFO] [stdout] test float::arith::tests::check_arith_others ... ok [INFO] [stdout] test rational::arith::tests::check_arith_u_s ... ok [INFO] [stdout] test complex::cmp::tests::check_eq_others ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 118 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.14s [INFO] [stdout] [INFO] [stderr] Doc-tests rug [INFO] [stdout] [INFO] [stdout] running 1137 tests [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::acos_round (line 3163) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::acos_ref (line 3190) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::acosh_ref (line 3429) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::acosh_mut (line 3385) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex (line 66) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::abs_mut (line 1753) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex (line 52) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::acos (line 3129) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::acosh (line 3367) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::abs_round (line 1771) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::acos_mut (line 3147) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex (line 111) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::acosh_round (line 3402) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex (line 80) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::abs_ref (line 1804) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::abs (line 1733) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::agm_mut (line 3548) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::agm (line 3528) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::agm_ref (line 3593) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::agm_round (line 3566) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::arg_mut (line 1850) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::as_mul_i (line 945) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::arg (line 1830) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::as_neg (line 878) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::arg_round (line 1868) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::arg_ref (line 1900) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::as_ord (line 985) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::asin (line 3050) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::arg (line 1821) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::as_mut_real_imag (line 761) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::as_conj (line 911) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::asin_mut (line 3068) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::as_raw_mut (line 500) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::as_raw (line 470) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::asin_round (line 3084) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::asin_ref (line 3111) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::atan_mut (line 3226) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::atan (line 3208) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::asinh (line 3287) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::asinh_ref (line 3349) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::atan_ref (line 3269) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::asinh_round (line 3322) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::asinh_mut (line 3305) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::cmp_abs (line 1035) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::atanh_ref (line 3509) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::borrow_real_imag (line 807) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::atanh_round (line 3482) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::conj (line 1675) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::atan_round (line 3242) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::atanh_mut (line 3465) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::atanh (line 3447) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::conj_mut (line 1692) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::cosh (line 2892) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::cos (line 2529) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::cos_round (line 2563) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::cos_ref (line 2590) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::cos_mut (line 2547) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::conj_ref (line 1713) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::cosh_mut (line 2910) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::cosh_ref (line 2953) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::exp_mut (line 2389) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::exp (line 2371) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::dot (line 1177) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::cosh_round (line 2926) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::exp_ref (line 2432) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::from_raw (line 393) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::exp_round (line 2405) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::into_raw (line 439) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::ln_ref (line 2245) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::from_raw (line 374) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::ln_mut (line 2202) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::is_zero (line 1016) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::log10_ref (line 2325) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::into_real_imag (line 784) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::imag (line 715) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::log10 (line 2263) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::log10_mut (line 2281) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::ln (line 2184) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::ln_round (line 2218) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::log10_round (line 2298) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mul_add (line 1222) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mul_add_ref (line 1300) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mul_add_round (line 1270) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mul_add_mut (line 1246) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mul_i (line 1926) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mul_i_ref (line 1996) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mul_i_mut (line 1947) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mul_i_round (line 1967) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mul_sub (line 1324) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mut_imag (line 745) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mul_sub_ref (line 1402) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mul_sub_mut (line 1348) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mut_real (line 729) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mutate_real_imag (line 832) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::new (line 219) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::mul_sub_round (line 1372) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::prec (line 298) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::norm (line 2095) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::parse (line 541) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::parse_radix (line 591) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::norm_ref (line 2167) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::proj (line 1427) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::norm_round (line 2133) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::norm_mut (line 2115) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::proj_mut (line 1454) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::random_cont (line 3683) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::real (line 701) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::proj_ref (line 1485) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::recip_mut (line 2034) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::random_bits (line 3639) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::recip (line 2016) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::recip_ref (line 2076) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::root_of_unity (line 2353) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sin (line 2450) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::recip_round (line 2050) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::set_prec (line 317) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sin_cos_ref (line 2697) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sin_cos (line 2613) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::set_prec_round (line 338) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sin_cos_mut (line 2637) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sin_mut (line 2468) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sin_cos_round (line 2662) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sin_ref (line 2511) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sinh_mut (line 2831) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sinh_ref (line 2874) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sin_round (line 2484) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sinh (line 2813) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sinh_round (line 2847) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sqrt_ref (line 1651) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sqrt (line 1591) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sqrt_mut (line 1609) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::square (line 1507) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sqrt_round (line 1625) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::square_round (line 1541) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::square_ref (line 1567) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::sum (line 1117) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::square_mut (line 1525) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::tan (line 2734) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::tan_mut (line 2752) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::tan_ref (line 2795) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::tanh (line 2971) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::tan_round (line 2768) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::tanh_mut (line 2989) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::tanh_ref (line 3032) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::to_string_radix (line 627) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::total_cmp (line 1069) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::ParseComplexError (line 4384) ... ok [INFO] [stdout] test src/complex/borrow.rs - complex::borrow::BorrowComplex<'a>::from_raw (line 65) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::tanh_round (line 3005) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::to_string_radix_round (line 659) ... ok [INFO] [stdout] test src/complex/borrow.rs - complex::borrow::BorrowComplex<'a>::const_deref (line 115) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::with_val (line 242) ... ok [INFO] [stdout] test src/complex/borrow.rs - complex::borrow::BorrowComplex (line 34) ... ok [INFO] [stdout] test src/complex/big.rs - complex::big::Complex::with_val_round (line 272) ... ok [INFO] [stdout] test src/complex/borrow.rs - complex::borrow::BorrowComplex<'a>::const_deref (line 97) ... ok [INFO] [stdout] test src/complex/mod.rs - complex::Prec (line 50) ... ok [INFO] [stdout] test src/complex/mod.rs - complex::Prec::prec (line 66) ... ok [INFO] [stdout] test src/complex/ord.rs - complex::ord::OrdComplex (line 30) ... ok [INFO] [stdout] test src/complex/ord.rs - complex::ord::OrdComplex::as_complex (line 69) ... ok [INFO] [stdout] test src/complex/small.rs - complex::small::SmallComplex::as_nonreallocating_complex (line 157) ... ok [INFO] [stdout] test src/complex/small.rs - complex::small::SmallComplex::new (line 118) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float (line 106) ... ok [INFO] [stdout] test src/complex/small.rs - complex::small::SmallComplex (line 61) ... ok [INFO] [stdout] test src/complex/ord.rs - complex::ord::OrdComplex::as_complex_mut (line 90) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float (line 205) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::abs (line 3611) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float (line 135) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float (line 92) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float (line 167) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::abs_mut (line 3628) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float (line 68) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::abs_ref (line 3649) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acos (line 6012) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acos_u_mut (line 6386) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acos_mut (line 6030) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acos_pi (line 6739) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acos_pi_ref (line 6800) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acos_pi_mut (line 6757) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acos_ref (line 6073) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acos_u_round (line 6406) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acos_round (line 6046) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acos_pi_round (line 6774) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acos_u_ref (line 6435) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acosh (line 7677) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acosh_ref (line 7739) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acos_u (line 6364) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acosh_mut (line 7695) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::acosh_round (line 7712) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::agm (line 9849) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::agm_mut (line 9869) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::agm_ref (line 9914) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::as_ord (line 1428) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::agm_round (line 9887) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::as_abs (line 1397) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ai_ref (line 10087) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ai_round (line 10061) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ai_mut (line 10044) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::as_neg (line 1365) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::as_complex (line 1471) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::as_raw (line 561) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::as_raw_mut (line 586) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ai (line 10025) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asin_pi_mut (line 6678) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asin (line 5933) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asin_mut (line 5951) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asin_pi (line 6660) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asin_u (line 6271) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asin_pi_round (line 6695) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asin_ref (line 5994) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asin_round (line 5967) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asin_pi_ref (line 6721) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asin_u_ref (line 6342) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asin_u_round (line 6313) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asin_u_mut (line 6293) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asinh_mut (line 7615) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asinh (line 7597) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan2 (line 6173) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan2_mut (line 6195) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan (line 6091) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asinh_round (line 7632) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan2_pi (line 6901) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::asinh_ref (line 7659) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan2_pi_mut (line 6924) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan2_ref (line 6247) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan_mut (line 6109) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan2_u_ref (line 6636) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan2_u_mut (line 6579) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan2_u (line 6553) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan2_round (line 6216) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan_pi (line 6818) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan2_pi_ref (line 6975) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan_ref (line 6152) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan2_u_round (line 6603) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan2_pi_round (line 6945) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan_pi_ref (line 6879) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan_pi_mut (line 6836) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan_round (line 6125) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan_u (line 6457) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan_pi_round (line 6853) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan_u_round (line 6499) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atanh (line 7757) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan_u_mut (line 6479) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atanh_ref (line 7819) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cbrt (line 3378) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atanh_mut (line 7775) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atan_u_ref (line 6528) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::atanh_round (line 7792) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cbrt_ref (line 3437) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cbrt_round (line 3410) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::clamp (line 3801) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cbrt_mut (line 3395) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ceil (line 10105) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::clamp_exp (line 1841) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::clamp_exp (line 1814) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ceil_mut (line 10125) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ceil_ref (line 10149) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::clamp_ref (line 3934) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::classify (line 1610) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::clamp_round (line 3868) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::clamp_mut (line 3835) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cmp0 (line 1642) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::compound_i (line 8367) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cmp_abs (line 1668) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::copysign_mut (line 3754) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::compound_i_mut (line 8386) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::compound_i_ref (line 8431) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::copysign (line 3736) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::compound_i_round (line 8404) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::copysign_ref (line 3776) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cos (line 4898) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cos_mut (line 4916) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cos_pi (line 5538) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cos_ref (line 4959) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cos_pi_mut (line 5556) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cos_pi_ref (line 5599) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cos_u_mut (line 5299) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cos_pi_round (line 5573) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cos_u (line 5277) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cos_u_ref (line 5348) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cos_u_round (line 5319) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cosh_mut (line 7092) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cos_round (line 4932) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cosh_ref (line 7135) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cot (line 5854) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cosh (line 7074) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cosh_round (line 7108) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cot_ref (line 5915) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cot_round (line 5888) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::coth (line 7517) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::coth_round (line 7552) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::cot_mut (line 5872) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::csc (line 5775) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::coth_ref (line 7579) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::csch (line 7437) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::csch_mut (line 7455) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::csc_mut (line 5793) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::coth_mut (line 7535) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::csch_ref (line 7499) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::csc_ref (line 5836) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::csc_round (line 5809) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::csch_round (line 7472) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::digamma (line 9018) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::digamma_mut (line 9037) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::digamma_round (line 9054) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::dot (line 2288) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::digamma_ref (line 9080) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::eint_mut (line 8468) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::eint (line 8450) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::eint_round (line 8485) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::eint_ref (line 8512) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::erf (line 9202) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::erf_round (line 9237) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::erfc (line 9282) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::erf_mut (line 9220) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::erfc_ref (line 9344) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::erf_ref (line 9263) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::erfc_mut (line 9301) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp (line 4580) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp10 (line 4739) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::erfc_round (line 9318) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp10_m1 (line 8284) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp10_m1_mut (line 8303) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp10_mut (line 4757) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp10_m1_ref (line 8348) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp10_m1_round (line 8321) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp10_ref (line 4801) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp2_m1 (line 8201) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp2 (line 4659) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp2_m1_mut (line 8220) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp2_m1_round (line 8238) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp2_m1_ref (line 8265) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp10_round (line 4774) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp2_mut (line 4677) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp2_round (line 4694) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp2_ref (line 4721) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp_m1 (line 8117) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp_m1_round (line 8154) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp_m1_mut (line 8136) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp_m1_ref (line 8182) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::floor (line 10169) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp_mut (line 4598) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp_ref (line 4641) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::floor_mut (line 10189) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::exp_round (line 4614) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::factorial (line 7843) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::floor_ref (line 10213) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::fract (line 10444) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::fract_ref (line 10487) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::fract_mut (line 10464) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::from_raw (line 480) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::from_raw (line 500) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::gamma (line 8613) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::gamma_inc (line 8695) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::gamma_inc_mut (line 8715) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::gamma_mut (line 8632) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::gamma_inc_round (line 8733) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::gamma_ref (line 8676) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::gamma_inc_ref (line 8761) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::gamma_round (line 8649) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::get_exp (line 1768) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::hypot (line 9937) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::hypot_ref (line 10002) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::get_significand (line 1907) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::hypot_mut (line 9957) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::hypot_round (line 9975) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::i_exp (line 3058) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::i_pow_u (line 3106) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::into_raw (line 535) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::is_finite (line 1552) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::is_infinite (line 1535) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::is_integer (line 1503) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::is_sign_positive (line 1946) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::is_normal (line 1588) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::is_nan (line 1519) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::is_zero (line 1568) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::j0 (line 9363) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::j0_mut (line 9382) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::is_sign_negative (line 1963) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::j0_ref (line 9425) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::j0_round (line 9399) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::j1 (line 9444) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::j1_mut (line 9463) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::j1_ref (line 9506) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::j1_round (line 9480) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::jn (line 9525) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::jn_ref (line 9587) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::jn_mut (line 9544) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::li2_mut (line 8550) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::li2 (line 8531) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::jn_round (line 9561) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::li2_ref (line 8594) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln (line 4317) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_1p (line 7862) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::li2_round (line 8567) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_1p_ref (line 7928) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_1p_mut (line 7882) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_abs_gamma (line 8868) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_1p_round (line 7900) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_abs_gamma_round (line 8950) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_abs_gamma_ref (line 8987) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_abs_gamma_mut (line 8919) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_gamma_mut (line 8800) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_gamma_round (line 8817) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_u (line 4402) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_mut (line 4335) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_round (line 4351) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_abs_gamma (line 8887) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_gamma (line 8781) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_gamma_ref (line 8844) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log10 (line 4500) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log10_1p_round (line 8071) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::ln_ref (line 4378) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log10_1p (line 8033) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log10_1p_mut (line 8053) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log10_round (line 4535) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log10_1p_ref (line 8098) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log10_ref (line 4562) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log10_mut (line 4518) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log2 (line 4420) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log2_ref (line 4482) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log2_1p_round (line 7986) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log2_1p_mut (line 7968) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log2_1p (line 7948) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log2_round (line 4455) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log2_1p_ref (line 8013) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::max_round (line 4164) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::max (line 4130) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::max_ref (line 4189) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::max_mut (line 4148) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::log2_mut (line 4438) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::min_ref (line 4108) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::min (line 4049) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::min_round (line 4083) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_add (line 2540) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_add_mul (line 2782) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_add_mut (line 2569) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_add_mul_mut (line 2807) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::min_mut (line 4067) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_add_mul_ref (line 2869) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_add_mul_round (line 2832) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_add_ref (line 2632) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_sub_mul_mut (line 2924) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_add_round (line 2597) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_sub_mul (line 2899) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_sub_mul_ref (line 2985) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_sub_mul_round (line 2948) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_sub (line 2661) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_sub_mut (line 2690) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_sub_ref (line 2753) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::mul_sub_round (line 2718) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::new (line 311) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::positive_diff (line 4215) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::next_toward (line 1979) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::parse (line 633) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::random_bits (line 10656) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::positive_diff_round (line 4261) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::parse_radix (line 689) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::next_up (line 1997) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::random_exp (line 10761) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::next_down (line 2014) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::prec (line 397) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::random_cont (line 10695) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::positive_diff_ref (line 4292) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::positive_diff_mut (line 4239) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::random_normal (line 10732) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::recip_round (line 4004) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::recip (line 3972) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::recip_sqrt_ref (line 3360) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::recip_sqrt_mut (line 3317) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::recip_ref (line 4031) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::recip_sqrt_round (line 3333) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::recip_mut (line 3989) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::remainder_from (line 2428) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::recip_sqrt (line 3300) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::remainder_mut (line 2357) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::remainder_from_round (line 2462) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::root_i_mut (line 3550) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::root (line 3455) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::remainder (line 2323) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::root_i (line 3532) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::remainder_round (line 2389) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::remainder_ref (line 2507) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::root_round (line 3487) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::root_i_ref (line 3592) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::round_even_mut (line 10336) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::round_mut (line 10253) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::round_even_ref (line 10360) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::round (line 10233) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::root_mut (line 3472) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::root_i_round (line 3566) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::root_ref (line 3514) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::round_ref (line 10290) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::round_ref (line 10277) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::round_even (line 10316) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sec_mut (line 5714) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sec (line 5696) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sec_ref (line 5757) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sec_round (line 5730) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sech_mut (line 7376) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sech (line 7358) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::set_prec_round (line 443) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sech_ref (line 7419) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sech_round (line 7392) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::set_prec (line 422) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::signum (line 3671) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_cos (line 5061) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::signum_mut (line 3693) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_cos_mut (line 5085) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin (line 4819) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::signum_ref (line 3718) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_cos_ref (line 5143) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_pi_mut (line 5477) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_pi (line 5459) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_cos_round (line 5110) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_pi_ref (line 5520) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_pi_round (line 5494) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_mut (line 4837) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_ref (line 4880) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_u_ref (line 5255) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_u_mut (line 5206) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_u (line 5184) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_round (line 4853) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sinh_cosh_ref (line 7321) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sinh (line 6995) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sinh_cosh_mut (line 7263) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sin_u_round (line 5226) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sinh_cosh_round (line 7288) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sinh_round (line 7029) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sinh_cosh (line 7238) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sinh_mut (line 7013) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sinh_ref (line 7056) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sqrt_mut (line 3217) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sqrt_round (line 3232) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sqrt (line 3200) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::square_ref (line 3182) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sqrt_ref (line 3259) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::square_round (line 3155) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::subnormalize (line 2123) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::square_mut (line 3140) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::square (line 3123) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sqrt_u (line 3283) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tan_mut (line 4995) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::subnormalize_ieee_round (line 2082) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::subnormalize_ieee (line 2045) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tan (line 4977) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::sum (line 2228) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::subnormalize_round (line 2158) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tan_pi_round (line 5652) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tan_pi (line 5617) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tan_ref (line 5038) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tan_pi_mut (line 5635) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tan_round (line 5011) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tan_u (line 5370) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tan_pi_ref (line 5678) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tan_u_mut (line 5392) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tanh (line 7153) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tan_u_round (line 5412) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tan_u_ref (line 5441) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tanh_mut (line 7171) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_f32 (line 962) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tanh_ref (line 7214) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_f32_exp_round (line 1066) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::tanh_round (line 7187) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_f32_exp (line 1042) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_f64 (line 1001) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_f64_exp_round (line 1121) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_f64_round (line 1021) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_f32_round (line 983) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_i32_saturating (line 873) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_f64_exp (line 1097) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_integer (line 725) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_i32_saturating_round (line 895) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_integer_exp (line 777) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_rational (line 819) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_rational (line 843) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_integer_round (line 748) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_string_radix_round (line 1183) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_sign_string_exp (line 1227) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_sign_string_exp_round (line 1275) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_string_radix (line 1149) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::trunc (line 10380) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_u32_saturating (line 918) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::to_u32_saturating_round (line 940) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::trunc_fract (line 10513) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::total_cmp (line 1694) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::trunc_fract_mut (line 10540) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::trunc_fract_ref (line 10606) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::trunc_fract_round (line 10572) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::trunc_mut (line 10400) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::u_pow_u (line 3083) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::trunc_ref (line 10424) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::with_val_round (line 356) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::u_exp (line 3025) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::with_val (line 331) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::y0 (line 9606) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::y0_mut (line 9625) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::y0_ref (line 9668) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::y1 (line 9687) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::y1_ref (line 9749) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::y0_round (line 9642) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::y1_mut (line 9706) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::yn (line 9768) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::y1_round (line 9723) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::yn_mut (line 9787) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::zeta (line 9099) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::yn_round (line 9804) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::yn_ref (line 9830) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::zeta_round (line 9135) ... ok [INFO] [stdout] test src/float/big.rs - float::big::ParseFloatError (line 11801) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::zeta_ref (line 9161) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::zeta_mut (line 9118) ... ok [INFO] [stdout] test src/float/big.rs - float::big::Float::zeta_u (line 9184) ... ok [INFO] [stdout] test src/float/mod.rs - float::exp_max (line 66) ... ok [INFO] [stdout] test src/float/mod.rs - float::exp_min (line 51) ... ok [INFO] [stdout] test src/float/borrow.rs - float::borrow::BorrowFloat (line 34) ... ok [INFO] [stdout] test src/float/mod.rs - float::FreeCache (line 302) ... ok [INFO] [stdout] test src/float/borrow.rs - float::borrow::BorrowFloat<'a>::const_deref (line 114) ... ok [INFO] [stdout] test src/float/mod.rs - float::allowed_exp_range (line 81) ... ok [INFO] [stdout] test src/float/borrow.rs - float::borrow::BorrowFloat<'a>::from_raw (line 65) ... ok [INFO] [stdout] test src/float/borrow.rs - float::borrow::BorrowFloat<'a>::const_deref (line 96) ... ok [INFO] [stdout] test src/float/mod.rs - float::Round (line 140) ... ok [INFO] [stdout] test src/float/mod.rs - float::Constant (line 225) ... ok [INFO] [stdout] test src/float/mod.rs - float::prec_max (line 117) ... ok [INFO] [stdout] test src/float/mod.rs - float::Round (line 158) ... ok [INFO] [stdout] test src/float/mod.rs - float::Special (line 261) ... ok [INFO] [stdout] test src/float/mod.rs - float::Round::reverse (line 204) ... ok [INFO] [stdout] test src/float/mod.rs - float::prec_min (line 102) ... ok [INFO] [stdout] test src/float/mod.rs - float::free_cache (line 339) ... ok [INFO] [stdout] test src/float/ord.rs - float::ord::OrdFloat (line 30) ... ok [INFO] [stdout] test src/float/ord.rs - float::ord::OrdFloat::as_float_mut (line 97) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer (line 140) ... ok [INFO] [stdout] test src/float/ord.rs - float::ord::OrdFloat::as_float (line 76) ... ok [INFO] [stdout] test src/float/small.rs - float::small::SmallFloat (line 60) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer (line 126) ... ok [INFO] [stdout] test src/float/small.rs - float::small::SmallFloat::as_nonreallocating_float (line 146) ... ok [INFO] [stdout] test src/float/small.rs - float::small::SmallFloat::new (line 117) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer (line 112) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::ONE (line 233) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer (line 163) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::NEG_ONE (line 249) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer (line 73) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer (line 55) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer (line 85) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::abs_mut (line 2610) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::as_limbs (line 867) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::ZERO (line 223) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::abs (line 2593) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::abs_ref (line 2631) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::as_abs (line 1940) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::as_raw_mut (line 525) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::as_neg (line 1908) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::as_limbs (line 877) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::as_raw (line 502) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::as_rational (line 1971) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::assign_digits_unaligned (line 605) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::assign_bytes_radix_unchecked (line 1055) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::assign_digits (line 570) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::assign_f64 (line 1883) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::assign_f32 (line 1862) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::binomial (line 5368) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::capacity (line 302) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::binomial_u (line 5432) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::binomial_mut (line 5386) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::cmp0 (line 2246) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::binomial_ref (line 5408) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::clamp (line 2723) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::clamp_ref (line 2790) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::clamp_mut (line 2752) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::cmp_abs (line 2262) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::count_ones (line 2329) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::count_zeros (line 2344) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_exact_from (line 3605) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_exact (line 3559) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_exact_mut (line 3583) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_exact_ref (line 3628) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_ceil_mut (line 3225) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_exact_u (line 3657) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_exact_u_ref (line 3705) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_exact_u_mut (line 3681) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem (line 3115) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_euc (line 3453) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_ceil_ref (line 3252) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_floor_mut (line 3309) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_euc_ref (line 3504) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_ceil (line 3197) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_floor (line 3281) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_euc_mut (line 3479) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_floor_ref (line 3336) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_mut (line 3142) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_round (line 3366) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_ref (line 3168) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::extended_gcd_mut (line 4894) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::dot (line 2532) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::extended_gcd_ref (line 4966) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::factorial (line 5281) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::extended_gcd (line 4849) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_round_mut (line 3396) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::div_rem_round_ref (line 3425) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::factorial_m (line 5327) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::extended_gcd_ref (line 4947) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::fibonacci (line 5463) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::fibonacci_2 (line 5490) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::find_one (line 2383) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::factorial_2 (line 5304) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::find_zero (line 2363) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::from_digits (line 547) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::from_raw (line 451) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::from_f32 (line 904) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::gcd (line 4654) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::from_str_radix (line 948) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::from_raw (line 432) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::gcd_ref (line 4716) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::gcd_u (line 4740) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::from_f64 (line 926) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::gcd_mut (line 4683) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::gcd_u_ref (line 4802) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::i_pow_u (line 4112) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::get_bit (line 2425) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::hamming_dist (line 2461) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::gcd_u_mut (line 4766) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::into_raw (line 477) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_congruent_u (line 2151) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_congruent_2pow (line 2170) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::invert (line 3729) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_congruent (line 2129) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::invert_mut (line 3762) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_odd (line 2062) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_divisible (line 2077) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::invert_ref (line 3801) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_divisible_2pow (line 2110) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_divisible_u (line 2094) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_power_of_two (line 2225) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_even (line 2048) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_perfect_square (line 2206) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_negative (line 2034) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_positive (line 2019) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_probably_prime (line 4509) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_zero (line 2004) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::is_perfect_power (line 2185) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::jacobi (line 5149) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::keep_bits_ref (line 2866) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::keep_signed_bits_ref (line 2932) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::keep_bits (line 2826) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::lcm (line 4999) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::keep_signed_bits (line 2886) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::lcm_u (line 5077) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::keep_bits_mut (line 2844) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::keep_signed_bits_mut (line 2907) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::lcm_mut (line 5024) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::kronecker (line 5186) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::lcm_u_mut (line 5100) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::legendre (line 5168) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::lcm_u_ref (line 5127) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::lcm_ref (line 5053) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::lucas_2 (line 5551) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::lucas (line 5524) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::modulo_mut (line 3041) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::modulo (line 3016) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::mod_u (line 3532) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::modulo_from (line 3064) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::modulo_ref (line 3088) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::next_power_of_two_ref (line 2992) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::new (line 267) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::next_power_of_two_mut (line 2971) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::next_prime (line 4535) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::next_power_of_two (line 2951) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::next_prime_ref (line 4575) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::parse (line 973) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::parse_radix (line 1014) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::next_prime_mut (line 4553) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::pow_mod (line 3835) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::pow_mod (line 3850) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::prev_prime_mut (line 4612) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::prev_prime (line 4594) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::primorial (line 5351) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::pow_mod_ref (line 3925) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::random_below_mut (line 5631) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::prev_prime_ref (line 4634) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::random_below (line 5606) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::pow_mod_mut (line 3879) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::product (line 2565) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::random_bits (line 5580) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::random_below_ref (line 5660) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::remove_factor (line 5206) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::remove_factor_mut (line 5225) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::root (line 4136) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::root_mut (line 4158) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::remove_factor_ref (line 5250) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::root_rem_mut (line 4235) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::reserve (line 324) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::root_ref (line 4179) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::root_rem_ref (line 4263) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::root_rem (line 4207) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::set_bit (line 2403) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::secure_pow_mod (line 3987) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::secure_pow_mod_mut (line 4020) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::secure_pow_mod_ref (line 4057) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::significant_bits (line 2279) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::shrink_to (line 381) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::shrink_to_fit (line 356) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::significant_digits (line 647) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::signum_ref (line 2700) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::signed_bits (line 2304) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::sqrt_mut (line 4384) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::signum_mut (line 2675) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::sqrt_ref (line 4405) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::signum (line 2654) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::sqrt_rem (line 4429) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::sqrt (line 4363) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::sqrt_rem_mut (line 4454) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::square_ref (line 4343) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::sqrt_rem_ref (line 4480) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::square (line 4292) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::square_mut (line 4313) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_digits (line 678) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_f32 (line 1726) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_f32_exp (line 1792) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_i128 (line 1211) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_i128_wrapping (line 1529) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::sum (line 2491) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_f64_exp (line 1816) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_f64 (line 1753) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_i16 (line 1124) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_i32 (line 1153) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_i16_wrapping (line 1463) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_i32_wrapping (line 1485) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_i64 (line 1182) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_i8_wrapping (line 1441) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_i8 (line 1095) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_i64_wrapping (line 1507) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_u16 (line 1296) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_isize (line 1240) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_string_radix (line 1839) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_u16_wrapping (line 1601) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_u32_wrapping (line 1625) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_u32 (line 1325) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_isize_wrapping (line 1555) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_u128_wrapping (line 1673) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_u128 (line 1383) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_u64 (line 1354) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_u64_wrapping (line 1649) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_u8 (line 1267) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_usize (line 1414) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_u8_wrapping (line 1577) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::toggle_bit (line 2443) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::to_usize_wrapping (line 1704) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::with_capacity (line 284) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::u_pow_u (line 4091) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::ParseIntegerError (line 6471) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::write_digits_unaligned (line 795) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::write_digits (line 722) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::Integer::write_digits_unaligned (line 770) ... ok [INFO] [stdout] test src/integer/borrow.rs - integer::borrow::BorrowInteger (line 35) ... ok [INFO] [stdout] test src/integer/big.rs - integer::big::IsPrime (line 6527) ... ok [INFO] [stdout] test src/integer/borrow.rs - integer::borrow::BorrowInteger<'a>::const_deref (line 116) ... ok [INFO] [stdout] test src/integer/borrow.rs - integer::borrow::BorrowInteger<'a>::const_deref (line 98) ... ok [INFO] [stdout] test src/integer/borrow.rs - integer::borrow::BorrowInteger<'a>::from_raw (line 66) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::binomial_64 (line 1130) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::binomial_64_mut (line 1148) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::count_zeros_64 (line 236) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::binomial_u64 (line 1195) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::count_ones_64 (line 220) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::binomial_64_ref (line 1171) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::div_exact_u64 (line 534) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::div_exact_u64_mut (line 558) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::factorial_64 (line 1044) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::div_exact_u64_ref (line 583) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::fibonacci_2_64 (line 1252) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::factorial_m_64 (line 1090) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::factorial_2_64 (line 1067) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::fibonacci_64 (line 1225) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::find_one_64 (line 276) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::get_bit_64 (line 314) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::gcd_u64_mut (line 837) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::find_zero_64 (line 256) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::hamming_dist_64 (line 351) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::gcd_u64 (line 811) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::gcd_u64_ref (line 874) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::i64_pow_u64 (line 629) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::is_congruent_u64 (line 131) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::is_congruent_2pow_64 (line 152) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::is_divisible_2pow_64 (line 111) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::is_divisible_u64 (line 93) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::keep_bits_64 (line 370) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::keep_bits_64_ref (line 411) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::keep_bits_64_mut (line 388) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::keep_signed_bits_64_mut (line 454) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::lcm_u64 (line 897) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::keep_signed_bits_64 (line 432) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::keep_signed_bits_64_ref (line 481) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::lcm_u64_ref (line 948) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::lucas_64 (line 1286) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::lcm_u64_mut (line 920) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::lucas_2_64 (line 1313) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::mod_u64 (line 506) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::remove_factor_64 (line 968) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::primorial_64 (line 1113) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::random_bits_64 (line 1342) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::remove_factor_64_mut (line 988) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::root_64_ref (line 698) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::root_rem_64 (line 726) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::remove_factor_64_ref (line 1015) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::root_64 (line 654) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::root_64_mut (line 676) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::root_rem_64_mut (line 754) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::to_f32_exp64 (line 50) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::root_rem_64_ref (line 783) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::signed_bits_64 (line 194) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::significant_bits_64 (line 168) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::set_bit_64 (line 296) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::to_f64_exp64 (line 73) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::toggle_bit_64 (line 333) ... ok [INFO] [stdout] test src/integer/mod.rs - integer::TryFromIntegerError (line 71) ... ok [INFO] [stdout] test src/integer/long64.rs - integer::long64::IntegerExt64::u64_pow_u64 (line 607) ... ok [INFO] [stdout] test src/integer/mod.rs - integer (line 26) ... ok [INFO] [stdout] test src/lib.rs - (line 157) ... ok [INFO] [stdout] test src/integer/small.rs - integer::small::SmallInteger (line 48) ... ok [INFO] [stdout] test src/integer/mod.rs - integer::Order (line 95) ... ok [INFO] [stdout] test src/integer/small.rs - integer::small::SmallInteger::as_nonreallocating_integer (line 138) ... ok [INFO] [stdout] test src/integer/small.rs - integer::small::SmallInteger::new (line 105) ... ok [INFO] [stdout] test src/lib.rs - (line 217) ... ok [INFO] [stdout] test src/lib.rs - (line 127) ... ok [INFO] [stdout] test src/lib.rs - (line 112) ... ok [INFO] [stdout] test src/lib.rs - (line 175) ... ok [INFO] [stdout] test src/lib.rs - Assign (line 458) ... ok [INFO] [stdout] test src/lib.rs - (line 234) ... ok [INFO] [stdout] test src/lib.rs - (line 44) ... ok [INFO] [stdout] test src/lib.rs - Assign (line 473) ... ok [INFO] [stdout] test src/lib.rs - Complete::complete_into (line 535) ... ok [INFO] [stdout] test src/lib.rs - Complete (line 512) ... ok [INFO] [stdout] test src/lib.rs - Complete (line 495) ... ok [INFO] [stdout] test src/ops.rs - ops::AddFrom (line 99) ... ok [INFO] [stdout] test src/ops.rs - ops::AddFromRound (line 866) ... ok [INFO] [stdout] test src/ops.rs - ops::AddAssignRound (line 809) ... ok [INFO] [stdout] test src/ops.rs - ops::AddFrom::add_from (line 118) ... ok [INFO] [stdout] test src/ops.rs - ops::AssignRound::assign_round (line 641) ... ok [INFO] [stdout] test src/ops.rs - ops::BitAndFrom::bitand_from (line 318) ... ok [INFO] [stdout] test src/ops.rs - ops::AssignRound (line 610) ... ok [INFO] [stdout] test src/ops.rs - ops::AddFromRound::add_from_round (line 901) ... ok [INFO] [stdout] test src/ops.rs - ops::BitOrFrom (line 337) ... ok [INFO] [stdout] test src/ops.rs - ops::AddAssignRound::add_assign_round (line 844) ... ok [INFO] [stdout] test src/ops.rs - ops::BitAndFrom (line 299) ... ok [INFO] [stdout] test src/ops.rs - ops::BitOrFrom::bitor_from (line 356) ... ok [INFO] [stdout] test src/ops.rs - ops::BitXorFrom (line 375) ... ok [INFO] [stdout] test src/ops.rs - ops::BitXorFrom::bitxor_from (line 394) ... ok [INFO] [stdout] test src/ops.rs - ops::CompleteRound (line 694) ... ok [INFO] [stdout] test src/ops.rs - ops::CompleteRound (line 669) ... ok [INFO] [stdout] test src/ops.rs - ops::CompleteRound::complete_into (line 785) ... ok [INFO] [stdout] test src/ops.rs - ops::CompleteRound::complete_round_into (line 759) ... ok [INFO] [stdout] test src/ops.rs - ops::CompleteRound::complete (line 736) ... ok [INFO] [stdout] test src/ops.rs - ops::DivAssignRound::div_assign_round (line 1183) ... ok [INFO] [stdout] test src/ops.rs - ops::DivAssignRound (line 1148) ... ok [INFO] [stdout] test src/ops.rs - ops::DivFrom (line 223) ... ok [INFO] [stdout] test src/ops.rs - ops::DivRoundingAssign (line 1551) ... ok [INFO] [stdout] test src/ops.rs - ops::DivFrom::div_from (line 242) ... ok [INFO] [stdout] test src/ops.rs - ops::DivRounding (line 1487) ... ok [INFO] [stdout] test src/ops.rs - ops::DivFromRound (line 1205) ... ok [INFO] [stdout] test src/ops.rs - ops::DivFromRound::div_from_round (line 1240) ... ok [INFO] [stdout] test src/ops.rs - ops::DivRoundingFrom (line 1603) ... ok [INFO] [stdout] test src/ops.rs - ops::MulAssignRound (line 1035) ... ok [INFO] [stdout] test src/ops.rs - ops::MulFrom (line 175) ... ok [INFO] [stdout] test src/ops.rs - ops::MulAssignRound::mul_assign_round (line 1070) ... ok [INFO] [stdout] test src/ops.rs - ops::MulFromRound::mul_from_round (line 1127) ... ok [INFO] [stdout] test src/ops.rs - ops::NotAssign (line 62) ... ok [INFO] [stdout] test src/ops.rs - ops::MulFromRound (line 1092) ... ok [INFO] [stdout] test src/ops.rs - ops::NegAssign::neg_assign (line 46) ... ok [INFO] [stdout] test src/ops.rs - ops::NegAssign (line 27) ... ok [INFO] [stdout] test src/ops.rs - ops::MulFrom::mul_from (line 204) ... ok [INFO] [stdout] test src/ops.rs - ops::PowAssign (line 537) ... ok [INFO] [stdout] test src/ops.rs - ops::PowAssign::pow_assign (line 556) ... ok [INFO] [stdout] test src/ops.rs - ops::PowAssignRound (line 1374) ... ok [INFO] [stdout] test src/ops.rs - ops::NotAssign::not_assign (line 81) ... ok [INFO] [stdout] test src/ops.rs - ops::Pow (line 496) ... ok [INFO] [stdout] test src/ops.rs - ops::Pow::pow (line 517) ... ok [INFO] [stdout] test src/ops.rs - ops::PowAssignRound::pow_assign_round (line 1409) ... ok [INFO] [stdout] test src/ops.rs - ops::RemFrom (line 261) ... ok [INFO] [stdout] test src/ops.rs - ops::PowFrom (line 574) ... ok [INFO] [stdout] test src/ops.rs - ops::PowFromRound (line 1431) ... ok [INFO] [stdout] test src/ops.rs - ops::RemFrom::rem_from (line 280) ... ok [INFO] [stdout] test src/ops.rs - ops::RemFromRound (line 1318) ... ok [INFO] [stdout] test src/ops.rs - ops::RemRounding (line 1655) ... ok [INFO] [stdout] test src/ops.rs - ops::RemAssignRound::rem_assign_round (line 1296) ... ok [INFO] [stdout] test src/ops.rs - ops::PowFrom::pow_from (line 593) ... ok [INFO] [stdout] test src/ops.rs - ops::RemFromRound::rem_from_round (line 1353) ... ok [INFO] [stdout] test src/ops.rs - ops::PowFromRound::pow_from_round (line 1466) ... ok [INFO] [stdout] test src/ops.rs - ops::RemRoundingFrom (line 1770) ... ok [INFO] [stdout] test src/ops.rs - ops::RemAssignRound (line 1261) ... ok [INFO] [stdout] test src/ops.rs - ops::ShrFrom (line 455) ... ok [INFO] [stdout] test src/ops.rs - ops::RemRoundingAssign (line 1718) ... ok [INFO] [stdout] test src/ops.rs - ops::ShlFrom::shl_from (line 439) ... ok [INFO] [stdout] test src/ops.rs - ops::ShrFrom::shr_from (line 481) ... ok [INFO] [stdout] test src/ops.rs - ops::SubAssignRound (line 922) ... ok [INFO] [stdout] test src/ops.rs - ops::ShlFrom (line 413) ... ok [INFO] [stdout] test src/ops.rs - ops::SubAssignRound::sub_assign_round (line 957) ... ok [INFO] [stdout] test src/ops.rs - ops::SubFromRound::sub_from_round (line 1014) ... ok [INFO] [stdout] test src/ops.rs - ops::SubFrom::sub_from (line 156) ... ok [INFO] [stdout] test src/ops.rs - ops::SubFrom (line 137) ... ok [INFO] [stdout] test src/rand.rs - rand::RandGen::boxed_clone (line 1183) ... ok [INFO] [stdout] test src/ops.rs - ops::SubFromRound (line 979) ... ok [INFO] [stdout] test src/rand.rs - rand::RandGen::gen_bits (line 1083) ... ok [INFO] [stdout] test src/rand.rs - rand::RandGen::gen (line 1050) ... ok [INFO] [stdout] test src/rand.rs - rand::RandGen (line 1020) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::bits (line 508) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState (line 55) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::from_raw (line 325) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::below (line 533) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::as_raw_mut (line 416) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::into_custom_boxed (line 446) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandGen (line 1254) - compile fail ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::as_raw (line 395) ... ok [INFO] [stdout] test src/rand.rs - rand::RandGen::seed (line 1148) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::into_raw (line 362) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::new (line 116) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::new_linear_congruential (line 161) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::new_custom_boxed (line 275) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::new_custom (line 230) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::new_mersenne_twister (line 135) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::new_linear_congruential_size (line 197) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandState<'_>::below (line 989) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandState<'_>::from_raw (line 719) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandState (line 556) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandState<'_>::into_custom_boxed (line 880) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandState<'_>::bits (line 957) ... ok [INFO] [stdout] test src/rand.rs - rand::RandState<'_>::seed (line 478) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandState<'_>::into_raw (line 761) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandState<'_>::as_raw (line 806) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandState<'_>::as_raw_mut (line 839) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandGen (line 1226) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandState<'_>::new_custom_boxed (line 663) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandState<'_>::seed (line 914) ... ok [INFO] [stdout] test src/rand.rs - rand::ThreadRandState<'_>::new_custom (line 618) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::ParseRationalError (line 3178) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational (line 42) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::NEG_ONE (line 229) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational (line 78) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::abs (line 1350) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::ONE (line 209) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::abs_mut (line 1368) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::as_mut_numer_denom_no_canonicalization (line 958) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::as_raw_mut (line 394) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::as_mut_numer_denom_no_canonicalization (line 977) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::as_neg (line 1032) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::as_abs (line 1066) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::as_raw (line 369) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::as_recip (line 1104) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::ZERO (line 190) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational (line 61) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::abs_ref (line 1390) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::assign_f32 (line 704) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::assign_f64 (line 726) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::assign_canonical (line 816) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::ceil_mut (line 1880) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::ceil (line 1858) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::ceil_ref (line 1908) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::clamp (line 1482) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::cmp0 (line 1187) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::cmp_abs (line 1203) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::clamp_ref (line 1551) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::denom (line 861) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::dot (line 1288) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::floor (line 2068) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::fract_floor (line 2203) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::clamp_mut (line 1512) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::floor_ref (line 2116) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::fract_ceil_mut (line 2018) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::floor_mut (line 2088) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::fract_ceil (line 1995) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::fract_floor_mut (line 2226) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::fract_ceil_ref (line 2046) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::fract_floor_ref (line 2254) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::from_raw (line 305) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::fract_trunc (line 1789) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::from_f32 (line 419) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::fract_trunc_ref (line 1836) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::from_raw (line 283) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::fract_trunc_mut (line 1810) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::fract_round_mut (line 2467) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::from_str_radix (line 470) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::fract_round_ref (line 2503) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::is_integer (line 1220) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::into_numer_denom (line 1008) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::from_f64 (line 445) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::into_raw (line 344) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::from_canonical (line 770) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::fract_round (line 2437) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::is_zero (line 1141) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::mutate_numer_denom (line 883) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::numer (line 846) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::new (line 249) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::parse (line 505) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::is_positive (line 1156) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::parse_radix (line 556) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::is_negative (line 1171) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::recip (line 1589) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::product (line 1322) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::mutate_numer_denom (line 900) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::parse_radix (line 577) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::recip_ref (line 1637) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::rem_ceil (line 1931) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::recip_mut (line 1615) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::rem_ceil_mut (line 1950) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::rem_floor_ref (line 2181) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::rem_floor_mut (line 2158) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::rem_floor (line 2139) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::rem_round_mut (line 2381) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::rem_round (line 2358) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::rem_trunc_mut (line 1746) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::rem_round_ref (line 2408) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::rem_ceil_ref (line 1973) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::rem_trunc (line 1727) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::round (line 2279) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::rem_trunc_ref (line 1769) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::round_mut (line 2304) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::round_ref (line 2335) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::signum (line 1412) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::signum_ref (line 1460) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::square (line 2535) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::signum_mut (line 1433) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::square_mut (line 2557) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::to_f32 (line 615) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::to_f64 (line 642) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::to_string_radix (line 682) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::sum (line 1247) ... ok [INFO] [stdout] test src/rational/borrow.rs - rational::borrow::BorrowRational (line 33) ... ok [INFO] [stdout] test src/rational/borrow.rs - rational::borrow::BorrowRational<'a>::const_deref (line 101) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::trunc (line 1654) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::trunc_ref (line 1704) ... ok [INFO] [stdout] test src/rational/borrow.rs - rational::borrow::BorrowRational<'a>::from_raw (line 68) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::trunc_mut (line 1676) ... ok [INFO] [stdout] test src/rational/big.rs - rational::big::Rational::square_ref (line 2581) ... ok [INFO] [stdout] test src/rational/borrow.rs - rational::borrow::BorrowRational<'a>::const_deref (line 119) ... ok [INFO] [stdout] test src/rational/small.rs - rational::small::SmallRational (line 49) ... ok [INFO] [stdout] test src/rational/mod.rs - rational::TryFromFloatError (line 49) ... ok [INFO] [stdout] test src/rational/small.rs - rational::small::SmallRational::as_nonreallocating_rational (line 150) ... ok [INFO] [stdout] test src/rational/small.rs - rational::small::SmallRational::from_canonical (line 184) ... ok [INFO] [stdout] test src/rational/small.rs - rational::small::SmallRational::new (line 105) ... ok [INFO] [stdout] test src/rational/small.rs - rational::small::SmallRational::assign_canonical (line 228) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1137 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 40.66s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "117e5483323a066ee4be6e937ed2917070f1b021da2a1da71844ed9e47c07eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "117e5483323a066ee4be6e937ed2917070f1b021da2a1da71844ed9e47c07eb6", kill_on_drop: false }` [INFO] [stdout] 117e5483323a066ee4be6e937ed2917070f1b021da2a1da71844ed9e47c07eb6