[INFO] fetching crate win-events 0.0.2...
[INFO] testing win-events-0.0.2 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate win-events 0.0.2 into /workspace/builds/worker-3-tc1/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-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate win-events 0.0.2 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 953500f0c7d3e873f07750e1f3b67572cf51d5ba28c2d068ef772736f5f9ba12
[INFO] running `Command { std: "docker" "start" "-a" "953500f0c7d3e873f07750e1f3b67572cf51d5ba28c2d068ef772736f5f9ba12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "953500f0c7d3e873f07750e1f3b67572cf51d5ba28c2d068ef772736f5f9ba12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "953500f0c7d3e873f07750e1f3b67572cf51d5ba28c2d068ef772736f5f9ba12", kill_on_drop: false }`
[INFO] [stdout] 953500f0c7d3e873f07750e1f3b67572cf51d5ba28c2d068ef772736f5f9ba12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a80a63e64083c0e4dcbfa06d6d174a61f4689d07b2a9bdf4f7fb72c70562ee8e
[INFO] running `Command { std: "docker" "start" "-a" "a80a63e64083c0e4dcbfa06d6d174a61f4689d07b2a9bdf4f7fb72c70562ee8e", kill_on_drop: false }`
[INFO] [stderr]    Compiling win-events v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 1.29s
[INFO] running `Command { std: "docker" "inspect" "a80a63e64083c0e4dcbfa06d6d174a61f4689d07b2a9bdf4f7fb72c70562ee8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a80a63e64083c0e4dcbfa06d6d174a61f4689d07b2a9bdf4f7fb72c70562ee8e", kill_on_drop: false }`
[INFO] [stdout] a80a63e64083c0e4dcbfa06d6d174a61f4689d07b2a9bdf4f7fb72c70562ee8e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e47945472af8c0742491d73dc69815c1b61353385e964b11e789aa92d87d844
[INFO] running `Command { std: "docker" "start" "-a" "6e47945472af8c0742491d73dc69815c1b61353385e964b11e789aa92d87d844", kill_on_drop: false }`
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 3.28s
[INFO] running `Command { std: "docker" "inspect" "6e47945472af8c0742491d73dc69815c1b61353385e964b11e789aa92d87d844", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e47945472af8c0742491d73dc69815c1b61353385e964b11e789aa92d87d844", kill_on_drop: false }`
[INFO] [stdout] 6e47945472af8c0742491d73dc69815c1b61353385e964b11e789aa92d87d844
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c434d96a77203fdcd535d9b082aa0d8ec9d0dfd4ab0b9c1bdb9105c5a4cf6ecd
[INFO] running `Command { std: "docker" "start" "-a" "c434d96a77203fdcd535d9b082aa0d8ec9d0dfd4ab0b9c1bdb9105c5a4cf6ecd", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>>;
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 54 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 195 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 240 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 49 |     fn wake_lock(&self) -> Result<Option<MutexGuard<'_, ()>>, Box<dyn Error>> {
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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
[INFO] [stderr] warning: `win-events` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/win_events-9a054183ae1773de)
[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-b8a55eb7a2ee25ac)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test ae_test_init_false ... ok
[INFO] [stdout] test ae_test_set_event ... ok
[INFO] [stdout] test ae_test_wait_all_already_set ... ok
[INFO] [stdout] test ae_test_clear_event ... ok
[INFO] [stdout] test ae_test_wait_already_set ... ok
[INFO] [stdout] test ae_test_wait_all_timeout ... ok
[INFO] [stdout] test ae_test_wait_timeout ... ok
[INFO] [stdout] test ae_test_wait_all_toggled_timeout ... ok
[INFO] [stdout] test ae_test_wait_all_toggled_initialized_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_first_already_set ... ok
[INFO] [stdout] test ae_test_thread_wait ... ok
[INFO] [stdout] test ae_test_multiple_waiters_all ... ok
[INFO] [stdout] test ae_test_multiple_waiters_one ... 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_init_true ... 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" "c434d96a77203fdcd535d9b082aa0d8ec9d0dfd4ab0b9c1bdb9105c5a4cf6ecd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c434d96a77203fdcd535d9b082aa0d8ec9d0dfd4ab0b9c1bdb9105c5a4cf6ecd", kill_on_drop: false }`
[INFO] [stdout] c434d96a77203fdcd535d9b082aa0d8ec9d0dfd4ab0b9c1bdb9105c5a4cf6ecd
