[INFO] fetching crate binn-ir 0.17.3...
[INFO] checking binn-ir-0.17.3 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate binn-ir 0.17.3 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate binn-ir 0.17.3
[INFO] finished tweaking crates.io crate binn-ir 0.17.3
[INFO] tweaked toml for crates.io crate binn-ir 0.17.3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate binn-ir 0.17.3 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5367250a281a2f6b4d13b799b97452343a7194b97f5e986bea3cb12b45dd17d2
[INFO] running `Command { std: "docker" "start" "-a" "5367250a281a2f6b4d13b799b97452343a7194b97f5e986bea3cb12b45dd17d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5367250a281a2f6b4d13b799b97452343a7194b97f5e986bea3cb12b45dd17d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5367250a281a2f6b4d13b799b97452343a7194b97f5e986bea3cb12b45dd17d2", kill_on_drop: false }`
[INFO] [stdout] 5367250a281a2f6b4d13b799b97452343a7194b97f5e986bea3cb12b45dd17d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e726fea912a047038122858e046ba20d34fc28fc002a650b6242a81ce807fd6
[INFO] running `Command { std: "docker" "start" "-a" "2e726fea912a047038122858e046ba20d34fc28fc002a650b6242a81ce807fd6", kill_on_drop: false }`
[INFO] [stderr]     Checking kib v7.1.1
[INFO] [stderr]     Checking binn-ir v0.17.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::write::Write`
[INFO] [stdout]    --> src/lib.rs:213:17
[INFO] [stdout]     |
[INFO] [stdout] 213 | pub (crate) use crate::write::Write;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::write::Write`
[INFO] [stdout]    --> src/lib.rs:213:17
[INFO] [stdout]     |
[INFO] [stdout] 213 | pub (crate) use crate::write::Write;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Write` is never used
[INFO] [stdout]   --> src/write.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub trait Write {
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i8, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:65:37
[INFO] [stdout]    |
[INFO] [stdout] 65 |                       Value::I8(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i16, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:65:37
[INFO] [stdout]    |
[INFO] [stdout] 65 |                       Value::I8(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i16, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i16, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:67:38
[INFO] [stdout]    |
[INFO] [stdout] 67 |                       Value::I16(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:65:37
[INFO] [stdout]    |
[INFO] [stdout] 65 |                       Value::I8(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:67:38
[INFO] [stdout]    |
[INFO] [stdout] 67 |                       Value::I16(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 68 |                       Value::U16(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:69:38
[INFO] [stdout]    |
[INFO] [stdout] 69 |                       Value::I32(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:65:37
[INFO] [stdout]    |
[INFO] [stdout] 65 |                       Value::I8(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:67:38
[INFO] [stdout]    |
[INFO] [stdout] 67 |                       Value::I16(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 68 |                       Value::U16(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:69:38
[INFO] [stdout]    |
[INFO] [stdout] 69 |                       Value::I32(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:70:38
[INFO] [stdout]    |
[INFO] [stdout] 70 |                       Value::U32(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:71:38
[INFO] [stdout]    |
[INFO] [stdout] 71 |                       Value::I64(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u8, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u16, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u16, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 68 |                       Value::U16(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 68 |                       Value::U16(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:70:38
[INFO] [stdout]    |
[INFO] [stdout] 70 |                       Value::U32(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 68 |                       Value::U16(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:70:38
[INFO] [stdout]    |
[INFO] [stdout] 70 |                       Value::U32(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:72:38
[INFO] [stdout]    |
[INFO] [stdout] 72 |                       Value::U64(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `binn-ir` (lib) due to 26 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: trait `Write` is never used
[INFO] [stdout]   --> src/write.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub trait Write {
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i8, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:65:37
[INFO] [stdout]    |
[INFO] [stdout] 65 |                       Value::I8(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i16, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:65:37
[INFO] [stdout]    |
[INFO] [stdout] 65 |                       Value::I8(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i16, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i16, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:67:38
[INFO] [stdout]    |
[INFO] [stdout] 67 |                       Value::I16(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:65:37
[INFO] [stdout]    |
[INFO] [stdout] 65 |                       Value::I8(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:67:38
[INFO] [stdout]    |
[INFO] [stdout] 67 |                       Value::I16(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 68 |                       Value::U16(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:69:38
[INFO] [stdout]    |
[INFO] [stdout] 69 |                       Value::I32(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:65:37
[INFO] [stdout]    |
[INFO] [stdout] 65 |                       Value::I8(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:67:38
[INFO] [stdout]    |
[INFO] [stdout] 67 |                       Value::I16(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 68 |                       Value::U16(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:69:38
[INFO] [stdout]    |
[INFO] [stdout] 69 |                       Value::I32(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:70:38
[INFO] [stdout]    |
[INFO] [stdout] 70 |                       Value::U32(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<i64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:71:38
[INFO] [stdout]    |
[INFO] [stdout] 71 |                       Value::I64(i) => Self::try_from(*i).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u8, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `binn-ir` (lib test) due to 26 previous errors; 2 warnings emitted
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u16, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u16, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 68 |                       Value::U16(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 68 |                       Value::U16(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u32, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:70:38
[INFO] [stdout]    |
[INFO] [stdout] 70 |                       Value::U32(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       Value::U8(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 68 |                       Value::U16(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:70:38
[INFO] [stdout]    |
[INFO] [stdout] 70 |                       Value::U32(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: core::result::Result<u64, Infallible>
[INFO] [stdout]   --> src/value_enum/impls/numbers.rs:72:38
[INFO] [stdout]    |
[INFO] [stdout] 72 |                       Value::U64(u) => Self::try_from(*u).map_err(|e| err!("{}", e)),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 | / impl_try_from_value_for_integers! {
[INFO] [stdout] 92 | |     i8, i16, i32, i64,
[INFO] [stdout] 93 | |     u8, u16, u32, u64,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_try_from_value_for_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2e726fea912a047038122858e046ba20d34fc28fc002a650b6242a81ce807fd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e726fea912a047038122858e046ba20d34fc28fc002a650b6242a81ce807fd6", kill_on_drop: false }`
[INFO] [stdout] 2e726fea912a047038122858e046ba20d34fc28fc002a650b6242a81ce807fd6
