[INFO] cloning repository https://github.com/Falthera/ThreeClient
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Falthera/ThreeClient" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFalthera%2FThreeClient", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFalthera%2FThreeClient'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 39b2f187c5bff404b10dc124ef554cd2ce8a46db
[INFO] checking Falthera/ThreeClient against f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFalthera%2FThreeClient" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Falthera/ThreeClient
[INFO] finished tweaking git repo https://github.com/Falthera/ThreeClient
[INFO] tweaked toml for git repo https://github.com/Falthera/ThreeClient written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Falthera/ThreeClient on toolchain f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Falthera/ThreeClient 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" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `byteorder`
[INFO] [stderr]   --> Cargo.toml:59:25
[INFO] [stderr]    |
[INFO] [stderr] 59 | [workspace.dependencies.byteorder]
[INFO] [stderr]    |                         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `byteorder`
[INFO] [stderr] warning: unused workspace dependency `p256`
[INFO] [stderr]    --> Cargo.toml:155:25
[INFO] [stderr]     |
[INFO] [stderr] 155 | [workspace.dependencies.p256]
[INFO] [stderr]     |                         ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the workspace dependency `p256`
[INFO] [stderr] warning: workspace (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `oneclient_app` should have a kebab-case name
[INFO] [stderr]     |
[INFO] [stderr]   1 | /workspace/builds/worker-2-tc2/source/target/.../oneclient_app
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `oneclient-app`, convert `package.name`
[INFO] [stderr]    --> packages/oneclient_app/Cargo.toml:2:8
[INFO] [stderr]     |
[INFO] [stderr]   2 - name = "oneclient_app"
[INFO] [stderr]   2 + name = "oneclient-app"
[INFO] [stderr]     |
[INFO] [stderr] help: to change the binary name to `oneclient-app`, specify `bin.name`
[INFO] [stderr]    --> packages/oneclient_app/Cargo.toml:148:2
[INFO] [stderr]     |
[INFO] [stderr] 148 ~ 
[INFO] [stderr] 149 + [[bin]]
[INFO] [stderr] 150 + name = "oneclient-app"
[INFO] [stderr] 151 + path = "src/main.rs"
[INFO] [stderr]     |
[INFO] [stderr] warning: `oneclient_app` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 123172c5453ac09efa15728c68858f4bcd7a3f42534eddce7a6f6db6a2435d5f
[INFO] running `Command { std: "docker" "start" "123172c5453ac09efa15728c68858f4bcd7a3f42534eddce7a6f6db6a2435d5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "123172c5453ac09efa15728c68858f4bcd7a3f42534eddce7a6f6db6a2435d5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "123172c5453ac09efa15728c68858f4bcd7a3f42534eddce7a6f6db6a2435d5f" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "123172c5453ac09efa15728c68858f4bcd7a3f42534eddce7a6f6db6a2435d5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "123172c5453ac09efa15728c68858f4bcd7a3f42534eddce7a6f6db6a2435d5f" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `byteorder`
[INFO] [stderr]   --> Cargo.toml:59:25
[INFO] [stderr]    |
[INFO] [stderr] 59 | [workspace.dependencies.byteorder]
[INFO] [stderr]    |                         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `byteorder`
[INFO] [stderr] warning: unused workspace dependency `p256`
[INFO] [stderr]    --> Cargo.toml:155:25
[INFO] [stderr]     |
[INFO] [stderr] 155 | [workspace.dependencies.p256]
[INFO] [stderr]     |                         ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the workspace dependency `p256`
[INFO] [stderr] warning: workspace (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `oneclient_app` should have a kebab-case name
[INFO] [stderr]     |
[INFO] [stderr]   1 | /opt/rustwide/target/.../oneclient_app
[INFO] [stderr]     |                          ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `oneclient-app`, convert `package.name`
[INFO] [stderr]    --> packages/oneclient_app/Cargo.toml:2:8
[INFO] [stderr]     |
[INFO] [stderr]   2 - name = "oneclient_app"
[INFO] [stderr]   2 + name = "oneclient-app"
[INFO] [stderr]     |
[INFO] [stderr] help: to change the binary name to `oneclient-app`, specify `bin.name`
[INFO] [stderr]    --> packages/oneclient_app/Cargo.toml:148:2
[INFO] [stderr]     |
[INFO] [stderr] 148 ~ 
[INFO] [stderr] 149 + [[bin]]
[INFO] [stderr] 150 + name = "oneclient-app"
[INFO] [stderr] 151 + path = "src/main.rs"
[INFO] [stderr]     |
[INFO] [stderr] warning: `oneclient_app` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking log v0.4.31
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]     Checking bitflags v2.12.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking http v1.4.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking brotli-decompressor v5.0.1
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking deflate64 v0.1.12
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking webpki-roots v1.0.8
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking unicase v2.9.0
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]     Checking dunce v1.0.5
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking resolv-conf v0.7.6
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking brotli v8.0.3
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.7
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking moka v0.12.15
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]    Compiling flume v0.12.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=afd4680138d5422e -C extra-filename=-2a1a7d3235da2e23 --out-dir /opt/rustwide/target/debug/build/syn/2a1a7d3235da2e23/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/4e65ba962a324510/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/4e65ba962a324510/out/libproc_macro2-4e65ba962a324510.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/d8b25e15af30dc2b/out/libquote-d8b25e15af30dc2b.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out/libunicode_ident-8c98a1a0e58216a9.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `brotli` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "billing", "default", "disable-timer", "disallow_large_window_size", "external-literal-probability", "ffi-api", "float64", "floating_point_context_mixing", "no-stdlib-ffi-binding", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=46b9977a1dea2f57 -C extra-filename=-1383877570e3d102 --out-dir /opt/rustwide/target/debug/build/brotli/1383877570e3d102/out -L dependency=/opt/rustwide/target/debug/build/alloc-no-stdlib/7b1bd6f28b6396be/out -L dependency=/opt/rustwide/target/debug/build/alloc-stdlib/c67ef39ef9e0d8f1/out --extern alloc_no_stdlib=/opt/rustwide/target/debug/build/alloc-no-stdlib/7b1bd6f28b6396be/out/liballoc_no_stdlib-7b1bd6f28b6396be.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/build/alloc-stdlib/c67ef39ef9e0d8f1/out/liballoc_stdlib-c67ef39ef9e0d8f1.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/build/brotli-decompressor/4cc19e866b692a55/out/libbrotli_decompressor-4cc19e866b692a55.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "123172c5453ac09efa15728c68858f4bcd7a3f42534eddce7a6f6db6a2435d5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "123172c5453ac09efa15728c68858f4bcd7a3f42534eddce7a6f6db6a2435d5f", kill_on_drop: false }`
[INFO] [stdout] 123172c5453ac09efa15728c68858f4bcd7a3f42534eddce7a6f6db6a2435d5f
