[INFO] fetching crate win-events 0.0.2...
[INFO] testing win-events-0.0.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate win-events 0.0.2 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate win-events 0.0.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81ff804595d8aad31d3934e9ddd7b7fa37d6a0f42606d1ef801e767b88411afd
[INFO] running `Command { std: "docker" "start" "-a" "81ff804595d8aad31d3934e9ddd7b7fa37d6a0f42606d1ef801e767b88411afd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81ff804595d8aad31d3934e9ddd7b7fa37d6a0f42606d1ef801e767b88411afd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81ff804595d8aad31d3934e9ddd7b7fa37d6a0f42606d1ef801e767b88411afd", kill_on_drop: false }`
[INFO] [stdout] 81ff804595d8aad31d3934e9ddd7b7fa37d6a0f42606d1ef801e767b88411afd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d1f1bd541f95b75e0c57b0e13bf7d4935b90690ff1fe854706ff2dc70e8756e
[INFO] running `Command { std: "docker" "start" "-a" "0d1f1bd541f95b75e0c57b0e13bf7d4935b90690ff1fe854706ff2dc70e8756e", 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.67s
[INFO] running `Command { std: "docker" "inspect" "0d1f1bd541f95b75e0c57b0e13bf7d4935b90690ff1fe854706ff2dc70e8756e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d1f1bd541f95b75e0c57b0e13bf7d4935b90690ff1fe854706ff2dc70e8756e", kill_on_drop: false }`
[INFO] [stdout] 0d1f1bd541f95b75e0c57b0e13bf7d4935b90690ff1fe854706ff2dc70e8756e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d69a68b48d96d4e8e8a9ff35110fe948699900acda88ba9c6507c92fba51708
[INFO] running `Command { std: "docker" "start" "-a" "4d69a68b48d96d4e8e8a9ff35110fe948699900acda88ba9c6507c92fba51708", 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] [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]    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 `test` profile [unoptimized + debuginfo] target(s) in 1.89s
[INFO] running `Command { std: "docker" "inspect" "4d69a68b48d96d4e8e8a9ff35110fe948699900acda88ba9c6507c92fba51708", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d69a68b48d96d4e8e8a9ff35110fe948699900acda88ba9c6507c92fba51708", kill_on_drop: false }`
[INFO] [stdout] 4d69a68b48d96d4e8e8a9ff35110fe948699900acda88ba9c6507c92fba51708
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ebb26db67815af0abeb4db6de93f28ea02930446808859e74b467ab8536e5be6
[INFO] running `Command { std: "docker" "start" "-a" "ebb26db67815af0abeb4db6de93f28ea02930446808859e74b467ab8536e5be6", 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.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/win_events-d5186c88883a9aaa)
[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-4e27f1c10f59b30e)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test ae_test_clear_event ... ok
[INFO] [stdout] test ae_test_init_false ... ok
[INFO] [stdout] test ae_test_init_true ... 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_thread_wait ... ok
[INFO] [stdout] test ae_test_multiple_waiters_all ... ok
[INFO] [stdout] test ae_test_wait_already_set ... ok
[INFO] [stdout] test ae_test_wait_all_toggled_timeout ... ok
[INFO] [stdout] test ae_test_wait_first_already_set ... 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_multiple_waiters_one ... ok
[INFO] [stdout] test ae_test_wait_first_toggled_timeout ... ok
[INFO] [stdout] test ae_test_wait_timeout ... ok
[INFO] [stdout] test ae_test_wait_all_partial_set ... ok
[INFO] [stdout] test ae_test_wait_all ... ok
[INFO] [stdout] test ae_test_wait_first ... ok
[INFO] [stdout] test ae_test_set_event ... 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-7020a316e0ab6f9f)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s
[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] [stderr]      Running tests/manual_reset_event_test.rs (/opt/rustwide/target/debug/deps/manual_reset_event_test-f9f0c30d42c4fd87)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test me_test_init_true ... ok
[INFO] [stdout] test me_test_clear_event ... ok
[INFO] [stdout] test me_test_init_false ... ok
[INFO] [stdout] test me_test_wait_all_already_set ... ok
[INFO] [stdout] test me_test_set_event ... ok
[INFO] [stdout] test me_test_wait_all_timeout ... ok
[INFO] [stdout] test me_test_wait_already_set ... ok
[INFO] [stdout] test me_test_wait_timeout ... ok
[INFO] [stdout] test me_test_wait_all_cleared_timeout ... 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_first_timeout ... ok
[INFO] [stdout] test me_test_wait_all_partial_set ... ok
[INFO] [stdout] test me_test_wait_first ... ok
[INFO] [stdout] test me_test_wait_all ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stderr]      Running tests/manual_reset_event_test_pair.rs (/opt/rustwide/target/debug/deps/manual_reset_event_test_pair-148bbe68f023a81c)
[INFO] [stdout] test mep_test_init_true ... ok
[INFO] [stdout] test mep_test_set_event ... ok
[INFO] [stdout] test mep_test_init_false ... ok
[INFO] [stdout] test mep_test_clear_event ... ok
[INFO] [stdout] test mep_test_wait_all_cleared_timeout ... ok
[INFO] [stdout] test mep_test_wait_all_already_set ... ok
[INFO] [stdout] test mep_test_wait_already_set ... ok
[INFO] [stdout] test mep_test_wait_all_timeout ... ok
[INFO] [stdout] test mep_test_wait_first_already_set ... ok
[INFO] [stdout] test mep_test_wait_timeout ... ok
[INFO] [stdout] test mep_test_thread_wait ... ok
[INFO] [stdout] test mep_test_wait_first_timeout ... 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-7382b67e3ad1eb08)
[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_wait_timeout ... ok
[INFO] [stdout] test pe_test_set_event ... ok
[INFO] [stdout] test pe_test_wait_first_timeout ... ok
[INFO] [stdout] test pe_test_thread_wait ... ok
[INFO] [stdout] test pe_test_wait_already_set ... ok
[INFO] [stdout] test pe_test_wait_all_partial_set ... ok
[INFO] [stdout] test pe_test_wait_all ... ok
[INFO] [stdout] test pe_test_wait_first ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests win_events
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test src/events/auto_reset.rs - events::auto_reset::AutoResetEvent::wait (line 174) ... ok
[INFO] [stdout] test src/events/auto_reset.rs - events::auto_reset::AutoResetEvent::clear (line 160) ... ok
[INFO] [stdout] test src/events/auto_reset.rs - events::auto_reset::AutoResetEvent::set (line 145) ... ok
[INFO] [stdout] test src/events/auto_reset.rs - events::auto_reset::AutoResetEvent::is_set (line 131) ... ok
[INFO] [stdout] test src/events/event.rs - events::event::EventGuard (line 145) ... ok
[INFO] [stdout] test src/events/auto_reset.rs - events::auto_reset::AutoResetEvent (line 88) ... ok
[INFO] [stdout] test src/events/auto_reset.rs - events::auto_reset::AutoResetEvent::new (line 115) ... ok
[INFO] [stdout] test src/events/manual_reset.rs - events::manual_reset::ManualResetEvent::clear (line 144) ... ok
[INFO] [stdout] test src/events/manual_reset.rs - events::manual_reset::ManualResetEvent::set (line 129) ... ok
[INFO] [stdout] test src/events/manual_reset.rs - events::manual_reset::ManualResetEvent (line 73) ... ok
[INFO] [stdout] test src/events/manual_reset.rs - events::manual_reset::ManualResetEvent::is_set (line 115) ... ok
[INFO] [stdout] test src/events/manual_reset_pair.rs - events::manual_reset_pair::ManualResetEventPair::clear (line 334) ... ok
[INFO] [stdout] test src/events/manual_reset.rs - events::manual_reset::ManualResetEvent::new (line 99) ... 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::is_set (line 305) ... ok
[INFO] [stdout] test src/events/manual_reset.rs - events::manual_reset::ManualResetEvent::wait (line 158) ... 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::event_not_set (line 403) ... 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::set (line 319) ... ok
[INFO] [stdout] test src/events/pulse.rs - events::pulse::PulseEvent::is_set (line 113) ... ok
[INFO] [stdout] test src/events/pulse.rs - events::pulse::PulseEvent::clear (line 142) ... ok
[INFO] [stdout] test src/events/manual_reset_pair.rs - events::manual_reset_pair::ManualResetEventPair::wait (line 348) ... ok
[INFO] [stdout] test src/events/pulse.rs - events::pulse::PulseEvent::new (line 96) ... ok
[INFO] [stdout] test src/events/pulse.rs - events::pulse::PulseEvent::set (line 127) ... 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/waiters/wait_all.rs - waiters::wait_all::wait_all (line 70) ... 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.88s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ebb26db67815af0abeb4db6de93f28ea02930446808859e74b467ab8536e5be6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebb26db67815af0abeb4db6de93f28ea02930446808859e74b467ab8536e5be6", kill_on_drop: false }`
[INFO] [stdout] ebb26db67815af0abeb4db6de93f28ea02930446808859e74b467ab8536e5be6
