[INFO] fetching crate bnum 0.11.0...
[INFO] testing bnum-0.11.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate bnum 0.11.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate bnum 0.11.0 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 bnum 0.11.0
[INFO] finished tweaking crates.io crate bnum 0.11.0
[INFO] tweaked toml for crates.io crate bnum 0.11.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 34 packages to latest compatible versions
[INFO] [stderr]       Adding env_logger v0.8.4 (latest: v0.11.3)
[INFO] [stderr]       Adding syn v1.0.109 (latest: v2.0.66)
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0)
[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]  Downloading crates ...
[INFO] [stderr]   Downloaded serde-big-array v0.5.1
[INFO] [stderr]   Downloaded valuable-derive v0.1.0
[INFO] [stderr]   Downloaded derive_arbitrary v1.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 12234e8ba91040273f4369fa5c5da3404c99dc55bee187fd74c6600e6cd49d2d
[INFO] running `Command { std: "docker" "start" "-a" "12234e8ba91040273f4369fa5c5da3404c99dc55bee187fd74c6600e6cd49d2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12234e8ba91040273f4369fa5c5da3404c99dc55bee187fd74c6600e6cd49d2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12234e8ba91040273f4369fa5c5da3404c99dc55bee187fd74c6600e6cd49d2d", kill_on_drop: false }`
[INFO] [stdout] 12234e8ba91040273f4369fa5c5da3404c99dc55bee187fd74c6600e6cd49d2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 51413994c6d902ddfa40740c802ba31cb8ca2f644907ef6cd8f85db9b3f4861a
[INFO] running `Command { std: "docker" "start" "-a" "51413994c6d902ddfa40740c802ba31cb8ca2f644907ef6cd8f85db9b3f4861a", kill_on_drop: false }`
[INFO] [stderr]    Compiling bnum v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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]     = note: this warning originates in the macro `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `bitand` is never used
[INFO] [stdout]    --> src/buint/as_float.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub trait Mantissa {
[INFO] [stdout]     |           -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 147 |     fn bitand(self, rhs: Self) -> Self;
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CastTo` is never used
[INFO] [stdout]   --> src/cast.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) trait CastTo<U> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 34 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
[INFO] running `Command { std: "docker" "inspect" "51413994c6d902ddfa40740c802ba31cb8ca2f644907ef6cd8f85db9b3f4861a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51413994c6d902ddfa40740c802ba31cb8ca2f644907ef6cd8f85db9b3f4861a", kill_on_drop: false }`
[INFO] [stdout] 51413994c6d902ddfa40740c802ba31cb8ca2f644907ef6cd8f85db9b3f4861a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] f91e31135d23ba57ca9ad339d39c56e3c9179a8a7b7161e936f34cd9764592b4
[INFO] running `Command { std: "docker" "start" "-a" "f91e31135d23ba57ca9ad339d39c56e3c9179a8a7b7161e936f34cd9764592b4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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]     = note: this warning originates in the macro `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `bitand` is never used
[INFO] [stdout]    --> src/buint/as_float.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub trait Mantissa {
[INFO] [stdout]     |           -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 147 |     fn bitand(self, rhs: Self) -> Self;
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CastTo` is never used
[INFO] [stdout]   --> src/cast.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) trait CastTo<U> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 34 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling bnum v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:178:27
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 #[cfg(not(test_int_bits = "64"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[INFO] [stdout]     | --------------------------- in this macro invocation
[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(test_int_bits, values(\"64\"))");` 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]     = note: this warning originates in the macro `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:184:23
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 #[cfg(test_int_bits = "64")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:178:27
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 #[cfg(not(test_int_bits = "64"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:184:23
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 #[cfg(test_int_bits = "64")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:178:27
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 #[cfg(not(test_int_bits = "64"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:184:23
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 #[cfg(test_int_bits = "64")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:178:27
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 #[cfg(not(test_int_bits = "64"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:184:23
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 #[cfg(test_int_bits = "64")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]   --> src/test/types.rs:30:7
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(test_int_bits = "64")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: `test_int_bits`
[INFO] [stdout]   --> src/test/types.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg(not(test_int_bits = "64"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: `test_int_bits`
[INFO] [stdout]   --> src/test/types.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[cfg(test_int_bits = "64")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: `test_int_bits`
[INFO] [stdout]   --> src/test/types.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg(not(test_int_bits = "64"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: the feature `unchecked_math` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         unchecked_math,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `bitand` is never used
[INFO] [stdout]    --> src/buint/as_float.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub trait Mantissa {
[INFO] [stdout]     |           -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 147 |     fn bitand(self, rhs: Self) -> Self;
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 46 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 15.86s
[INFO] running `Command { std: "docker" "inspect" "f91e31135d23ba57ca9ad339d39c56e3c9179a8a7b7161e936f34cd9764592b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f91e31135d23ba57ca9ad339d39c56e3c9179a8a7b7161e936f34cd9764592b4", kill_on_drop: false }`
[INFO] [stdout] f91e31135d23ba57ca9ad339d39c56e3c9179a8a7b7161e936f34cd9764592b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 1cacd6afa1bf27c53b59fee2f99e164c8c0625fee10a46ea5faf3bea96cb2010
[INFO] running `Command { std: "docker" "start" "-a" "1cacd6afa1bf27c53b59fee2f99e164c8c0625fee10a46ea5faf3bea96cb2010", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:203:15
[INFO] [stderr]     |
[INFO] [stderr] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/bint/ops.rs:116:1
[INFO] [stderr]     |
[INFO] [stderr] 116 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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]     = note: this warning originates in the macro `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:216:15
[INFO] [stderr]     |
[INFO] [stderr] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/bint/ops.rs:116:1
[INFO] [stderr]     |
[INFO] [stderr] 116 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:233:19
[INFO] [stderr]     |
[INFO] [stderr] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/bint/ops.rs:116:1
[INFO] [stderr]     |
[INFO] [stderr] 116 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:246:19
[INFO] [stderr]     |
[INFO] [stderr] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/bint/ops.rs:116:1
[INFO] [stderr]     |
[INFO] [stderr] 116 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:203:15
[INFO] [stderr]     |
[INFO] [stderr] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/bint/ops.rs:116:1
[INFO] [stderr]     |
[INFO] [stderr] 116 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:203:15
[INFO] [stderr]     |
[INFO] [stderr] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/buint/ops.rs:152:1
[INFO] [stderr]     |
[INFO] [stderr] 152 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:216:15
[INFO] [stderr]     |
[INFO] [stderr] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/buint/ops.rs:152:1
[INFO] [stderr]     |
[INFO] [stderr] 152 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:233:19
[INFO] [stderr]     |
[INFO] [stderr] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/buint/ops.rs:152:1
[INFO] [stderr]     |
[INFO] [stderr] 152 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:246:19
[INFO] [stderr]     |
[INFO] [stderr] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/buint/ops.rs:152:1
[INFO] [stderr]     |
[INFO] [stderr] 152 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: method `bitand` is never used
[INFO] [stderr]    --> src/buint/as_float.rs:147:8
[INFO] [stderr]     |
[INFO] [stderr] 135 | pub trait Mantissa {
[INFO] [stderr]     |           -------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 147 |     fn bitand(self, rhs: Self) -> Self;
[INFO] [stderr]     |        ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `CastTo` is never used
[INFO] [stderr]   --> src/cast.rs:11:18
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub(crate) trait CastTo<U> {
[INFO] [stderr]    |                  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `bnum` (lib) generated 34 warnings (23 duplicates)
[INFO] [stderr] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stderr]    --> src/bint/convert.rs:178:27
[INFO] [stderr]     |
[INFO] [stderr] 178 |                 #[cfg(not(test_int_bits = "64"))]
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 199 | crate::macro_impl!(convert);
[INFO] [stderr]     | --------------------------- in this macro invocation
[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(test_int_bits, values(\"64\"))");` 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]     = note: this warning originates in the macro `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stderr]    --> src/bint/convert.rs:184:23
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 #[cfg(test_int_bits = "64")]
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stderr]    --> src/bint/convert.rs:178:27
[INFO] [stderr]     |
[INFO] [stderr] 178 |                 #[cfg(not(test_int_bits = "64"))]
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stderr]   --> src/test/types.rs:30:7
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cfg(test_int_bits = "64")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: `test_int_bits`
[INFO] [stderr]   --> src/test/types.rs:39:11
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[cfg(not(test_int_bits = "64"))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: `test_int_bits`
[INFO] [stderr]   --> src/test/types.rs:23:11
[INFO] [stderr]    |
[INFO] [stderr] 23 |     #[cfg(test_int_bits = "64")]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: `test_int_bits`
[INFO] [stderr]   --> src/test/types.rs:26:15
[INFO] [stderr]    |
[INFO] [stderr] 26 |     #[cfg(not(test_int_bits = "64"))]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: the feature `unchecked_math` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stderr]   --> src/lib.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         unchecked_math,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `bnum` (lib test) generated 46 warnings (38 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/bnum-8c4531e97c16ca75)
[INFO] [stdout] 
[INFO] [stdout] running 2265 tests
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_add ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_add_unsigned ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_shl ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_shr ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_ilog2 ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_ilog ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_sub_unsigned ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_ilog10 ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_add_unsigned ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_ilog2 ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_ilog ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_ilog10 ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_shr ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_sub_unsigned ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_shl ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_add_unsigned ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_ilog ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_ilog10 ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_shl ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_shr ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_sub_unsigned ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_ilog2 ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_add_unsigned ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_shl ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_shr ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_ilog ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_mul ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_Ord_max ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_Ord_cmp ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_ilog2 ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_sub_unsigned ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_Ord_clamp ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_PartialOrd_gt ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_PartialOrd_lt ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_Ord_min ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_PartialOrd_le ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_cmp ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_eq ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_max ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_min ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_clamp ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_PartialOrd_ge ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_PartialEq_eq ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_Ord_cmp ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_ilog10 ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_PartialEq_eq ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_partial_cmp ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_Ord_max ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_PartialOrd_gt ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_Ord_clamp ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_PartialOrd_lt ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_PartialOrd_ge ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_Ord_min ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_eq ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_PartialOrd_le ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_clamp ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_max ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_cmp ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_min ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_partial_cmp ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_Ord_cmp ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_Ord_min ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_Ord_clamp ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_PartialOrd_gt ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_PartialOrd_le ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_PartialOrd_lt ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_Ord_max ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_PartialEq_eq ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_PartialOrd_ge ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_clamp ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_cmp ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_eq ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_min ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_partial_cmp ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_Ord_clamp ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_Ord_min ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_cmp ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_PartialEq_eq ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_PartialOrd_ge ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_clamp ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_PartialOrd_gt ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_max ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_PartialOrd_le ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_Ord_max ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_Ord_cmp ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_min ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_PartialOrd_lt ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_eq ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_max ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_partial_cmp ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_i128_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_i16_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_i32_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_i128_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_i64_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_isize_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_u32_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_u8_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_u16_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_u128_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_i8_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_u64_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_usize_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_i128_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_i16_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_i32_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_i128_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_i8_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_i64_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_isize_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_u16_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_u128_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_u64_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_usize_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_u32_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_u8_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_i128_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_i64_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_i8_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_i128_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_u128_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_u16_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_i16_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_i32_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_u64_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_u32_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_isize_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_u8_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_usize_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_i128_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_i64_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_i128_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_isize_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_i8_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_i32_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_u64_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_u8_try_into ... ok
[INFO] [stdout] test bint::endian::u16_digit_tests::quickcheck_itest_from_le ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_usize_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_i16_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_u16_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_u128_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_u32_try_into ... ok
[INFO] [stdout] test bint::endian::u16_digit_tests::quickcheck_itest_from_be ... ok
[INFO] [stdout] test bint::endian::u16_digit_tests::quickcheck_itest_to_le ... ok
[INFO] [stdout] test bint::endian::u16_digit_tests::quickcheck_itest_to_be ... ok
[INFO] [stdout] test bint::endian::u32_digit_tests::quickcheck_itest_from_be ... ok
[INFO] [stdout] test bint::endian::u32_digit_tests::quickcheck_itest_from_le ... ok
[INFO] [stdout] test bint::endian::u32_digit_tests::quickcheck_itest_to_be ... ok
[INFO] [stdout] test bint::endian::u64_digit_tests::quickcheck_itest_from_be ... ok
[INFO] [stdout] test bint::endian::u64_digit_tests::quickcheck_itest_from_le ... ok
[INFO] [stdout] test bint::endian::u32_digit_tests::quickcheck_itest_to_le ... ok
[INFO] [stdout] test bint::endian::u8_digit_tests::quickcheck_itest_to_le ... ok
[INFO] [stdout] test bint::endian::u64_digit_tests::quickcheck_itest_to_be ... ok
[INFO] [stdout] test bint::endian::u8_digit_tests::quickcheck_itest_from_be ... ok
[INFO] [stdout] test bint::endian::u8_digit_tests::quickcheck_itest_from_le ... ok
[INFO] [stdout] test bint::endian::u8_digit_tests::quickcheck_itest_to_be ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_binary ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_octal ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_upper_hex ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_debug ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_lower_hex ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_debug ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_lower_exp ... ok
[INFO] [stdout] test bint::endian::u64_digit_tests::quickcheck_itest_to_le ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_upper_exp ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_display ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_lower_exp ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_display ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_lower_hex ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_lower_hex ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_binary ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_upper_exp ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_display ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_octal ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_debug ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_upper_hex ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_octal ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_lower_exp ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_upper_hex ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_binary ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_binary ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_upper_exp ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_lower_hex ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_octal ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_Not_not ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_upper_hex ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_Add_add ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_Rem_rem ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_BitAnd_bitand ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_BitOr_bitor ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_BitXor_bitxor ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_neg ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_Div_div ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_debug ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_Sub_sub ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_BitAnd_bitand ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_Add_add ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_BitOr_bitor ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_BitXor_bitxor ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_upper_exp ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_Div_div ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_lower_exp ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_display ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_Not_not ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_Rem_rem ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_neg ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_BitAnd_bitand ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_Add_add ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_Mul_mul ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_Sub_sub ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_Not_not ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_BitOr_bitor ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_Sub_sub ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_neg ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_Rem_rem ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_Div_div ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::cases_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::cases_itest_overflowing_div ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_BitAnd_bitand ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::cases_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_neg ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_Add_add ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_BitXor_bitxor ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_Rem_rem ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_Not_not ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_Sub_sub ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::cases_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_BitOr_bitor ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_Div_div ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::cases_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_BitXor_bitxor ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::cases_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_Mul_mul ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_mul ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::cases_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_Mul_mul ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_shl ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::cases_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_sub ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_shr ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_add ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::cases_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::cases_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::cases_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_add ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::cases_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_mul ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_Mul_mul ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_pow ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::cases_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_shl ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_shr ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::cases_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::cases_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::cases_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::cases_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_sub ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_pow ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::cases_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_add ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_mul ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::cases_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::cases_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_pow ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::cases_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::cases_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_sub ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::cases_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::cases_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_shl ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_add ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_shr ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_shr ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_sub ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_mul ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::cases_itest_from_str_radix ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::from_to_radix_be ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::from_to_str_radix ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::parse_bytes ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_shl ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_div ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::cases_itest_from_str_radix ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::from_to_radix_be ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::cases_itest_from_str_radix ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::from_to_str_radix ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::from_to_radix_be ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::parse_bytes ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::from_to_str_radix ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::parse_bytes ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::cases_itest_from_str_radix ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::from_to_radix_be ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::parse_bytes ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::from_to_str_radix ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::cases_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::cases_itest_saturating_neg ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::cases_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_add_unsigned ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::cases_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_sub_unsigned ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_pow ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_add ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_add_unsigned ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_add ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_mul ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_mul ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::cases_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::cases_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_sub ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_sub_unsigned ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_pow ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_sub ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::cases_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_add ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::cases_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::cases_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_add_unsigned ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_pow ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_pow ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::cases_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::cases_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_sub_unsigned ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::cases_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_sub ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_mul ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_mul ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_add ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_pow ... ok
[INFO] [stdout] test bint::u16_digit_tests::bits ... ok
[INFO] [stdout] test bint::u16_digit_tests::bit ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_add_unsigned ... ok
[INFO] [stdout] test bint::u16_digit_tests::cases_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u16_digit_tests::default ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_sub_unsigned ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_sub ... ok
[INFO] [stdout] test bint::u16_digit_tests::is_one ... ok
[INFO] [stdout] test bint::u16_digit_tests::is_power_of_two ... ok
[INFO] [stdout] test bint::u16_digit_tests::is_zero ... ok
[INFO] [stdout] test bint::u16_digit_tests::product ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_abs ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_count_ones ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_abs_diff ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_count_zeros ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_checked_next_multiple_of ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_div_ceil ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_div_euclid ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_div_floor ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_is_positive ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_is_negative ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_leading_zeros ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_ilog2 ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_leading_ones ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_ilog ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_reverse_bits ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_ilog10 ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_rotate_right ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_next_multiple_of ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_rem_euclid ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_rotate_left ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_signum ... ok
[INFO] [stdout] test bint::u32_digit_tests::bit ... ok
[INFO] [stdout] test bint::u32_digit_tests::cases_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u32_digit_tests::bits ... ok
[INFO] [stdout] test bint::u32_digit_tests::default ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_trailing_ones ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_swap_bytes ... ok
[INFO] [stdout] test bint::u32_digit_tests::is_power_of_two ... ok
[INFO] [stdout] test bint::u32_digit_tests::is_one ... ok
[INFO] [stdout] test bint::u32_digit_tests::is_zero ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_trailing_zeros ... ok
[INFO] [stdout] test bint::u32_digit_tests::product ... ok
[INFO] [stdout] test bint::u16_digit_tests::sum ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_abs ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_abs_diff ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_count_ones ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_checked_next_multiple_of ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_count_zeros ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_div_ceil ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_div_floor ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_pow ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_reverse_bits ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_rem_euclid ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_rotate_left ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_ilog2 ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_is_negative ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_is_positive ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_leading_ones ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_leading_zeros ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_ilog ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_div_euclid ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_next_multiple_of ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_signum ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_swap_bytes ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_rotate_right ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_ilog10 ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_trailing_ones ... ok
[INFO] [stdout] test bint::u64_digit_tests::bit ... ok
[INFO] [stdout] test bint::u64_digit_tests::product ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_pow ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_trailing_zeros ... ok
[INFO] [stdout] test bint::u64_digit_tests::is_power_of_two ... ok
[INFO] [stdout] test bint::u64_digit_tests::bits ... ok
[INFO] [stdout] test bint::u64_digit_tests::cases_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u32_digit_tests::sum ... ok
[INFO] [stdout] test bint::u64_digit_tests::is_zero ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u64_digit_tests::default ... ok
[INFO] [stdout] test bint::u64_digit_tests::is_one ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_abs ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_abs_diff ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_checked_next_multiple_of ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_count_ones ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_count_zeros ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_div_ceil ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_div_euclid ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_div_floor ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_leading_ones ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_leading_zeros ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_is_negative ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_ilog2 ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_ilog10 ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_is_positive ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_reverse_bits ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_rem_euclid ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_rotate_left ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_next_multiple_of ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_rotate_right ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_signum ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_swap_bytes ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_ilog ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_trailing_zeros ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_trailing_ones ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u64_digit_tests::sum ... ok
[INFO] [stdout] test bint::u8_digit_tests::bits ... ok
[INFO] [stdout] test bint::u8_digit_tests::default ... ok
[INFO] [stdout] test bint::u8_digit_tests::bit ... ok
[INFO] [stdout] test bint::u8_digit_tests::is_one ... ok
[INFO] [stdout] test bint::u8_digit_tests::cases_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u8_digit_tests::is_power_of_two ... ok
[INFO] [stdout] test bint::u8_digit_tests::product ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_pow ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_abs ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_abs_diff ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_count_zeros ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_count_ones ... ok
[INFO] [stdout] test bint::u8_digit_tests::is_zero ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_div_euclid ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_ilog2 ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_div_floor ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_is_negative ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_leading_zeros ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_checked_next_multiple_of ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_is_positive ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_next_multiple_of ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_div_ceil ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_ilog ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_leading_ones ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_reverse_bits ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_rotate_left ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_rotate_right ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_rem_euclid ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_signum ... ok
[INFO] [stdout] test bint::u8_digit_tests::sum ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_swap_bytes ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_trailing_zeros ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_trailing_ones ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::unchecked::u16_digit_tests::quickcheck_itest_unchecked_shr ... ok
[INFO] [stdout] test bint::unchecked::u16_digit_tests::quickcheck_itest_unchecked_shl ... ok
[INFO] [stdout] test bint::unchecked::u32_digit_tests::quickcheck_itest_unchecked_add ... ok
[INFO] [stdout] test bint::unchecked::u16_digit_tests::quickcheck_itest_unchecked_sub ... ok
[INFO] [stdout] test bint::unchecked::u64_digit_tests::quickcheck_itest_unchecked_add ... ok
[INFO] [stdout] test bint::unchecked::u32_digit_tests::quickcheck_itest_unchecked_shl ... ok
[INFO] [stdout] test bint::unchecked::u16_digit_tests::quickcheck_itest_unchecked_add ... ok
[INFO] [stdout] test bint::unchecked::u32_digit_tests::quickcheck_itest_unchecked_sub ... ok
[INFO] [stdout] test bint::unchecked::u64_digit_tests::quickcheck_itest_unchecked_sub ... ok
[INFO] [stdout] test bint::unchecked::u64_digit_tests::quickcheck_itest_unchecked_shl ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::cases_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::unchecked::u8_digit_tests::quickcheck_itest_unchecked_shl ... ok
[INFO] [stdout] test bint::unchecked::u8_digit_tests::quickcheck_itest_unchecked_sub ... ok
[INFO] [stdout] test bint::unchecked::u8_digit_tests::quickcheck_itest_unchecked_shr ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::cases_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::unchecked::u64_digit_tests::quickcheck_itest_unchecked_shr ... ok
[INFO] [stdout] test bint::unchecked::u8_digit_tests::quickcheck_itest_unchecked_add ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_ilog10 ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_add_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_abs ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_div ... ok
[INFO] [stdout] test bint::unchecked::u16_digit_tests::quickcheck_itest_unchecked_mul ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_div_euclid ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_mul ... ok
[INFO] [stdout] test bint::unchecked::u64_digit_tests::quickcheck_itest_unchecked_mul ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_add ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_shl ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_shr ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_pow ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_rem_euclid ... ok
[INFO] [stdout] test bint::unchecked::u32_digit_tests::quickcheck_itest_unchecked_mul ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_sub ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::cases_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::unchecked::u32_digit_tests::quickcheck_itest_unchecked_shr ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_sub_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::cases_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_abs ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_add ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_div ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_pow ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_add_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_mul ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_div_euclid ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_shl ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::cases_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_shr ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_rem_euclid ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::cases_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::unchecked::u8_digit_tests::quickcheck_itest_unchecked_mul ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_pow ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_sub_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_abs ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_add_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_add ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_mul ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_div_euclid ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_sub ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_pow ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_rem_euclid ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_div ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::cases_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_sub ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_shl ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_sub_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_shr ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_abs ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::cases_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_div ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_div_euclid ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_add ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_add_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_shr ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_sub_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_shl ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_mul ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::cases_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::cases_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::quickcheck_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::quickcheck_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::cases_utest_carrying_add ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::cases_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::quickcheck_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::quickcheck_utest_carrying_add ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::cases_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::cases_utest_carrying_add ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_rem_euclid ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::quickcheck_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::quickcheck_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::cases_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::cases_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::quickcheck_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::quickcheck_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::cases_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::quickcheck_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::quickcheck_utest_carrying_add ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::cases_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::cases_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::quickcheck_utest_carrying_add ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::cases_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::cases_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::quickcheck_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::cases_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::cases_utest_carrying_add ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::quickcheck_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::quickcheck_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::quickcheck_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::quickcheck_utest_carrying_add ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::cases_utest_carrying_add ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_pow ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::cases_utest_checked_add ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::cases_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::cases_utest_checked_ilog ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::cases_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_add_signed ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_div_euclid ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_ilog2 ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_mul ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_neg ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_ilog10 ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_pow ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_rem ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::cases_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_rem_euclid ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_shl ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_shr ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_sub ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::cases_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_ilog2 ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_neg ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_mul ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_add_signed ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::cases_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_rem ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_pow ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_div_euclid ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::cases_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_ilog10 ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_rem_euclid ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_shl ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::cases_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::cases_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_shr ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::cases_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_sub ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_ilog2 ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_neg ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_mul ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::cases_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_div_euclid ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_ilog10 ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_shr ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_shl ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::cases_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::cases_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_rem ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_rem_euclid ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::cases_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_add_signed ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::cases_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_add_signed ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_pow ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_ilog2 ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_div_euclid ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_sub ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_mul ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_neg ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_sub ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_rem ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_Ord_cmp ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_Ord_clamp ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_Ord_min ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_PartialEq_eq ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_shl ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_rem_euclid ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_PartialOrd_lt ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_PartialOrd_ge ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_Ord_max ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_cmp ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_pow ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_eq ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_max ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_clamp ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_shr ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_PartialOrd_gt ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_PartialOrd_le ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_Ord_cmp ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_min ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_partial_cmp ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_PartialEq_eq ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_Ord_min ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_PartialOrd_ge ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_PartialOrd_gt ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_PartialOrd_le ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_PartialOrd_lt ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_Ord_max ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_eq ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_min ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_max ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_partial_cmp ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_Ord_clamp ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_Ord_cmp ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_clamp ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_cmp ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_Ord_clamp ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_PartialEq_eq ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_Ord_max ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_Ord_min ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_PartialOrd_ge ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_PartialOrd_le ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_PartialOrd_lt ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_PartialEq_eq ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_ilog10 ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_PartialOrd_gt ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_eq ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_clamp ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_PartialOrd_ge ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_max ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_cmp ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_PartialOrd_gt ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_Ord_cmp ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_Ord_max ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_PartialOrd_le ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_PartialOrd_lt ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_cmp ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_partial_cmp ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_Ord_clamp ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_min ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_clamp ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_Ord_min ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_max ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_min ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_partial_cmp ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_eq ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_char_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_i64_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_i128_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_i16_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_isize_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_i8_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_i32_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_u128_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_u16_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_u32_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_u8_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_usize_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_u64_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_char_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_i128_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_i32_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_i8_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_isize_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_i16_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_i64_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_u128_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_u16_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_u64_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_u32_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_usize_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_u8_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_char_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_i16_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_i32_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_i64_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_i128_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_i8_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_isize_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_u64_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_u128_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_u8_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_u32_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_u16_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_usize_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_char_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_i16_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_i32_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_i128_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_u16_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_u64_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_i64_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_u32_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_i8_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_isize_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test buint::endian::u16_digit_tests::quickcheck_utest_to_be ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test buint::endian::u16_digit_tests::quickcheck_utest_from_le ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_usize_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_u128_try_into ... ok
[INFO] [stdout] test buint::endian::u16_digit_tests::quickcheck_utest_from_be ... ok
[INFO] [stdout] test buint::endian::u16_digit_tests::quickcheck_utest_to_le ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_u8_try_into ... ok
[INFO] [stdout] test buint::endian::u64_digit_tests::quickcheck_utest_from_be ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test buint::endian::u64_digit_tests::quickcheck_utest_to_be ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test buint::endian::u64_digit_tests::quickcheck_utest_to_le ... ok
[INFO] [stdout] test buint::endian::u32_digit_tests::quickcheck_utest_to_be ... ok
[INFO] [stdout] test buint::endian::u32_digit_tests::quickcheck_utest_from_le ... ok
[INFO] [stdout] test buint::endian::u8_digit_tests::quickcheck_utest_from_be ... ok
[INFO] [stdout] test buint::endian::u8_digit_tests::quickcheck_utest_from_le ... ok
[INFO] [stdout] test buint::endian::u8_digit_tests::quickcheck_utest_to_be ... ok
[INFO] [stdout] test buint::endian::u8_digit_tests::quickcheck_utest_to_le ... ok
[INFO] [stdout] test buint::endian::u32_digit_tests::quickcheck_utest_from_be ... ok
[INFO] [stdout] test buint::endian::u32_digit_tests::quickcheck_utest_to_le ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_octal ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_lower_hex ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_debug ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_debug ... ok
[INFO] [stdout] test buint::endian::u64_digit_tests::quickcheck_utest_from_le ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_display ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_upper_exp ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_upper_hex ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_lower_exp ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_lower_hex ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_binary ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_display ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_octal ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_lower_exp ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_binary ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_upper_hex ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_binary ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_upper_exp ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_debug ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_display ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_lower_hex ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_lower_exp ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_upper_hex ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_upper_exp ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_octal ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_binary ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_BitOr_bitor ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_octal ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::add_digit ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_Not_not ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_lower_hex ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::add_digit ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_Rem_rem ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_Sub_sub ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_upper_hex ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_BitOr_bitor ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_Add_add ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_BitXor_bitxor ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_Add_add ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_Not_not ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_BitXor_bitxor ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_Div_div ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_Rem_rem ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_debug ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_upper_exp ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_Mul_mul ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_display ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_BitAnd_bitand ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_BitAnd_bitand ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_Add_add ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_Sub_sub ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_BitOr_bitor ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_BitAnd_bitand ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_BitXor_bitxor ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_lower_exp ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_Div_div ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_Not_not ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::add_digit ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_Div_div ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::add_digit ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_Rem_rem ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_BitAnd_bitand ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_BitOr_bitor ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_Add_add ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_Not_not ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_BitXor_bitxor ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_Rem_rem ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_Sub_sub ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_Mul_mul ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_Div_div ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_Mul_mul ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_add ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_div ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_Sub_sub ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_div_euclid ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_mul ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_neg ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_Mul_mul ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_rem ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_rem_euclid ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_shr ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_sub ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_shl ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_pow ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_add ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_div ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_mul ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_div_euclid ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_neg ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_rem ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_sub ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_div ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_neg ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_rem_euclid ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_mul ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_add ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_div_euclid ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_shr ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_shl ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_pow ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_shr ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_rem ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_pow ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_shl ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_rem_euclid ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_sub ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_add ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_div ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_neg ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_div_euclid ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::cases_utest_from_str ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_shl ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_rem ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::parse_empty ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_rem_euclid ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_sub ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::parse_bytes ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::cases_utest_from_str ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_shr ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_mul ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::cases_utest_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::parse_bytes ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::cases_utest_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::parse_empty ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::parse_empty ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::parse_bytes ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::cases_utest_from_str ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::cases_utest_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::cases_utest_from_str ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::cases_utest_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::parse_empty ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::parse_bytes ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test buint::saturating::u16_digit_tests::quickcheck_utest_saturating_add ... ok
[INFO] [stdout] test buint::saturating::u16_digit_tests::quickcheck_utest_saturating_add_signed ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test buint::saturating::u16_digit_tests::quickcheck_utest_saturating_div ... ok
[INFO] [stdout] test buint::saturating::u16_digit_tests::quickcheck_utest_saturating_mul ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test buint::saturating::u16_digit_tests::quickcheck_utest_saturating_sub ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test buint::saturating::u32_digit_tests::quickcheck_utest_saturating_add ... ok
[INFO] [stdout] test buint::saturating::u32_digit_tests::quickcheck_utest_saturating_add_signed ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_pow ... ok
[INFO] [stdout] test buint::saturating::u32_digit_tests::quickcheck_utest_saturating_mul ... ok
[INFO] [stdout] test buint::saturating::u32_digit_tests::quickcheck_utest_saturating_div ... ok
[INFO] [stdout] test buint::saturating::u32_digit_tests::quickcheck_utest_saturating_sub ... ok
[INFO] [stdout] test buint::saturating::u64_digit_tests::quickcheck_utest_saturating_add ... ok
[INFO] [stdout] test buint::saturating::u64_digit_tests::quickcheck_utest_saturating_add_signed ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test buint::saturating::u32_digit_tests::quickcheck_utest_saturating_pow ... ok
[INFO] [stdout] test buint::saturating::u64_digit_tests::quickcheck_utest_saturating_mul ... ok
[INFO] [stdout] test buint::saturating::u64_digit_tests::quickcheck_utest_saturating_div ... ok
[INFO] [stdout] test buint::saturating::u64_digit_tests::quickcheck_utest_saturating_sub ... ok
[INFO] [stdout] test buint::saturating::u16_digit_tests::quickcheck_utest_saturating_pow ... ok
[INFO] [stdout] test buint::saturating::u64_digit_tests::quickcheck_utest_saturating_pow ... ok
[INFO] [stdout] test buint::saturating::u8_digit_tests::quickcheck_utest_saturating_add ... ok
[INFO] [stdout] test buint::saturating::u8_digit_tests::quickcheck_utest_saturating_div ... ok
[INFO] [stdout] test buint::saturating::u8_digit_tests::quickcheck_utest_saturating_add_signed ... ok
[INFO] [stdout] test buint::u16_digit_tests::bit ... ok
[INFO] [stdout] test buint::u16_digit_tests::bits ... ok
[INFO] [stdout] test buint::saturating::u8_digit_tests::quickcheck_utest_saturating_mul ... ok
[INFO] [stdout] test buint::saturating::u8_digit_tests::quickcheck_utest_saturating_sub ... ok
[INFO] [stdout] test buint::u16_digit_tests::default ... ok
[INFO] [stdout] test buint::u16_digit_tests::digits ... ok
[INFO] [stdout] test buint::u16_digit_tests::is_zero ... ok
[INFO] [stdout] test buint::u16_digit_tests::is_one ... ok
[INFO] [stdout] test buint::u16_digit_tests::product ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_abs_diff ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_count_ones ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_checked_next_multiple_of ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_div_ceil ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_div_euclid ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_count_zeros ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_div_floor ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_ilog ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_ilog2 ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_is_power_of_two ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_leading_zeros ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_leading_ones ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_next_power_of_two ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_rem_euclid ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_reverse_bits ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_next_multiple_of ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_ilog10 ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_rotate_left ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_swap_bytes ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_trailing_ones ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_rotate_right ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_trailing_zeros ... ok
[INFO] [stdout] test buint::u16_digit_tests::sum ... ok
[INFO] [stdout] test buint::u32_digit_tests::bit ... ok
[INFO] [stdout] test buint::u32_digit_tests::digits ... ok
[INFO] [stdout] test buint::u32_digit_tests::bits ... ok
[INFO] [stdout] test buint::u32_digit_tests::is_one ... ok
[INFO] [stdout] test buint::u32_digit_tests::default ... ok
[INFO] [stdout] test buint::u32_digit_tests::product ... ok
[INFO] [stdout] test buint::u32_digit_tests::is_zero ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_count_ones ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_checked_next_multiple_of ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_abs_diff ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_count_zeros ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_pow ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_div_ceil ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_div_floor ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_div_euclid ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_ilog2 ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_is_power_of_two ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_ilog ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_leading_ones ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_leading_zeros ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_next_power_of_two ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_ilog10 ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_reverse_bits ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_rem_euclid ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_rotate_left ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_swap_bytes ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_rotate_right ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_trailing_ones ... ok
[INFO] [stdout] test buint::u32_digit_tests::sum ... ok
[INFO] [stdout] test buint::u64_digit_tests::bits ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_next_multiple_of ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_trailing_zeros ... ok
[INFO] [stdout] test buint::u64_digit_tests::bit ... ok
[INFO] [stdout] test buint::u64_digit_tests::digits ... ok
[INFO] [stdout] test buint::u64_digit_tests::default ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_pow ... ok
[INFO] [stdout] test buint::u64_digit_tests::is_one ... ok
[INFO] [stdout] test buint::u64_digit_tests::product ... ok
[INFO] [stdout] test buint::u64_digit_tests::is_zero ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_checked_next_multiple_of ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_abs_diff ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_count_ones ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_count_zeros ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_div_ceil ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_div_floor ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_div_euclid ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_ilog ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_is_power_of_two ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_ilog10 ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_ilog2 ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_leading_zeros ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_leading_ones ... ok
[INFO] [stdout] test buint::saturating::u8_digit_tests::quickcheck_utest_saturating_pow ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_next_power_of_two ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_rem_euclid ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_reverse_bits ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_next_multiple_of ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_trailing_ones ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_trailing_zeros ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_swap_bytes ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_rotate_right ... ok
[INFO] [stdout] test buint::u64_digit_tests::sum ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_rotate_left ... ok
[INFO] [stdout] test buint::u8_digit_tests::default ... ok
[INFO] [stdout] test buint::u8_digit_tests::bits ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_pow ... ok
[INFO] [stdout] test buint::u8_digit_tests::bit ... ok
[INFO] [stdout] test buint::u8_digit_tests::is_zero ... ok
[INFO] [stdout] test buint::u8_digit_tests::product ... ok
[INFO] [stdout] test buint::u8_digit_tests::digits ... ok
[INFO] [stdout] test buint::u8_digit_tests::is_one ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_abs_diff ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_count_zeros ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_count_ones ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_checked_next_multiple_of ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_div_floor ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_div_ceil ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_is_power_of_two ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_ilog2 ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_div_euclid ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_leading_zeros ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_ilog ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_leading_ones ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_next_multiple_of ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_next_power_of_two ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_rem_euclid ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_reverse_bits ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_rotate_left ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_swap_bytes ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_rotate_right ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::cases_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_trailing_ones ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_trailing_zeros ... ok
[INFO] [stdout] test buint::u8_digit_tests::sum ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_add ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_add_signed ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_div ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_neg ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_div_euclid ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_mul ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_rem ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_rem_euclid ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_shl ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_shr ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_sub ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::cases_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_add ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_add_signed ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_ilog10 ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_pow ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_div ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_mul ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_div_euclid ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_neg ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_rem ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_rem_euclid ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_shl ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_shr ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_pow ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::cases_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_sub ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_add ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_add_signed ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_div ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_div_euclid ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_pow ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_mul ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_neg ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_rem ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_pow ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_rem_euclid ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_shl ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_sub ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_shr ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::cases_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_add ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_add_signed ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_div ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_div_euclid ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_mul ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_neg ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_pow ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_rem ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_rem_euclid ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_shl ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_shr ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_sub ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::parse_str_radix_empty - should panic ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::parse_str_radix_invalid_char - should panic ... ok
[INFO] [stdout] test types::tests::test_int_bits ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::parse_str_radix_empty - should panic ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::parse_str_radix_invalid_char - should panic ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::parse_str_radix_empty - should panic ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::parse_str_radix_invalid_char - should panic ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::parse_str_radix_invalid_char - should panic ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::parse_str_radix_empty - should panic ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::div_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::rem_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::div_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::rem_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::div_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::rem_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::div_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::rem_by_zero_panic - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2265 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bnum
[INFO] [stdout] 
[INFO] [stdout] running 220 tests
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD16<N>::BITS (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BInt<N>::BYTES (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD16<N>::BYTES (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD32<N>::BITS (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD32<N>::MAX (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BInt<N>::BITS (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD32<N>::MIN (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD32<N>::BYTES (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BInt<N>::MAX (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BInt<N>::ONE (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD16<N>::ONE (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD16<N>::ZERO (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BInt<N>::MIN (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD16<N>::MIN (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BInt<N>::ZERO (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD16<N>::MAX (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD8<N>::BITS (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD8<N>::BYTES (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD32<N>::ONE (line 70) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::count_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::is_power_of_two (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::bit (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::is_one (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::bits (line 491) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD8<N>::ZERO (line 70) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::is_zero (line 489) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD32<N>::ZERO (line 70) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::leading_ones (line 491) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD8<N>::MIN (line 70) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::count_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD8<N>::MAX (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD8<N>::ONE (line 70) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::trailing_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::leading_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::count_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::trailing_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::bit (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::is_zero (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::swap_bytes (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::pow (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::count_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::is_power_of_two (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::reverse_bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::is_one (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::leading_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::leading_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::pow (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::trailing_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::bit (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::reverse_bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::swap_bytes (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::count_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::count_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::trailing_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::is_zero (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::is_one (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::leading_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::is_power_of_two (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::leading_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::pow (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::reverse_bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::trailing_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::is_one (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::count_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::trailing_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::leading_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::is_power_of_two (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::bit (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::is_zero (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::count_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::swap_bytes (line 491) ... ok
[INFO] [stdout] test src/bint/radix.rs - bint::radix::BInt<N>::parse_str_radix (line 309) - compile fail ... ok
[INFO] [stdout] test src/bint/radix.rs - bint::radix::BIntD16<N>::parse_str_radix (line 309) - compile fail ... ok
[INFO] [stdout] test src/bint/radix.rs - bint::radix::BIntD32<N>::parse_str_radix (line 309) - compile fail ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::leading_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/radix.rs - bint::radix::BIntD8<N>::parse_str_radix (line 309) - compile fail ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::pow (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::reverse_bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::trailing_zeros (line 491) ... ok
[INFO] [stdout] test src/buint/checked.rs - buint::checked::BUint<N>::checked_next_power_of_two (line 544) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::trailing_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::swap_bytes (line 491) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUint<N>::BYTES (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD16<N>::BITS (line 43) ... ok
[INFO] [stdout] test src/buint/checked.rs - buint::checked::BUintD8<N>::checked_next_power_of_two (line 544) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUint<N>::BITS (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUint<N>::MIN (line 43) ... ok
[INFO] [stdout] test src/buint/checked.rs - buint::checked::BUintD16<N>::checked_next_power_of_two (line 544) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD16<N>::BYTES (line 43) ... ok
[INFO] [stdout] test src/buint/checked.rs - buint::checked::BUintD32<N>::checked_next_power_of_two (line 544) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUint<N>::MAX (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUint<N>::ZERO (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD16<N>::MAX (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD16<N>::MIN (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD32<N>::BITS (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD8<N>::BITS (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD16<N>::ZERO (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD32<N>::ZERO (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD32<N>::BYTES (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD8<N>::BYTES (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD32<N>::MAX (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD8<N>::MAX (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD32<N>::MIN (line 43) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUint<N>::from_le_slice (line 309) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD8<N>::MIN (line 43) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUint<N>::from_be_slice (line 309) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUintD16<N>::from_be_slice (line 309) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD8<N>::ZERO (line 43) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::is_one (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::bit (line 691) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUintD16<N>::from_le_slice (line 309) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::count_ones (line 693) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUintD32<N>::from_le_slice (line 309) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUintD32<N>::from_be_slice (line 309) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::bits (line 693) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUintD8<N>::from_le_slice (line 309) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::is_power_of_two (line 691) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUintD8<N>::from_be_slice (line 309) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::is_zero (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::count_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::leading_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::leading_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::power_of_two (line 694) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::trailing_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::bit (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::pow (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::count_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::is_zero (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::trailing_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::reverse_bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::swap_bytes (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::count_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::next_power_of_two (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::is_power_of_two (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::leading_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::is_one (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::leading_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::next_power_of_two (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::trailing_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::bit (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::count_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::trailing_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::count_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::power_of_two (line 694) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::is_one (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::reverse_bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::swap_bytes (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::leading_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::is_zero (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::pow (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::is_power_of_two (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::leading_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::trailing_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::pow (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::swap_bytes (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::reverse_bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::bit (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::trailing_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::next_power_of_two (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::is_one (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::power_of_two (line 694) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::leading_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::count_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::is_power_of_two (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::count_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::is_zero (line 691) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::parse_str_radix (line 684) - compile fail ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::leading_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::trailing_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::trailing_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::reverse_bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::next_power_of_two (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::power_of_two (line 694) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::parse_str_radix (line 684) - compile fail ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::from_radix_be (line 682) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::pow (line 693) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::from_str_radix (line 688) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::parse_bytes (line 686) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::swap_bytes (line 693) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::from_radix_le (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::to_radix_be (line 680) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::to_str_radix (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::to_radix_le (line 680) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::parse_str_radix (line 684) - compile fail ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::from_radix_be (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::from_radix_le (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::parse_bytes (line 686) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::from_str_radix (line 688) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::to_radix_be (line 680) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::from_radix_be (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::to_radix_le (line 680) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::to_str_radix (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::parse_str_radix (line 684) - compile fail ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::parse_bytes (line 686) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::from_radix_le (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::from_str_radix (line 688) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::to_radix_be (line 680) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::from_radix_be (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::to_radix_le (line 680) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::parse_bytes (line 686) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::from_radix_le (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::to_str_radix (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::from_str_radix (line 688) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::to_radix_be (line 680) ... ok
[INFO] [stdout] test src/lib.rs - (line 112) ... ok
[INFO] [stdout] test src/buint/wrapping.rs - buint::wrapping::BUintD32<N>::wrapping_next_power_of_two (line 196) ... ok
[INFO] [stdout] test src/buint/wrapping.rs - buint::wrapping::BUintD16<N>::wrapping_next_power_of_two (line 196) ... ok
[INFO] [stdout] test src/buint/wrapping.rs - buint::wrapping::BUint<N>::wrapping_next_power_of_two (line 196) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::to_radix_le (line 680) ... ok
[INFO] [stdout] test src/buint/wrapping.rs - buint::wrapping::BUintD8<N>::wrapping_next_power_of_two (line 196) ... ok
[INFO] [stdout] test src/lib.rs - (line 84) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::to_str_radix (line 682) ... ok
[INFO] [stdout] test src/lib.rs - (line 69) ... ok
[INFO] [stdout] test src/cast.rs - cast::As::as_ (line 127) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 220 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.19s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1cacd6afa1bf27c53b59fee2f99e164c8c0625fee10a46ea5faf3bea96cb2010", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1cacd6afa1bf27c53b59fee2f99e164c8c0625fee10a46ea5faf3bea96cb2010", kill_on_drop: false }`
[INFO] [stdout] 1cacd6afa1bf27c53b59fee2f99e164c8c0625fee10a46ea5faf3bea96cb2010
[INFO] testing bnum-0.11.0 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate bnum 0.11.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate bnum 0.11.0 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bnum 0.11.0
[INFO] finished tweaking crates.io crate bnum 0.11.0
[INFO] tweaked toml for crates.io crate bnum 0.11.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 34 packages to latest compatible versions
[INFO] [stderr]       Adding env_logger v0.8.4 (latest: v0.11.3)
[INFO] [stderr]       Adding syn v1.0.109 (latest: v2.0.66)
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ba81f7e3cf621eec215976b02c3435b4e6bf13a9e806c2d9c64ceb37be076568
[INFO] running `Command { std: "docker" "start" "-a" "ba81f7e3cf621eec215976b02c3435b4e6bf13a9e806c2d9c64ceb37be076568", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ba81f7e3cf621eec215976b02c3435b4e6bf13a9e806c2d9c64ceb37be076568", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba81f7e3cf621eec215976b02c3435b4e6bf13a9e806c2d9c64ceb37be076568", kill_on_drop: false }`
[INFO] [stdout] ba81f7e3cf621eec215976b02c3435b4e6bf13a9e806c2d9c64ceb37be076568
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 276cf7f8f04b2176a10f5ef60ea616ddd799be2c20aab28188c78b4e0e8e7aaa
[INFO] running `Command { std: "docker" "start" "-a" "276cf7f8f04b2176a10f5ef60ea616ddd799be2c20aab28188c78b4e0e8e7aaa", kill_on_drop: false }`
[INFO] [stderr]    Compiling bnum v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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]     = note: this warning originates in the macro `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `bitand` is never used
[INFO] [stdout]    --> src/buint/as_float.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub trait Mantissa {
[INFO] [stdout]     |           -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 147 |     fn bitand(self, rhs: Self) -> Self;
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CastTo` is never used
[INFO] [stdout]   --> src/cast.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) trait CastTo<U> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 34 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
[INFO] running `Command { std: "docker" "inspect" "276cf7f8f04b2176a10f5ef60ea616ddd799be2c20aab28188c78b4e0e8e7aaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "276cf7f8f04b2176a10f5ef60ea616ddd799be2c20aab28188c78b4e0e8e7aaa", kill_on_drop: false }`
[INFO] [stdout] 276cf7f8f04b2176a10f5ef60ea616ddd799be2c20aab28188c78b4e0e8e7aaa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 728f196b019257f7c1912f8347c80ff86d140452b2fd268b161adba97455767e
[INFO] running `Command { std: "docker" "start" "-a" "728f196b019257f7c1912f8347c80ff86d140452b2fd268b161adba97455767e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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]     = note: this warning originates in the macro `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `bitand` is never used
[INFO] [stdout]    --> src/buint/as_float.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub trait Mantissa {
[INFO] [stdout]     |           -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 147 |     fn bitand(self, rhs: Self) -> Self;
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CastTo` is never used
[INFO] [stdout]   --> src/cast.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) trait CastTo<U> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 34 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling bnum v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:178:27
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 #[cfg(not(test_int_bits = "64"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[INFO] [stdout]     | --------------------------- in this macro invocation
[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(test_int_bits, values(\"64\"))");` 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]     = note: this warning originates in the macro `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:184:23
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 #[cfg(test_int_bits = "64")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:178:27
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 #[cfg(not(test_int_bits = "64"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:184:23
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 #[cfg(test_int_bits = "64")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:178:27
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 #[cfg(not(test_int_bits = "64"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:184:23
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 #[cfg(test_int_bits = "64")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:178:27
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 #[cfg(not(test_int_bits = "64"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]    --> src/bint/convert.rs:184:23
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 #[cfg(test_int_bits = "64")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/bint/ops.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stdout]    --> src/int/ops.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/buint/ops.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | crate::macro_impl!(ops);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stdout]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stdout]   --> src/test/types.rs:30:7
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(test_int_bits = "64")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: `test_int_bits`
[INFO] [stdout]   --> src/test/types.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg(not(test_int_bits = "64"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: `test_int_bits`
[INFO] [stdout]   --> src/test/types.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[cfg(test_int_bits = "64")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: `test_int_bits`
[INFO] [stdout]   --> src/test/types.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg(not(test_int_bits = "64"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: the feature `unchecked_math` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         unchecked_math,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `bitand` is never used
[INFO] [stdout]    --> src/buint/as_float.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub trait Mantissa {
[INFO] [stdout]     |           -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 147 |     fn bitand(self, rhs: Self) -> Self;
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 46 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.38s
[INFO] running `Command { std: "docker" "inspect" "728f196b019257f7c1912f8347c80ff86d140452b2fd268b161adba97455767e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "728f196b019257f7c1912f8347c80ff86d140452b2fd268b161adba97455767e", kill_on_drop: false }`
[INFO] [stdout] 728f196b019257f7c1912f8347c80ff86d140452b2fd268b161adba97455767e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d2e6bb9cd075d2d11252dbe431a2a61406efc3d62d1e29d6d0b423d76fd3de40
[INFO] running `Command { std: "docker" "start" "-a" "d2e6bb9cd075d2d11252dbe431a2a61406efc3d62d1e29d6d0b423d76fd3de40", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:203:15
[INFO] [stderr]     |
[INFO] [stderr] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/bint/ops.rs:116:1
[INFO] [stderr]     |
[INFO] [stderr] 116 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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]     = note: this warning originates in the macro `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:216:15
[INFO] [stderr]     |
[INFO] [stderr] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/bint/ops.rs:116:1
[INFO] [stderr]     |
[INFO] [stderr] 116 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:233:19
[INFO] [stderr]     |
[INFO] [stderr] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/bint/ops.rs:116:1
[INFO] [stderr]     |
[INFO] [stderr] 116 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:246:19
[INFO] [stderr]     |
[INFO] [stderr] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/bint/ops.rs:116:1
[INFO] [stderr]     |
[INFO] [stderr] 116 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:203:15
[INFO] [stderr]     |
[INFO] [stderr] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/bint/ops.rs:116:1
[INFO] [stderr]     |
[INFO] [stderr] 116 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:203:15
[INFO] [stderr]     |
[INFO] [stderr] 203 |         #[cfg(feature = "usize_exptype")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/buint/ops.rs:152:1
[INFO] [stderr]     |
[INFO] [stderr] 152 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:216:15
[INFO] [stderr]     |
[INFO] [stderr] 216 |         #[cfg(feature = "usize_exptype")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/buint/ops.rs:152:1
[INFO] [stderr]     |
[INFO] [stderr] 152 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:233:19
[INFO] [stderr]     |
[INFO] [stderr] 233 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/buint/ops.rs:152:1
[INFO] [stderr]     |
[INFO] [stderr] 152 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `usize_exptype`
[INFO] [stderr]    --> src/int/ops.rs:246:19
[INFO] [stderr]     |
[INFO] [stderr] 246 |         #[cfg(not(feature = "usize_exptype"))]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/buint/ops.rs:152:1
[INFO] [stderr]     |
[INFO] [stderr] 152 | crate::macro_impl!(ops);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `arbitrary`, `default`, `nightly`, `num-integer`, `num-traits`, `numtraits`, `quickcheck`, `rand`, `serde`, `serde-big-array`, `valuable`, `zeroize`
[INFO] [stderr]     = help: consider adding `usize_exptype` as a feature in `Cargo.toml`
[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 `crate::int::ops::all_shift_impls` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: method `bitand` is never used
[INFO] [stderr]    --> src/buint/as_float.rs:147:8
[INFO] [stderr]     |
[INFO] [stderr] 135 | pub trait Mantissa {
[INFO] [stderr]     |           -------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 147 |     fn bitand(self, rhs: Self) -> Self;
[INFO] [stderr]     |        ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `CastTo` is never used
[INFO] [stderr]   --> src/cast.rs:11:18
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub(crate) trait CastTo<U> {
[INFO] [stderr]    |                  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `bnum` (lib) generated 34 warnings (23 duplicates)
[INFO] [stderr] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stderr]    --> src/bint/convert.rs:178:27
[INFO] [stderr]     |
[INFO] [stderr] 178 |                 #[cfg(not(test_int_bits = "64"))]
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 199 | crate::macro_impl!(convert);
[INFO] [stderr]     | --------------------------- in this macro invocation
[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(test_int_bits, values(\"64\"))");` 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]     = note: this warning originates in the macro `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stderr]    --> src/bint/convert.rs:184:23
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 #[cfg(test_int_bits = "64")]
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stderr]    --> src/bint/convert.rs:178:27
[INFO] [stderr]     |
[INFO] [stderr] 178 |                 #[cfg(not(test_int_bits = "64"))]
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 199 | crate::macro_impl!(convert);
[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(test_int_bits, values(\"64\"))");` 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 `convert` which comes from the expansion of the macro `crate::macro_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `test_int_bits`
[INFO] [stderr]   --> src/test/types.rs:30:7
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cfg(test_int_bits = "64")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: `test_int_bits`
[INFO] [stderr]   --> src/test/types.rs:39:11
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[cfg(not(test_int_bits = "64"))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: `test_int_bits`
[INFO] [stderr]   --> src/test/types.rs:23:11
[INFO] [stderr]    |
[INFO] [stderr] 23 |     #[cfg(test_int_bits = "64")]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: `test_int_bits`
[INFO] [stderr]   --> src/test/types.rs:26:15
[INFO] [stderr]    |
[INFO] [stderr] 26 |     #[cfg(not(test_int_bits = "64"))]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(test_int_bits, values(\"64\"))");` 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: the feature `unchecked_math` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stderr]   --> src/lib.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         unchecked_math,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `bnum` (lib test) generated 46 warnings (38 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bnum-8c4531e97c16ca75)
[INFO] [stdout] running 2265 tests
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test bint::cast::u16_digit_tests::quickcheck_itest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test bint::cast::u32_digit_tests::quickcheck_itest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test bint::cast::u64_digit_tests::quickcheck_itest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_add ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_div ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_neg ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_pow ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test bint::cast::u8_digit_tests::quickcheck_itest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::cases_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_ilog ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_add_unsigned ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_ilog2 ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_sub_unsigned ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_ilog10 ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_shl ... ok
[INFO] [stdout] test bint::checked::u16_digit_tests::quickcheck_itest_checked_shr ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::cases_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_add_unsigned ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_ilog10 ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_shl ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_ilog2 ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_shr ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_sub_unsigned ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_ilog ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u32_digit_tests::quickcheck_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_ilog ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_ilog10 ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_ilog2 ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_shr ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_shl ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_sub_unsigned ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::cases_itest_checked_sub ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_add_unsigned ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::cases_itest_checked_add ... ok
[INFO] [stdout] test bint::checked::u64_digit_tests::quickcheck_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_add_unsigned ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_div ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_div_euclid ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_ilog ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_mul ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_neg ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_shr ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_shl ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_rem ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_pow ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_sub_unsigned ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_ilog10 ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_ilog2 ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_Ord_cmp ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_sub ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_Ord_min ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_PartialEq_eq ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_PartialOrd_gt ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_PartialOrd_ge ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_PartialOrd_le ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_Ord_max ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_Ord_clamp ... ok
[INFO] [stdout] test bint::checked::u8_digit_tests::quickcheck_itest_checked_rem_euclid ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_PartialOrd_lt ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_clamp ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_partial_cmp ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_Ord_cmp ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_PartialOrd_ge ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_cmp ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_max ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_eq ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_max ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_Ord_clamp ... ok
[INFO] [stdout] test bint::cmp::u16_digit_tests::quickcheck_itest_min ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_partial_cmp ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_Ord_min ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_Ord_max ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_Ord_cmp ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_cmp ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_PartialOrd_le ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_PartialOrd_gt ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_min ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_PartialEq_eq ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_Ord_max ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_Ord_min ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_Ord_clamp ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_PartialEq_eq ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_eq ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_PartialOrd_ge ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_clamp ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_PartialOrd_le ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_PartialOrd_lt ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_clamp ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_cmp ... ok
[INFO] [stdout] test bint::cmp::u32_digit_tests::quickcheck_itest_PartialOrd_lt ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_Ord_cmp ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_Ord_max ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_eq ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_Ord_clamp ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_PartialOrd_gt ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_max ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_Ord_min ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_PartialEq_eq ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_PartialOrd_ge ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_PartialOrd_gt ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_PartialOrd_le ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_min ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_PartialOrd_lt ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_eq ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_max ... ok
[INFO] [stdout] test bint::cmp::u64_digit_tests::quickcheck_itest_partial_cmp ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_min ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_cmp ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_clamp ... ok
[INFO] [stdout] test bint::cmp::u8_digit_tests::quickcheck_itest_partial_cmp ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_i128_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_i128_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_i32_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_i16_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_i8_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_isize_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_u128_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_i64_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_u16_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_u32_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_u8_try_into ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_usize_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test bint::convert::u16_digit_tests::quickcheck_itest_TryInto_u64_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_i128_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_i128_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_i16_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_i64_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_isize_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_usize_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_u8_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_u32_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_u64_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_u16_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_u128_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_i32_try_into ... ok
[INFO] [stdout] test bint::convert::u32_digit_tests::quickcheck_itest_TryInto_i8_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_i128_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_i64_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_i8_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_isize_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_i16_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_i128_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_u128_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_u16_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_u32_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_i32_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_u8_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_u64_try_into ... ok
[INFO] [stdout] test bint::convert::u64_digit_tests::quickcheck_itest_TryInto_usize_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_i128_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_i128_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_i64_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_i32_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_i16_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_i8_try_into ... ok
[INFO] [stdout] test bint::endian::u16_digit_tests::quickcheck_itest_from_be ... ok
[INFO] [stdout] test bint::endian::u16_digit_tests::quickcheck_itest_to_le ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_u128_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_isize_try_into ... ok
[INFO] [stdout] test bint::endian::u32_digit_tests::quickcheck_itest_from_le ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_usize_try_into ... ok
[INFO] [stdout] test bint::endian::u32_digit_tests::quickcheck_itest_to_be ... ok
[INFO] [stdout] test bint::endian::u16_digit_tests::quickcheck_itest_from_le ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_u64_try_into ... ok
[INFO] [stdout] test bint::endian::u16_digit_tests::quickcheck_itest_to_be ... ok
[INFO] [stdout] test bint::endian::u32_digit_tests::quickcheck_itest_from_be ... ok
[INFO] [stdout] test bint::endian::u32_digit_tests::quickcheck_itest_to_le ... ok
[INFO] [stdout] test bint::endian::u64_digit_tests::quickcheck_itest_from_be ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_u16_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_u32_try_into ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test bint::endian::u64_digit_tests::quickcheck_itest_from_le ... ok
[INFO] [stdout] test bint::endian::u64_digit_tests::quickcheck_itest_to_be ... ok
[INFO] [stdout] test bint::convert::u8_digit_tests::quickcheck_itest_TryInto_u8_try_into ... ok
[INFO] [stdout] test bint::endian::u64_digit_tests::quickcheck_itest_to_le ... ok
[INFO] [stdout] test bint::endian::u8_digit_tests::quickcheck_itest_from_be ... ok
[INFO] [stdout] test bint::endian::u8_digit_tests::quickcheck_itest_from_le ... ok
[INFO] [stdout] test bint::endian::u8_digit_tests::quickcheck_itest_to_be ... ok
[INFO] [stdout] test bint::endian::u8_digit_tests::quickcheck_itest_to_le ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_debug ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_binary ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_lower_hex ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_display ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_lower_exp ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_lower_exp ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_upper_exp ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_lower_hex ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_debug ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_debug ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_binary ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_lower_exp ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_display ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_octal ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_display ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_upper_hex ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_upper_exp ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_octal ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_upper_hex ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_binary ... ok
[INFO] [stdout] test bint::fmt::u16_digit_tests::quickcheck_itest_Format_upper_hex ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_octal ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_lower_hex ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_debug ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_upper_exp ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_display ... ok
[INFO] [stdout] test bint::fmt::u64_digit_tests::quickcheck_itest_Format_binary ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_Add_add ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_BitOr_bitor ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_BitAnd_bitand ... ok
[INFO] [stdout] test bint::fmt::u32_digit_tests::quickcheck_itest_Format_octal ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_BitXor_bitxor ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_BitOr_bitor ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_Div_div ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_BitXor_bitxor ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_upper_hex ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_Rem_rem ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_Sub_sub ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_Mul_mul ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_neg ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_lower_hex ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_Add_add ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_Rem_rem ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_Mul_mul ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_BitAnd_bitand ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_Not_not ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_BitOr_bitor ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_BitAnd_bitand ... ok
[INFO] [stdout] test bint::ops::u32_digit_tests::quickcheck_itest_Add_add ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_upper_exp ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_Div_div ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_Sub_sub ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_BitXor_bitxor ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_Not_not ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_Div_div ... ok
[INFO] [stdout] test bint::ops::u16_digit_tests::quickcheck_itest_neg ... ok
[INFO] [stdout] test bint::fmt::u8_digit_tests::quickcheck_itest_Format_lower_exp ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_Not_not ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_neg ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_Rem_rem ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_Sub_sub ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_BitAnd_bitand ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_Add_add ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_BitXor_bitxor ... ok
[INFO] [stdout] test bint::ops::u64_digit_tests::quickcheck_itest_Mul_mul ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_Div_div ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_BitOr_bitor ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_Not_not ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_Rem_rem ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::cases_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::cases_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::cases_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_Sub_sub ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::cases_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::cases_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_add ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_mul ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_neg ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::cases_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_shl ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::cases_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::cases_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_shr ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::cases_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::cases_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_sub ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::cases_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_pow ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_add ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::cases_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_mul ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::overflowing::u16_digit_tests::quickcheck_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::ops::u8_digit_tests::quickcheck_itest_Mul_mul ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_shl ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_shr ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_sub ... ok
[INFO] [stdout] test bint::overflowing::u32_digit_tests::quickcheck_itest_overflowing_pow ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::cases_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::cases_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::cases_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::cases_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::cases_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::cases_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_add ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_mul ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_pow ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::cases_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_sub ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::cases_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::cases_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_shl ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::cases_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::overflowing::u64_digit_tests::quickcheck_itest_overflowing_shr ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::cases_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::cases_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_div ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_neg ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_shl ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_abs ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_add ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_shr ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::cases_itest_from_str_radix ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_mul ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_rem ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::from_to_radix_le ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_sub ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::from_to_str_radix ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_rem_euclid ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::parse_bytes ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::from_to_radix_be ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_div_euclid ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::from_to_radix_be ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::from_to_str_radix ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::parse_bytes ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::cases_itest_from_str_radix ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::from_to_radix_be ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::from_to_str_radix ... ok
[INFO] [stdout] test bint::radix::u16_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::parse_bytes ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::cases_itest_from_str_radix ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::from_to_radix_be ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test bint::overflowing::u8_digit_tests::quickcheck_itest_overflowing_pow ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::cases_itest_from_str_radix ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::from_to_str_radix ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::parse_bytes ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u32_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test bint::radix::u64_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::cases_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::cases_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::cases_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_add_unsigned ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_add ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::cases_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_div ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_mul ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_sub ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::cases_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_sub_unsigned ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_add ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_add_unsigned ... ok
[INFO] [stdout] test bint::saturating::u16_digit_tests::quickcheck_itest_saturating_pow ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_sub_unsigned ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_mul ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::cases_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::cases_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::cases_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_sub ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::cases_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u32_digit_tests::quickcheck_itest_saturating_pow ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_neg ... ok
[INFO] [stdout] test bint::radix::u8_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_mul ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_add ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_pow ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::cases_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_sub ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_add_unsigned ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::cases_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_abs ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::cases_itest_saturating_div ... ok
[INFO] [stdout] test bint::saturating::u64_digit_tests::quickcheck_itest_saturating_sub_unsigned ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_add ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_add_unsigned ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_neg ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_div ... ok
[INFO] [stdout] test bint::u16_digit_tests::bit ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_mul ... ok
[INFO] [stdout] test bint::u16_digit_tests::bits ... ok
[INFO] [stdout] test bint::u16_digit_tests::cases_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_sub_unsigned ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_sub ... ok
[INFO] [stdout] test bint::u16_digit_tests::default ... ok
[INFO] [stdout] test bint::u16_digit_tests::is_one ... ok
[INFO] [stdout] test bint::saturating::u8_digit_tests::quickcheck_itest_saturating_pow ... ok
[INFO] [stdout] test bint::u16_digit_tests::is_zero ... ok
[INFO] [stdout] test bint::u16_digit_tests::product ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_abs ... ok
[INFO] [stdout] test bint::u16_digit_tests::is_power_of_two ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_checked_next_multiple_of ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_abs_diff ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_count_ones ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_is_positive ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_ilog2 ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_div_floor ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_leading_ones ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_count_zeros ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_leading_zeros ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_ilog ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_div_ceil ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_rotate_left ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_is_negative ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_rem_euclid ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_div_euclid ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_next_multiple_of ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_swap_bytes ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_reverse_bits ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_rotate_right ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_ilog10 ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_trailing_ones ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_signum ... ok
[INFO] [stdout] test bint::u16_digit_tests::sum ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_trailing_zeros ... ok
[INFO] [stdout] test bint::u32_digit_tests::default ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u32_digit_tests::bit ... ok
[INFO] [stdout] test bint::u32_digit_tests::cases_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u32_digit_tests::is_zero ... ok
[INFO] [stdout] test bint::u32_digit_tests::product ... ok
[INFO] [stdout] test bint::u32_digit_tests::bits ... ok
[INFO] [stdout] test bint::u32_digit_tests::is_power_of_two ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_abs ... ok
[INFO] [stdout] test bint::u32_digit_tests::is_one ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_abs_diff ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_checked_next_multiple_of ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_ilog2 ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_div_euclid ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_is_negative ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_div_floor ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_count_ones ... ok
[INFO] [stdout] test bint::u16_digit_tests::quickcheck_itest_pow ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_leading_zeros ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_ilog ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_ilog10 ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_rem_euclid ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_div_ceil ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_is_positive ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_rotate_left ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_count_zeros ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_reverse_bits ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_rotate_right ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_signum ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_next_multiple_of ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_leading_ones ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_swap_bytes ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_trailing_zeros ... ok
[INFO] [stdout] test bint::u32_digit_tests::sum ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_pow ... ok
[INFO] [stdout] test bint::u32_digit_tests::quickcheck_itest_trailing_ones ... ok
[INFO] [stdout] test bint::u64_digit_tests::bit ... ok
[INFO] [stdout] test bint::u64_digit_tests::bits ... ok
[INFO] [stdout] test bint::u64_digit_tests::cases_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u64_digit_tests::default ... ok
[INFO] [stdout] test bint::u64_digit_tests::is_one ... ok
[INFO] [stdout] test bint::u64_digit_tests::is_power_of_two ... ok
[INFO] [stdout] test bint::u64_digit_tests::is_zero ... ok
[INFO] [stdout] test bint::u64_digit_tests::product ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_abs ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_abs_diff ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_checked_next_multiple_of ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_count_ones ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_count_zeros ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_div_euclid ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_div_ceil ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_div_floor ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_ilog10 ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_ilog ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_is_positive ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_is_negative ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_ilog2 ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_leading_zeros ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_next_multiple_of ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_rem_euclid ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_leading_ones ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_rotate_right ... ok
[INFO] [stdout] test bint::u64_digit_tests::sum ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_rotate_left ... ok
[INFO] [stdout] test bint::u8_digit_tests::is_one ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_trailing_ones ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_reverse_bits ... ok
[INFO] [stdout] test bint::u8_digit_tests::bit ... ok
[INFO] [stdout] test bint::u8_digit_tests::product ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_swap_bytes ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_pow ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_trailing_zeros ... ok
[INFO] [stdout] test bint::u64_digit_tests::quickcheck_itest_signum ... ok
[INFO] [stdout] test bint::u8_digit_tests::bits ... ok
[INFO] [stdout] test bint::u8_digit_tests::is_zero ... ok
[INFO] [stdout] test bint::u8_digit_tests::cases_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_abs ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_abs_diff ... ok
[INFO] [stdout] test bint::u8_digit_tests::is_power_of_two ... ok
[INFO] [stdout] test bint::u8_digit_tests::default ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_count_ones ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_is_negative ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_ilog2 ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_checked_next_multiple_of ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_count_zeros ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_div_ceil ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_div_floor ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_div_euclid ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_leading_ones ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_is_positive ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_rotate_right ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_rem_euclid ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_leading_zeros ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_swap_bytes ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_next_multiple_of ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_reverse_bits ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_ilog ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_rotate_left ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_trailing_ones ... ok
[INFO] [stdout] test bint::u8_digit_tests::sum ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_trailing_zeros ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_unsigned_abs ... ok
[INFO] [stdout] test bint::unchecked::u16_digit_tests::quickcheck_itest_unchecked_shr ... ok
[INFO] [stdout] test bint::unchecked::u16_digit_tests::quickcheck_itest_unchecked_sub ... ok
[INFO] [stdout] test bint::unchecked::u16_digit_tests::quickcheck_itest_unchecked_add ... ok
[INFO] [stdout] test bint::unchecked::u32_digit_tests::quickcheck_itest_unchecked_add ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_signum ... ok
[INFO] [stdout] test bint::unchecked::u64_digit_tests::quickcheck_itest_unchecked_add ... ok
[INFO] [stdout] test bint::unchecked::u32_digit_tests::quickcheck_itest_unchecked_shl ... ok
[INFO] [stdout] test bint::unchecked::u64_digit_tests::quickcheck_itest_unchecked_shr ... ok
[INFO] [stdout] test bint::unchecked::u64_digit_tests::quickcheck_itest_unchecked_sub ... ok
[INFO] [stdout] test bint::unchecked::u8_digit_tests::quickcheck_itest_unchecked_add ... ok
[INFO] [stdout] test bint::unchecked::u8_digit_tests::quickcheck_itest_unchecked_shl ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_ilog10 ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::cases_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::cases_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::unchecked::u8_digit_tests::quickcheck_itest_unchecked_sub ... ok
[INFO] [stdout] test bint::unchecked::u16_digit_tests::quickcheck_itest_unchecked_shl ... ok
[INFO] [stdout] test bint::u8_digit_tests::quickcheck_itest_pow ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_add ... ok
[INFO] [stdout] test bint::unchecked::u32_digit_tests::quickcheck_itest_unchecked_sub ... ok
[INFO] [stdout] test bint::unchecked::u32_digit_tests::quickcheck_itest_unchecked_shr ... ok
[INFO] [stdout] test bint::unchecked::u64_digit_tests::quickcheck_itest_unchecked_shl ... ok
[INFO] [stdout] test bint::unchecked::u16_digit_tests::quickcheck_itest_unchecked_mul ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_div ... ok
[INFO] [stdout] test bint::unchecked::u8_digit_tests::quickcheck_itest_unchecked_shr ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_mul ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_rem_euclid ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_shl ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_div_euclid ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_abs ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::cases_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_add ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_add_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_pow ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_div ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_sub_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_mul ... ok
[INFO] [stdout] test bint::unchecked::u64_digit_tests::quickcheck_itest_unchecked_mul ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_shr ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_div_euclid ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_rem_euclid ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_sub ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_shr ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_shl ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_sub ... ok
[INFO] [stdout] test bint::unchecked::u8_digit_tests::quickcheck_itest_unchecked_mul ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::cases_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::cases_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_sub_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_abs ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_abs ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_add ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_add_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_div ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_div_euclid ... ok
[INFO] [stdout] test bint::wrapping::u16_digit_tests::quickcheck_itest_wrapping_add_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_mul ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_pow ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_rem_euclid ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_shr ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_shl ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_sub ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::cases_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u64_digit_tests::quickcheck_itest_wrapping_sub_unsigned ... ok
[INFO] [stdout] test bint::unchecked::u32_digit_tests::quickcheck_itest_unchecked_mul ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::cases_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::cases_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_add ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_neg ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_div_euclid ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_add_unsigned ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_abs ... ok
[INFO] [stdout] test bint::wrapping::u32_digit_tests::quickcheck_itest_wrapping_pow ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_mul ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_div ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::cases_u64_carrying_mul ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_rem ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_rem_euclid ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::cases_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::cases_utest_borrowing_sub ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_shl ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::cases_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::cases_utest_carrying_add ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::cases_u64_widening_mul ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_sub_unsigned ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::quickcheck_utest_carrying_add ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::quickcheck_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::cases_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::cases_utest_carrying_add ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::quickcheck_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u16_digit_tests::quickcheck_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::cases_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::quickcheck_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::cases_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::quickcheck_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::cases_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::quickcheck_utest_carrying_add ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::cases_utest_carrying_add ... ok
[INFO] [stdout] test buint::bigint_helpers::u32_digit_tests::quickcheck_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::cases_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::quickcheck_utest_carrying_add ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::quickcheck_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::quickcheck_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::cases_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::cases_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u64_digit_tests::quickcheck_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::cases_utest_carrying_add ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_shr ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::quickcheck_utest_borrowing_sub ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::quickcheck_u64_widening_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::quickcheck_u64_carrying_mul ... ok
[INFO] [stdout] test buint::bigint_helpers::u8_digit_tests::quickcheck_utest_carrying_add ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_pow ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test bint::wrapping::u8_digit_tests::quickcheck_itest_wrapping_sub ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test buint::cast::u16_digit_tests::quickcheck_utest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test buint::cast::u32_digit_tests::quickcheck_utest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test buint::cast::u64_digit_tests::quickcheck_utest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_ITESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_ITESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_ITESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt2_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt5_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt1_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt3_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint1_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt7_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint2_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt6_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint7_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt4_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint3_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_ITESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint4_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt10_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt9_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_char_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint5_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_bool_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_UTESTD32_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint8_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_f64_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_f32_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint6_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestInt8_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_i128_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_i8_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint10_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_UTESTD64_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_isize_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_i32_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_u16_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_u128_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_TestUint9_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_ITESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_i64_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_UTESTD8_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_u8_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt1_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_ITESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_i16_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_UTESTD16_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_ITESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_usize_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_ITESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt3_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_u32_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt2_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt4_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastFrom_u64_cast_from ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt6_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint3_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint5_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt7_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt8_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint1_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint2_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_UTESTD64_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_UTESTD8_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestInt5_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint4_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint6_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint8_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_UTESTD16_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_TestUint7_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_UTESTD32_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_f32_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_f64_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_i128_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_i16_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_i64_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_i8_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_i32_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_isize_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_u64_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_u16_cast_to ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_add ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_u128_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_usize_cast_to ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_u32_cast_to ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::cases_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::cases_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::cases_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_ilog ... ok
[INFO] [stdout] test buint::cast::u8_digit_tests::quickcheck_utest_CastTo_u8_cast_to ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_add_signed ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_ilog2 ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::cases_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_mul ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_neg ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_div_euclid ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_shr ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_shl ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_rem_euclid ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_rem ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_ilog10 ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_sub ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::cases_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u16_digit_tests::quickcheck_utest_checked_pow ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::cases_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::cases_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::cases_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_div_euclid ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_ilog2 ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_mul ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_rem ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_ilog10 ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_add_signed ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_pow ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_neg ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_rem_euclid ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_shl ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_shr ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::cases_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::cases_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::cases_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::cases_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u32_digit_tests::quickcheck_utest_checked_sub ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_add_signed ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_div_euclid ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_ilog10 ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_ilog2 ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_mul ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_pow ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_shl ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::cases_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_shr ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::cases_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_neg ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_rem_euclid ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_rem ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::cases_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_ilog ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_add ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_div_euclid ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_ilog2 ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::cases_utest_checked_div ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_neg ... ok
[INFO] [stdout] test buint::checked::u64_digit_tests::quickcheck_utest_checked_sub ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_next_power_of_two ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_rem ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_add_signed ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_Ord_clamp ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_mul ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_Ord_min ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_Ord_cmp ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_pow ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_shl ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_Ord_max ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_PartialOrd_ge ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_PartialOrd_gt ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_PartialOrd_le ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_shr ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_rem_euclid ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_PartialOrd_lt ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_cmp ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_Ord_cmp ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_min ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_sub ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_Ord_min ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_max ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_eq ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_partial_cmp ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_PartialEq_eq ... ok
[INFO] [stdout] test buint::cmp::u16_digit_tests::quickcheck_utest_clamp ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_PartialEq_eq ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_PartialOrd_gt ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_PartialOrd_le ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_PartialOrd_ge ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_Ord_clamp ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_cmp ... ok
[INFO] [stdout] test buint::checked::u8_digit_tests::quickcheck_utest_checked_ilog10 ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_Ord_max ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_clamp ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_PartialOrd_lt ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_PartialOrd_le ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_Ord_cmp ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_eq ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_max ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_min ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_PartialOrd_lt ... ok
[INFO] [stdout] test buint::cmp::u32_digit_tests::quickcheck_utest_partial_cmp ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_Ord_max ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_Ord_min ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_PartialEq_eq ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_clamp ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_Ord_clamp ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_PartialOrd_ge ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_PartialOrd_gt ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_cmp ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_eq ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_max ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_Ord_max ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_Ord_min ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_PartialOrd_ge ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_Ord_clamp ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_PartialOrd_lt ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_Ord_cmp ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_clamp ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_min ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_PartialEq_eq ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_cmp ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_eq ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_partial_cmp ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_PartialOrd_gt ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_min ... ok
[INFO] [stdout] test buint::cmp::u64_digit_tests::quickcheck_utest_partial_cmp ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_max ... ok
[INFO] [stdout] test buint::cmp::u8_digit_tests::quickcheck_utest_PartialOrd_le ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_char_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_i128_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_i16_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_i32_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_i64_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_i8_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_isize_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_u128_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_u16_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_u32_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_u8_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_usize_try_into ... ok
[INFO] [stdout] test buint::convert::u16_digit_tests::quickcheck_utest_TryInto_u64_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_char_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_i128_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_i32_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_i64_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_u128_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_i16_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_u16_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_u32_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_i8_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_u64_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_u8_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_usize_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryInto_isize_try_into ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u32_digit_tests::quickcheck_utest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_char_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_i128_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_i64_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_i8_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_i16_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_isize_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_u32_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_u64_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_u8_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_usize_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_u128_try_into ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_u16_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_ITESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u64_digit_tests::quickcheck_utest_TryInto_i32_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_ITESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_ITESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt2_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt3_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt5_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint1_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt6_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt8_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint7_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt4_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt1_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt7_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint8_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint2_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint3_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint4_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt10_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_i32_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_UTESTD16_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_UTESTD32_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint10_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_bool_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_i16_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_UTESTD64_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint5_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_char_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_i8_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestInt9_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_i64_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint9_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_isize_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_u16_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_TestUint6_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_u32_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_u64_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_u8_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryFrom_usize_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_i32_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_ITESTD8_try_from ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_i128_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_isize_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_i16_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_i64_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_i8_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_u32_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_BTryFrom_UTESTD8_try_from ... ok
[INFO] [stdout] test buint::endian::u16_digit_tests::quickcheck_utest_from_be ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_u8_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_usize_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_u16_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_u128_try_into ... ok
[INFO] [stdout] test buint::convert::u8_digit_tests::quickcheck_utest_TryInto_u64_try_into ... ok
[INFO] [stdout] test buint::endian::u16_digit_tests::quickcheck_utest_from_le ... ok
[INFO] [stdout] test buint::endian::u16_digit_tests::quickcheck_utest_to_le ... ok
[INFO] [stdout] test buint::endian::u32_digit_tests::quickcheck_utest_from_be ... ok
[INFO] [stdout] test buint::endian::u16_digit_tests::quickcheck_utest_to_be ... ok
[INFO] [stdout] test buint::endian::u32_digit_tests::quickcheck_utest_from_le ... ok
[INFO] [stdout] test buint::endian::u32_digit_tests::quickcheck_utest_to_le ... ok
[INFO] [stdout] test buint::endian::u64_digit_tests::quickcheck_utest_from_le ... ok
[INFO] [stdout] test buint::endian::u32_digit_tests::quickcheck_utest_to_be ... ok
[INFO] [stdout] test buint::endian::u8_digit_tests::quickcheck_utest_from_be ... ok
[INFO] [stdout] test buint::endian::u64_digit_tests::quickcheck_utest_to_be ... ok
[INFO] [stdout] test buint::endian::u8_digit_tests::quickcheck_utest_to_be ... ok
[INFO] [stdout] test buint::endian::u64_digit_tests::quickcheck_utest_to_le ... ok
[INFO] [stdout] test buint::endian::u64_digit_tests::quickcheck_utest_from_be ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_octal ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_lower_hex ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_upper_hex ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_binary ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_debug ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_display ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_upper_exp ... ok
[INFO] [stdout] test buint::endian::u8_digit_tests::quickcheck_utest_to_le ... ok
[INFO] [stdout] test buint::endian::u8_digit_tests::quickcheck_utest_from_le ... ok
[INFO] [stdout] test buint::fmt::u16_digit_tests::quickcheck_utest_Format_lower_exp ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_binary ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_upper_hex ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_debug ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_octal ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_binary ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_display ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_upper_exp ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_lower_exp ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_debug ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_lower_hex ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_lower_exp ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_octal ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_lower_hex ... ok
[INFO] [stdout] test buint::fmt::u32_digit_tests::quickcheck_utest_Format_display ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_upper_exp ... ok
[INFO] [stdout] test buint::fmt::u64_digit_tests::quickcheck_utest_Format_upper_hex ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::add_digit ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_BitOr_bitor ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_BitXor_bitxor ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_binary ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_BitAnd_bitand ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_upper_hex ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_octal ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_Div_div ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_Not_not ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_lower_hex ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_debug ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_Rem_rem ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_Sub_sub ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_Add_add ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_BitOr_bitor ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_upper_exp ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::add_digit ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_BitXor_bitxor ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_Add_add ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_Not_not ... ok
[INFO] [stdout] test buint::ops::u16_digit_tests::quickcheck_utest_Mul_mul ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_BitAnd_bitand ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_display ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_Rem_rem ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_BitAnd_bitand ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_BitXor_bitxor ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_Div_div ... ok
[INFO] [stdout] test buint::fmt::u8_digit_tests::quickcheck_utest_Format_lower_exp ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_Add_add ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_Div_div ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_BitOr_bitor ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::add_digit ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_Not_not ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_Rem_rem ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_Add_add ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_Sub_sub ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_Sub_sub ... ok
[INFO] [stdout] test buint::ops::u64_digit_tests::quickcheck_utest_Mul_mul ... ok
[INFO] [stdout] test buint::ops::u32_digit_tests::quickcheck_utest_Mul_mul ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_Not_not ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_BitOr_bitor ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_Rem_rem ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_BitXor_bitxor ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_Div_div ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_Sub_sub ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::add_digit ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_BitAnd_bitand ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_add ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_mul ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_div_euclid ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_div ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_neg ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_rem ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_rem_euclid ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_mul ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_neg ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_shr ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_div_euclid ... ok
[INFO] [stdout] test buint::ops::u8_digit_tests::quickcheck_utest_Mul_mul ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_add ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_div ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_rem_euclid ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_shl ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_sub ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_rem ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_pow ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_shl ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_shr ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_div_euclid ... ok
[INFO] [stdout] test buint::overflowing::u16_digit_tests::quickcheck_utest_overflowing_pow ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_add ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_mul ... ok
[INFO] [stdout] test buint::overflowing::u32_digit_tests::quickcheck_utest_overflowing_sub ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_neg ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_shr ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_sub ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_div ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_rem ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_shl ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_rem_euclid ... ok
[INFO] [stdout] test buint::overflowing::u64_digit_tests::quickcheck_utest_overflowing_pow ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_add ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_shr ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_div_euclid ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_sub ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_div ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::parse_empty ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_neg ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_rem ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::parse_bytes ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_rem_euclid ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::cases_utest_from_str ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_shl ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_mul ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::cases_utest_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::cases_utest_from_str ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::cases_utest_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::parse_bytes ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::parse_empty ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::parse_empty ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::parse_bytes ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::cases_utest_from_str ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::cases_utest_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::cases_utest_from_str ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::cases_utest_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::parse_empty ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::parse_bytes ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test buint::saturating::u16_digit_tests::quickcheck_utest_saturating_add ... ok
[INFO] [stdout] test buint::saturating::u16_digit_tests::quickcheck_utest_saturating_add_signed ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::quickcheck_from_str ... ok
[INFO] [stdout] test buint::saturating::u16_digit_tests::quickcheck_utest_saturating_mul ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::quickcheck_from_str_radix ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::quickcheck_from_to_radix_be ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::quickcheck_from_to_radix_le ... ok
[INFO] [stdout] test buint::saturating::u16_digit_tests::quickcheck_utest_saturating_div ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::quickcheck_from_to_str_radix ... ok
[INFO] [stdout] test buint::saturating::u16_digit_tests::quickcheck_utest_saturating_sub ... ok
[INFO] [stdout] test buint::saturating::u32_digit_tests::quickcheck_utest_saturating_mul ... ok
[INFO] [stdout] test buint::saturating::u32_digit_tests::quickcheck_utest_saturating_add_signed ... ok
[INFO] [stdout] test buint::saturating::u32_digit_tests::quickcheck_utest_saturating_div ... ok
[INFO] [stdout] test buint::saturating::u32_digit_tests::quickcheck_utest_saturating_sub ... ok
[INFO] [stdout] test buint::saturating::u64_digit_tests::quickcheck_utest_saturating_add ... ok
[INFO] [stdout] test buint::overflowing::u8_digit_tests::quickcheck_utest_overflowing_pow ... ok
[INFO] [stdout] test buint::saturating::u32_digit_tests::quickcheck_utest_saturating_add ... ok
[INFO] [stdout] test buint::saturating::u64_digit_tests::quickcheck_utest_saturating_div ... ok
[INFO] [stdout] test buint::saturating::u64_digit_tests::quickcheck_utest_saturating_add_signed ... ok
[INFO] [stdout] test buint::saturating::u32_digit_tests::quickcheck_utest_saturating_pow ... ok
[INFO] [stdout] test buint::saturating::u64_digit_tests::quickcheck_utest_saturating_mul ... ok
[INFO] [stdout] test buint::saturating::u64_digit_tests::quickcheck_utest_saturating_sub ... ok
[INFO] [stdout] test buint::saturating::u8_digit_tests::quickcheck_utest_saturating_add ... ok
[INFO] [stdout] test buint::saturating::u64_digit_tests::quickcheck_utest_saturating_pow ... ok
[INFO] [stdout] test buint::saturating::u8_digit_tests::quickcheck_utest_saturating_add_signed ... ok
[INFO] [stdout] test buint::u16_digit_tests::bit ... ok
[INFO] [stdout] test buint::u16_digit_tests::bits ... ok
[INFO] [stdout] test buint::saturating::u8_digit_tests::quickcheck_utest_saturating_sub ... ok
[INFO] [stdout] test buint::u16_digit_tests::default ... ok
[INFO] [stdout] test buint::saturating::u16_digit_tests::quickcheck_utest_saturating_pow ... ok
[INFO] [stdout] test buint::saturating::u8_digit_tests::quickcheck_utest_saturating_mul ... ok
[INFO] [stdout] test buint::u16_digit_tests::digits ... ok
[INFO] [stdout] test buint::u16_digit_tests::is_one ... ok
[INFO] [stdout] test buint::saturating::u8_digit_tests::quickcheck_utest_saturating_div ... ok
[INFO] [stdout] test buint::u16_digit_tests::is_zero ... ok
[INFO] [stdout] test buint::u16_digit_tests::product ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_abs_diff ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_count_ones ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_checked_next_multiple_of ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_div_floor ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_count_zeros ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_ilog2 ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_ilog ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_div_euclid ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_is_power_of_two ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_leading_ones ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_div_ceil ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_leading_zeros ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_next_power_of_two ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_rem_euclid ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_reverse_bits ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_next_multiple_of ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_rotate_left ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_swap_bytes ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_trailing_ones ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_rotate_right ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_trailing_zeros ... ok
[INFO] [stdout] test buint::u32_digit_tests::bit ... ok
[INFO] [stdout] test buint::u16_digit_tests::sum ... ok
[INFO] [stdout] test buint::u32_digit_tests::bits ... ok
[INFO] [stdout] test buint::u32_digit_tests::digits ... ok
[INFO] [stdout] test buint::u32_digit_tests::is_one ... ok
[INFO] [stdout] test buint::u32_digit_tests::default ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_pow ... ok
[INFO] [stdout] test buint::u32_digit_tests::is_zero ... ok
[INFO] [stdout] test buint::u32_digit_tests::product ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_abs_diff ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_count_ones ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_count_zeros ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_checked_next_multiple_of ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_div_ceil ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_div_euclid ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_ilog ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_ilog2 ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_is_power_of_two ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_leading_ones ... ok
[INFO] [stdout] test buint::saturating::u8_digit_tests::quickcheck_utest_saturating_pow ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_leading_zeros ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_next_multiple_of ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_ilog10 ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_div_floor ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_next_power_of_two ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_reverse_bits ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_rem_euclid ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_rotate_left ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_rotate_right ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_trailing_ones ... ok
[INFO] [stdout] test buint::u16_digit_tests::quickcheck_utest_ilog10 ... ok
[INFO] [stdout] test buint::u64_digit_tests::bits ... ok
[INFO] [stdout] test buint::u64_digit_tests::bit ... ok
[INFO] [stdout] test buint::u32_digit_tests::sum ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_trailing_zeros ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_swap_bytes ... ok
[INFO] [stdout] test buint::u64_digit_tests::default ... ok
[INFO] [stdout] test buint::u64_digit_tests::digits ... ok
[INFO] [stdout] test buint::u64_digit_tests::product ... ok
[INFO] [stdout] test buint::u64_digit_tests::is_one ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_abs_diff ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_checked_next_multiple_of ... ok
[INFO] [stdout] test buint::u64_digit_tests::is_zero ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_count_ones ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_count_zeros ... ok
[INFO] [stdout] test buint::u32_digit_tests::quickcheck_utest_pow ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_div_ceil ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_div_euclid ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_ilog2 ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_div_floor ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_ilog10 ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_ilog ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_leading_ones ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_next_multiple_of ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_leading_zeros ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_is_power_of_two ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_next_power_of_two ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_reverse_bits ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_swap_bytes ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_trailing_ones ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_trailing_zeros ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_rotate_left ... ok
[INFO] [stdout] test buint::u64_digit_tests::sum ... ok
[INFO] [stdout] test buint::u8_digit_tests::bit ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_rotate_right ... ok
[INFO] [stdout] test buint::u8_digit_tests::bits ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_pow ... ok
[INFO] [stdout] test buint::u8_digit_tests::digits ... ok
[INFO] [stdout] test buint::u8_digit_tests::is_zero ... ok
[INFO] [stdout] test buint::u8_digit_tests::is_one ... ok
[INFO] [stdout] test buint::u8_digit_tests::product ... ok
[INFO] [stdout] test buint::u8_digit_tests::default ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_abs_diff ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_count_ones ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_count_zeros ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_div_euclid ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_checked_next_multiple_of ... ok
[INFO] [stdout] test buint::u64_digit_tests::quickcheck_utest_rem_euclid ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_div_ceil ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_ilog2 ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_leading_ones ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_div_floor ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_ilog ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_leading_zeros ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_next_power_of_two ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_rem_euclid ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_rotate_left ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_reverse_bits ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_rotate_right ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_is_power_of_two ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_trailing_ones ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_trailing_zeros ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_swap_bytes ... ok
[INFO] [stdout] test buint::u8_digit_tests::sum ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::cases_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_add ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_div ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_add_signed ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_mul ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_div_euclid ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_neg ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_next_multiple_of ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_rem ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_rem_euclid ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_ilog10 ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::cases_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_sub ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_add ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_add_signed ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_shr ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_pow ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_div ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::quickcheck_utest_wrapping_shl ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_div_euclid ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_mul ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_neg ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::u8_digit_tests::quickcheck_utest_pow ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_rem ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_shr ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_pow ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_shl ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_rem_euclid ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::quickcheck_utest_wrapping_sub ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::cases_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_add ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_add_signed ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_div ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_neg ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_mul ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_div_euclid ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_rem ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_pow ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_shl ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_shr ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_rem_euclid ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::quickcheck_utest_wrapping_sub ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::cases_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_add ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_add_signed ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_div ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_div_euclid ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_mul ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_neg ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_next_power_of_two ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_pow ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_rem ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_rem_euclid ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_shl ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_shr ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::quickcheck_utest_wrapping_sub ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::parse_str_radix_invalid_char - should panic ... ok
[INFO] [stdout] test types::tests::test_int_bits ... ok
[INFO] [stdout] test buint::radix::u16_digit_tests::parse_str_radix_empty - should panic ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::parse_str_radix_empty - should panic ... ok
[INFO] [stdout] test buint::radix::u32_digit_tests::parse_str_radix_invalid_char - should panic ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::parse_str_radix_empty - should panic ... ok
[INFO] [stdout] test buint::radix::u64_digit_tests::parse_str_radix_invalid_char - should panic ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::parse_str_radix_invalid_char - should panic ... ok
[INFO] [stdout] test buint::radix::u8_digit_tests::parse_str_radix_empty - should panic ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::div_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u16_digit_tests::rem_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::div_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u32_digit_tests::rem_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::div_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u64_digit_tests::rem_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::div_by_zero_panic - should panic ... ok
[INFO] [stdout] test buint::wrapping::u8_digit_tests::rem_by_zero_panic - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2265 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bnum
[INFO] [stdout] 
[INFO] [stdout] running 220 tests
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BInt<N>::BITS (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD32<N>::BITS (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD32<N>::BYTES (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD16<N>::BITS (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD16<N>::BYTES (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BInt<N>::MIN (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD32<N>::MIN (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD32<N>::MAX (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BInt<N>::BYTES (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD16<N>::MAX (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD16<N>::MIN (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BInt<N>::ZERO (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD16<N>::ZERO (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD16<N>::ONE (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BInt<N>::ONE (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BInt<N>::MAX (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD8<N>::BITS (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD8<N>::BYTES (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD8<N>::MAX (line 70) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::bits (line 491) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD8<N>::MIN (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD32<N>::ONE (line 70) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::is_one (line 489) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD32<N>::ZERO (line 70) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::is_power_of_two (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::count_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::count_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::bit (line 489) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD8<N>::ZERO (line 70) ... ok
[INFO] [stdout] test src/bint/consts.rs - bint::consts::BIntD8<N>::ONE (line 70) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::leading_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::is_zero (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::leading_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::is_one (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::bit (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::pow (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::count_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::count_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::trailing_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::is_power_of_two (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::reverse_bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::trailing_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BInt<N>::swap_bytes (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::is_zero (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::leading_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::leading_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::pow (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::trailing_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::is_one (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::is_power_of_two (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::reverse_bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::count_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::trailing_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::count_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::bit (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD16<N>::swap_bytes (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::is_zero (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::leading_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::leading_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::reverse_bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::trailing_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::count_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::pow (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::bits (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::is_one (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::count_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::is_power_of_two (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::swap_bytes (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD32<N>::trailing_ones (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::leading_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/radix.rs - bint::radix::BIntD16<N>::parse_str_radix (line 309) - compile fail ... ok
[INFO] [stdout] test src/bint/radix.rs - bint::radix::BIntD32<N>::parse_str_radix (line 309) - compile fail ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::leading_ones (line 491) ... ok
[INFO] [stdout] test src/bint/radix.rs - bint::radix::BIntD8<N>::parse_str_radix (line 309) - compile fail ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::bit (line 489) ... ok
[INFO] [stdout] test src/bint/radix.rs - bint::radix::BInt<N>::parse_str_radix (line 309) - compile fail ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::is_zero (line 489) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::pow (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::trailing_zeros (line 491) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::trailing_ones (line 491) ... ok
[INFO] [stdout] test src/buint/checked.rs - buint::checked::BUint<N>::checked_next_power_of_two (line 544) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD16<N>::BITS (line 43) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::reverse_bits (line 491) ... ok
[INFO] [stdout] test src/buint/checked.rs - buint::checked::BUintD32<N>::checked_next_power_of_two (line 544) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD16<N>::BYTES (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUint<N>::BITS (line 43) ... ok
[INFO] [stdout] test src/buint/checked.rs - buint::checked::BUintD8<N>::checked_next_power_of_two (line 544) ... ok
[INFO] [stdout] test src/bint/mod.rs - bint::BIntD8<N>::swap_bytes (line 491) ... ok
[INFO] [stdout] test src/buint/checked.rs - buint::checked::BUintD16<N>::checked_next_power_of_two (line 544) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUint<N>::MIN (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUint<N>::BYTES (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUint<N>::MAX (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUint<N>::ZERO (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD16<N>::MAX (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD16<N>::MIN (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD32<N>::BITS (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD8<N>::BITS (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD32<N>::BYTES (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD8<N>::BYTES (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD16<N>::ZERO (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD32<N>::MAX (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD8<N>::MIN (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD32<N>::ZERO (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD8<N>::MAX (line 43) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD32<N>::MIN (line 43) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUint<N>::from_le_slice (line 309) ... ok
[INFO] [stdout] test src/buint/consts.rs - buint::consts::BUintD8<N>::ZERO (line 43) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUint<N>::from_be_slice (line 309) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUintD16<N>::from_be_slice (line 309) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUintD16<N>::from_le_slice (line 309) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUintD32<N>::from_le_slice (line 309) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::bit (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::count_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::is_one (line 691) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUintD32<N>::from_be_slice (line 309) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::count_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUintD8<N>::from_le_slice (line 309) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::is_zero (line 691) ... ok
[INFO] [stdout] test src/buint/endian.rs - buint::endian::BUintD8<N>::from_be_slice (line 309) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::leading_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::is_power_of_two (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::leading_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::trailing_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::pow (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::power_of_two (line 694) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::bit (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::swap_bytes (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::next_power_of_two (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::is_power_of_two (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::count_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::is_one (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::trailing_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::count_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::is_zero (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::leading_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUint<N>::reverse_bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::leading_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::is_one (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::count_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::is_zero (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::pow (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::count_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::trailing_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::reverse_bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::trailing_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::bit (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::is_power_of_two (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::swap_bytes (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::power_of_two (line 694) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::leading_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD16<N>::next_power_of_two (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::leading_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::next_power_of_two (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::bit (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::trailing_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::is_power_of_two (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::power_of_two (line 694) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::pow (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::reverse_bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::trailing_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD32<N>::swap_bytes (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::is_one (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::count_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::leading_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::count_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::leading_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::parse_str_radix (line 684) - compile fail ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::is_zero (line 691) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::next_power_of_two (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::pow (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::trailing_zeros (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::trailing_ones (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::swap_bytes (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::reverse_bits (line 693) ... ok
[INFO] [stdout] test src/buint/mod.rs - buint::BUintD8<N>::power_of_two (line 694) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::from_radix_be (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::parse_str_radix (line 684) - compile fail ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::from_radix_le (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::from_str_radix (line 688) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::parse_bytes (line 686) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::to_radix_le (line 680) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::to_radix_be (line 680) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::from_radix_le (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::parse_str_radix (line 684) - compile fail ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::from_radix_be (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUint<N>::to_str_radix (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::from_radix_be (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::to_radix_be (line 680) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::parse_bytes (line 686) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::to_radix_le (line 680) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::from_str_radix (line 688) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD16<N>::to_str_radix (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::parse_str_radix (line 684) - compile fail ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::from_str_radix (line 688) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::parse_bytes (line 686) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::from_radix_le (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::from_radix_le (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::to_radix_le (line 680) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::to_str_radix (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD32<N>::to_radix_be (line 680) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::from_radix_be (line 682) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::from_str_radix (line 688) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::parse_bytes (line 686) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::to_radix_le (line 680) ... ok
[INFO] [stdout] test src/lib.rs - (line 112) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::to_str_radix (line 682) ... ok
[INFO] [stdout] test src/buint/wrapping.rs - buint::wrapping::BUintD16<N>::wrapping_next_power_of_two (line 196) ... ok
[INFO] [stdout] test src/buint/radix.rs - buint::radix::BUintD8<N>::to_radix_be (line 680) ... ok
[INFO] [stdout] test src/buint/wrapping.rs - buint::wrapping::BUint<N>::wrapping_next_power_of_two (line 196) ... ok
[INFO] [stdout] test src/buint/wrapping.rs - buint::wrapping::BUintD32<N>::wrapping_next_power_of_two (line 196) ... ok
[INFO] [stdout] test src/buint/wrapping.rs - buint::wrapping::BUintD8<N>::wrapping_next_power_of_two (line 196) ... ok
[INFO] [stdout] test src/cast.rs - cast::As::as_ (line 127) ... ok
[INFO] [stdout] test src/lib.rs - (line 84) ... ok
[INFO] [stdout] test src/lib.rs - (line 69) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 220 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.20s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d2e6bb9cd075d2d11252dbe431a2a61406efc3d62d1e29d6d0b423d76fd3de40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2e6bb9cd075d2d11252dbe431a2a61406efc3d62d1e29d6d0b423d76fd3de40", kill_on_drop: false }`
[INFO] [stdout] d2e6bb9cd075d2d11252dbe431a2a61406efc3d62d1e29d6d0b423d76fd3de40
