[INFO] fetching crate momoden-password 0.1.0...
[INFO] testing momoden-password-0.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate momoden-password 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate momoden-password 0.1.0
[INFO] finished tweaking crates.io crate momoden-password 0.1.0
[INFO] tweaked toml for crates.io crate momoden-password 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate momoden-password 0.1.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate momoden-password 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9765c6b4456da0e7c8ee70586b989c19a3576269c52503f6eeeb9b37816fc66d
[INFO] running `Command { std: "docker" "start" "-a" "9765c6b4456da0e7c8ee70586b989c19a3576269c52503f6eeeb9b37816fc66d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9765c6b4456da0e7c8ee70586b989c19a3576269c52503f6eeeb9b37816fc66d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9765c6b4456da0e7c8ee70586b989c19a3576269c52503f6eeeb9b37816fc66d", kill_on_drop: false }`
[INFO] [stdout] 9765c6b4456da0e7c8ee70586b989c19a3576269c52503f6eeeb9b37816fc66d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa529b32acbd1064a5f2c1d3795e6a5e53afd1936f5cbbbeda5c6ffb06c31454
[INFO] running `Command { std: "docker" "start" "-a" "fa529b32acbd1064a5f2c1d3795e6a5e53afd1936f5cbbbeda5c6ffb06c31454", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling wyz v0.5.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling momoden-password v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/password.rs:88:20
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn display(&self) -> PasswordDisplay {
[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] 88 |     pub fn display(&self) -> PasswordDisplay<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/password.rs:93:27
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn display_pretty(&self) -> PasswordDisplayPretty {
[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] 93 |     pub fn display_pretty(&self) -> PasswordDisplayPretty<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/password.rs:100:24
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn display_hex(&self) -> PasswordDisplayHex {
[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] 100 |     pub fn display_hex(&self) -> PasswordDisplayHex<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s
[INFO] running `Command { std: "docker" "inspect" "fa529b32acbd1064a5f2c1d3795e6a5e53afd1936f5cbbbeda5c6ffb06c31454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa529b32acbd1064a5f2c1d3795e6a5e53afd1936f5cbbbeda5c6ffb06c31454", kill_on_drop: false }`
[INFO] [stdout] fa529b32acbd1064a5f2c1d3795e6a5e53afd1936f5cbbbeda5c6ffb06c31454
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 62dccf9f23c2cd9b8b21e39bff62e157a57d5d5a36903effbd49158435af4f0f
[INFO] running `Command { std: "docker" "start" "-a" "62dccf9f23c2cd9b8b21e39bff62e157a57d5d5a36903effbd49158435af4f0f", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/password.rs:88:20
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn display(&self) -> PasswordDisplay {
[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] 88 |     pub fn display(&self) -> PasswordDisplay<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/password.rs:93:27
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn display_pretty(&self) -> PasswordDisplayPretty {
[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] 93 |     pub fn display_pretty(&self) -> PasswordDisplayPretty<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/password.rs:100:24
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn display_hex(&self) -> PasswordDisplayHex {
[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] 100 |     pub fn display_hex(&self) -> PasswordDisplayHex<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling momoden-password v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/password.rs:88:20
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn display(&self) -> PasswordDisplay {
[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] 88 |     pub fn display(&self) -> PasswordDisplay<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/password.rs:93:27
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn display_pretty(&self) -> PasswordDisplayPretty {
[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] 93 |     pub fn display_pretty(&self) -> PasswordDisplayPretty<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/password.rs:100:24
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn display_hex(&self) -> PasswordDisplayHex {
[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] 100 |     pub fn display_hex(&self) -> PasswordDisplayHex<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.74s
[INFO] running `Command { std: "docker" "inspect" "62dccf9f23c2cd9b8b21e39bff62e157a57d5d5a36903effbd49158435af4f0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62dccf9f23c2cd9b8b21e39bff62e157a57d5d5a36903effbd49158435af4f0f", kill_on_drop: false }`
[INFO] [stdout] 62dccf9f23c2cd9b8b21e39bff62e157a57d5d5a36903effbd49158435af4f0f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bc96c0c8665be0d8140cbf620282b10d1b010921e3feb63e3245e5ab726e1599
[INFO] running `Command { std: "docker" "start" "-a" "bc96c0c8665be0d8140cbf620282b10d1b010921e3feb63e3245e5ab726e1599", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/password.rs:88:20
[INFO] [stderr]    |
[INFO] [stderr] 88 |     pub fn display(&self) -> PasswordDisplay {
[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] 88 |     pub fn display(&self) -> PasswordDisplay<'_> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/password.rs:93:27
[INFO] [stderr]    |
[INFO] [stderr] 93 |     pub fn display_pretty(&self) -> PasswordDisplayPretty {
[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] 93 |     pub fn display_pretty(&self) -> PasswordDisplayPretty<'_> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/password.rs:100:24
[INFO] [stderr]     |
[INFO] [stderr] 100 |     pub fn display_hex(&self) -> PasswordDisplayHex {
[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] 100 |     pub fn display_hex(&self) -> PasswordDisplayHex<'_> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `momoden-password` (lib) generated 3 warnings (run `cargo fix --lib -p momoden-password` to apply 3 suggestions)
[INFO] [stderr] warning: `momoden-password` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/momoden_password-b31b4cff7167f892)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test bounded::tests::test_from_str_radix ... ok
[INFO] [stdout] test password::tests::test_password_display ... ok
[INFO] [stdout] test password::tests::test_password_display_hex ... ok
[INFO] [stdout] test password::tests::test_password_is_special ... ok
[INFO] [stdout] test password::tests::test_password_new ... ok
[INFO] [stdout] test password::tests::test_password_parse ... ok
[INFO] [stdout] test password::tests::test_password_display_pretty ... ok
[INFO] [stdout] test serialized::tests::test_bytes_checksum ... ok
[INFO] [stdout] test serialized::tests::test_bytes_new ... ok
[INFO] [stdout] test serialized::tests::test_bytes_password_roundtrip ... ok
[INFO] [stdout] test serialized::tests::test_load_fu ... ok
[INFO] [stdout] test serialized::tests::test_load_various_len ... ok
[INFO] [stdout] test serialized::tests::test_save ... ok
[INFO] [stdout] test password::tests::test_password_is_invalid_second_char ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests momoden_password
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 7) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 29) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bc96c0c8665be0d8140cbf620282b10d1b010921e3feb63e3245e5ab726e1599", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc96c0c8665be0d8140cbf620282b10d1b010921e3feb63e3245e5ab726e1599", kill_on_drop: false }`
[INFO] [stdout] bc96c0c8665be0d8140cbf620282b10d1b010921e3feb63e3245e5ab726e1599
