[INFO] fetching crate minifb 0.28.0...
[INFO] testing minifb-0.28.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate minifb 0.28.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate minifb 0.28.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate minifb 0.28.0
[INFO] tweaked toml for crates.io crate minifb 0.28.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate minifb 0.28.0 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 minifb 0.28.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 0de0b6ebbf355722b63e902d16583b67178e1eac1335007fbfb50b6cbd3d6fe2
[INFO] running `Command { std: "docker" "start" "-a" "0de0b6ebbf355722b63e902d16583b67178e1eac1335007fbfb50b6cbd3d6fe2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0de0b6ebbf355722b63e902d16583b67178e1eac1335007fbfb50b6cbd3d6fe2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0de0b6ebbf355722b63e902d16583b67178e1eac1335007fbfb50b6cbd3d6fe2", kill_on_drop: false }`
[INFO] [stdout] 0de0b6ebbf355722b63e902d16583b67178e1eac1335007fbfb50b6cbd3d6fe2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 8b6eb472a0954ad851c94842ecf7cb80804762c7a648613a8c107350f3d5cae9
[INFO] running `Command { std: "docker" "start" "-a" "8b6eb472a0954ad851c94842ecf7cb80804762c7a648613a8c107350f3d5cae9", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling raw-window-handle v0.6.2
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling minifb v0.28.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tempfile v3.15.0
[INFO] [stderr]    Compiling wayland-commons v0.29.5
[INFO] [stderr]    Compiling wayland-cursor v0.29.5
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:182:22
[INFO] [stdout]     |
[INFO] [stdout] 182 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[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] 182 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:188:23
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[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] 188 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1043:21
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     pub fn add_item(&mut self, name: &str, id: usize) -> MenuItem {
[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] 1043 |     pub fn add_item(&mut self, name: &str, id: usize) -> MenuItem<'_> {
[INFO] [stdout]      |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1099:22
[INFO] [stdout]      |
[INFO] [stdout] 1099 |     pub fn new(name: &str, id: usize) -> MenuItem {
[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] 1099 |     pub fn new(name: &str, id: usize) -> MenuItem<'_> {
[INFO] [stdout]      |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/mod.rs:374:22
[INFO] [stdout]     |
[INFO] [stdout] 374 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[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] 374 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/mod.rs:385:23
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[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] 385 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/wayland.rs:430:29
[INFO] [stdout]     |
[INFO] [stdout] 430 |     fn iter_keyboard_events(&self) -> mpsc::TryIter<wl_keyboard::Event> {
[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] 430 |     fn iter_keyboard_events(&self) -> mpsc::TryIter<'_, wl_keyboard::Event> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/wayland.rs:435:28
[INFO] [stdout]     |
[INFO] [stdout] 435 |     fn iter_pointer_events(&self) -> mpsc::TryIter<wl_pointer::Event> {
[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] 435 |     fn iter_pointer_events(&self) -> mpsc::TryIter<'_, wl_pointer::Event> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/os/posix/wayland.rs:1260:22
[INFO] [stdout]      |
[INFO] [stdout] 1260 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[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] 1260 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/os/posix/wayland.rs:1274:23
[INFO] [stdout]      |
[INFO] [stdout] 1274 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[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] 1274 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stdout]      |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/x11.rs:285:22
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[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] 285 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/x11.rs:293:23
[INFO] [stdout]     |
[INFO] [stdout] 293 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[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] 293 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
[INFO] running `Command { std: "docker" "inspect" "8b6eb472a0954ad851c94842ecf7cb80804762c7a648613a8c107350f3d5cae9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b6eb472a0954ad851c94842ecf7cb80804762c7a648613a8c107350f3d5cae9", kill_on_drop: false }`
[INFO] [stdout] 8b6eb472a0954ad851c94842ecf7cb80804762c7a648613a8c107350f3d5cae9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 7393888c8b4e3d90355c8c797840462df698be8927ba68ba18f0b4f93c912a1f
[INFO] running `Command { std: "docker" "start" "-a" "7393888c8b4e3d90355c8c797840462df698be8927ba68ba18f0b4f93c912a1f", kill_on_drop: false }`
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling miniz_oxide v0.8.3
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:182:22
[INFO] [stdout]     |
[INFO] [stdout] 182 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[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] 182 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:188:23
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[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] 188 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1043:21
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     pub fn add_item(&mut self, name: &str, id: usize) -> MenuItem {
[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] 1043 |     pub fn add_item(&mut self, name: &str, id: usize) -> MenuItem<'_> {
[INFO] [stdout]      |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1099:22
[INFO] [stdout]      |
[INFO] [stdout] 1099 |     pub fn new(name: &str, id: usize) -> MenuItem {
[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] 1099 |     pub fn new(name: &str, id: usize) -> MenuItem<'_> {
[INFO] [stdout]      |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/mod.rs:374:22
[INFO] [stdout]     |
[INFO] [stdout] 374 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[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] 374 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/mod.rs:385:23
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[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] 385 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/wayland.rs:430:29
[INFO] [stdout]     |
[INFO] [stdout] 430 |     fn iter_keyboard_events(&self) -> mpsc::TryIter<wl_keyboard::Event> {
[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] 430 |     fn iter_keyboard_events(&self) -> mpsc::TryIter<'_, wl_keyboard::Event> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/wayland.rs:435:28
[INFO] [stdout]     |
[INFO] [stdout] 435 |     fn iter_pointer_events(&self) -> mpsc::TryIter<wl_pointer::Event> {
[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] 435 |     fn iter_pointer_events(&self) -> mpsc::TryIter<'_, wl_pointer::Event> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/os/posix/wayland.rs:1260:22
[INFO] [stdout]      |
[INFO] [stdout] 1260 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[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] 1260 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/os/posix/wayland.rs:1274:23
[INFO] [stdout]      |
[INFO] [stdout] 1274 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[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] 1274 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stdout]      |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/x11.rs:285:22
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[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] 285 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/x11.rs:293:23
[INFO] [stdout]     |
[INFO] [stdout] 293 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[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] 293 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]    Compiling js-sys v0.3.77
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling web-sys v0.3.77
[INFO] [stderr]    Compiling minifb v0.28.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ScaleMode`
[INFO] [stdout]  --> examples/transparent.rs:1:19
[INFO] [stdout]   |
[INFO] [stdout] 1 | use minifb::{Key, ScaleMode, Window, WindowOptions};
[INFO] [stdout]   |                   ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (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/lib.rs:182:22
[INFO] [stdout]     |
[INFO] [stdout] 182 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[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] 182 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:188:23
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[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] 188 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1043:21
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     pub fn add_item(&mut self, name: &str, id: usize) -> MenuItem {
[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] 1043 |     pub fn add_item(&mut self, name: &str, id: usize) -> MenuItem<'_> {
[INFO] [stdout]      |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1099:22
[INFO] [stdout]      |
[INFO] [stdout] 1099 |     pub fn new(name: &str, id: usize) -> MenuItem {
[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] 1099 |     pub fn new(name: &str, id: usize) -> MenuItem<'_> {
[INFO] [stdout]      |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/mod.rs:374:22
[INFO] [stdout]     |
[INFO] [stdout] 374 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[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] 374 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/mod.rs:385:23
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[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] 385 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/wayland.rs:430:29
[INFO] [stdout]     |
[INFO] [stdout] 430 |     fn iter_keyboard_events(&self) -> mpsc::TryIter<wl_keyboard::Event> {
[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] 430 |     fn iter_keyboard_events(&self) -> mpsc::TryIter<'_, wl_keyboard::Event> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/wayland.rs:435:28
[INFO] [stdout]     |
[INFO] [stdout] 435 |     fn iter_pointer_events(&self) -> mpsc::TryIter<wl_pointer::Event> {
[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] 435 |     fn iter_pointer_events(&self) -> mpsc::TryIter<'_, wl_pointer::Event> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/os/posix/wayland.rs:1260:22
[INFO] [stdout]      |
[INFO] [stdout] 1260 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[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] 1260 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/os/posix/wayland.rs:1274:23
[INFO] [stdout]      |
[INFO] [stdout] 1274 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[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] 1274 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stdout]      |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/x11.rs:285:22
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[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] 285 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os/posix/x11.rs:293:23
[INFO] [stdout]     |
[INFO] [stdout] 293 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[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] 293 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 29.74s
[INFO] running `Command { std: "docker" "inspect" "7393888c8b4e3d90355c8c797840462df698be8927ba68ba18f0b4f93c912a1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7393888c8b4e3d90355c8c797840462df698be8927ba68ba18f0b4f93c912a1f", kill_on_drop: false }`
[INFO] [stdout] 7393888c8b4e3d90355c8c797840462df698be8927ba68ba18f0b4f93c912a1f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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", kill_on_drop: false }`
[INFO] [stdout] 2a0a25233976c80fd7f8412931a022e0c406d1de42ba706d30a00d8a7f1579f7
[INFO] running `Command { std: "docker" "start" "-a" "2a0a25233976c80fd7f8412931a022e0c406d1de42ba706d30a00d8a7f1579f7", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:182:22
[INFO] [stderr]     |
[INFO] [stderr] 182 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[INFO] [stderr]     |                      ^^^^^                         ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 182 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:188:23
[INFO] [stderr]     |
[INFO] [stderr] 188 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[INFO] [stderr]     |                       ^^^^^                         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 188 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stderr]     |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1043:21
[INFO] [stderr]      |
[INFO] [stderr] 1043 |     pub fn add_item(&mut self, name: &str, id: usize) -> MenuItem {
[INFO] [stderr]      |                     ^^^^^^^^^                            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                     |
[INFO] [stderr]      |                     the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1043 |     pub fn add_item(&mut self, name: &str, id: usize) -> MenuItem<'_> {
[INFO] [stderr]      |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1099:22
[INFO] [stderr]      |
[INFO] [stderr] 1099 |     pub fn new(name: &str, id: usize) -> MenuItem {
[INFO] [stderr]      |                      ^^^^                ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                      |
[INFO] [stderr]      |                      the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1099 |     pub fn new(name: &str, id: usize) -> MenuItem<'_> {
[INFO] [stderr]      |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/os/posix/mod.rs:374:22
[INFO] [stderr]     |
[INFO] [stderr] 374 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[INFO] [stderr]     |                      ^^^^^                         ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/os/posix/mod.rs:385:23
[INFO] [stderr]     |
[INFO] [stderr] 385 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[INFO] [stderr]     |                       ^^^^^                         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 385 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stderr]     |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/os/posix/wayland.rs:430:29
[INFO] [stderr]     |
[INFO] [stderr] 430 |     fn iter_keyboard_events(&self) -> mpsc::TryIter<wl_keyboard::Event> {
[INFO] [stderr]     |                             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 430 |     fn iter_keyboard_events(&self) -> mpsc::TryIter<'_, wl_keyboard::Event> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/os/posix/wayland.rs:435:28
[INFO] [stderr]     |
[INFO] [stderr] 435 |     fn iter_pointer_events(&self) -> mpsc::TryIter<wl_pointer::Event> {
[INFO] [stderr]     |                            ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 435 |     fn iter_pointer_events(&self) -> mpsc::TryIter<'_, wl_pointer::Event> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/os/posix/wayland.rs:1260:22
[INFO] [stderr]      |
[INFO] [stderr] 1260 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[INFO] [stderr]      |                      ^^^^^                         ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                      |
[INFO] [stderr]      |                      the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1260 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stderr]      |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/os/posix/wayland.rs:1274:23
[INFO] [stderr]      |
[INFO] [stderr] 1274 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[INFO] [stderr]      |                       ^^^^^                         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                       |
[INFO] [stderr]      |                       the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1274 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stderr]      |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/os/posix/x11.rs:285:22
[INFO] [stderr]     |
[INFO] [stderr] 285 |     fn window_handle(&self) -> std::result::Result<WindowHandle, HandleError> {
[INFO] [stderr]     |                      ^^^^^                         ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 285 |     fn window_handle(&self) -> std::result::Result<WindowHandle<'_>, HandleError> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/os/posix/x11.rs:293:23
[INFO] [stderr]     |
[INFO] [stderr] 293 |     fn display_handle(&self) -> std::result::Result<DisplayHandle, HandleError> {
[INFO] [stderr]     |                       ^^^^^                         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 293 |     fn display_handle(&self) -> std::result::Result<DisplayHandle<'_>, HandleError> {
[INFO] [stderr]     |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `minifb` (lib) generated 12 warnings (run `cargo fix --lib -p minifb` to apply 12 suggestions)
[INFO] [stderr] warning: unused import: `ScaleMode`
[INFO] [stderr]  --> examples/transparent.rs:1:19
[INFO] [stderr]   |
[INFO] [stderr] 1 | use minifb::{Key, ScaleMode, Window, WindowOptions};
[INFO] [stderr]   |                   ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `minifb` (example "transparent") generated 1 warning (run `cargo fix --example "transparent" -p minifb` to apply 1 suggestion)
[INFO] [stderr] warning: `minifb` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/minifb-501680f1bf3c560e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests minifb
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test src/lib.rs - MenuItem<'_>::separator (line 1131) - compile ... ok
[INFO] [stdout] test src/lib.rs - MenuItem<'_>::build (line 1164) - compile ... ok
[INFO] [stdout] test src/lib.rs - MenuItem<'_>::shortcut (line 1111) - compile ... ok
[INFO] [stdout] test src/lib.rs - Menu::add_item (line 1036) - compile ... ok
[INFO] [stdout] test src/lib.rs - MenuItem<'_>::enabled (line 1149) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::get_mouse_down (line 684) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::get_mouse_pos (line 650) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::get_scroll_wheel (line 703) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::get_unscaled_mouse_pos (line 668) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::get_keys_pressed (line 755) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::get_size (line 634) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::get_keys (line 734) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::is_key_pressed (line 812) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::get_keys_released (line 775) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::is_key_down (line 795) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::is_open (line 478) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::get_position (line 511) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::limit_update_rate (line 567) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::new (line 271) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::set_cursor_style (line 720) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::set_icon (line 383) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::set_target_fps (line 599) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::set_background_color (line 544) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::set_key_repeat_rate (line 850) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::new (line 284) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::set_key_repeat_delay (line 835) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::set_target_fps (line 613) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::limit_update_rate (line 581) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::set_title (line 356) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::set_position (line 495) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::update_with_buffer (line 418) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::topmost (line 527) - compile ... ok
[INFO] [stdout] test src/lib.rs - Window::update (line 458) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2a0a25233976c80fd7f8412931a022e0c406d1de42ba706d30a00d8a7f1579f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a0a25233976c80fd7f8412931a022e0c406d1de42ba706d30a00d8a7f1579f7", kill_on_drop: false }`
[INFO] [stdout] 2a0a25233976c80fd7f8412931a022e0c406d1de42ba706d30a00d8a7f1579f7
