[INFO] fetching crate win-events 0.0.2...
[INFO] testing win-events-0.0.2 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate win-events 0.0.2 into /workspace/builds/worker-3-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-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate win-events 0.0.2 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 331eda0862d24af36b09a6d664c8921884aa52194735bdf1c9448b37c878c4a2
[INFO] running `Command { std: "docker" "start" "-a" "331eda0862d24af36b09a6d664c8921884aa52194735bdf1c9448b37c878c4a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "331eda0862d24af36b09a6d664c8921884aa52194735bdf1c9448b37c878c4a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "331eda0862d24af36b09a6d664c8921884aa52194735bdf1c9448b37c878c4a2", kill_on_drop: false }`
[INFO] [stdout] 331eda0862d24af36b09a6d664c8921884aa52194735bdf1c9448b37c878c4a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 924aa538f94bbd88943884f2c28cf2b93c30757ad792cf9d47736541b3696727
[INFO] running `Command { std: "docker" "start" "-a" "924aa538f94bbd88943884f2c28cf2b93c30757ad792cf9d47736541b3696727", 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.22s
[INFO] running `Command { std: "docker" "inspect" "924aa538f94bbd88943884f2c28cf2b93c30757ad792cf9d47736541b3696727", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "924aa538f94bbd88943884f2c28cf2b93c30757ad792cf9d47736541b3696727", kill_on_drop: false }`
[INFO] [stdout] 924aa538f94bbd88943884f2c28cf2b93c30757ad792cf9d47736541b3696727
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] efc1bcfee6be1afdff4a68e4db73da7e6bd6e2213eb989cf72540695d44fe370
[INFO] running `Command { std: "docker" "start" "-a" "efc1bcfee6be1afdff4a68e4db73da7e6bd6e2213eb989cf72540695d44fe370", 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] [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] [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/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.63s
[INFO] running `Command { std: "docker" "inspect" "efc1bcfee6be1afdff4a68e4db73da7e6bd6e2213eb989cf72540695d44fe370", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efc1bcfee6be1afdff4a68e4db73da7e6bd6e2213eb989cf72540695d44fe370", kill_on_drop: false }`
[INFO] [stdout] efc1bcfee6be1afdff4a68e4db73da7e6bd6e2213eb989cf72540695d44fe370
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 062ac83dab0ffdaba46d55639d01f58afb1833878d7e23dec293d08cd8ecc860
[INFO] running `Command { std: "docker" "start" "-a" "062ac83dab0ffdaba46d55639d01f58afb1833878d7e23dec293d08cd8ecc860", 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.05s
[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_clear_event ... ok
[INFO] [stdout] test ae_test_init_true ... ok
[INFO] [stdout] test ae_test_multiple_waiters_one ... ok
[INFO] [stdout] test ae_test_wait_already_set ... ok
[INFO] [stdout] test ae_test_wait_timeout ... ok
[INFO] [stdout] test ae_test_wait_all_timeout ... ok
[INFO] [stdout] test ae_test_wait_all_already_set ... ok
[INFO] [stdout] test ae_test_set_event ... 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_multiple_waiters_all ... ok
[INFO] [stdout] test ae_test_wait_first_toggled_timeout ... ok
[INFO] [stdout] test ae_test_thread_wait ... ok
[INFO] [stdout] test ae_test_wait_first ... 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_already_set ... ok
[INFO] [stdout] test ae_test_wait_first_timeout ... ok
[INFO] [stdout] test ae_test_multiple_ordered_lock_all ... ok
[INFO] [stderr]      Running tests/event_test.rs (/opt/rustwide/target/debug/deps/event_test-2550f60adf3e9510)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/manual_reset_event_test.rs (/opt/rustwide/target/debug/deps/manual_reset_event_test-4c88fff6d8947f4f)
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.07s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_event_guard ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test me_test_init_false ... ok
[INFO] [stdout] test me_test_init_true ... ok
[INFO] [stdout] test me_test_set_event ... ok
[INFO] [stdout] test me_test_wait_all_already_set ... ok
[INFO] [stdout] test me_test_wait_all_timeout ... ok
[INFO] [stdout] test me_test_wait_all_cleared_timeout ... ok
[INFO] [stdout] test me_test_wait_already_set ... ok
[INFO] [stdout] test me_test_wait_first_already_set ... ok
[INFO] [stdout] test me_test_thread_wait ... ok
[INFO] [stdout] test me_test_wait_all ... ok
[INFO] [stdout] test me_test_clear_event ... ok
[INFO] [stdout] test me_test_wait_timeout ... ok
[INFO] [stdout] test me_test_wait_first_timeout ... ok
[INFO] [stdout] test me_test_wait_all_partial_set ... ok
[INFO] [stdout] test me_test_wait_first ... ok
[INFO] [stderr]      Running tests/manual_reset_event_test_pair.rs (/opt/rustwide/target/debug/deps/manual_reset_event_test_pair-b4103543d0ad16cb)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test mep_test_clear_event ... ok
[INFO] [stdout] test mep_test_init_false ... ok
[INFO] [stdout] test mep_test_set_event ... ok
[INFO] [stdout] test mep_test_wait_all_cleared_timeout ... ok
[INFO] [stdout] test mep_test_wait_already_set ... ok
[INFO] [stdout] test mep_test_wait_first_already_set ... ok
[INFO] [stdout] test mep_test_wait_timeout ... ok
[INFO] [stdout] test mep_test_wait_all_timeout ... ok
[INFO] [stdout] test mep_test_wait_all_already_set ... ok
[INFO] [stdout] test mep_test_init_true ... ok
[INFO] [stdout] test mep_test_wait_first_timeout ... ok
[INFO] [stdout] test mep_test_thread_wait ... ok
[INFO] [stdout] test mep_test_wait_all ... ok
[INFO] [stdout] test mep_test_wait_all_partial_set ... ok
[INFO] [stdout] test mep_test_wait_first ... ok
[INFO] [stdout] test mep_test_wait_not ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/pulse_event_test.rs (/opt/rustwide/target/debug/deps/pulse_event_test-8a901fb52eb957cf)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test pe_test_clear_event ... ok
[INFO] [stdout] test pe_test_init ... ok
[INFO] [stdout] test pe_test_wait_all_timeout ... ok
[INFO] [stdout] test pe_test_set_event ... ok
[INFO] [stdout] test pe_test_wait_all_partial_set ... ok
[INFO] [stdout] test pe_test_wait_already_set ... ok
[INFO] [stdout] test pe_test_wait_first_timeout ... ok
[INFO] [stdout] test pe_test_wait_timeout ... ok
[INFO] [stdout] test pe_test_thread_wait ... ok
[INFO] [stdout] test pe_test_wait_first ... ok
[INFO] [stdout] test pe_test_wait_all ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests win_events
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test src/events/manual_reset.rs - events::manual_reset::ManualResetEvent::is_set (line 115) ... ok
[INFO] [stdout] test src/events/auto_reset.rs - events::auto_reset::AutoResetEvent::set (line 145) ... ok
[INFO] [stdout] test src/events/event.rs - events::event::EventGuard (line 145) ... ok
[INFO] [stdout] test src/events/manual_reset.rs - events::manual_reset::ManualResetEvent::set (line 129) ... ok
[INFO] [stdout] test src/events/manual_reset_pair.rs - events::manual_reset_pair::ManualResetEventPair::event_not_set (line 403) ... ok
[INFO] [stdout] test src/events/manual_reset.rs - events::manual_reset::ManualResetEvent::new (line 99) ... ok
[INFO] [stdout] test src/events/auto_reset.rs - events::auto_reset::AutoResetEvent::is_set (line 131) ... ok
[INFO] [stdout] test src/events/manual_reset_pair.rs - events::manual_reset_pair::ManualResetEventPair::clear (line 334) ... ok
[INFO] [stdout] test src/events/auto_reset.rs - events::auto_reset::AutoResetEvent::new (line 115) ... ok
[INFO] [stdout] test src/events/auto_reset.rs - events::auto_reset::AutoResetEvent::clear (line 160) ... ok
[INFO] [stdout] test src/events/manual_reset.rs - events::manual_reset::ManualResetEvent::clear (line 144) ... ok
[INFO] [stdout] test src/events/manual_reset_pair.rs - events::manual_reset_pair::ManualResetEventPair::event_set (line 373) ... ok
[INFO] [stdout] test src/events/manual_reset_pair.rs - events::manual_reset_pair::ManualResetEventPair::new (line 287) ... ok
[INFO] [stdout] test src/events/manual_reset_pair.rs - events::manual_reset_pair::ManualResetEventPair::is_set (line 305) ... ok
[INFO] [stdout] test src/events/manual_reset_pair.rs - events::manual_reset_pair::ManualResetEventPair (line 259) ... ok
[INFO] [stdout] test src/events/manual_reset_pair.rs - events::manual_reset_pair::ManualResetEventPair::set (line 319) ... ok
[INFO] [stdout] test src/events/pulse.rs - events::pulse::PulseEvent::clear (line 142) ... ok
[INFO] [stdout] test src/events/auto_reset.rs - events::auto_reset::AutoResetEvent (line 88) ... ok
[INFO] [stdout] test src/events/manual_reset.rs - events::manual_reset::ManualResetEvent (line 73) ... ok
[INFO] [stdout] test src/events/pulse.rs - events::pulse::PulseEvent::new (line 96) ... ok
[INFO] [stdout] test src/events/manual_reset_pair.rs - events::manual_reset_pair::ManualResetEventPair::wait (line 348) ... ok
[INFO] [stdout] test src/waiters/wait_all.rs - waiters::wait_all::wait_all (line 70) ... ok
[INFO] [stdout] test src/events/auto_reset.rs - events::auto_reset::AutoResetEvent::wait (line 174) ... ok
[INFO] [stdout] test src/events/pulse.rs - events::pulse::PulseEvent::is_set (line 113) ... ok
[INFO] [stdout] test src/events/manual_reset.rs - events::manual_reset::ManualResetEvent::wait (line 158) ... ok
[INFO] [stdout] test src/events/pulse.rs - events::pulse::PulseEvent::wait (line 156) ... ok
[INFO] [stdout] test src/events/pulse.rs - events::pulse::PulseEvent (line 68) ... ok
[INFO] [stdout] test src/events/pulse.rs - events::pulse::PulseEvent::set (line 127) ... ok
[INFO] [stdout] test src/waiters/wait_first.rs - waiters::wait_first::wait_first (line 41) ... ok
[INFO] [stdout] test src/waiters/wait_one.rs - waiters::wait_one::wait_one (line 41) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "062ac83dab0ffdaba46d55639d01f58afb1833878d7e23dec293d08cd8ecc860", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "062ac83dab0ffdaba46d55639d01f58afb1833878d7e23dec293d08cd8ecc860", kill_on_drop: false }`
[INFO] [stdout] 062ac83dab0ffdaba46d55639d01f58afb1833878d7e23dec293d08cd8ecc860
