[INFO] fetching crate win-events 0.0.2...
[INFO] testing win-events-0.0.2 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate win-events 0.0.2 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate win-events 0.0.2
[INFO] finished tweaking crates.io crate win-events 0.0.2
[INFO] tweaked toml for crates.io crate win-events 0.0.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate win-events 0.0.2 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 135ae636ac962e394747bfcf176f200f96f74b3160d7d8b29382331e290a9bb6
[INFO] running `Command { std: "docker" "start" "-a" "135ae636ac962e394747bfcf176f200f96f74b3160d7d8b29382331e290a9bb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "135ae636ac962e394747bfcf176f200f96f74b3160d7d8b29382331e290a9bb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "135ae636ac962e394747bfcf176f200f96f74b3160d7d8b29382331e290a9bb6", kill_on_drop: false }`
[INFO] [stdout] 135ae636ac962e394747bfcf176f200f96f74b3160d7d8b29382331e290a9bb6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] b144e51fff91383cc7600bfba86b8a078aceb610b2c76835f30f0c38d2796dc5
[INFO] running `Command { std: "docker" "start" "-a" "b144e51fff91383cc7600bfba86b8a078aceb610b2c76835f30f0c38d2796dc5", kill_on_drop: false }`
[INFO] [stderr]    Compiling win-events v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/auto_reset.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 62 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/event.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>>;
[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] 28 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>>;
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/event.rs:60:29
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub(crate) fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 60 |     pub(crate) fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/manual_reset.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 54 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/events/manual_reset_pair.rs:195:18
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 195 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/events/manual_reset_pair.rs:240:18
[INFO] [stdout]     |
[INFO] [stdout] 240 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 240 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/pulse.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 49 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/waiters/waiter.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub(crate) fn lock(&self) -> Result<MutexGuard<Data>, Box<dyn Error>> {
[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] 32 |     pub(crate) fn lock(&self) -> Result<MutexGuard<'_, Data>, Box<dyn Error>> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
[INFO] running `Command { std: "docker" "inspect" "b144e51fff91383cc7600bfba86b8a078aceb610b2c76835f30f0c38d2796dc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b144e51fff91383cc7600bfba86b8a078aceb610b2c76835f30f0c38d2796dc5", kill_on_drop: false }`
[INFO] [stdout] b144e51fff91383cc7600bfba86b8a078aceb610b2c76835f30f0c38d2796dc5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 3adf40d69b586769cb3a40a37dbb1f5aa4ea423d443b766370b1ca609d4bddfb
[INFO] running `Command { std: "docker" "start" "-a" "3adf40d69b586769cb3a40a37dbb1f5aa4ea423d443b766370b1ca609d4bddfb", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/auto_reset.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 62 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/event.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>>;
[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] 28 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>>;
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/event.rs:60:29
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub(crate) fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 60 |     pub(crate) fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling win-events v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/manual_reset.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 54 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/events/manual_reset_pair.rs:195:18
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 195 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/events/manual_reset_pair.rs:240:18
[INFO] [stdout]     |
[INFO] [stdout] 240 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 240 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/pulse.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 49 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/waiters/waiter.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub(crate) fn lock(&self) -> Result<MutexGuard<Data>, Box<dyn Error>> {
[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] 32 |     pub(crate) fn lock(&self) -> Result<MutexGuard<'_, Data>, Box<dyn Error>> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/auto_reset.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 62 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/event.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>>;
[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] 28 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>>;
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/event.rs:60:29
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub(crate) fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 60 |     pub(crate) fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/manual_reset.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 54 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/events/manual_reset_pair.rs:195:18
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 195 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/events/manual_reset_pair.rs:240:18
[INFO] [stdout]     |
[INFO] [stdout] 240 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 240 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/events/pulse.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 49 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/waiters/waiter.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub(crate) fn lock(&self) -> Result<MutexGuard<Data>, Box<dyn Error>> {
[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] 32 |     pub(crate) fn lock(&self) -> Result<MutexGuard<'_, Data>, Box<dyn Error>> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.54s
[INFO] running `Command { std: "docker" "inspect" "3adf40d69b586769cb3a40a37dbb1f5aa4ea423d443b766370b1ca609d4bddfb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3adf40d69b586769cb3a40a37dbb1f5aa4ea423d443b766370b1ca609d4bddfb", kill_on_drop: false }`
[INFO] [stdout] 3adf40d69b586769cb3a40a37dbb1f5aa4ea423d443b766370b1ca609d4bddfb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 93927ab9464bb2dc28d5bcf7bf427008e6e745f9a468b795879cd46c1ce891e6
[INFO] running `Command { std: "docker" "start" "-a" "93927ab9464bb2dc28d5bcf7bf427008e6e745f9a468b795879cd46c1ce891e6", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/events/auto_reset.rs:62:18
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 62 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/events/event.rs:28:18
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>>;
[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] 28 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>>;
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/events/event.rs:60:29
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub(crate) fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 60 |     pub(crate) fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stderr]    |                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/events/manual_reset.rs:54:18
[INFO] [stderr]    |
[INFO] [stderr] 54 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 54 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events/manual_reset_pair.rs:195:18
[INFO] [stderr]     |
[INFO] [stderr] 195 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 195 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/events/manual_reset_pair.rs:240:18
[INFO] [stderr]     |
[INFO] [stderr] 240 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 240 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/events/pulse.rs:49:18
[INFO] [stderr]    |
[INFO] [stderr] 49 |     fn wake_lock(&self) -> Result<Option<MutexGuard<()>>, Box<dyn Error>> {
[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] 49 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/waiters/waiter.rs:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub(crate) fn lock(&self) -> Result<MutexGuard<Data>, Box<dyn Error>> {
[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] 32 |     pub(crate) fn lock(&self) -> Result<MutexGuard<'_, Data>, Box<dyn Error>> {
[INFO] [stderr]    |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: `win-events` (lib) generated 8 warnings (run `cargo fix --lib -p win-events` to apply 8 suggestions)
[INFO] [stderr] warning: `win-events` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/win_events-fb61c0d1db45f34b)
[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]      Running tests/auto_reset_event_test.rs (/opt/rustwide/target/debug/deps/auto_reset_event_test-6e81be9616817c72)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test ae_test_init_false ... ok
[INFO] [stdout] test ae_test_clear_event ... ok
[INFO] [stdout] test ae_test_init_true ... ok
[INFO] [stdout] test ae_test_set_event ... ok
[INFO] [stdout] test ae_test_wait_all_already_set ... ok
[INFO] [stdout] test ae_test_wait_all_timeout ... ok
[INFO] [stdout] test ae_test_multiple_waiters_all ... ok
[INFO] [stdout] test ae_test_wait_all_toggled_initialized_timeout ... ok
[INFO] [stdout] test ae_test_wait_already_set ... ok
[INFO] [stdout] test ae_test_wait_first_already_set ... ok
[INFO] [stdout] test ae_test_multiple_waiters_one ... ok
[INFO] [stdout] test ae_test_wait_all_toggled_timeout ... ok
[INFO] [stdout] test ae_test_wait_timeout ... ok
[INFO] [stdout] test ae_test_wait_first_timeout ... ok
[INFO] [stdout] test ae_test_wait_first_toggled_timeout ... ok
[INFO] [stdout] test ae_test_wait_all ... ok
[INFO] [stdout] test ae_test_wait_all_partial_set ... ok
[INFO] [stdout] test ae_test_wait_first ... ok
[INFO] [stdout] test ae_test_thread_wait ... ok
[INFO] [stdout] test ae_test_multiple_ordered_lock_all has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "93927ab9464bb2dc28d5bcf7bf427008e6e745f9a468b795879cd46c1ce891e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93927ab9464bb2dc28d5bcf7bf427008e6e745f9a468b795879cd46c1ce891e6", kill_on_drop: false }`
[INFO] [stdout] 93927ab9464bb2dc28d5bcf7bf427008e6e745f9a468b795879cd46c1ce891e6
