[INFO] cloning repository https://github.com/joeblack2k/SGM-Helper
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joeblack2k/SGM-Helper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoeblack2k%2FSGM-Helper", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoeblack2k%2FSGM-Helper'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 890bb97e7a2ce544781c65380ab5c816ecd237f2
[INFO] testing joeblack2k/SGM-Helper against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoeblack2k%2FSGM-Helper" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/joeblack2k/SGM-Helper
[INFO] finished tweaking git repo https://github.com/joeblack2k/SGM-Helper
[INFO] tweaked toml for git repo https://github.com/joeblack2k/SGM-Helper written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/joeblack2k/SGM-Helper on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/joeblack2k/SGM-Helper 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c773ec717f72a06bf055d32b798a002cb80dfe55a18df6d829b852a7a27f511b
[INFO] running `Command { std: "docker" "start" "-a" "c773ec717f72a06bf055d32b798a002cb80dfe55a18df6d829b852a7a27f511b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c773ec717f72a06bf055d32b798a002cb80dfe55a18df6d829b852a7a27f511b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c773ec717f72a06bf055d32b798a002cb80dfe55a18df6d829b852a7a27f511b", kill_on_drop: false }`
[INFO] [stdout] c773ec717f72a06bf055d32b798a002cb80dfe55a18df6d829b852a7a27f511b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1263c99dbd8fa860d4313f8c64d8dbca8beef1c18bde199486d932dd236e91ba
[INFO] running `Command { std: "docker" "start" "-a" "1263c99dbd8fa860d4313f8c64d8dbca8beef1c18bde199486d932dd236e91ba", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling hostname v0.4.2
[INFO] [stderr]    Compiling md5 v0.8.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling sgm-windows-helper v0.4.16 (/opt/rustwide/workdir/helpers/windows)
[INFO] [stderr]    Compiling sgm-mister-helper v0.4.16 (/opt/rustwide/workdir/helpers/mister)
[INFO] [stderr]    Compiling sgm-steamdeck-helper v0.4.16 (/opt/rustwide/workdir/helpers/steamdeck)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.61s
[INFO] running `Command { std: "docker" "inspect" "1263c99dbd8fa860d4313f8c64d8dbca8beef1c18bde199486d932dd236e91ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1263c99dbd8fa860d4313f8c64d8dbca8beef1c18bde199486d932dd236e91ba", kill_on_drop: false }`
[INFO] [stdout] 1263c99dbd8fa860d4313f8c64d8dbca8beef1c18bde199486d932dd236e91ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8107e92c634aa94f8e111e6bed2a57b8086e7266d6b95895932defead0cc0cb1
[INFO] running `Command { std: "docker" "start" "-a" "8107e92c634aa94f8e111e6bed2a57b8086e7266d6b95895932defead0cc0cb1", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling assert_cmd v2.2.1
[INFO] [stderr]    Compiling tabwriter v1.4.1
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling path-tree v0.8.3
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling stringmetrics v2.2.2
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling async-object-pool v0.2.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling serde_regex v1.1.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling headers-core v0.3.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling headers v0.4.1
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling httpmock v0.8.3
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling sgm-mister-helper v0.4.16 (/opt/rustwide/workdir/helpers/mister)
[INFO] [stderr]    Compiling sgm-steamdeck-helper v0.4.16 (/opt/rustwide/workdir/helpers/steamdeck)
[INFO] [stderr]    Compiling sgm-windows-helper v0.4.16 (/opt/rustwide/workdir/helpers/windows)
[INFO] [stderr] error: could not compile `sgm-steamdeck-helper` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name sgm_steamdeck_helper --edition=2024 helpers/steamdeck/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7f738ef4e302da5 -C extra-filename=-fd3eb796cb11295d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aes=/opt/rustwide/target/debug/deps/libaes-203a72feddce597c.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-bb5f243237f5f99b.rlib --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-5d136bf949578ba1.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-69ebe4505ea94354.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-bcb2fde00280c5e0.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-ce2ce186edf8450e.rlib --extern hostname=/opt/rustwide/target/debug/deps/libhostname-3dc388e06ef350b5.rlib --extern httpmock=/opt/rustwide/target/debug/deps/libhttpmock-f43e78bb974e1d30.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-a10ebf850c10c4d0.rlib --extern predicates=/opt/rustwide/target/debug/deps/libpredicates-5a900a12b381a7b6.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-b40b855ca86000af.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4ec999752e432374.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-195ff27eed452674.rlib --extern sha1=/opt/rustwide/target/debug/deps/libsha1-07114ff900a9d119.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-5301319b2d1628ad.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-61a64a600c81cd73.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-4e8c8fd02e7bfe7e.rlib --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-fe31fa9f1b59a72f.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-e0a2b908ad56e1d9/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `sgm-mister-helper` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name sgm_mister_helper --edition=2024 helpers/mister/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=714f5c0cf449859b -C extra-filename=-16130a82a4538fbe --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aes=/opt/rustwide/target/debug/deps/libaes-203a72feddce597c.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-bb5f243237f5f99b.rlib --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-5d136bf949578ba1.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-69ebe4505ea94354.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-bcb2fde00280c5e0.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-ce2ce186edf8450e.rlib --extern hostname=/opt/rustwide/target/debug/deps/libhostname-3dc388e06ef350b5.rlib --extern httpmock=/opt/rustwide/target/debug/deps/libhttpmock-f43e78bb974e1d30.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-a10ebf850c10c4d0.rlib --extern predicates=/opt/rustwide/target/debug/deps/libpredicates-5a900a12b381a7b6.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-b40b855ca86000af.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4ec999752e432374.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-195ff27eed452674.rlib --extern sha1=/opt/rustwide/target/debug/deps/libsha1-07114ff900a9d119.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-5301319b2d1628ad.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-61a64a600c81cd73.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-4e8c8fd02e7bfe7e.rlib --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-fe31fa9f1b59a72f.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-e0a2b908ad56e1d9/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "8107e92c634aa94f8e111e6bed2a57b8086e7266d6b95895932defead0cc0cb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8107e92c634aa94f8e111e6bed2a57b8086e7266d6b95895932defead0cc0cb1", kill_on_drop: false }`
[INFO] [stdout] 8107e92c634aa94f8e111e6bed2a57b8086e7266d6b95895932defead0cc0cb1
