[INFO] fetching crate frugal_async 0.1.0...
[INFO] testing frugal_async-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate frugal_async 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate frugal_async 0.1.0
[INFO] finished tweaking crates.io crate frugal_async 0.1.0
[INFO] tweaked toml for crates.io crate frugal_async 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate frugal_async 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate frugal_async 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded async-signal v0.2.10
[INFO] [stderr]   Downloaded async-fs v2.1.2
[INFO] [stderr]   Downloaded async-executor v1.13.1
[INFO] [stderr]   Downloaded async-io v2.4.0
[INFO] [stderr]   Downloaded async-process v2.3.0
[INFO] [stderr]   Downloaded async-net v2.0.0
[INFO] [stderr]   Downloaded polling v3.7.4
[INFO] [stderr]   Downloaded errno v0.3.11
[INFO] [stderr]   Downloaded async-channel v2.3.1
[INFO] [stderr]   Downloaded smol v2.0.2
[INFO] [stderr]   Downloaded blocking v1.6.1
[INFO] [stderr]   Downloaded fairly_unsafe_cell v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 597453c3f471fdc63c776379f8cd0265a3eb87fb3ac757e481778176adcad76b
[INFO] running `Command { std: "docker" "start" "-a" "597453c3f471fdc63c776379f8cd0265a3eb87fb3ac757e481778176adcad76b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "597453c3f471fdc63c776379f8cd0265a3eb87fb3ac757e481778176adcad76b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "597453c3f471fdc63c776379f8cd0265a3eb87fb3ac757e481778176adcad76b", kill_on_drop: false }`
[INFO] [stdout] 597453c3f471fdc63c776379f8cd0265a3eb87fb3ac757e481778176adcad76b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "-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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2990c94efd605544497d2d0fb99111627068cecf08542df97237f237ccac0aaa
[INFO] running `Command { std: "docker" "start" "-a" "2990c94efd605544497d2d0fb99111627068cecf08542df97237f237ccac0aaa", kill_on_drop: false }`
[INFO] [stderr]    Compiling fairly_unsafe_cell v0.1.0
[INFO] [stderr]    Compiling frugal_async v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rw.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub async fn read(&self) -> ReadGuard<T> {
[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] 73 |     pub async fn read(&self) -> ReadGuard<'_, T> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rw.rs:95:21
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn try_read(&self) -> Option<ReadGuard<T>> {
[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] 95 |     pub fn try_read(&self) -> Option<ReadGuard<'_, T>> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rw.rs:123:24
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub async fn write(&self) -> WriteGuard<T> {
[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] 123 |     pub async fn write(&self) -> WriteGuard<'_, T> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rw.rs:145:22
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn try_write(&self) -> Option<WriteGuard<T>> {
[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] 145 |     pub fn try_write(&self) -> Option<WriteGuard<'_, T>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mutex.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub async fn read(&self) -> ReadGuard<T> {
[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] 68 |     pub async fn read(&self) -> ReadGuard<'_, T> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mutex.rs:90:21
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn try_read(&self) -> Option<ReadGuard<T>> {
[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] 90 |     pub fn try_read(&self) -> Option<ReadGuard<'_, T>> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mutex.rs:120:24
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub async fn write(&self) -> WriteGuard<T> {
[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] 120 |     pub async fn write(&self) -> WriteGuard<'_, T> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mutex.rs:142:22
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn try_write(&self) -> Option<WriteGuard<T>> {
[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] 142 |     pub fn try_write(&self) -> Option<WriteGuard<'_, T>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] running `Command { std: "docker" "inspect" "2990c94efd605544497d2d0fb99111627068cecf08542df97237f237ccac0aaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2990c94efd605544497d2d0fb99111627068cecf08542df97237f237ccac0aaa", kill_on_drop: false }`
[INFO] [stdout] 2990c94efd605544497d2d0fb99111627068cecf08542df97237f237ccac0aaa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "-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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 25352a2dc33f3e07831a6685a8b6622574582631c264c8146d02f65c5b49b9f1
[INFO] running `Command { std: "docker" "start" "-a" "25352a2dc33f3e07831a6685a8b6622574582631c264c8146d02f65c5b49b9f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling pollster v0.4.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rw.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub async fn read(&self) -> ReadGuard<T> {
[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] 73 |     pub async fn read(&self) -> ReadGuard<'_, T> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rw.rs:95:21
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn try_read(&self) -> Option<ReadGuard<T>> {
[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] 95 |     pub fn try_read(&self) -> Option<ReadGuard<'_, T>> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rw.rs:123:24
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub async fn write(&self) -> WriteGuard<T> {
[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] 123 |     pub async fn write(&self) -> WriteGuard<'_, T> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rw.rs:145:22
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn try_write(&self) -> Option<WriteGuard<T>> {
[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] 145 |     pub fn try_write(&self) -> Option<WriteGuard<'_, T>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mutex.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub async fn read(&self) -> ReadGuard<T> {
[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] 68 |     pub async fn read(&self) -> ReadGuard<'_, T> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mutex.rs:90:21
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn try_read(&self) -> Option<ReadGuard<T>> {
[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] 90 |     pub fn try_read(&self) -> Option<ReadGuard<'_, T>> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mutex.rs:120:24
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub async fn write(&self) -> WriteGuard<T> {
[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] 120 |     pub async fn write(&self) -> WriteGuard<'_, T> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mutex.rs:142:22
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn try_write(&self) -> Option<WriteGuard<T>> {
[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] 142 |     pub fn try_write(&self) -> Option<WriteGuard<'_, T>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling async-fs v2.1.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling polling v3.7.4
[INFO] [stderr]    Compiling async-io v2.4.0
[INFO] [stderr]    Compiling async-signal v0.2.10
[INFO] [stderr]    Compiling async-net v2.0.0
[INFO] [stderr]    Compiling async-process v2.3.0
[INFO] [stderr]    Compiling smol v2.0.2
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling frugal_async v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rw.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub async fn read(&self) -> ReadGuard<T> {
[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] 73 |     pub async fn read(&self) -> ReadGuard<'_, T> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rw.rs:95:21
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn try_read(&self) -> Option<ReadGuard<T>> {
[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] 95 |     pub fn try_read(&self) -> Option<ReadGuard<'_, T>> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rw.rs:123:24
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub async fn write(&self) -> WriteGuard<T> {
[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] 123 |     pub async fn write(&self) -> WriteGuard<'_, T> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rw.rs:145:22
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn try_write(&self) -> Option<WriteGuard<T>> {
[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] 145 |     pub fn try_write(&self) -> Option<WriteGuard<'_, T>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mutex.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub async fn read(&self) -> ReadGuard<T> {
[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] 68 |     pub async fn read(&self) -> ReadGuard<'_, T> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mutex.rs:90:21
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn try_read(&self) -> Option<ReadGuard<T>> {
[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] 90 |     pub fn try_read(&self) -> Option<ReadGuard<'_, T>> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mutex.rs:120:24
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub async fn write(&self) -> WriteGuard<T> {
[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] 120 |     pub async fn write(&self) -> WriteGuard<'_, T> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mutex.rs:142:22
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn try_write(&self) -> Option<WriteGuard<T>> {
[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] 142 |     pub fn try_write(&self) -> Option<WriteGuard<'_, T>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 24.41s
[INFO] running `Command { std: "docker" "inspect" "25352a2dc33f3e07831a6685a8b6622574582631c264c8146d02f65c5b49b9f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25352a2dc33f3e07831a6685a8b6622574582631c264c8146d02f65c5b49b9f1", kill_on_drop: false }`
[INFO] [stdout] 25352a2dc33f3e07831a6685a8b6622574582631c264c8146d02f65c5b49b9f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "-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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a41579d3c730b3e9cf6fae0f6340110996595be9a33dfb17dde6386a3e436ca1
[INFO] running `Command { std: "docker" "start" "-a" "a41579d3c730b3e9cf6fae0f6340110996595be9a33dfb17dde6386a3e436ca1", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/rw.rs:73:23
[INFO] [stderr]    |
[INFO] [stderr] 73 |     pub async fn read(&self) -> ReadGuard<T> {
[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] 73 |     pub async fn read(&self) -> ReadGuard<'_, T> {
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/rw.rs:95:21
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn try_read(&self) -> Option<ReadGuard<T>> {
[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] 95 |     pub fn try_read(&self) -> Option<ReadGuard<'_, T>> {
[INFO] [stderr]    |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rw.rs:123:24
[INFO] [stderr]     |
[INFO] [stderr] 123 |     pub async fn write(&self) -> WriteGuard<T> {
[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] 123 |     pub async fn write(&self) -> WriteGuard<'_, T> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rw.rs:145:22
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub fn try_write(&self) -> Option<WriteGuard<T>> {
[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] 145 |     pub fn try_write(&self) -> Option<WriteGuard<'_, T>> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/mutex.rs:68:23
[INFO] [stderr]    |
[INFO] [stderr] 68 |     pub async fn read(&self) -> ReadGuard<T> {
[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] 68 |     pub async fn read(&self) -> ReadGuard<'_, T> {
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/mutex.rs:90:21
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub fn try_read(&self) -> Option<ReadGuard<T>> {
[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] 90 |     pub fn try_read(&self) -> Option<ReadGuard<'_, T>> {
[INFO] [stderr]    |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/mutex.rs:120:24
[INFO] [stderr]     |
[INFO] [stderr] 120 |     pub async fn write(&self) -> WriteGuard<T> {
[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] 120 |     pub async fn write(&self) -> WriteGuard<'_, T> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/mutex.rs:142:22
[INFO] [stderr]     |
[INFO] [stderr] 142 |     pub fn try_write(&self) -> Option<WriteGuard<T>> {
[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] 142 |     pub fn try_write(&self) -> Option<WriteGuard<'_, T>> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: `frugal_async` (lib) generated 8 warnings (run `cargo fix --lib -p frugal_async` to apply 8 suggestions)
[INFO] [stderr] warning: `frugal_async` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/frugal_async-882c9b3465ce4941)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test mutex::tests::test_mutex_basic ... ok
[INFO] [stderr]    Doc-tests frugal_async
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test src/mutex.rs - mutex::Mutex<T>::into_inner (line 45) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::Mutex<T>::new (line 29) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::Mutex<T>::fallible_mutate (line 278) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::Mutex<T>::mutate (line 260) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::Mutex<T>::replace (line 172) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::Mutex<T>::read (line 57) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::Mutex<T>::set (line 154) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::Mutex<T>::fallible_update (line 209) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::Mutex<T>::update (line 191) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::Mutex<T>::write (line 101) ... ok
[INFO] [stdout] test src/once_cell.rs - once_cell::OnceCell<T>::is_empty (line 80) ... ok
[INFO] [stdout] test src/once_cell.rs - once_cell::OnceCell<T>::into_inner (line 65) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::ReadGuard (line 361) ... ok
[INFO] [stdout] test src/once_cell.rs - once_cell::OnceCell<T>::new (line 37) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::Mutex<T>::try_read (line 74) ... ok
[INFO] [stdout] test src/once_cell.rs - once_cell::OnceCell<T>::get (line 138) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::WriteGuard (line 399) ... ok
[INFO] [stdout] test src/mutex.rs - mutex::Mutex<T>::try_write (line 126) ... ok
[INFO] [stdout] test src/once_cell.rs - once_cell::OnceCell<T>::set (line 157) ... ok
[INFO] [stdout] test src/rw.rs - rw::ReadGuard (line 368) ... ok
[INFO] [stdout] test src/once_cell.rs - once_cell::OnceCell<T>::try_get (line 116) ... ok
[INFO] [stdout] test src/once_cell.rs - once_cell::OnceCell<T>::new_with (line 51) ... ok
[INFO] [stdout] test src/once_cell.rs - once_cell::OnceCell<T>::try_get_mut (line 98) ... ok
[INFO] [stdout] test src/rw.rs - rw::RwLock<T>::fallible_mutate (line 271) ... ok
[INFO] [stdout] test src/rw.rs - rw::RwLock<T>::into_inner (line 50) ... ok
[INFO] [stdout] test src/rw.rs - rw::RwLock<T>::new (line 33) ... ok
[INFO] [stdout] test src/rw.rs - rw::RwLock<T>::read (line 62) ... ok
[INFO] [stdout] test src/rw.rs - rw::RwLock<T>::mutate (line 253) ... ok
[INFO] [stdout] test src/rw.rs - rw::RwLock<T>::fallible_update (line 213) ... ok
[INFO] [stdout] test src/rw.rs - rw::RwLock<T>::replace (line 176) ... ok
[INFO] [stdout] test src/rw.rs - rw::RwLock<T>::update (line 195) ... ok
[INFO] [stdout] test src/rw.rs - rw::RwLock<T>::set (line 158) ... ok
[INFO] [stdout] test src/rw.rs - rw::RwLock<T>::write (line 104) ... ok
[INFO] [stdout] test src/rw.rs - rw::RwLock<T>::try_read (line 79) ... ok
[INFO] [stdout] test src/take_cell.rs - take_cell::TakeCell<T>::is_empty (line 73) ... ok
[INFO] [stdout] test src/take_cell.rs - take_cell::TakeCell<T>::count_waiting (line 237) ... ok
[INFO] [stdout] test src/rw.rs - rw::WriteGuard (line 413) ... ok
[INFO] [stdout] test src/rw.rs - rw::RwLock<T>::try_write (line 129) ... ok
[INFO] [stdout] test src/take_cell.rs - take_cell::TakeCell<T>::peek (line 277) ... ok
[INFO] [stdout] test src/take_cell.rs - take_cell::TakeCell<T>::into_inner (line 61) ... ok
[INFO] [stdout] test src/take_cell.rs - take_cell::TakeCell<T>::new (line 31) ... ok
[INFO] [stdout] test src/take_cell.rs - take_cell::TakeCell<T>::fallible_update (line 210) ... ok
[INFO] [stdout] test src/take_cell.rs - take_cell::TakeCell<T>::new_with (line 46) ... ok
[INFO] [stdout] test src/take_cell.rs - take_cell::TakeCell<T>::try_take (line 150) ... ok
[INFO] [stdout] test src/take_cell.rs - take_cell::TakeCell<T>::set (line 89) ... ok
[INFO] [stdout] test src/take_cell.rs - take_cell::TakeCell<T>::replace (line 118) ... ok
[INFO] [stdout] test src/take_cell.rs - take_cell::TakeCell<T>::take (line 167) ... ok
[INFO] [stdout] test src/take_cell.rs - take_cell::TakeCell<T>::update (line 185) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.30s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a41579d3c730b3e9cf6fae0f6340110996595be9a33dfb17dde6386a3e436ca1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a41579d3c730b3e9cf6fae0f6340110996595be9a33dfb17dde6386a3e436ca1", kill_on_drop: false }`
[INFO] [stdout] a41579d3c730b3e9cf6fae0f6340110996595be9a33dfb17dde6386a3e436ca1
