[INFO] cloning repository https://github.com/aenadgrleey/rtango
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aenadgrleey/rtango" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faenadgrleey%2Frtango", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faenadgrleey%2Frtango'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8929b7f373e4866ffae050fad21ca2aff61521b8
[INFO] testing aenadgrleey/rtango against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faenadgrleey%2Frtango" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aenadgrleey/rtango
[INFO] finished tweaking git repo https://github.com/aenadgrleey/rtango
[INFO] tweaked toml for git repo https://github.com/aenadgrleey/rtango written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aenadgrleey/rtango on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aenadgrleey/rtango 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zerofrom v0.1.7
[INFO] [stderr]   Downloaded arrayref v0.3.9
[INFO] [stderr]   Downloaded plain v0.2.3
[INFO] [stderr]   Downloaded constant_time_eq v0.4.2
[INFO] [stderr]   Downloaded arrayvec v0.7.6
[INFO] [stderr]   Downloaded libredox v0.1.16
[INFO] [stderr]   Downloaded xattr v1.6.1
[INFO] [stderr]   Downloaded redox_syscall v0.7.4
[INFO] [stderr]   Downloaded filetime v0.2.27
[INFO] [stderr]   Downloaded cc v1.2.60
[INFO] [stderr]   Downloaded tar v0.4.45
[INFO] [stderr]   Downloaded rustls-webpki v0.103.12
[INFO] [stderr]   Downloaded libyml v0.0.5
[INFO] [stderr]   Downloaded serde_yml v0.0.12
[INFO] [stderr]   Downloaded rustls v0.23.38
[INFO] [stderr]   Downloaded blake3 v1.8.4
[INFO] [stderr]   Downloaded libc v0.2.185
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b3dc1a523081f740882b3b788f07bed418fd45dc1dbd02309eadac55af614669
[INFO] running `Command { std: "docker" "start" "b3dc1a523081f740882b3b788f07bed418fd45dc1dbd02309eadac55af614669", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b3dc1a523081f740882b3b788f07bed418fd45dc1dbd02309eadac55af614669", 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" "b3dc1a523081f740882b3b788f07bed418fd45dc1dbd02309eadac55af614669" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b3dc1a523081f740882b3b788f07bed418fd45dc1dbd02309eadac55af614669", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b3dc1a523081f740882b3b788f07bed418fd45dc1dbd02309eadac55af614669" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling libyml v0.0.5
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling blake3 v1.8.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tar v0.4.45
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.12
[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 thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[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 clap v4.6.1
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[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 url v2.5.8
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling rtango v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.75s
[INFO] running `Command { std: "docker" "inspect" "b3dc1a523081f740882b3b788f07bed418fd45dc1dbd02309eadac55af614669", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b3dc1a523081f740882b3b788f07bed418fd45dc1dbd02309eadac55af614669" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling tar v0.4.45
[INFO] [stderr]    Compiling rtango v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `rtango` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.97.0-beta.6-x86_64-unknown-linux-gnu/bin/rustc --crate-name rtango --edition=2024 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=6aecdd6e2bb4e4f0 -C extra-filename=-a892144aa3bf36d6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-9e4c44ac98d8e4ea.rlib --extern blake3=/opt/rustwide/target/debug/deps/libblake3-e4b9581e1c95e8f5.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-2c86431f256f7e26.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-8c644facfb2cdb7d.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-84acb1666c285b0c.rlib --extern ignore=/opt/rustwide/target/debug/deps/libignore-5181738cacecfacd.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-412dbd78e31c62e4.rlib --extern serde_yml=/opt/rustwide/target/debug/deps/libserde_yml-7ef8fefe5f0ae507.rlib --extern tar=/opt/rustwide/target/debug/deps/libtar-601a1af9af77e3b3.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-283a31c0dc274f73.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-cc3fa666f0f859a1.rlib --extern ureq=/opt/rustwide/target/debug/deps/libureq-3a995fca1a52f41e.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-a2d6ff14634ac96d/out -L native=/opt/rustwide/target/debug/build/blake3-a2d6ff14634ac96d/out -L native=/opt/rustwide/target/debug/build/ring-156c9dc3277a84fc/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcCyDndJ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{librtango-325807595fd618cb,libblake3-e4b9581e1c95e8f5,libconstant_time_eq-1a60f1c89abc6683,libcpufeatures-6c1f78f4142e3013,libarrayvec-c7dde542da3995d2,libarrayref-81fde35c69841043,libdirs-8c644facfb2cdb7d,libdirs_sys-474264b57e6280fe,liboption_ext-61303ef911796993,libureq-3a995fca1a52f41e,libwebpki_roots-1d90709a57802592,libwebpki_roots-0620d8401a74b574,libserde_json-508bd9f2e6d37d72,libzmij-ef63f1da73704b4c,libbase64-32787b0325ea6df8,liburl-9bccd13368436334,libidna-7ec259e60cf6c9ad,libidna_adapter-41980154f7587ff5,libicu_properties-6a80e67661c41e8d,libicu_properties_data-e6cf238fc98dd59d,libicu_normalizer-67e1a04fe05e395f,libsmallvec-3281308869c19c4b,libicu_normalizer_data-8fea05bee0bb4e49,libicu_collections-9849e80410dfafac,libutf8_iter-51566bbad89f3a68,libpotential_utf-c0293a416efd5b27,libicu_provider-8ef29cbc7a3d2573,libicu_locale_core-5534f7cf2ac2feba,libtinystr-c7fc0addfd097f49,liblitemap-dc288f07f8f61193,libwriteable-48b3e52227924bb5,libzerovec-2624e1bf7e52431a,libzerotrie-e772584d04807b3c,libyoke-8a0aa14ef0609d1e,libstable_deref_trait-63cbf3f3d3f94e56,libzerofrom-cb10e0e02095e806,libform_urlencoded-da07baadaa4a52d9,libpercent_encoding-60965446a9af8f63,librustls-125988720c94e760,libsubtle-2ae6a7038b9a0630,libwebpki-4168cc655906547d,libring-70f760634dda84b6,libgetrandom-6ec08ebda100d8fe,libuntrusted-b2f816886faf2178,librustls_pki_types-a1ff9279e609de76,libzeroize-7f213bea776ca5b6,libserde_yml-7ef8fefe5f0ae507,libitoa-5de11b3b23bfe572,libryu-1f4f40e4352371e5,libindexmap-0d7f2c48190e6f4d,libequivalent-6a754676e6af62ae,libhashbrown-6b92ca17a46d4c7a,liblibyml-36658cc00cbf1409,libthiserror-cc3fa666f0f859a1,libtar-601a1af9af77e3b3,libxattr-2401387de5c25d7e,libfiletime-24008e88f5439940,libflate2-84acb1666c285b0c,libminiz_oxide-6d5382b540dd717a,libsimd_adler32-7babdb89f91b6742,libcrc32fast-77160f4e25d6fc25,libignore-5181738cacecfacd,libwalkdir-7cc6f300a6f0bf06,libsame_file-ff49545450c0b63c,libcrossbeam_deque-b817bbc80604796e,libcrossbeam_epoch-c7c6462c376fe23f,libcrossbeam_utils-076f45bf81d9c2d2,libglobset-5c79092a02907e57,liblog-f16ce4b64309590f,libregex_automata-027bdb633fb4d0a2,libregex_syntax-ed1802775772b5d0,libbstr-07d56dd6a19c3928,libaho_corasick-403ef3edac25fcbe,libmemchr-5cfa70d22cb32987,libclap-2c86431f256f7e26,libclap_builder-33897930e618d2bd,libstrsim-4d1ed08a123238dc,libanstream-14b271bd294f0187,libanstyle_query-635080b1d6343734,libis_terminal_polyfill-3ca4268cb2568267,libcolorchoice-33c0bd1745dd5ace,libanstyle_parse-88399b635fc44f8e,libutf8parse-92d0158219063202,libclap_lex-2acbcd0288e51058,libanstyle-9beaeb754742faae,libanyhow-9e4c44ac98d8e4ea,libserde-412dbd78e31c62e4,libserde_core-2c928ee17a7447a4,libtempfile-283a31c0dc274f73,libgetrandom-85c76dd1509a08c1,liblibc-65b95da77291a559,libcfg_if-83060ec5685761ae,libfastrand-8c711c36072d5b5b,libonce_cell-b5bdc597ed9676b3,librustix-66eac2e94111ec6f,libbitflags-db7b9c0337a7ee76,liblinux_raw_sys-0b6cde911e9a3109}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcCyDndJ/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/blake3-a2d6ff14634ac96d/out" "-L" "/opt/rustwide/target/debug/build/ring-156c9dc3277a84fc/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/sync-ee228139248200db" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rtango` (test "sync") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "b3dc1a523081f740882b3b788f07bed418fd45dc1dbd02309eadac55af614669", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3dc1a523081f740882b3b788f07bed418fd45dc1dbd02309eadac55af614669", kill_on_drop: false }`
[INFO] [stdout] b3dc1a523081f740882b3b788f07bed418fd45dc1dbd02309eadac55af614669
