[INFO] fetching crate async_bagit 0.2.0... [INFO] testing async_bagit-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate async_bagit 0.2.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate async_bagit 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate async_bagit 0.2.0 [INFO] tweaked toml for crates.io crate async_bagit 0.2.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate async_bagit 0.2.0 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] crate crates.io crate async_bagit 0.2.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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] d7d0573397327836a9f6f47ff7df8c494cf7eb60965ea50d708b5dcc343f0583 [INFO] running `Command { std: "docker" "start" "-a" "d7d0573397327836a9f6f47ff7df8c494cf7eb60965ea50d708b5dcc343f0583", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7d0573397327836a9f6f47ff7df8c494cf7eb60965ea50d708b5dcc343f0583", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7d0573397327836a9f6f47ff7df8c494cf7eb60965ea50d708b5dcc343f0583", kill_on_drop: false }` [INFO] [stdout] d7d0573397327836a9f6f47ff7df8c494cf7eb60965ea50d708b5dcc343f0583 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 48dca1695b42d4a4b8e687d07ca51bd181e3e72799cbb79c6148cb8bdfc8c2b3 [INFO] running `Command { std: "docker" "start" "-a" "48dca1695b42d4a4b8e687d07ca51bd181e3e72799cbb79c6148cb8bdfc8c2b3", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling bytes v1.7.0 [INFO] [stderr] Compiling jiff v0.1.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling tokio v1.39.2 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling async_bagit v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function `custom` is never used [INFO] [stdout] --> src/metadata.rs:170:12 [INFO] [stdout] | [INFO] [stdout] 169 | impl Metadata { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 170 | pub fn custom(key: impl Into, value: impl Into) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:192:26 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn payload_items(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 192 | pub fn payload_items(&self) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/payload.rs:141:21 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn checksum(&self) -> &Checksum { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 141 | pub fn checksum(&self) -> &Checksum<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s [INFO] running `Command { std: "docker" "inspect" "48dca1695b42d4a4b8e687d07ca51bd181e3e72799cbb79c6148cb8bdfc8c2b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48dca1695b42d4a4b8e687d07ca51bd181e3e72799cbb79c6148cb8bdfc8c2b3", kill_on_drop: false }` [INFO] [stdout] 48dca1695b42d4a4b8e687d07ca51bd181e3e72799cbb79c6148cb8bdfc8c2b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] b902fa8886eb29d1cdf0fabf44df80e0f115912b9dc026a70b3c1a975335a5e7 [INFO] running `Command { std: "docker" "start" "-a" "b902fa8886eb29d1cdf0fabf44df80e0f115912b9dc026a70b3c1a975335a5e7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling zstd-safe v7.2.0 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling constant_time_eq v0.3.0 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling tokio v1.39.2 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling filetime v0.2.23 [INFO] [stderr] Compiling cc v1.1.7 [INFO] [stderr] Compiling zstd-sys v2.0.12+zstd.1.5.6 [INFO] [stderr] Compiling blake3 v1.5.3 [INFO] [stderr] Compiling xattr v1.3.1 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling async-tempfile v0.6.0 [INFO] [stderr] Compiling async_bagit v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tokio-tar v0.3.1 [INFO] [stdout] warning: associated function `custom` is never used [INFO] [stdout] --> src/metadata.rs:170:12 [INFO] [stdout] | [INFO] [stdout] 169 | impl Metadata { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 170 | pub fn custom(key: impl Into, value: impl Into) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:192:26 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn payload_items(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 192 | pub fn payload_items(&self) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/payload.rs:141:21 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn checksum(&self) -> &Checksum { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 141 | pub fn checksum(&self) -> &Checksum<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling zstd v0.13.2 [INFO] [stderr] Compiling async-compression v0.4.12 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:192:26 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn payload_items(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 192 | pub fn payload_items(&self) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/payload.rs:141:21 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn checksum(&self) -> &Checksum { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 141 | pub fn checksum(&self) -> &Checksum<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 18.98s [INFO] running `Command { std: "docker" "inspect" "b902fa8886eb29d1cdf0fabf44df80e0f115912b9dc026a70b3c1a975335a5e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b902fa8886eb29d1cdf0fabf44df80e0f115912b9dc026a70b3c1a975335a5e7", kill_on_drop: false }` [INFO] [stdout] b902fa8886eb29d1cdf0fabf44df80e0f115912b9dc026a70b3c1a975335a5e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] cec82527c12ac8242584bf27a4f6f0d29096de604011eac74a2dcd10f7f0746c [INFO] running `Command { std: "docker" "start" "-a" "cec82527c12ac8242584bf27a4f6f0d29096de604011eac74a2dcd10f7f0746c", kill_on_drop: false }` [INFO] [stderr] warning: associated function `custom` is never used [INFO] [stderr] --> src/metadata.rs:170:12 [INFO] [stderr] | [INFO] [stderr] 169 | impl Metadata { [INFO] [stderr] | ------------- associated function in this implementation [INFO] [stderr] 170 | pub fn custom(key: impl Into, value: impl Into) -> Result { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:192:26 [INFO] [stderr] | [INFO] [stderr] 192 | pub fn payload_items(&self) -> impl Iterator { [INFO] [stderr] | ^^^^^ ^^^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [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] 192 | pub fn payload_items(&self) -> impl Iterator> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/payload.rs:141:21 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn checksum(&self) -> &Checksum { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [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] 141 | pub fn checksum(&self) -> &Checksum<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `async_bagit` (lib) generated 3 warnings (run `cargo fix --lib -p async_bagit` to apply 2 suggestions) [INFO] [stderr] warning: `async_bagit` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/async_bagit-b7def2e18ec72a5d) [INFO] [stdout] running 12 tests [INFO] [stdout] test checksum::test::compare ... ok [INFO] [stdout] test checksum::test::sha256 ... ok [INFO] [stdout] test metadata::test::custom ... ok [INFO] [stdout] test metadata::test::bagging_date ... ok [INFO] [stdout] test metadata::test::custom_from_str ... ok [INFO] [stdout] test metadata::test::detect_key ... ok [INFO] [stdout] test metadata::test::new_custom ... ok [INFO] [stdout] test read::test::basic_bag_wrong_algorithm_md5 ... ok [INFO] [stdout] test read::test::bag_with_date_sha256 ... ok [INFO] [stdout] test generate::test::bag_sha256 ... ok [INFO] [stdout] test generate::test::bag_with_date ... ok [INFO] [stdout] test test::generate_and_read_basic_bag_sha256 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests async_bagit [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - (line 45) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 20) - compile ... ok [INFO] [stdout] test src/algorithm.rs - algorithm::ChecksumAlgorithm::new (line 56) ... ok [INFO] [stdout] test src/checksum.rs - checksum::Checksum<'_>::digest (line 72) ... ok [INFO] [stdout] test src/read.rs - read::BagIt<'a,'algo>::read_existing (line 63) ... ok [INFO] [stdout] test src/lib.rs - BagIt<'a,'algo>::payload_items (line 153) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.46s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cec82527c12ac8242584bf27a4f6f0d29096de604011eac74a2dcd10f7f0746c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cec82527c12ac8242584bf27a4f6f0d29096de604011eac74a2dcd10f7f0746c", kill_on_drop: false }` [INFO] [stdout] cec82527c12ac8242584bf27a4f6f0d29096de604011eac74a2dcd10f7f0746c