[INFO] fetching crate unums 0.0.1... [INFO] testing unums-0.0.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate unums 0.0.1 into /workspace/builds/worker-24/source [INFO] validating manifest of crates.io crate unums 0.0.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate unums 0.0.1 [INFO] finished tweaking crates.io crate unums 0.0.1 [INFO] tweaked toml for crates.io crate unums 0.0.1 written to /workspace/builds/worker-24/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8297b900a8dda58e15955a6f804ff4e4bb04d355668bc40bcfe02f99e1975eb0 [INFO] running `Command { std: "docker" "start" "-a" "8297b900a8dda58e15955a6f804ff4e4bb04d355668bc40bcfe02f99e1975eb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8297b900a8dda58e15955a6f804ff4e4bb04d355668bc40bcfe02f99e1975eb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8297b900a8dda58e15955a6f804ff4e4bb04d355668bc40bcfe02f99e1975eb0", kill_on_drop: false }` [INFO] [stdout] 8297b900a8dda58e15955a6f804ff4e4bb04d355668bc40bcfe02f99e1975eb0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5eecdcc7bc23113ea1f34aa2c9590d7e8bfec0beed865296043c5dd7caddaa63 [INFO] running `Command { std: "docker" "start" "-a" "5eecdcc7bc23113ea1f34aa2c9590d7e8bfec0beed865296043c5dd7caddaa63", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] Compiling unums v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition: `ImplFloatToUnumHelpers` [INFO] [stdout] --> src/type1/utils.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | macro_rules! ImplFloatToUnumHelpers { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sign` [INFO] [stdout] --> src/type1/unum.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | sign: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/type1/unum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `exp_bits` [INFO] [stdout] --> src/type1/unum.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | exp_bits: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/type1/unum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `frac_bits` [INFO] [stdout] --> src/type1/unum.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | frac_bits: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/type1/unum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ubit` [INFO] [stdout] --> src/type1/unum.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | ubit: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/type1/unum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `exp_size` [INFO] [stdout] --> src/type1/unum.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | exp_size: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/type1/unum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `frac_size` [INFO] [stdout] --> src/type1/unum.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | frac_size: u8, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/type1/unum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_i32_old` [INFO] [stdout] --> src/type1/unum.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | fn from_i32_old(n: i32) -> Unum { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `Command { std: "docker" "inspect" "5eecdcc7bc23113ea1f34aa2c9590d7e8bfec0beed865296043c5dd7caddaa63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5eecdcc7bc23113ea1f34aa2c9590d7e8bfec0beed865296043c5dd7caddaa63", kill_on_drop: false }` [INFO] [stdout] 5eecdcc7bc23113ea1f34aa2c9590d7e8bfec0beed865296043c5dd7caddaa63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84c8368fac53908ef4416b623d7cbdd6247ccce8a764a14b1ecfa7e106eac2b3 [INFO] running `Command { std: "docker" "start" "-a" "84c8368fac53908ef4416b623d7cbdd6247ccce8a764a14b1ecfa7e106eac2b3", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: unused macro definition: `ImplFloatToUnumHelpers` [INFO] [stdout] --> src/type1/utils.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | macro_rules! ImplFloatToUnumHelpers { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sign` [INFO] [stdout] --> src/type1/unum.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | sign: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/type1/unum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `exp_bits` [INFO] [stdout] --> src/type1/unum.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | exp_bits: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/type1/unum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `frac_bits` [INFO] [stdout] --> src/type1/unum.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | frac_bits: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/type1/unum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ubit` [INFO] [stdout] --> src/type1/unum.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | ubit: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/type1/unum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `exp_size` [INFO] [stdout] --> src/type1/unum.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | exp_size: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/type1/unum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `frac_size` [INFO] [stdout] --> src/type1/unum.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | frac_size: u8, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/type1/unum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling unums v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `from_i32_old` [INFO] [stdout] --> src/type1/unum.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | fn from_i32_old(n: i32) -> Unum { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `ImplFloatToUnumHelpers` [INFO] [stdout] --> src/type1/utils.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | macro_rules! ImplFloatToUnumHelpers { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `Command { std: "docker" "inspect" "84c8368fac53908ef4416b623d7cbdd6247ccce8a764a14b1ecfa7e106eac2b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84c8368fac53908ef4416b623d7cbdd6247ccce8a764a14b1ecfa7e106eac2b3", kill_on_drop: false }` [INFO] [stdout] 84c8368fac53908ef4416b623d7cbdd6247ccce8a764a14b1ecfa7e106eac2b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] af5056fcb67d6e401785832c73610bc6f9a0f9c69606258fa1219d17ed504ce1 [INFO] running `Command { std: "docker" "start" "-a" "af5056fcb67d6e401785832c73610bc6f9a0f9c69606258fa1219d17ed504ce1", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] warning: unused macro definition: `ImplFloatToUnumHelpers` [INFO] [stderr] --> src/type1/utils.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | macro_rules! ImplFloatToUnumHelpers { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `sign` [INFO] [stderr] --> src/type1/unum.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | sign: bool, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/type1/unum.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `exp_bits` [INFO] [stderr] --> src/type1/unum.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | exp_bits: u32, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/type1/unum.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `frac_bits` [INFO] [stderr] --> src/type1/unum.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | frac_bits: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/type1/unum.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ubit` [INFO] [stderr] --> src/type1/unum.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | ubit: bool, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/type1/unum.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `exp_size` [INFO] [stderr] --> src/type1/unum.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | exp_size: u8, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/type1/unum.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `frac_size` [INFO] [stderr] --> src/type1/unum.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | frac_size: u8, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Unum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/type1/unum.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `from_i32_old` [INFO] [stderr] --> src/type1/unum.rs:36:8 [INFO] [stderr] | [INFO] [stderr] 36 | fn from_i32_old(n: i32) -> Unum { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `unums` (lib) generated 8 warnings [INFO] [stderr] warning: `unums` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/unums-7e0ef9fdda7bdec2) [INFO] [stdout] [INFO] [stdout] running 143 tests [INFO] [stdout] test type1::unum::tests::create_unum_from_i32 ... ok [INFO] [stdout] test type1::unum::tests::create_unum_from_i32_0 ... ok [INFO] [stdout] test type1::unum::tests::create_unum_from_i32_1 ... ok [INFO] [stdout] test type1::unum::tests::create_unum_from_i32_509 ... ok [INFO] [stdout] test type1::unum::tests::create_unum_from_i32_neg_1 ... ok [INFO] [stdout] test type1::unum::tests::create_unum_from_i32_67_867_967 ... ok [INFO] [stdout] test type1::unum::tests::create_unum_from_i32_neg_509 ... ok [INFO] [stdout] test type1::unum::tests::create_unum_from_i32_neg_67_867_967 ... ok [INFO] [stdout] test type1::utils::test_i16::ceil_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_i16::ceil_log_2_abs::neg_1 ... ok [INFO] [stdout] test type1::utils::test_i16::ceil_log_2_abs::neg_2 ... ok [INFO] [stdout] test type1::utils::test_i16::ceil_log_2_abs::neg_3 ... ok [INFO] [stdout] test type1::utils::test_i16::ceil_log_2_abs::neg_4101 ... ok [INFO] [stdout] test type1::utils::test_i16::ceil_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_i16::ceil_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_i16::ceil_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_i16::ceil_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_i16::floor_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_i16::floor_log_2_abs::neg_1 ... ok [INFO] [stdout] test type1::utils::test_i16::floor_log_2_abs::neg_3 ... ok [INFO] [stdout] test type1::utils::test_i16::floor_log_2_abs::neg_2 ... ok [INFO] [stdout] test type1::utils::test_i16::floor_log_2_abs::neg_4101 ... ok [INFO] [stdout] test type1::utils::test_i16::floor_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_i16::floor_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_i16::floor_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_i16::floor_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_i32::ceil_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_i32::ceil_log_2_abs::neg_1 ... ok [INFO] [stdout] test type1::utils::test_i32::ceil_log_2_abs::neg_2 ... ok [INFO] [stdout] test type1::utils::test_i32::ceil_log_2_abs::neg_3 ... ok [INFO] [stdout] test type1::utils::test_i32::ceil_log_2_abs::neg_4101 ... ok [INFO] [stdout] test type1::utils::test_i32::ceil_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_i32::ceil_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_i32::ceil_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_i32::floor_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_i32::floor_log_2_abs::neg_1 ... ok [INFO] [stdout] test type1::utils::test_i32::floor_log_2_abs::neg_2 ... ok [INFO] [stdout] test type1::utils::test_i32::ceil_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_i32::floor_log_2_abs::neg_3 ... ok [INFO] [stdout] test type1::utils::test_i32::floor_log_2_abs::neg_4101 ... ok [INFO] [stdout] test type1::utils::test_i32::floor_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_i32::floor_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_i32::floor_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_i32::floor_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_i64::ceil_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_i64::ceil_log_2_abs::neg_1 ... ok [INFO] [stdout] test type1::utils::test_i64::ceil_log_2_abs::neg_2 ... ok [INFO] [stdout] test type1::utils::test_i64::ceil_log_2_abs::neg_3 ... ok [INFO] [stdout] test type1::utils::test_i64::ceil_log_2_abs::neg_4101 ... ok [INFO] [stdout] test type1::utils::test_i64::ceil_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_i64::ceil_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_i64::ceil_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_i64::ceil_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_i64::floor_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_i64::floor_log_2_abs::neg_1 ... ok [INFO] [stdout] test type1::utils::test_i64::floor_log_2_abs::neg_2 ... ok [INFO] [stdout] test type1::utils::test_i64::floor_log_2_abs::neg_3 ... ok [INFO] [stdout] test type1::utils::test_i64::floor_log_2_abs::neg_4101 ... ok [INFO] [stdout] test type1::utils::test_i64::floor_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_i64::floor_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_i64::floor_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_i8::ceil_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_i64::floor_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_i8::ceil_log_2_abs::neg_1 ... ok [INFO] [stdout] test type1::utils::test_i8::ceil_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_i8::ceil_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_i8::ceil_log_2_abs::neg_2 ... ok [INFO] [stdout] test type1::utils::test_i8::ceil_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_i8::floor_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_i8::floor_log_2_abs::neg_3 ... ok [INFO] [stdout] test type1::utils::test_i8::floor_log_2_abs::neg_1 ... ok [INFO] [stdout] test type1::utils::test_i8::ceil_log_2_abs::neg_3 ... ok [INFO] [stdout] test type1::utils::test_i8::floor_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_i8::floor_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_i8::floor_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_i8::floor_log_2_abs::neg_2 ... ok [INFO] [stdout] test type1::utils::test_isize::ceil_log_2_abs::neg_1 ... ok [INFO] [stdout] test type1::utils::test_isize::ceil_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_isize::ceil_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_isize::ceil_log_2_abs::neg_3 ... ok [INFO] [stdout] test type1::utils::test_isize::ceil_log_2_abs::neg_4101 ... ok [INFO] [stdout] test type1::utils::test_isize::ceil_log_2_abs::neg_2 ... ok [INFO] [stdout] test type1::utils::test_isize::ceil_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_isize::floor_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_isize::ceil_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_isize::ceil_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_isize::floor_log_2_abs::neg_1 ... ok [INFO] [stdout] test type1::utils::test_isize::floor_log_2_abs::neg_2 ... ok [INFO] [stdout] test type1::utils::test_isize::floor_log_2_abs::neg_3 ... ok [INFO] [stdout] test type1::utils::test_isize::floor_log_2_abs::neg_4101 ... ok [INFO] [stdout] test type1::utils::test_isize::floor_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_isize::floor_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_isize::floor_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_isize::floor_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_u16::ceil_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_u16::ceil_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_u16::ceil_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_u16::ceil_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_u16::ceil_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_u16::floor_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_u16::floor_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_u16::floor_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_u16::floor_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_u16::floor_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_u32::ceil_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_u32::ceil_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_u32::ceil_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_u32::ceil_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_u32::ceil_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_u32::floor_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_u32::floor_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_u32::floor_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_u32::floor_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_u32::floor_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_u64::ceil_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_u64::ceil_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_u64::ceil_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_u64::ceil_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_u64::ceil_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_u64::floor_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_u64::floor_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_u64::floor_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_u64::floor_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_u64::floor_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_u8::ceil_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_u8::ceil_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_u8::ceil_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_u8::ceil_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_u8::floor_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_u8::floor_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_u8::floor_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_usize::ceil_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_usize::ceil_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_u8::floor_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_usize::ceil_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_usize::ceil_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::utils::test_usize::ceil_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_usize::floor_log_2_abs::_0 ... ok [INFO] [stdout] test type1::utils::test_usize::floor_log_2_abs::pos_2 ... ok [INFO] [stdout] test type1::utils::test_usize::floor_log_2_abs::pos_1 ... ok [INFO] [stdout] test type1::utils::test_usize::floor_log_2_abs::pos_3 ... ok [INFO] [stdout] test type1::utils::test_usize::floor_log_2_abs::pos_4101 ... ok [INFO] [stdout] test type1::unum::tests::create_unum_from_i32_old_67_867_967 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 143 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests unums [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "af5056fcb67d6e401785832c73610bc6f9a0f9c69606258fa1219d17ed504ce1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af5056fcb67d6e401785832c73610bc6f9a0f9c69606258fa1219d17ed504ce1", kill_on_drop: false }` [INFO] [stdout] af5056fcb67d6e401785832c73610bc6f9a0f9c69606258fa1219d17ed504ce1