[INFO] fetching crate tic80 0.1.0...
[INFO] checking tic80-0.1.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate tic80 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate tic80 0.1.0
[INFO] finished tweaking crates.io crate tic80 0.1.0
[INFO] tweaked toml for crates.io crate tic80 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tic80 0.1.0 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]      Locking 52 packages to latest compatible versions
[INFO] [stderr]       Adding bilge v0.2.0 (available: v0.3.0)
[INFO] [stderr]       Adding buddy-alloc v0.4.2 (available: v0.6.0)
[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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 018ad3ba6ac4b3d4cd741556a6ad39e324054dd58041c0b2eadfc9e3db9755ff
[INFO] running `Command { std: "docker" "start" "-a" "018ad3ba6ac4b3d4cd741556a6ad39e324054dd58041c0b2eadfc9e3db9755ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "018ad3ba6ac4b3d4cd741556a6ad39e324054dd58041c0b2eadfc9e3db9755ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "018ad3ba6ac4b3d4cd741556a6ad39e324054dd58041c0b2eadfc9e3db9755ff", kill_on_drop: false }`
[INFO] [stdout] 018ad3ba6ac4b3d4cd741556a6ad39e324054dd58041c0b2eadfc9e3db9755ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 3f288ee314f38a7305c8a4b4314e9ccbddba7ba804e0bbcc1e99fc06e341e9bb
[INFO] running `Command { std: "docker" "start" "-a" "3f288ee314f38a7305c8a4b4314e9ccbddba7ba804e0bbcc1e99fc06e341e9bb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking tic80-sys v0.1.0
[INFO] [stderr]    Compiling cstr v0.2.12
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling bilge-impl v0.2.0
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking bilge v0.2.0
[INFO] [stderr]     Checking tic80 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:668:18
[INFO] [stdout]     |
[INFO] [stdout] 668 | pub struct Block([PixelPair; 8 * 8 / 2]);
[INFO] [stdout]     |            ----- ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:960:25
[INFO] [stdout]     |
[INFO] [stdout] 960 | pub struct MusicPattern([PatternRow; 64]);
[INFO] [stdout]     |            ------------ ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Circle` is never constructed
[INFO] [stdout]     --> src/lib.rs:1284:8
[INFO] [stdout]      |
[INFO] [stdout] 1284 | struct Circle {
[INFO] [stdout]      |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Ellipse` is never constructed
[INFO] [stdout]     --> src/lib.rs:1309:8
[INFO] [stdout]      |
[INFO] [stdout] 1309 | struct Ellipse {
[INFO] [stdout]      |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ColorPixel` is never constructed
[INFO] [stdout]     --> src/lib.rs:1394:8
[INFO] [stdout]      |
[INFO] [stdout] 1394 | struct ColorPixel {
[INFO] [stdout]      |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]    --> src/lib.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 3>, Infallible>
[INFO] [stdout]    --> src/lib.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]    --> src/lib.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 2>, Infallible>
[INFO] [stdout]    --> src/lib.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 2>, Infallible>
[INFO] [stdout]    --> src/lib.rs:124:1
[INFO] [stdout]     |
[INFO] [stdout] 124 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]    --> src/lib.rs:124:1
[INFO] [stdout]     |
[INFO] [stdout] 124 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<u16, Infallible>
[INFO] [stdout]    --> src/lib.rs:237:9
[INFO] [stdout]     |
[INFO] [stdout] 237 |         u16::try_from(self.idx.value()).unwrap()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:304:1
[INFO] [stdout]     |
[INFO] [stdout] 304 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<PaletteIdx, Infallible>
[INFO] [stdout]    --> src/lib.rs:308:1
[INFO] [stdout]     |
[INFO] [stdout] 308 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 5>, Infallible>
[INFO] [stdout]    --> src/lib.rs:316:1
[INFO] [stdout]     |
[INFO] [stdout] 316 | #[bitsize(5)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:422:1
[INFO] [stdout]     |
[INFO] [stdout] 422 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<bool, Infallible>
[INFO] [stdout]    --> src/lib.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:567:1
[INFO] [stdout]     |
[INFO] [stdout] 567 | #[bitsize(128)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u16, 12>, Infallible>
[INFO] [stdout]    --> src/lib.rs:571:1
[INFO] [stdout]     |
[INFO] [stdout] 571 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:571:1
[INFO] [stdout]     |
[INFO] [stdout] 571 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<bool, Infallible>
[INFO] [stdout]    --> src/lib.rs:585:1
[INFO] [stdout]     |
[INFO] [stdout] 585 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 6>, Infallible>
[INFO] [stdout]    --> src/lib.rs:585:1
[INFO] [stdout]     |
[INFO] [stdout] 585 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]    --> src/lib.rs:585:1
[INFO] [stdout]     |
[INFO] [stdout] 585 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:877:1
[INFO] [stdout]     |
[INFO] [stdout] 877 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 3>, Infallible>
[INFO] [stdout]    --> src/lib.rs:885:1
[INFO] [stdout]     |
[INFO] [stdout] 885 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]    --> src/lib.rs:885:1
[INFO] [stdout]     |
[INFO] [stdout] 885 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:885:1
[INFO] [stdout]     |
[INFO] [stdout] 885 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 2>, Infallible>
[INFO] [stdout]    --> src/lib.rs:885:1
[INFO] [stdout]     |
[INFO] [stdout] 885 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:897:1
[INFO] [stdout]     |
[INFO] [stdout] 897 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<MusicNote, Infallible>
[INFO] [stdout]    --> src/lib.rs:949:1
[INFO] [stdout]     |
[INFO] [stdout] 949 | #[bitsize(24)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:949:1
[INFO] [stdout]     |
[INFO] [stdout] 949 | #[bitsize(24)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<MusicCommand, Infallible>
[INFO] [stdout]    --> src/lib.rs:949:1
[INFO] [stdout]     |
[INFO] [stdout] 949 | #[bitsize(24)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 6>, Infallible>
[INFO] [stdout]    --> src/lib.rs:949:1
[INFO] [stdout]     |
[INFO] [stdout] 949 | #[bitsize(24)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 3>, Infallible>
[INFO] [stdout]    --> src/lib.rs:949:1
[INFO] [stdout]     |
[INFO] [stdout] 949 | #[bitsize(24)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<u8, Infallible>
[INFO] [stdout]    --> src/lib.rs:962:1
[INFO] [stdout]     |
[INFO] [stdout] 962 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<bool, Infallible>
[INFO] [stdout]     --> src/lib.rs:1049:1
[INFO] [stdout]      |
[INFO] [stdout] 1049 | #[bitsize(8)]
[INFO] [stdout]      | ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<u8, Infallible>
[INFO] [stdout]     --> src/lib.rs:1265:1
[INFO] [stdout]      |
[INFO] [stdout] 1265 | #[bitsize(8)]
[INFO] [stdout]      | ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1849:21
[INFO] [stdout]      |
[INFO] [stdout] 1849 |     pub fn palettes(&self) -> PaletteIter<B, std::iter::Copied<std::slice::Iter<'_, u8>>> {
[INFO] [stdout]      |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |         |                                                 |
[INFO] [stdout]      |                     |         |                                                 the same lifetime is elided here
[INFO] [stdout]      |                     |         the same lifetime is hidden here
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1849 |     pub fn palettes(&self) -> PaletteIter<'_, B, std::iter::Copied<std::slice::Iter<'_, u8>>> {
[INFO] [stdout]      |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1912:18
[INFO] [stdout]      |
[INFO] [stdout] 1912 |     pub fn tiles(&self) -> TileSection {
[INFO] [stdout]      |                  ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1912 |     pub fn tiles(&self) -> TileSection<'_> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1916:20
[INFO] [stdout]      |
[INFO] [stdout] 1916 |     pub fn sprites(&self) -> TileSection {
[INFO] [stdout]      |                    ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1916 |     pub fn sprites(&self) -> TileSection<'_> {
[INFO] [stdout]      |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]     --> src/lib.rs:1931:26
[INFO] [stdout]      |
[INFO] [stdout] 1931 |                           [usize::try_from(index.idx.value() ).unwrap()]
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1990 | / bpp! {
[INFO] [stdout] 1991 | |     (SpriteIdxBpp1, TileBpp1, bpp1),
[INFO] [stdout] 1992 | |     (SpriteIdxBpp2, TileBpp2, bpp2),
[INFO] [stdout] 1993 | |     (SpriteIdxBpp4, TileBpp4, bpp4)
[INFO] [stdout] 1994 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `bpp` (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: Result<usize, Infallible>
[INFO] [stdout]     --> src/lib.rs:1938:26
[INFO] [stdout]      |
[INFO] [stdout] 1938 |                           [usize::try_from(index.idx.value() ).unwrap()]
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1990 | / bpp! {
[INFO] [stdout] 1991 | |     (SpriteIdxBpp1, TileBpp1, bpp1),
[INFO] [stdout] 1992 | |     (SpriteIdxBpp2, TileBpp2, bpp2),
[INFO] [stdout] 1993 | |     (SpriteIdxBpp4, TileBpp4, bpp4)
[INFO] [stdout] 1994 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `bpp` (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: Result<UInt<u8, 2>, Infallible>
[INFO] [stdout]     --> src/lib.rs:1996:1
[INFO] [stdout]      |
[INFO] [stdout] 1996 | #[bitsize(8)]
[INFO] [stdout]      | ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]     --> src/lib.rs:2005:1
[INFO] [stdout]      |
[INFO] [stdout] 2005 | #[bitsize(8)]
[INFO] [stdout]      | ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<PaletteIdx, Infallible>
[INFO] [stdout]     --> src/lib.rs:2018:1
[INFO] [stdout]      |
[INFO] [stdout] 2018 | #[bitsize(8)]
[INFO] [stdout]      | ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2028:16
[INFO] [stdout]      |
[INFO] [stdout] 2028 |     fn from(p: &mut PixelPair) -> VolatilePixelPairMut {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2028 |     fn from(p: &mut PixelPair) -> VolatilePixelPairMut<'_> {
[INFO] [stdout]      |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2037:16
[INFO] [stdout]      |
[INFO] [stdout] 2037 |     fn from(p: &PixelPair) -> VolatilePixelPair {
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2037 |     fn from(p: &PixelPair) -> VolatilePixelPair<'_> {
[INFO] [stdout]      |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2129:21
[INFO] [stdout]      |
[INFO] [stdout] 2129 |     pub fn as_bytes(&self) -> (VolatilePixelPair, &[u8; 16319]) {
[INFO] [stdout]      |                     ^^^^^      ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                     |          |
[INFO] [stdout]      |                     |          the same lifetime is hidden here
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2129 |     pub fn as_bytes(&self) -> (VolatilePixelPair<'_>, &[u8; 16319]) {
[INFO] [stdout]      |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2142:25
[INFO] [stdout]      |
[INFO] [stdout] 2142 |     pub fn pixels_slice(&self) -> (VolatilePixelPair, &[PixelPair; 16319]) {
[INFO] [stdout]      |                         ^^^^^      ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                         |          |
[INFO] [stdout]      |                         |          the same lifetime is hidden here
[INFO] [stdout]      |                         the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2142 |     pub fn pixels_slice(&self) -> (VolatilePixelPair<'_>, &[PixelPair; 16319]) {
[INFO] [stdout]      |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2147:29
[INFO] [stdout]      |
[INFO] [stdout] 2147 |     pub fn pixels_slice_mut(&mut self) -> (VolatilePixelPairMut, &mut [PixelPair; 16319]) {
[INFO] [stdout]      |                             ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                             |              |
[INFO] [stdout]      |                             |              the same lifetime is hidden here
[INFO] [stdout]      |                             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2147 |     pub fn pixels_slice_mut(&mut self) -> (VolatilePixelPairMut<'_>, &mut [PixelPair; 16319]) {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tic80` (lib) due to 37 previous errors; 13 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:668:18
[INFO] [stdout]     |
[INFO] [stdout] 668 | pub struct Block([PixelPair; 8 * 8 / 2]);
[INFO] [stdout]     |            ----- ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:960:25
[INFO] [stdout]     |
[INFO] [stdout] 960 | pub struct MusicPattern([PatternRow; 64]);
[INFO] [stdout]     |            ------------ ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Circle` is never constructed
[INFO] [stdout]     --> src/lib.rs:1284:8
[INFO] [stdout]      |
[INFO] [stdout] 1284 | struct Circle {
[INFO] [stdout]      |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Ellipse` is never constructed
[INFO] [stdout]     --> src/lib.rs:1309:8
[INFO] [stdout]      |
[INFO] [stdout] 1309 | struct Ellipse {
[INFO] [stdout]      |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ColorPixel` is never constructed
[INFO] [stdout]     --> src/lib.rs:1394:8
[INFO] [stdout]      |
[INFO] [stdout] 1394 | struct ColorPixel {
[INFO] [stdout]      |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]    --> src/lib.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 3>, Infallible>
[INFO] [stdout]    --> src/lib.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]    --> src/lib.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 2>, Infallible>
[INFO] [stdout]    --> src/lib.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 2>, Infallible>
[INFO] [stdout]    --> src/lib.rs:124:1
[INFO] [stdout]     |
[INFO] [stdout] 124 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]    --> src/lib.rs:124:1
[INFO] [stdout]     |
[INFO] [stdout] 124 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<u16, Infallible>
[INFO] [stdout]    --> src/lib.rs:237:9
[INFO] [stdout]     |
[INFO] [stdout] 237 |         u16::try_from(self.idx.value()).unwrap()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:304:1
[INFO] [stdout]     |
[INFO] [stdout] 304 | #[bitsize(4)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<PaletteIdx, Infallible>
[INFO] [stdout]    --> src/lib.rs:308:1
[INFO] [stdout]     |
[INFO] [stdout] 308 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 5>, Infallible>
[INFO] [stdout]    --> src/lib.rs:316:1
[INFO] [stdout]     |
[INFO] [stdout] 316 | #[bitsize(5)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:422:1
[INFO] [stdout]     |
[INFO] [stdout] 422 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<bool, Infallible>
[INFO] [stdout]    --> src/lib.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout] 429 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:567:1
[INFO] [stdout]     |
[INFO] [stdout] 567 | #[bitsize(128)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u16, 12>, Infallible>
[INFO] [stdout]    --> src/lib.rs:571:1
[INFO] [stdout]     |
[INFO] [stdout] 571 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:571:1
[INFO] [stdout]     |
[INFO] [stdout] 571 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<bool, Infallible>
[INFO] [stdout]    --> src/lib.rs:585:1
[INFO] [stdout]     |
[INFO] [stdout] 585 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 6>, Infallible>
[INFO] [stdout]    --> src/lib.rs:585:1
[INFO] [stdout]     |
[INFO] [stdout] 585 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]    --> src/lib.rs:585:1
[INFO] [stdout]     |
[INFO] [stdout] 585 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:877:1
[INFO] [stdout]     |
[INFO] [stdout] 877 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 3>, Infallible>
[INFO] [stdout]    --> src/lib.rs:885:1
[INFO] [stdout]     |
[INFO] [stdout] 885 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]    --> src/lib.rs:885:1
[INFO] [stdout]     |
[INFO] [stdout] 885 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:885:1
[INFO] [stdout]     |
[INFO] [stdout] 885 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 2>, Infallible>
[INFO] [stdout]    --> src/lib.rs:885:1
[INFO] [stdout]     |
[INFO] [stdout] 885 | #[bitsize(16)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:897:1
[INFO] [stdout]     |
[INFO] [stdout] 897 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<MusicNote, Infallible>
[INFO] [stdout]    --> src/lib.rs:949:1
[INFO] [stdout]     |
[INFO] [stdout] 949 | #[bitsize(24)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 4>, Infallible>
[INFO] [stdout]    --> src/lib.rs:949:1
[INFO] [stdout]     |
[INFO] [stdout] 949 | #[bitsize(24)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<MusicCommand, Infallible>
[INFO] [stdout]    --> src/lib.rs:949:1
[INFO] [stdout]     |
[INFO] [stdout] 949 | #[bitsize(24)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 6>, Infallible>
[INFO] [stdout]    --> src/lib.rs:949:1
[INFO] [stdout]     |
[INFO] [stdout] 949 | #[bitsize(24)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 3>, Infallible>
[INFO] [stdout]    --> src/lib.rs:949:1
[INFO] [stdout]     |
[INFO] [stdout] 949 | #[bitsize(24)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<u8, Infallible>
[INFO] [stdout]    --> src/lib.rs:962:1
[INFO] [stdout]     |
[INFO] [stdout] 962 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<bool, Infallible>
[INFO] [stdout]     --> src/lib.rs:1049:1
[INFO] [stdout]      |
[INFO] [stdout] 1049 | #[bitsize(8)]
[INFO] [stdout]      | ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<u8, Infallible>
[INFO] [stdout]     --> src/lib.rs:1265:1
[INFO] [stdout]      |
[INFO] [stdout] 1265 | #[bitsize(8)]
[INFO] [stdout]      | ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1849:21
[INFO] [stdout]      |
[INFO] [stdout] 1849 |     pub fn palettes(&self) -> PaletteIter<B, std::iter::Copied<std::slice::Iter<'_, u8>>> {
[INFO] [stdout]      |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |         |                                                 |
[INFO] [stdout]      |                     |         |                                                 the same lifetime is elided here
[INFO] [stdout]      |                     |         the same lifetime is hidden here
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1849 |     pub fn palettes(&self) -> PaletteIter<'_, B, std::iter::Copied<std::slice::Iter<'_, u8>>> {
[INFO] [stdout]      |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1912:18
[INFO] [stdout]      |
[INFO] [stdout] 1912 |     pub fn tiles(&self) -> TileSection {
[INFO] [stdout]      |                  ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1912 |     pub fn tiles(&self) -> TileSection<'_> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1916:20
[INFO] [stdout]      |
[INFO] [stdout] 1916 |     pub fn sprites(&self) -> TileSection {
[INFO] [stdout]      |                    ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1916 |     pub fn sprites(&self) -> TileSection<'_> {
[INFO] [stdout]      |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]     --> src/lib.rs:1931:26
[INFO] [stdout]      |
[INFO] [stdout] 1931 |                           [usize::try_from(index.idx.value() ).unwrap()]
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1990 | / bpp! {
[INFO] [stdout] 1991 | |     (SpriteIdxBpp1, TileBpp1, bpp1),
[INFO] [stdout] 1992 | |     (SpriteIdxBpp2, TileBpp2, bpp2),
[INFO] [stdout] 1993 | |     (SpriteIdxBpp4, TileBpp4, bpp4)
[INFO] [stdout] 1994 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `bpp` (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: Result<usize, Infallible>
[INFO] [stdout]     --> src/lib.rs:1938:26
[INFO] [stdout]      |
[INFO] [stdout] 1938 |                           [usize::try_from(index.idx.value() ).unwrap()]
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1990 | / bpp! {
[INFO] [stdout] 1991 | |     (SpriteIdxBpp1, TileBpp1, bpp1),
[INFO] [stdout] 1992 | |     (SpriteIdxBpp2, TileBpp2, bpp2),
[INFO] [stdout] 1993 | |     (SpriteIdxBpp4, TileBpp4, bpp4)
[INFO] [stdout] 1994 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `bpp` (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: Result<UInt<u8, 2>, Infallible>
[INFO] [stdout]     --> src/lib.rs:1996:1
[INFO] [stdout]      |
[INFO] [stdout] 1996 | #[bitsize(8)]
[INFO] [stdout]      | ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]     --> src/lib.rs:2005:1
[INFO] [stdout]      |
[INFO] [stdout] 2005 | #[bitsize(8)]
[INFO] [stdout]      | ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `::bilge::bitsize_internal` (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: Result<PaletteIdx, Infallible>
[INFO] [stdout]     --> src/lib.rs:2018:1
[INFO] [stdout]      |
[INFO] [stdout] 2018 | #[bitsize(8)]
[INFO] [stdout]      | ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2028:16
[INFO] [stdout]      |
[INFO] [stdout] 2028 |     fn from(p: &mut PixelPair) -> VolatilePixelPairMut {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2028 |     fn from(p: &mut PixelPair) -> VolatilePixelPairMut<'_> {
[INFO] [stdout]      |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2037:16
[INFO] [stdout]      |
[INFO] [stdout] 2037 |     fn from(p: &PixelPair) -> VolatilePixelPair {
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2037 |     fn from(p: &PixelPair) -> VolatilePixelPair<'_> {
[INFO] [stdout]      |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2129:21
[INFO] [stdout]      |
[INFO] [stdout] 2129 |     pub fn as_bytes(&self) -> (VolatilePixelPair, &[u8; 16319]) {
[INFO] [stdout]      |                     ^^^^^      ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                     |          |
[INFO] [stdout]      |                     |          the same lifetime is hidden here
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2129 |     pub fn as_bytes(&self) -> (VolatilePixelPair<'_>, &[u8; 16319]) {
[INFO] [stdout]      |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2142:25
[INFO] [stdout]      |
[INFO] [stdout] 2142 |     pub fn pixels_slice(&self) -> (VolatilePixelPair, &[PixelPair; 16319]) {
[INFO] [stdout]      |                         ^^^^^      ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                         |          |
[INFO] [stdout]      |                         |          the same lifetime is hidden here
[INFO] [stdout]      |                         the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2142 |     pub fn pixels_slice(&self) -> (VolatilePixelPair<'_>, &[PixelPair; 16319]) {
[INFO] [stdout]      |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2147:29
[INFO] [stdout]      |
[INFO] [stdout] 2147 |     pub fn pixels_slice_mut(&mut self) -> (VolatilePixelPairMut, &mut [PixelPair; 16319]) {
[INFO] [stdout]      |                             ^^^^^^^^^      ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                             |              |
[INFO] [stdout]      |                             |              the same lifetime is hidden here
[INFO] [stdout]      |                             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2147 |     pub fn pixels_slice_mut(&mut self) -> (VolatilePixelPairMut<'_>, &mut [PixelPair; 16319]) {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tic80` (lib test) due to 37 previous errors; 13 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "3f288ee314f38a7305c8a4b4314e9ccbddba7ba804e0bbcc1e99fc06e341e9bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f288ee314f38a7305c8a4b4314e9ccbddba7ba804e0bbcc1e99fc06e341e9bb", kill_on_drop: false }`
[INFO] [stdout] 3f288ee314f38a7305c8a4b4314e9ccbddba7ba804e0bbcc1e99fc06e341e9bb
