[INFO] fetching crate bigdecimal 0.4.3...
[INFO] testing bigdecimal-0.4.3 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate bigdecimal 0.4.3 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate bigdecimal 0.4.3 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bigdecimal 0.4.3
[INFO] finished tweaking crates.io crate bigdecimal 0.4.3
[INFO] tweaked toml for crates.io crate bigdecimal 0.4.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate bigdecimal 0.4.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_test v1.0.175
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fc8d9dbb26838e3a484c7eb6eea03d8661e10541ec6f3edb66d7823b6cb00134
[INFO] running `Command { std: "docker" "start" "-a" "fc8d9dbb26838e3a484c7eb6eea03d8661e10541ec6f3edb66d7823b6cb00134", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc8d9dbb26838e3a484c7eb6eea03d8661e10541ec6f3edb66d7823b6cb00134", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc8d9dbb26838e3a484c7eb6eea03d8661e10541ec6f3edb66d7823b6cb00134", kill_on_drop: false }`
[INFO] [stdout] fc8d9dbb26838e3a484c7eb6eea03d8661e10541ec6f3edb66d7823b6cb00134
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3009015b365f9d241e4e428db30cec17aa00033ac6ed537a1d49802d40394528
[INFO] running `Command { std: "docker" "start" "-a" "3009015b365f9d241e4e428db30cec17aa00033ac6ed537a1d49802d40394528", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling bigdecimal v0.4.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]     --> src/lib.rs:2111:17
[INFO] [stdout]      |
[INFO] [stdout] 2111 | #[cfg(all(test, property_tests))]
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]     --> src/lib.rs:2114:17
[INFO] [stdout]      |
[INFO] [stdout] 2114 | #[cfg(all(test, property_tests))]
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_div_for_primitive!(u8);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_div_for_primitive!(u8);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 427 | impl_div_for_primitive!(u16);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 427 | impl_div_for_primitive!(u16);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_div_for_primitive!(u32);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_div_for_primitive!(u32);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_div_for_primitive!(u64);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_div_for_primitive!(u64);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_div_for_primitive!(u128);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_div_for_primitive!(u128);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_div_for_primitive!(i8);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_div_for_primitive!(i8);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 432 | impl_div_for_primitive!(i16);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 432 | impl_div_for_primitive!(i16);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 433 | impl_div_for_primitive!(i32);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 433 | impl_div_for_primitive!(i32);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 434 | impl_div_for_primitive!(i64);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 434 | impl_div_for_primitive!(i64);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 435 | impl_div_for_primitive!(i128);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 435 | impl_div_for_primitive!(i128);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]    --> src/impl_fmt.rs:732:17
[INFO] [stdout]     |
[INFO] [stdout] 732 | #[cfg(all(test, property_tests))]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_46`
[INFO] [stdout]    --> src/lib.rs:475:11
[INFO] [stdout]     |
[INFO] [stdout] 475 |     #[cfg(rustc_1_46)]  // Option::zip
[INFO] [stdout]     |           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_46)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_46`
[INFO] [stdout]    --> src/lib.rs:488:15
[INFO] [stdout]     |
[INFO] [stdout] 488 |     #[cfg(not(rustc_1_46))]
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_46)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 25 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
[INFO] running `Command { std: "docker" "inspect" "3009015b365f9d241e4e428db30cec17aa00033ac6ed537a1d49802d40394528", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3009015b365f9d241e4e428db30cec17aa00033ac6ed537a1d49802d40394528", kill_on_drop: false }`
[INFO] [stdout] 3009015b365f9d241e4e428db30cec17aa00033ac6ed537a1d49802d40394528
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bcdbc81b451fcbb400d7a71e86725532a522c71bae673e9cca05dc43efa6e7a5
[INFO] running `Command { std: "docker" "start" "-a" "bcdbc81b451fcbb400d7a71e86725532a522c71bae673e9cca05dc43efa6e7a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling serde_test v1.0.175
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]     --> src/lib.rs:2111:17
[INFO] [stdout]      |
[INFO] [stdout] 2111 | #[cfg(all(test, property_tests))]
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]     --> src/lib.rs:2114:17
[INFO] [stdout]      |
[INFO] [stdout] 2114 | #[cfg(all(test, property_tests))]
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_div_for_primitive!(u8);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_div_for_primitive!(u8);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 427 | impl_div_for_primitive!(u16);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 427 | impl_div_for_primitive!(u16);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_div_for_primitive!(u32);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_div_for_primitive!(u32);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_div_for_primitive!(u64);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_div_for_primitive!(u64);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_div_for_primitive!(u128);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_div_for_primitive!(u128);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_div_for_primitive!(i8);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_div_for_primitive!(i8);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 432 | impl_div_for_primitive!(i16);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 432 | impl_div_for_primitive!(i16);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 433 | impl_div_for_primitive!(i32);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 433 | impl_div_for_primitive!(i32);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 434 | impl_div_for_primitive!(i64);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 434 | impl_div_for_primitive!(i64);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 435 | impl_div_for_primitive!(i128);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 435 | impl_div_for_primitive!(i128);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]    --> src/impl_fmt.rs:732:17
[INFO] [stdout]     |
[INFO] [stdout] 732 | #[cfg(all(test, property_tests))]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_46`
[INFO] [stdout]    --> src/lib.rs:475:11
[INFO] [stdout]     |
[INFO] [stdout] 475 |     #[cfg(rustc_1_46)]  // Option::zip
[INFO] [stdout]     |           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_46)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_46`
[INFO] [stdout]    --> src/lib.rs:488:15
[INFO] [stdout]     |
[INFO] [stdout] 488 |     #[cfg(not(rustc_1_46))]
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_46)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 25 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bigdecimal v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]     --> src/lib.rs:2111:17
[INFO] [stdout]      |
[INFO] [stdout] 2111 | #[cfg(all(test, property_tests))]
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]     --> src/lib.rs:2114:17
[INFO] [stdout]      |
[INFO] [stdout] 2114 | #[cfg(all(test, property_tests))]
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]    --> src/arithmetic/sqrt.rs:239:11
[INFO] [stdout]     |
[INFO] [stdout] 239 |     #[cfg(property_tests)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]    --> src/arithmetic/cbrt.rs:132:11
[INFO] [stdout]     |
[INFO] [stdout] 132 |     #[cfg(property_tests)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]    --> src/arithmetic/inverse.rs:205:11
[INFO] [stdout]     |
[INFO] [stdout] 205 |     #[cfg(property_tests)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_div_for_primitive!(u8);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_div_for_primitive!(u8);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 427 | impl_div_for_primitive!(u16);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 427 | impl_div_for_primitive!(u16);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_div_for_primitive!(u32);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 428 | impl_div_for_primitive!(u32);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_div_for_primitive!(u64);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 429 | impl_div_for_primitive!(u64);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_div_for_primitive!(u128);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 430 | impl_div_for_primitive!(u128);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_div_for_primitive!(i8);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 431 | impl_div_for_primitive!(i8);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 432 | impl_div_for_primitive!(i16);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 432 | impl_div_for_primitive!(i16);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 433 | impl_div_for_primitive!(i32);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 433 | impl_div_for_primitive!(i32);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 434 | impl_div_for_primitive!(i64);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 434 | impl_div_for_primitive!(i64);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 435 | impl_div_for_primitive!(i128);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stdout]    --> src/impl_ops.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 435 | impl_div_for_primitive!(i128);
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]    --> src/impl_ops_add.rs:274:11
[INFO] [stdout]     |
[INFO] [stdout] 274 |     #[cfg(property_tests)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]    --> src/impl_ops_sub.rs:301:11
[INFO] [stdout]     |
[INFO] [stdout] 301 |     #[cfg(property_tests)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]    --> src/impl_ops_rem.rs:138:11
[INFO] [stdout]     |
[INFO] [stdout] 138 |     #[cfg(property_tests)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stdout]    --> src/impl_fmt.rs:732:17
[INFO] [stdout]     |
[INFO] [stdout] 732 | #[cfg(all(test, property_tests))]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_46`
[INFO] [stdout]    --> src/lib.rs:475:11
[INFO] [stdout]     |
[INFO] [stdout] 475 |     #[cfg(rustc_1_46)]  // Option::zip
[INFO] [stdout]     |           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_46)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `rustc_1_46`
[INFO] [stdout]    --> src/lib.rs:488:15
[INFO] [stdout]     |
[INFO] [stdout] 488 |     #[cfg(not(rustc_1_46))]
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_46)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 31 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.23s
[INFO] running `Command { std: "docker" "inspect" "bcdbc81b451fcbb400d7a71e86725532a522c71bae673e9cca05dc43efa6e7a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bcdbc81b451fcbb400d7a71e86725532a522c71bae673e9cca05dc43efa6e7a5", kill_on_drop: false }`
[INFO] [stdout] bcdbc81b451fcbb400d7a71e86725532a522c71bae673e9cca05dc43efa6e7a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7e35e2636da6a8e3f95913ceb2c33385edb43a14736e4f9f62e991eb4ccd4978
[INFO] running `Command { std: "docker" "start" "-a" "7e35e2636da6a8e3f95913ceb2c33385edb43a14736e4f9f62e991eb4ccd4978", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stderr]     --> src/lib.rs:2111:17
[INFO] [stderr]      |
[INFO] [stderr] 2111 | #[cfg(all(test, property_tests))]
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stderr]     --> src/lib.rs:2114:17
[INFO] [stderr]      |
[INFO] [stderr] 2114 | #[cfg(all(test, property_tests))]
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:252:19
[INFO] [stderr]     |
[INFO] [stderr] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stderr]     |                   ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 426 | impl_div_for_primitive!(u8);
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:267:23
[INFO] [stderr]     |
[INFO] [stderr] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stderr]     |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 426 | impl_div_for_primitive!(u8);
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:252:19
[INFO] [stderr]     |
[INFO] [stderr] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stderr]     |                   ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 427 | impl_div_for_primitive!(u16);
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:267:23
[INFO] [stderr]     |
[INFO] [stderr] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stderr]     |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 427 | impl_div_for_primitive!(u16);
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:252:19
[INFO] [stderr]     |
[INFO] [stderr] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stderr]     |                   ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 428 | impl_div_for_primitive!(u32);
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:267:23
[INFO] [stderr]     |
[INFO] [stderr] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stderr]     |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 428 | impl_div_for_primitive!(u32);
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:252:19
[INFO] [stderr]     |
[INFO] [stderr] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stderr]     |                   ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 429 | impl_div_for_primitive!(u64);
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:267:23
[INFO] [stderr]     |
[INFO] [stderr] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stderr]     |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 429 | impl_div_for_primitive!(u64);
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:252:19
[INFO] [stderr]     |
[INFO] [stderr] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stderr]     |                   ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 430 | impl_div_for_primitive!(u128);
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:267:23
[INFO] [stderr]     |
[INFO] [stderr] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stderr]     |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 430 | impl_div_for_primitive!(u128);
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:252:19
[INFO] [stderr]     |
[INFO] [stderr] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stderr]     |                   ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 431 | impl_div_for_primitive!(i8);
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:267:23
[INFO] [stderr]     |
[INFO] [stderr] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stderr]     |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 431 | impl_div_for_primitive!(i8);
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:252:19
[INFO] [stderr]     |
[INFO] [stderr] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stderr]     |                   ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 432 | impl_div_for_primitive!(i16);
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:267:23
[INFO] [stderr]     |
[INFO] [stderr] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stderr]     |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 432 | impl_div_for_primitive!(i16);
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:252:19
[INFO] [stderr]     |
[INFO] [stderr] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stderr]     |                   ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 433 | impl_div_for_primitive!(i32);
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:267:23
[INFO] [stderr]     |
[INFO] [stderr] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stderr]     |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 433 | impl_div_for_primitive!(i32);
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:252:19
[INFO] [stderr]     |
[INFO] [stderr] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stderr]     |                   ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 434 | impl_div_for_primitive!(i64);
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:267:23
[INFO] [stderr]     |
[INFO] [stderr] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stderr]     |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 434 | impl_div_for_primitive!(i64);
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:252:19
[INFO] [stderr]     |
[INFO] [stderr] 252 |             #[cfg(rustc_1_70)]  // Option::is_some_and
[INFO] [stderr]     |                   ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 435 | impl_div_for_primitive!(i128);
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_70`
[INFO] [stderr]    --> src/impl_ops.rs:267:23
[INFO] [stderr]     |
[INFO] [stderr] 267 |             #[cfg(not(rustc_1_70))]
[INFO] [stderr]     |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 435 | impl_div_for_primitive!(i128);
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_70)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `impl_div_for_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stderr]    --> src/impl_fmt.rs:732:17
[INFO] [stderr]     |
[INFO] [stderr] 732 | #[cfg(all(test, property_tests))]
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_46`
[INFO] [stderr]    --> src/lib.rs:475:11
[INFO] [stderr]     |
[INFO] [stderr] 475 |     #[cfg(rustc_1_46)]  // Option::zip
[INFO] [stderr]     |           ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_46)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `rustc_1_46`
[INFO] [stderr]    --> src/lib.rs:488:15
[INFO] [stderr]     |
[INFO] [stderr] 488 |     #[cfg(not(rustc_1_46))]
[INFO] [stderr]     |               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_46)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `bigdecimal` (lib) generated 25 warnings
[INFO] [stderr] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stderr]    --> src/arithmetic/sqrt.rs:239:11
[INFO] [stderr]     |
[INFO] [stderr] 239 |     #[cfg(property_tests)]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stderr]    --> src/arithmetic/cbrt.rs:132:11
[INFO] [stderr]     |
[INFO] [stderr] 132 |     #[cfg(property_tests)]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stderr]    --> src/arithmetic/inverse.rs:205:11
[INFO] [stderr]     |
[INFO] [stderr] 205 |     #[cfg(property_tests)]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stderr]    --> src/impl_ops_add.rs:274:11
[INFO] [stderr]     |
[INFO] [stderr] 274 |     #[cfg(property_tests)]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stderr]    --> src/impl_ops_sub.rs:301:11
[INFO] [stderr]     |
[INFO] [stderr] 301 |     #[cfg(property_tests)]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `property_tests`
[INFO] [stderr]    --> src/impl_ops_rem.rs:138:11
[INFO] [stderr]     |
[INFO] [stderr] 138 |     #[cfg(property_tests)]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(property_tests)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `bigdecimal` (lib test) generated 31 warnings (25 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bigdecimal-087496d70b7084fb)
[INFO] [stdout] 
[INFO] [stdout] running 565 tests
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_0_0 ... ok
[INFO] [stdout] test arithmetic::inverse::test::invert_seven::case_prec10_round_up ... ok
[INFO] [stdout] test arithmetic::inverse::test::invert_seven::case_prec11_round_ceiling ... ok
[INFO] [stdout] test arithmetic::inverse::test::invert_seven::case_prec10_round_down ... ok
[INFO] [stdout] test arithmetic::inverse::test::inv_random_number ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_2_1 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_31028_n659 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_31028_10000 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_31028_0 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_31028_9340 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_31028_1 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_3_n5 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_1022_10 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_20_n900 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_20_0 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_2_0 ... ok
[INFO] [stdout] test arithmetic::cbrt::test::test_cbrt_prec15 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_20_800 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_40_10000 ... ok
[INFO] [stdout] test arithmetic::inverse::test::test_inverse_35543972957198043e291 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_1038_316 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_70_5 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_1022_308 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_1_0 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_888_270 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_888_n300 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_70_n5 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_888_0 ... ok
[INFO] [stdout] test arithmetic::sqrt::test::case_sqrt_3242053850483855em13 ... ok
[INFO] [stdout] test bigdecimal_tests::double::case_1_1156024145937225657484 ... ok
[INFO] [stdout] test bigdecimal_tests::double::case_1 ... ok
[INFO] [stdout] test bigdecimal_tests::double::case_32909E4 ... ok
[INFO] [stdout] test bigdecimal_tests::double::case_neg150Em2 ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_888_n19 ... ok
[INFO] [stdout] test bigdecimal_tests::test_digits ... ok
[INFO] [stdout] test bigdecimal_tests::double::case_150Em2 ... ok
[INFO] [stdout] test bigdecimal_tests::test_count_decimal_digits ... ok
[INFO] [stdout] test arithmetic::sqrt::test::case_sqrt_5085019992340351em25 ... ok
[INFO] [stdout] test bigdecimal_tests::test_fractional_digit_count ... ok
[INFO] [stdout] test bigdecimal_tests::double::case_100Em2 ... ok
[INFO] [stdout] test bigdecimal_tests::test_equal ... ok
[INFO] [stdout] test bigdecimal_tests::double::case_zero ... ok
[INFO] [stdout] test bigdecimal_tests::test_from_f32 ... ok
[INFO] [stdout] test bigdecimal_tests::round_large_number ... ok
[INFO] [stdout] test arithmetic::inverse::test_make_inv_guess::case_70_50 ... ok
[INFO] [stdout] test bigdecimal_tests::test_abs ... ok
[INFO] [stdout] test arithmetic::cbrt::test::test_cbrt ... ok
[INFO] [stdout] test bigdecimal_tests::test_from_f64 ... ok
[INFO] [stdout] test bigdecimal_tests::test_from_i128 ... ok
[INFO] [stdout] test bigdecimal_tests::test_get_rounding_term ... ok
[INFO] [stdout] test bigdecimal_tests::test_half ... ok
[INFO] [stdout] test bigdecimal_tests::test_hash_equal ... ok
[INFO] [stdout] test bigdecimal_tests::test_from_i8 ... ok
[INFO] [stdout] test bigdecimal_tests::test_hash_equal_scale ... ok
[INFO] [stdout] test bigdecimal_tests::test_hash_not_equal ... ok
[INFO] [stdout] test bigdecimal_tests::test_is_integer ... ok
[INFO] [stdout] test bigdecimal_tests::test_from_u128 ... ok
[INFO] [stdout] test bigdecimal_tests::test_square ... ok
[INFO] [stdout] test bigdecimal_tests::test_cube ... ok
[INFO] [stdout] test bigdecimal_tests::test_sum1 ... ok
[INFO] [stdout] test bigdecimal_tests::test_round ... ok
[INFO] [stdout] test bigdecimal_tests::test_to_f64 ... ok
[INFO] [stdout] test bigdecimal_tests::test_to_i64 ... ok
[INFO] [stdout] test context::test_context::sum_two_references ... ok
[INFO] [stdout] test bigdecimal_tests::test_nan_float ... ok
[INFO] [stdout] test bigdecimal_tests::test_parse_roundtrip ... ok
[INFO] [stdout] test impl_fmt::test::dynamic_fmt::case_0d000123 ... ok
[INFO] [stdout] test impl_cmp::test_bigintref::test_borrow_neg_cmp ... ok
[INFO] [stdout] test bigdecimal_tests::test_with_prec ... ok
[INFO] [stdout] test context::test_context::contstructor_and_setters ... ok
[INFO] [stdout] test bigdecimal_tests::test_normalize ... ok
[INFO] [stdout] test bigdecimal_tests::test_not_equal ... ok
[INFO] [stdout] test bigdecimal_tests::test_to_u128 ... ok
[INFO] [stdout] test bigdecimal_tests::test_sum ... ok
[INFO] [stdout] test bigdecimal_tests::test_signed ... ok
[INFO] [stdout] test bigdecimal_tests::test_inverse ... ok
[INFO] [stdout] test impl_fmt::test::dynamic_fmt::case_0d00123 ... ok
[INFO] [stdout] test impl_fmt::test::dynamic_fmt::case_123de1 ... ok
[INFO] [stdout] test impl_fmt::test::dynamic_fmt::case_0d0123 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_boundaries::test_max ... ok
[INFO] [stdout] test impl_fmt::test::dynamic_fmt::case_0d123 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_boundaries::test_max_multiple_digits ... ok
[INFO] [stdout] test impl_fmt::test::dynamic_fmt::case_123d ... ok
[INFO] [stdout] test impl_fmt::test::fmt_boundaries::test_min_scale ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_01_2e3 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_01_20_alt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_0 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_01_20 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_boundaries::test_min_multiple_digits ... ok
[INFO] [stdout] test impl_fmt::test::fmt_boundaries::test_max_scale ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_0_alt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_123_400_alt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_123_400 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_1_20 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_1_alt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_1e99999999999999_alt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_123_4en2 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_1_20_alt ... ok
[INFO] [stdout] test bigdecimal_tests::test_to_i128 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_01_2e3_alt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_123_456 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_avagadro ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_avagadro_alt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_123_456_alt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_n144d3308279_alt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_n349983058835858339619e2_alt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_123456::fmt_l4d1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_123456::fmt_4d1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_123456::fmt_d1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_n349983058835858339619e2 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_123456::fmt_p05d1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_123456::fmt_d4 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_123456::fmt_default ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_n0 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_1e99999999999999 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_n144d3308279 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_123_4en2_alt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_19073d97235939614856::fmt_default ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_19073d97235939614856::fmt_p05d7 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_19073d97235939614856::fmt_l8d1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_19073d97235939614856::fmt_d3 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_123456::fmt_r4d3 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_debug::case_n0_alt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_19073d97235939614856::fmt_0d4 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_19073d97235939614856::fmt_r8d4 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_1::fmt_d4 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_1::fmt_4d1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_491326en12::fmt_d3 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_1::fmt_p05d1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_1::fmt_l4d1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_491326en12::fmt_4d1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_1::fmt_d1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_19073d97235939614856::fmt_4d1 ... ok
[INFO] [stdout] test arithmetic::sqrt::test::test_big_sqrt ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_123456::fmt_r4d4 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_491326en12::fmt_r8d3 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_9999999::fmt_d4 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_491326en12::fmt_r8d4 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_1::fmt_r4d1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_19073d97235939614856::fmt_r8d3 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_491326en12::fmt_default ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_1::fmt_default ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_491326en12::fmt_l8d1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_491326en12::fmt_0d4 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_9999999::fmt_d8 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_1 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_options::dec_491326en12::fmt_p015d7 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_12_34e_6 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_2_00e0 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_413e99999999999997 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_1e119 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_1e2 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_4_1592480782835e9 ... ok
[INFO] [stdout] test impl_fmt::test::test_fmt_with_large_values ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_4_2e7 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_0 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_4_2e8 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_4e99999999999997 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_4e99999999999998 ... ok
[INFO] [stdout] test arithmetic::sqrt::test::test_sqrt ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_4e99999999999999 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_44e99999999999998 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_5_31e4 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_41e99999999999997 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_1e3000 ... ok
[INFO] [stdout] test impl_fmt::test::test_fmt ... ok
[INFO] [stdout] test impl_fmt::test::write_scientific_notation::case_1 ... ok
[INFO] [stdout] test impl_fmt::test::write_scientific_notation::case_2_00e0 ... ok
[INFO] [stdout] test impl_fmt::test::write_scientific_notation::case_4_1592480782835e9 ... ok
[INFO] [stdout] test impl_fmt::test::write_scientific_notation::case_0 ... ok
[INFO] [stdout] test impl_fmt::test::write_scientific_notation::case_neg_5_70e1 ... ok
[INFO] [stdout] test impl_ops_add::test::case_0_776en1 ... ok
[INFO] [stdout] test impl_num::test::from_str_radix::out_of_bounds ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_5_31e5 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_5_31e6 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_5_31e7 ... ok
[INFO] [stdout] test impl_fmt::test::write_engineering_notation::case_neg_5_70e1 ... ok
[INFO] [stdout] test impl_ops_add::test::case_1234e6_1234en6 ... ok
[INFO] [stdout] test impl_ops_add::test::case_18446744073709551616_1 ... ok
[INFO] [stdout] test impl_ops_add::test::case_1234en2_1234en3 ... ok
[INFO] [stdout] test impl_ops_add::test::case_46636423395767125en15_int0 ... ok
[INFO] [stdout] test impl_ops_add::test::case_239200en4_intneg101 ... ok
[INFO] [stdout] test impl_fmt::test::write_scientific_notation::case_1_234e_5 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_boundaries::test_max_exp_overflow - should panic ... ok
[INFO] [stdout] test impl_ops_add::test::case_1234en2_n1234en3 ... ok
[INFO] [stdout] test impl_ops_add::test::case_80802295e5_int0 ... ok
[INFO] [stdout] test impl_fmt::test::fmt_boundaries::test_min_exp_overflow - should panic ... ok
[INFO] [stdout] test impl_ops_div::test::test_division_by_zero_panics - should panic ... ok
[INFO] [stdout] test impl_ops_div::test::test_div ... ok
[INFO] [stdout] test impl_ops_add::test::case_1234en6_1234e6 ... ok
[INFO] [stdout] test impl_ops_add::test::case_1234en2_n1234en2 ... ok
[INFO] [stdout] test impl_ops_div::test::test_division_by_large_number ... ok
[INFO] [stdout] test impl_ops_rem::test::case_1234e_2_1233e_3 ... ok
[INFO] [stdout] test impl_ops_div::test::test_division_by_zero_panics_v2 - should panic ... ok
[INFO] [stdout] test impl_ops_mul::bigdecimal_tests::test_mul ... ok
[INFO] [stdout] test impl_ops_rem::test::case_100_5 ... ok
[INFO] [stdout] test impl_ops_rem::test::case_10_3e_3 ... ok
[INFO] [stdout] test impl_ops_rem::test::case_1_3 ... ok
[INFO] [stdout] test impl_ops_rem::test::case_1_5e_1 ... ok
[INFO] [stdout] test impl_ops_rem::test::case_2e1_1 ... ok
[INFO] [stdout] test impl_ops_rem::test::case_15e_1_1 ... ok
[INFO] [stdout] test impl_ops_rem::test::case_1_3e_2 ... ok
[INFO] [stdout] test impl_ops_rem::test::case_2_1 ... ok
[INFO] [stdout] test impl_ops_rem::test::case_3_2 ... ok
[INFO] [stdout] test impl_ops_rem::test::case_3_neg2 ... ok
[INFO] [stdout] test impl_ops_rem::test::case_neg3_2 ... ok
[INFO] [stdout] test impl_ops_add::test::case_184467440737e3380_0 ... ok
[INFO] [stdout] test impl_ops_mul::bigdecimal_tests::test_mul_bigint ... ok
[INFO] [stdout] test impl_ops_rem::test::case_neg3_neg2 ... ok
[INFO] [stdout] test impl_ops_rem::test::case_neg95eneg1_515eneg2 ... ok
[INFO] [stdout] test impl_ops_sub::test::case_0_520707672en5 ... ok
[INFO] [stdout] test impl_ops_sub::test::case_1234e6_1234en6 ... ok
[INFO] [stdout] test impl_ops_sub::test::case_1234en2_1234en3 ... ok
[INFO] [stdout] test impl_ops_sub::test::case_1234en2_n1234en3 ... ok
[INFO] [stdout] test impl_ops_sub::test::case_1234en6_1234e6 ... ok
[INFO] [stdout] test impl_ops_sub::test::case_4068603022763836en8_intneg10 ... ok
[INFO] [stdout] test impl_ops_sub::test::case_85616001e4_0 ... ok
[INFO] [stdout] test impl_ops_sub::test::case_99291289e5_int0 ... ok
[INFO] [stdout] test impl_ops_sub::test::case_7051277471570131en16_int1 ... ok
[INFO] [stdout] test impl_trait_from_str::test_invalid::case_bad_string_empty - should panic ... ok
[INFO] [stdout] test impl_trait_from_str::test_invalid::case_bad_string_empty_exponent - should panic ... ok
[INFO] [stdout] test impl_trait_from_str::test_invalid::case_bad_string_hex - should panic ... ok
[INFO] [stdout] test impl_trait_from_str::test_invalid::case_bad_string_invalid_char - should panic ... ok
[INFO] [stdout] test impl_trait_from_str::test_invalid::case_bad_string_hello - should panic ... ok
[INFO] [stdout] test impl_trait_from_str::test_invalid::case_bad_string_multiple_decimal_points - should panic ... ok
[INFO] [stdout] test impl_trait_from_str::test_invalid::case_bad_string_nan_exponent - should panic ... ok
[INFO] [stdout] test impl_ops_sub::test::case_712911676en6_4856259269250829 ... ok
[INFO] [stdout] test impl_trait_from_str::test_invalid::test_bad_string_only_decimal_and_exponent - should panic ... ok
[INFO] [stdout] test impl_trait_from_str::test_invalid::case_bad_string_nan - should panic ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_0d00123 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_123_ ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_123en1 ... ok
[INFO] [stdout] test impl_trait_from_str::test_invalid::test_bad_string_only_decimal_and_underscore - should panic ... ok
[INFO] [stdout] test impl_trait_from_str::test_invalid::case_bad_string_only_decimal_point - should panic ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_1331d107 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_1_d_2 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_1d0 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_1d23en8 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_1d23ep1 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_1d23ep3 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_271576662d_e4 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_2e1 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_31_862_140d830_686_979 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_12d3 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_679d35_84_03en2 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_999d521_939 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_n123 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_n1230 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_n1_1d2_2 ... ok
[INFO] [stdout] test impl_trait_from_str::tests::case_n1d23en10 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_0 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_033203125en8 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_1192092896En7 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_14693861798803098En17 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_1401757440 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_10000000 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_15625En5 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_1e30 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_158456325029e18 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_1e38 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_1_e42 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_23283064En16 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_235098744048en49 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_1_40129846432e_45 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_23509889819en48 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_215092En1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_1en1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_1en05 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_1en3 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_2289620000 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_2en1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_1e20 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_317e36 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_317en40 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_3_92E_n39 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_25en2 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_6_99999952316 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_50 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_4294967295 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_45En1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_80000197 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_f32_epsilon ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_2_81341650018752E_n308 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_5en1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_f32_max ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_1192092896En7 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_1401757440 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_1e30 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_1e38 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_10000000 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_1en05 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_1en1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_f32_pi ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_033203125en8 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_nan ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_1_e42 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_f32_min ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_15625En5 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_1en3 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_158456325029e18 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_215092En1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_2289620000 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_23283064En16 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_14693861798803098En17 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_235098744048en49 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_1e20 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_23509889819en48 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_25en2 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_0 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_1_40129846432e_45 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_2_81341650018752E_n308 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_317e36 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_3_92E_n39 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_80000197 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_5en1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_try_from_nan ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_0 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_2 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_25en2 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_try_from_infinity ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_2_81341650018752E_308 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_50 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_3 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_8eneg306 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_f64_epsilon ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_f64_pi ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_nan ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_5en1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_nanbits ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_near_3 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_0 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_1en1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_45En1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_2en1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_f64_max ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_3105036184601418e246 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_1over3 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_f64_min ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_6_99999952316 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_50 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_8e306 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_1en1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_317en40 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_3 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_50 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_5en1 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_nanbits ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_2 ... ok
[INFO] [stdout] test parsing::test_parse_from_f32::case_neg_4294967295 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_try_from_infinity ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_2_81341650018752E_308 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_try_from_nan ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_8e306 ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_1::mode_Down ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_3105036184601418e246 ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_1::mode_Floor ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_pi ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_25en2 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_near_3 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_8eneg306 ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_neg_1over3 ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_1::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5_000x::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5_000x::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5_000x::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5_000x::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5_000x::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_7::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_7::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_7::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_7::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_7::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_7::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5_000x::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_7::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5_000x::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_5::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_1::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0::mode_Floor ... ok
[INFO] [stdout] test parsing::test_parse_from_f64::case_pi ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_1::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_1::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_0_1::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0_000x::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0_000x::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_8_5::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_8_5::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0_000x::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_8_5::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0_000x::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5_000x::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5_000x::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5_000x::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_8_5::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_8_5::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0_000x::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0_000x::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_8_5::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_8_5::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_1::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_1::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_3_0_000x::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_1::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_1::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_1::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_1::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5_000x::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5_000x::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5_000x::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5_000x::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_1::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5_000x::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5_000x::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5_000x::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5_000x::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5_000x::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_5_000x::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_9_5_000x::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_7::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_7::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_7::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0_000x::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0_000x::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0_000x::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0_000x::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0_000x::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_4_3_000x::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_4_3_000x::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0_000x::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_7::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_7::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0_000x::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_4_3_000x::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_4_3_000x::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_4_3_000x::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_7::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_2_0::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_4_3_000x::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_0_7::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_4_3_000x::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5_000x::mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5_000x::mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_u32::case_13950000::digit_3_mode_Up ... ok
[INFO] [stdout] test rounding::test_round_u32::case_13950000::digit_5_mode_Down ... ok
[INFO] [stdout] test rounding::test_round_u32::case_13950000::digit_5_mode_HalfEven ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5_000x::mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5_000x::mode_Floor ... ok
[INFO] [stdout] test rounding::test_round_u32::case_13950000::digit_5_mode_HalfUp ... ok
[INFO] [stdout] test rounding::test_round_u32::case_13950000::digit_5_mode_Up ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5_000x::mode_Down ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5_000x::mode_Up ... ok
[INFO] [stdout] test rounding::test_round_u32::case_13950000::digit_5_mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_u32::case_13950000::digit_5_mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_pair::case_neg_6_5_000x::mode_HalfDown ... ok
[INFO] [stdout] test rounding::test_round_u32::case_neg_35488622_000x::digit_1_mode_Down ... ok
[INFO] [stdout] test rounding::test_round_u32::case_neg_35488622_000x::digit_1_mode_Up ... ok
[INFO] [stdout] test rounding::test_round_u32::case_neg_35488622_000x::digit_2_mode_Up ... ok
[INFO] [stdout] test rounding::test_round_u32::case_neg_35488622_000x::digit_7_mode_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_u32::case_neg_35488622_000x::digit_8_mode_Down ... ok
[INFO] [stdout] test rounding::test_round_u32::case_neg_35488622_000x::digit_7_mode_Floor ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_10_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_10_rounding_Up ... ok
[INFO] [stdout] test rounding::test_round_u32::case_neg_35488622_000x::digit_2_mode_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_1_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_4_rounding_Ceiling ... ok
[INFO] [stdout] test rounding::test_round_u32::case_neg_35488622_000x::digit_8_mode_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_0_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_4_rounding_Floor ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_4_rounding_HalfEven ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_7_rounding_HalfDown ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_7_rounding_HalfUp ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_7_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_4_rounding_HalfUp ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_8_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_8_rounding_HalfEven ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_8_rounding_Up ... ok
[INFO] [stdout] test rounding::test_round_u32::case_neg_35488622_000x::digit_7_mode_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_7_rounding_Ceiling ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_9_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_7_rounding_Floor ... ok
[INFO] [stdout] test rounding::test_round_u32::case_neg_35488622_000x::digit_7_mode_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_7_rounding_HalfEven ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_7_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_0_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_4_rounding_HalfDown ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_9_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_2_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_4_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_neg_20_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_neg_1_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_neg_20_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_neg_2_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_2_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_4_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_1_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_369708962060657eNeg30::scale_20_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_682829560896740e30::scale_0_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_neg_5_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_99999999999999999999999eNeg4::scale_neg_3_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_99999999999999999999999eNeg4::scale_4_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_neg_3_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_99999999999999999999999eNeg4::scale_neg_3_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_neg_636652287787259::scale_0_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_neg_636652287787259::scale_neg_12_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_neg_636652287787259::scale_0_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_682829560896740e30::scale_neg_36_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_neg_636652287787259::scale_neg_12_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_neg_636652287787259::scale_neg_1_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_neg_636652287787259::scale_1_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_neg_636652287787259::scale_neg_1_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_682829560896740e30::scale_neg_35_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_682829560896740e30::scale_neg_100_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_neg_5_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_682829560896740e30::scale_4_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_3009788271450eNeg9::scale_neg_4_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_99999999999999999999999eNeg4::scale_3_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_neg_636652287787259::scale_1_rounding_Down ... ok
[INFO] [stdout] test test_with_scale_round::case_369708962060657eNeg30::scale_4_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_369708962060657eNeg30::scale_20_rounding_Up ... ok
[INFO] [stdout] test test_with_scale_round::case_99999999999999999999999eNeg4::scale_3_rounding_Up ... ok
[INFO] [stdout] test bigdecimal_tests::test_exp ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bigdecimal
[INFO] [stdout] test result: ok. 565 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test src/lib.rs - BigDecimal::square (line 631) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::sign (line 502) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::cube (line 658) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::cmp (line 1028) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::into_bigint_and_exponent (line 541) ... ok
[INFO] [stdout] test src/lib.rs - (line 32) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::parse_bytes (line 255) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::to_engineering_notation (line 928) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::abs (line 562) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::as_bigint_and_exponent (line 524) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::fractional_digit_count (line 229) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::half (line 601) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::double (line 580) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::to_scientific_notation (line 907) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::with_prec (line 431) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::sqrt (line 683) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimalRef (line 1224) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimal::with_scale_round (line 296) ... ok
[INFO] [stdout] test src/lib.rs - BigDecimalRef<'_>::to_owned_with_scale (line 1259) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7e35e2636da6a8e3f95913ceb2c33385edb43a14736e4f9f62e991eb4ccd4978", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e35e2636da6a8e3f95913ceb2c33385edb43a14736e4f9f62e991eb4ccd4978", kill_on_drop: false }`
[INFO] [stdout] 7e35e2636da6a8e3f95913ceb2c33385edb43a14736e4f9f62e991eb4ccd4978
