[INFO] fetching crate mabel-aseprite 0.3.9...
[INFO] testing mabel-aseprite-0.3.9 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mabel-aseprite 0.3.9 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate mabel-aseprite 0.3.9
[INFO] finished tweaking crates.io crate mabel-aseprite 0.3.9
[INFO] tweaked toml for crates.io crate mabel-aseprite 0.3.9 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mabel-aseprite 0.3.9 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mabel-aseprite 0.3.9 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d18955bae2db16afa93dd1aeb6661c98dc7cd3b02c719aea6f8a8993400850a
[INFO] running `Command { std: "docker" "start" "-a" "1d18955bae2db16afa93dd1aeb6661c98dc7cd3b02c719aea6f8a8993400850a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d18955bae2db16afa93dd1aeb6661c98dc7cd3b02c719aea6f8a8993400850a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d18955bae2db16afa93dd1aeb6661c98dc7cd3b02c719aea6f8a8993400850a", kill_on_drop: false }`
[INFO] [stdout] 1d18955bae2db16afa93dd1aeb6661c98dc7cd3b02c719aea6f8a8993400850a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c796a46a01fa923ed8493ee04a5db4d58871d436599b124530f944ecfa39289
[INFO] running `Command { std: "docker" "start" "-a" "1c796a46a01fa923ed8493ee04a5db4d58871d436599b124530f944ecfa39289", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bytemuck v1.16.0
[INFO] [stderr]    Compiling nohash v0.2.0
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling mabel-aseprite v0.3.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `profile_type` and `fixed_gamma` are never read
[INFO] [stdout]  --> src/color_profile.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct ColorProfile {
[INFO] [stdout]   |            ------------ fields in this struct
[INFO] [stdout] 5 |     pub profile_type: ColorProfileType,
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 6 |     pub fixed_gamma: Option<f64>,
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ColorProfile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:163:18
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn layer(&self, id: u32) -> Layer {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn layer(&self, id: u32) -> Layer<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:175:26
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn layer_by_name(&self, name: &str) -> Option<Layer> {
[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] 175 |     pub fn layer_by_name(&self, name: &str) -> Option<Layer<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn layers(&self) -> LayersIter {
[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] 186 |     pub fn layers(&self) -> LayersIter<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:198:18
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub fn frame(&self, index: u32) -> Frame {
[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] 198 |     pub fn frame(&self, index: u32) -> Frame<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:211:16
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub fn cel(&self, frame: u32, layer: u32) -> Cel {
[INFO] [stdout]     |                ^^^^^ the lifetime is elided here ^^^ the same lifetime is hidden 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] 211 |     pub fn cel(&self, frame: u32, layer: u32) -> Cel<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:267:20
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub fn tilemap(&self, layer_id: u32, frame: u32) -> Option<Tilemap> {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here           ^^^^^^^ the same lifetime is hidden 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] 267 |     pub fn tilemap(&self, layer_id: u32, frame: u32) -> Option<Tilemap<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:450:18
[INFO] [stdout]     |
[INFO] [stdout] 450 |     pub fn layer(&self, layer_id: u32) -> Cel {
[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] 450 |     pub fn layer(&self, layer_id: u32) -> Cel<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/layer.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn parent(&self) -> Option<Layer> {
[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] 105 |     pub fn parent(&self) -> Option<Layer<'_>> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/layer.rs:121:18
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn frame(&self, frame_id: u32) -> Cel {
[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] 121 |     pub fn frame(&self, frame_id: u32) -> Cel<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pixel.rs:191:39
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub(crate) fn clone_as_image_rgba(&self) -> Cow<Vec<image::Rgba<u8>>> {
[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] 191 |     pub(crate) fn clone_as_image_rgba(&self) -> Cow<'_, Vec<image::Rgba<u8>>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
[INFO] running `Command { std: "docker" "inspect" "1c796a46a01fa923ed8493ee04a5db4d58871d436599b124530f944ecfa39289", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c796a46a01fa923ed8493ee04a5db4d58871d436599b124530f944ecfa39289", kill_on_drop: false }`
[INFO] [stdout] 1c796a46a01fa923ed8493ee04a5db4d58871d436599b124530f944ecfa39289
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad33878dee4ed4ff9b9fb096af54173c3c79e4453b3cb6075aeea401a33daad3
[INFO] running `Command { std: "docker" "start" "-a" "ad33878dee4ed4ff9b9fb096af54173c3c79e4453b3cb6075aeea401a33daad3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling fdeflate v0.3.4
[INFO] [stderr]    Compiling rect_packer v0.2.1
[INFO] [stderr]    Compiling miniz_oxide v0.7.3
[INFO] [stderr]    Compiling flate2 v1.0.30
[INFO] [stderr]    Compiling png v0.17.13
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling mabel-aseprite v0.3.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `profile_type` and `fixed_gamma` are never read
[INFO] [stdout]  --> src/color_profile.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct ColorProfile {
[INFO] [stdout]   |            ------------ fields in this struct
[INFO] [stdout] 5 |     pub profile_type: ColorProfileType,
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 6 |     pub fixed_gamma: Option<f64>,
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ColorProfile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:163:18
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn layer(&self, id: u32) -> Layer {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn layer(&self, id: u32) -> Layer<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:175:26
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn layer_by_name(&self, name: &str) -> Option<Layer> {
[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] 175 |     pub fn layer_by_name(&self, name: &str) -> Option<Layer<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn layers(&self) -> LayersIter {
[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] 186 |     pub fn layers(&self) -> LayersIter<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:198:18
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub fn frame(&self, index: u32) -> Frame {
[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] 198 |     pub fn frame(&self, index: u32) -> Frame<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:211:16
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub fn cel(&self, frame: u32, layer: u32) -> Cel {
[INFO] [stdout]     |                ^^^^^ the lifetime is elided here ^^^ the same lifetime is hidden 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] 211 |     pub fn cel(&self, frame: u32, layer: u32) -> Cel<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:267:20
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub fn tilemap(&self, layer_id: u32, frame: u32) -> Option<Tilemap> {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here           ^^^^^^^ the same lifetime is hidden 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] 267 |     pub fn tilemap(&self, layer_id: u32, frame: u32) -> Option<Tilemap<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:450:18
[INFO] [stdout]     |
[INFO] [stdout] 450 |     pub fn layer(&self, layer_id: u32) -> Cel {
[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] 450 |     pub fn layer(&self, layer_id: u32) -> Cel<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/layer.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn parent(&self) -> Option<Layer> {
[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] 105 |     pub fn parent(&self) -> Option<Layer<'_>> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/layer.rs:121:18
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn frame(&self, frame_id: u32) -> Cel {
[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] 121 |     pub fn frame(&self, frame_id: u32) -> Cel<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pixel.rs:191:39
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub(crate) fn clone_as_image_rgba(&self) -> Cow<Vec<image::Rgba<u8>>> {
[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] 191 |     pub(crate) fn clone_as_image_rgba(&self) -> Cow<'_, Vec<image::Rgba<u8>>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `asefile`
[INFO] [stdout]  --> examples/basic/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use asefile::AsepriteFile;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `asefile`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `asefile`, use `cargo add asefile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mabel-aseprite` (example "basic") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `asefile`
[INFO] [stdout]   --> examples/atlas/main.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use asefile::AsepriteFile;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `asefile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `asefile`, use `cargo add asefile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] warning: fields `profile_type` and `fixed_gamma` are never read
[INFO] [stdout]  --> src/color_profile.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct ColorProfile {
[INFO] [stdout]   |            ------------ fields in this struct
[INFO] [stdout] 5 |     pub profile_type: ColorProfileType,
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 6 |     pub fixed_gamma: Option<f64>,
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ColorProfile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:163:18
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn layer(&self, id: u32) -> Layer {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn layer(&self, id: u32) -> Layer<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:175:26
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn layer_by_name(&self, name: &str) -> Option<Layer> {
[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] 175 |     pub fn layer_by_name(&self, name: &str) -> Option<Layer<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn layers(&self) -> LayersIter {
[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] 186 |     pub fn layers(&self) -> LayersIter<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:198:18
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub fn frame(&self, index: u32) -> Frame {
[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] 198 |     pub fn frame(&self, index: u32) -> Frame<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:211:16
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub fn cel(&self, frame: u32, layer: u32) -> Cel {
[INFO] [stdout]     |                ^^^^^ the lifetime is elided here ^^^ the same lifetime is hidden 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] 211 |     pub fn cel(&self, frame: u32, layer: u32) -> Cel<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:267:20
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub fn tilemap(&self, layer_id: u32, frame: u32) -> Option<Tilemap> {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here           ^^^^^^^ the same lifetime is hidden 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] 267 |     pub fn tilemap(&self, layer_id: u32, frame: u32) -> Option<Tilemap<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file.rs:450:18
[INFO] [stdout]     |
[INFO] [stdout] 450 |     pub fn layer(&self, layer_id: u32) -> Cel {
[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] 450 |     pub fn layer(&self, layer_id: u32) -> Cel<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/layer.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn parent(&self) -> Option<Layer> {
[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] 105 |     pub fn parent(&self) -> Option<Layer<'_>> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/layer.rs:121:18
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn frame(&self, frame_id: u32) -> Cel {
[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] 121 |     pub fn frame(&self, frame_id: u32) -> Cel<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pixel.rs:191:39
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub(crate) fn clone_as_image_rgba(&self) -> Cow<Vec<image::Rgba<u8>>> {
[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] 191 |     pub(crate) fn clone_as_image_rgba(&self) -> Cow<'_, Vec<image::Rgba<u8>>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mabel-aseprite` (example "atlas") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "ad33878dee4ed4ff9b9fb096af54173c3c79e4453b3cb6075aeea401a33daad3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad33878dee4ed4ff9b9fb096af54173c3c79e4453b3cb6075aeea401a33daad3", kill_on_drop: false }`
[INFO] [stdout] ad33878dee4ed4ff9b9fb096af54173c3c79e4453b3cb6075aeea401a33daad3
