[INFO] fetching crate decstr 0.2.0... [INFO] testing decstr-0.2.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate decstr 0.2.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate decstr 0.2.0 [INFO] finished tweaking crates.io crate decstr 0.2.0 [INFO] tweaked toml for crates.io crate decstr 0.2.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate decstr 0.2.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate decstr 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dec v0.4.8 [INFO] [stderr] Downloaded decnumber-sys v0.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38fa2776e1d382eb435ef12430d0a736531f4512c77bfdeb9d9c0467ec985cda [INFO] running `Command { std: "docker" "start" "-a" "38fa2776e1d382eb435ef12430d0a736531f4512c77bfdeb9d9c0467ec985cda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38fa2776e1d382eb435ef12430d0a736531f4512c77bfdeb9d9c0467ec985cda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38fa2776e1d382eb435ef12430d0a736531f4512c77bfdeb9d9c0467ec985cda", kill_on_drop: false }` [INFO] [stdout] 38fa2776e1d382eb435ef12430d0a736531f4512c77bfdeb9d9c0467ec985cda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c5e3894e9b1e85f5c94af0d668b8444332032b6141236ad4288cbdac42c05022 [INFO] running `Command { std: "docker" "start" "-a" "c5e3894e9b1e85f5c94af0d668b8444332032b6141236ad4288cbdac42c05022", kill_on_drop: false }` [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling decstr v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `trailing_exponent_width_bits` is never used [INFO] [stdout] --> src/binary/buf.rs:177:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub trait BinaryBuf { [INFO] [stdout] | --------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 177 | fn trailing_exponent_width_bits(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s [INFO] running `Command { std: "docker" "inspect" "c5e3894e9b1e85f5c94af0d668b8444332032b6141236ad4288cbdac42c05022", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5e3894e9b1e85f5c94af0d668b8444332032b6141236ad4288cbdac42c05022", kill_on_drop: false }` [INFO] [stdout] c5e3894e9b1e85f5c94af0d668b8444332032b6141236ad4288cbdac42c05022 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 207936e0fdd240e997ee86b02acbd1e36ea1d8189055402accba41bafdd024b4 [INFO] running `Command { std: "docker" "start" "-a" "207936e0fdd240e997ee86b02acbd1e36ea1d8189055402accba41bafdd024b4", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `trailing_exponent_width_bits` is never used [INFO] [stdout] --> src/binary/buf.rs:177:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub trait BinaryBuf { [INFO] [stdout] | --------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 177 | fn trailing_exponent_width_bits(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling decnumber-sys v0.1.5 [INFO] [stderr] Compiling dec v0.4.8 [INFO] [stderr] Compiling decstr v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/buf/dynamic.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/binary/exponent.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `trailing_exponent_width_bits` is never used [INFO] [stdout] --> src/binary/buf.rs:177:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub trait BinaryBuf { [INFO] [stdout] | --------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 177 | fn trailing_exponent_width_bits(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.92s [INFO] running `Command { std: "docker" "inspect" "207936e0fdd240e997ee86b02acbd1e36ea1d8189055402accba41bafdd024b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "207936e0fdd240e997ee86b02acbd1e36ea1d8189055402accba41bafdd024b4", kill_on_drop: false }` [INFO] [stdout] 207936e0fdd240e997ee86b02acbd1e36ea1d8189055402accba41bafdd024b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 6e87c98b5252b105e26f743bc6aa6eae9071887926167f4b92310c8dc205aad0 [INFO] running `Command { std: "docker" "start" "-a" "6e87c98b5252b105e26f743bc6aa6eae9071887926167f4b92310c8dc205aad0", kill_on_drop: false }` [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/binary/buf/dynamic.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/binary/buf/dynamic.rs:123:5 [INFO] [stderr] | [INFO] [stderr] 123 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/binary/buf/dynamic.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/binary/buf/dynamic.rs:133:5 [INFO] [stderr] | [INFO] [stderr] 133 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/binary/buf/dynamic.rs:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/binary/buf/dynamic.rs:143:5 [INFO] [stderr] | [INFO] [stderr] 143 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/binary/exponent.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/binary/exponent.rs:95:17 [INFO] [stderr] | [INFO] [stderr] 95 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/binary/exponent.rs:100:17 [INFO] [stderr] | [INFO] [stderr] 100 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/binary/exponent.rs:105:17 [INFO] [stderr] | [INFO] [stderr] 105 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/binary/exponent.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/binary/exponent.rs:115:17 [INFO] [stderr] | [INFO] [stderr] 115 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | impl_binary_exponent!((i32, [u8; 4]), (i64, [u8; 8]), (i128, [u8; 16])); [INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_binary_exponent` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: method `trailing_exponent_width_bits` is never used [INFO] [stderr] --> src/binary/buf.rs:177:8 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait BinaryBuf { [INFO] [stderr] | --------- method in this trait [INFO] [stderr] ... [INFO] [stderr] 177 | fn trailing_exponent_width_bits(&self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `decstr` (lib) generated 13 warnings [INFO] [stderr] warning: `decstr` (lib test) generated 13 warnings (13 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/decstr-64c7804311f31c06) [INFO] [stdout] [INFO] [stdout] running 173 tests [INFO] [stdout] test binary::buf::tests::minimum_calculated_storage_from_exponent ... ok [INFO] [stdout] test binary::buf::tests::minimum_storage_128 ... ok [INFO] [stdout] test binary::buf::tests::minimum_calculated_storage_from_precision ... ok [INFO] [stdout] test binary::buf::tests::minimum_storage_64 ... ok [INFO] [stdout] test binary::buf::tests::minimum_storage_32 ... ok [INFO] [stdout] test binary::buf::tests::minimum_storage_96 ... ok [INFO] [stdout] test binary::exponent::tests::bias_32 ... ok [INFO] [stdout] test binary::combination::tests::encode_decode_combination_decimal64_all ... ok [INFO] [stdout] test binary::combination::tests::encode_decode_combination_decimal96_all ... ok [INFO] [stdout] test binary::combination::tests::encode_decode_combination_decimal128_all ... ok [INFO] [stdout] test binary::combination::tests::encode_decode_combination_decimal160_all ... ok [INFO] [stdout] test binary::buf::tests::minimum_storage_160 ... ok [INFO] [stdout] test binary::combination::tests::encode_decode_combination_decimal32_all ... ok [INFO] [stdout] test binary::exponent::tests::bias_128 ... ok [INFO] [stdout] test binary::exponent::tests::bias_160 ... ok [INFO] [stdout] test binary::exponent::tests::bias_256 ... ok [INFO] [stdout] test binary::exponent::tests::bias_64 ... ok [INFO] [stdout] test binary::exponent::tests::bias_96 ... ok [INFO] [stdout] test binary::exponent::tests::emax_128 ... ok [INFO] [stdout] test binary::exponent::tests::emax_160 ... ok [INFO] [stdout] test binary::exponent::tests::emax_256 ... ok [INFO] [stdout] test binary::exponent::tests::emax_64 ... ok [INFO] [stdout] test binary::exponent::tests::emax_96 ... ok [INFO] [stdout] test binary::exponent::tests::emax_32 ... ok [INFO] [stdout] test binary::significand::tests::encode_decode_dpd_declet_all ... ok [INFO] [stdout] test binary::significand::tests::encode_decode_dpd_declets_across_bytes ... ok [INFO] [stdout] test binary::significand::tests::encode_decode_significand_trailing_digits ... ok [INFO] [stdout] test binary::significand::tests::precision_128 ... ok [INFO] [stdout] test binary::significand::tests::precision_160 ... ok [INFO] [stdout] test binary::significand::tests::encode_decode_significand_trailing_digits_repeat ... ok [INFO] [stdout] test binary::significand::tests::precision_32 ... ok [INFO] [stdout] test binary::significand::tests::precision_96 ... ok [INFO] [stdout] test binary::tests::encode_byte_order ... ok [INFO] [stdout] test binary::tests::encode_min_max_128 ... ok [INFO] [stdout] test binary::tests::decode ... ok [INFO] [stdout] test binary::significand::tests::precision_256 ... ok [INFO] [stdout] test bitstring::dynamic::from_f64 ... ok [INFO] [stdout] test bitstring::dynamic::from_f32 ... ok [INFO] [stdout] test binary::tests::encode_min_max_32 ... ok [INFO] [stdout] test binary::significand::tests::precision_64 ... ok [INFO] [stdout] test binary::tests::encode_min_max_64 ... ok [INFO] [stdout] test binary::tests::encode_min_max_dynamic ... ok [INFO] [stdout] test bitstring::dynamic::from_i128 ... ok [INFO] [stdout] test bitstring::dynamic::from_i16 ... ok [INFO] [stdout] test bitstring::dynamic::from_i32 ... ok [INFO] [stdout] test bitstring::dynamic::from_i8 ... ok [INFO] [stdout] test bitstring::dynamic::from_i64 ... ok [INFO] [stdout] test bitstring::dynamic::from_u128 ... ok [INFO] [stdout] test bitstring::dynamic::from_u16 ... ok [INFO] [stdout] test bitstring::dynamic::from_u32 ... ok [INFO] [stdout] test bitstring::dynamic::from_u8 ... ok [INFO] [stdout] test bitstring::dynamic::to_f32 ... ok [INFO] [stdout] test bitstring::dynamic::from_u64 ... ok [INFO] [stdout] test bitstring::dynamic::to_i128 ... ok [INFO] [stdout] test bitstring::dynamic::to_i16 ... ok [INFO] [stdout] test bitstring::dynamic::to_i32 ... ok [INFO] [stdout] test bitstring::dynamic::to_f64 ... ok [INFO] [stdout] test bitstring::dynamic::to_i64 ... ok [INFO] [stdout] test bitstring::dynamic::to_u128 ... ok [INFO] [stdout] test bitstring::dynamic::to_u16 ... ok [INFO] [stdout] test bitstring::dynamic::to_u32 ... ok [INFO] [stdout] test bitstring::dynamic::to_u64 ... ok [INFO] [stdout] test bitstring::dynamic::to_u8 ... ok [INFO] [stdout] test bitstring::dynamic::to_i8 ... ok [INFO] [stdout] test bitstring::fixed128::from_f32 ... ok [INFO] [stdout] test bitstring::fixed128::from_f64 ... ok [INFO] [stdout] test bitstring::fixed128::from_i64 ... ok [INFO] [stdout] test bitstring::fixed128::from_i128 ... ok [INFO] [stdout] test bitstring::fixed128::from_u128 ... ok [INFO] [stdout] test bitstring::fixed128::from_i16 ... ok [INFO] [stdout] test bitstring::fixed128::from_i32 ... ok [INFO] [stdout] test bitstring::fixed128::from_i8 ... ok [INFO] [stdout] test bitstring::fixed128::from_u32 ... ok [INFO] [stdout] test bitstring::fixed128::from_u16 ... ok [INFO] [stdout] test bitstring::fixed128::from_u8 ... ok [INFO] [stdout] test bitstring::fixed128::to_i16 ... ok [INFO] [stdout] test bitstring::fixed128::to_i64 ... ok [INFO] [stdout] test bitstring::fixed128::to_u16 ... ok [INFO] [stdout] test bitstring::fixed128::to_u8 ... ok [INFO] [stdout] test bitstring::fixed32::from_f64 ... ok [INFO] [stdout] test bitstring::fixed32::from_i128 ... ok [INFO] [stdout] test bitstring::fixed128::from_u64 ... ok [INFO] [stdout] test bitstring::fixed128::to_i8 ... ok [INFO] [stdout] test bitstring::fixed128::to_f32 ... ok [INFO] [stdout] test bitstring::fixed128::to_u32 ... ok [INFO] [stdout] test bitstring::fixed32::from_i32 ... ok [INFO] [stdout] test bitstring::fixed32::from_f32 ... ok [INFO] [stdout] test bitstring::fixed128::to_f64 ... ok [INFO] [stdout] test bitstring::fixed128::to_i32 ... ok [INFO] [stdout] test bitstring::fixed128::to_u64 ... ok [INFO] [stdout] test bitstring::fixed32::from_i16 ... ok [INFO] [stdout] test bitstring::fixed128::to_i128 ... ok [INFO] [stdout] test bitstring::fixed128::tests::consts_128 ... ok [INFO] [stdout] test bitstring::fixed32::from_i64 ... ok [INFO] [stdout] test bitstring::fixed128::to_u128 ... ok [INFO] [stdout] test bitstring::fixed32::from_u128 ... ok [INFO] [stdout] test bitstring::fixed32::from_u32 ... ok [INFO] [stdout] test bitstring::fixed32::to_f32 ... ok [INFO] [stdout] test bitstring::fixed32::from_i8 ... ok [INFO] [stdout] test bitstring::fixed32::from_u16 ... ok [INFO] [stdout] test bitstring::fixed32::from_u64 ... ok [INFO] [stdout] test bitstring::fixed32::from_u8 ... ok [INFO] [stdout] test bitstring::fixed32::to_i32 ... ok [INFO] [stdout] test bitstring::fixed32::to_i8 ... ok [INFO] [stdout] test bitstring::fixed32::to_u16 ... ok [INFO] [stdout] test bitstring::fixed32::to_u64 ... ok [INFO] [stdout] test bitstring::fixed64::from_f32 ... ok [INFO] [stdout] test bitstring::fixed32::to_i16 ... ok [INFO] [stdout] test bitstring::fixed32::tests::consts_32 ... ok [INFO] [stdout] test bitstring::fixed32::to_f64 ... ok [INFO] [stdout] test bitstring::fixed32::to_u128 ... ok [INFO] [stdout] test bitstring::fixed32::to_u8 ... ok [INFO] [stdout] test bitstring::fixed32::to_i64 ... ok [INFO] [stdout] test bitstring::fixed32::to_i128 ... ok [INFO] [stdout] test bitstring::fixed32::to_u32 ... ok [INFO] [stdout] test bitstring::fixed64::from_f64 ... ok [INFO] [stdout] test bitstring::fixed64::from_i128 ... ok [INFO] [stdout] test bitstring::fixed64::from_i16 ... ok [INFO] [stdout] test bitstring::fixed64::from_i32 ... ok [INFO] [stdout] test bitstring::fixed64::from_i64 ... ok [INFO] [stdout] test bitstring::fixed64::from_i8 ... ok [INFO] [stdout] test bitstring::fixed64::from_u128 ... ok [INFO] [stdout] test bitstring::fixed64::from_u16 ... ok [INFO] [stdout] test bitstring::fixed64::from_u32 ... ok [INFO] [stdout] test bitstring::fixed64::from_u64 ... ok [INFO] [stdout] test bitstring::fixed64::tests::consts_64 ... ok [INFO] [stdout] test bitstring::fixed64::to_f32 ... ok [INFO] [stdout] test bitstring::fixed64::to_i128 ... ok [INFO] [stdout] test bitstring::fixed64::to_i32 ... ok [INFO] [stdout] test bitstring::fixed64::to_i64 ... ok [INFO] [stdout] test bitstring::fixed64::to_i8 ... ok [INFO] [stdout] test bitstring::fixed64::to_u32 ... ok [INFO] [stdout] test bitstring::fixed64::from_u8 ... ok [INFO] [stdout] test bitstring::fixed64::to_u64 ... ok [INFO] [stdout] test bitstring::fixed64::to_i16 ... ok [INFO] [stdout] test bitstring::fixed64::to_u16 ... ok [INFO] [stdout] test bitstring::fixed64::to_f64 ... ok [INFO] [stdout] test bitstring::fixed64::to_u128 ... ok [INFO] [stdout] test bitstring::fixed64::to_u8 ... ok [INFO] [stdout] test tests::decimal_f32_nan_ignores_payload ... ok [INFO] [stdout] test tests::decimal_f64_nan_ignores_payload ... ok [INFO] [stdout] test tests::decimal_roundtrip_f32_nan ... ok [INFO] [stdout] test tests::decimal_roundtrip_f32 ... ok [INFO] [stdout] test tests::decimal_roundtrip_f64_nan ... ok [INFO] [stdout] test tests::decimal_roundtrip_i128 ... ok [INFO] [stdout] test tests::decimal_roundtrip_str ... ok [INFO] [stdout] test tests::decimal_roundtrip_f64 ... ok [INFO] [stdout] test tests::decimal_size_small_significand ... ok [INFO] [stdout] test tests::decimal_roundtrip_u128 ... ok [INFO] [stdout] test tests::decimal_size_small_significand_large_exponent ... ok [INFO] [stdout] test tests::decimal_to_int_with_exponent ... ok [INFO] [stdout] test tests::decimal_zero ... ok [INFO] [stdout] test tests::err_decimal_from_invalid_byte_count ... ok [INFO] [stdout] test tests::err_decimal_overflow_digits ... ok [INFO] [stdout] test tests::err_decimal_to_int_exponent_overflow ... ok [INFO] [stdout] test tests::is_finite ... ok [INFO] [stdout] test tests::is_infinite ... ok [INFO] [stdout] test tests::is_quiet_nan ... ok [INFO] [stdout] test tests::is_nan ... ok [INFO] [stdout] test tests::is_sign_negative ... ok [INFO] [stdout] test tests::err_decimal_overflow_exponent ... ok [INFO] [stdout] test tests::err_decimal_to_f32_overflow ... ok [INFO] [stdout] test tests::err_decimal_to_f64_overflow ... ok [INFO] [stdout] test text::tests::parse_decimal_propagates_input_to_sub_parsers ... ok [INFO] [stdout] test tests::is_signaling_nan ... ok [INFO] [stdout] test text::tests::parse_finite_invalid ... ok [INFO] [stdout] test text::tests::parse_fmt_failing ... ok [INFO] [stdout] test text::tests::parse_fmt_no_content ... ok [INFO] [stdout] test text::tests::parse_inf_valid ... ok [INFO] [stdout] test text::tests::parse_fails_on_buffer_too_small ... ok [INFO] [stdout] test text::tests::parse_finite_valid ... ok [INFO] [stdout] test text::tests::parse_invalid ... ok [INFO] [stdout] test text::tests::parse_nan_valid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 173 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6e87c98b5252b105e26f743bc6aa6eae9071887926167f4b92310c8dc205aad0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e87c98b5252b105e26f743bc6aa6eae9071887926167f4b92310c8dc205aad0", kill_on_drop: false }` [INFO] [stdout] 6e87c98b5252b105e26f743bc6aa6eae9071887926167f4b92310c8dc205aad0