[INFO] cloning repository https://github.com/InnocentZero/supac
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/InnocentZero/supac" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInnocentZero%2Fsupac", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInnocentZero%2Fsupac'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 194d4a2980cd0e8116957c2111dadf72e8b88290
[INFO] testing InnocentZero/supac against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInnocentZero%2Fsupac" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/InnocentZero/supac
[INFO] finished tweaking git repo https://github.com/InnocentZero/supac
[INFO] tweaked toml for git repo https://github.com/InnocentZero/supac written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/InnocentZero/supac on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/InnocentZero/supac 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "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" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eb1069bdd78af9e73cbb139b6e70edd49b3a21cc89a70c5de957861117451d83
[INFO] running `Command { std: "docker" "start" "-a" "eb1069bdd78af9e73cbb139b6e70edd49b3a21cc89a70c5de957861117451d83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb1069bdd78af9e73cbb139b6e70edd49b3a21cc89a70c5de957861117451d83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb1069bdd78af9e73cbb139b6e70edd49b3a21cc89a70c5de957861117451d83", kill_on_drop: false }`
[INFO] [stdout] eb1069bdd78af9e73cbb139b6e70edd49b3a21cc89a70c5de957861117451d83
[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=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" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da57ad86892505a76e5ad0edd97570f47c18e29ed726ada333f8ee555a093857
[INFO] running `Command { std: "docker" "start" "-a" "da57ad86892505a76e5ad0edd97570f47c18e29ed726ada333f8ee555a093857", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling pure-rust-locales v0.8.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling regex-syntax v0.8.7
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling zlib-rs v0.5.2
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling regex-automata v0.4.12
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling cc v1.2.41
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.1
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling lscolors v0.20.0
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling erased-serde v0.4.8
[INFO] [stderr]    Compiling sys-locale v0.3.2
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling libz-rs-sys v0.5.2
[INFO] [stderr]    Compiling buf-trait v0.4.1
[INFO] [stderr]    Compiling procfs v0.17.0
[INFO] [stderr]    Compiling flate2 v1.1.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling byteyarn v0.5.1
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling fancy-regex v0.16.2
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling typetag v0.2.21
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling pwd v1.4.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling typetag-impl v0.2.21
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling sysinfo v0.36.1
[INFO] [stderr]    Compiling phf_shared v0.12.1
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling inventory v0.3.21
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling phf v0.12.1
[INFO] [stderr]    Compiling nu-path v0.107.0
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling lean_string v0.5.1
[INFO] [stderr]    Compiling nu-experimental v0.107.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling nu-derive-value v0.107.0
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling os_pipe v1.2.3
[INFO] [stderr]    Compiling procfs-core v0.17.0
[INFO] [stderr]    Compiling chrono-humanize v0.2.3
[INFO] [stderr]    Compiling uuhelp_parser v0.0.30
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling nu-glob v0.107.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling uucore_procs v0.0.30
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling os_display v0.1.4
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling wild v2.2.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling nu-utils v0.107.0
[INFO] [stderr]    Compiling nu-system v0.107.0
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling nu-protocol v0.107.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling regex v1.12.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling tz-rs v0.7.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling bytesize v1.3.3
[INFO] [stderr]    Compiling rustls v0.23.28
[INFO] [stderr]    Compiling rustls-webpki v0.103.7
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling tzdb_data v0.2.2
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]    Compiling uucore v0.0.30
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling ansitok v0.3.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling atomic v0.6.1
[INFO] [stderr]    Compiling rustls-native-certs v0.8.1
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling tzdb v0.7.2
[INFO] [stderr]    Compiling ansi-str v0.9.0
[INFO] [stderr]    Compiling nu-json v0.107.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling webpki-roots v1.0.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling rust_decimal v1.38.0
[INFO] [stderr]    Compiling is_debug v1.1.0
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling papergrid v0.17.0
[INFO] [stderr]    Compiling zopfli v0.8.2
[INFO] [stderr]    Compiling ureq-proto v0.4.2
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling shadow-rs v1.4.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling oem_cp v2.1.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling nu-engine v0.107.0
[INFO] [stderr] error: could not compile `nu-protocol` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/9f93af291970322f4f1c6315ccde4d7078201159/bin/rustc --crate-name nu_protocol --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nu-protocol-0.107.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::used_underscore_binding' '--warn=clippy::unchecked_duration_subtraction' '--allow=clippy::result_large_err' --cfg 'feature="default"' --cfg 'feature="os"' --cfg 'feature="os_pipe"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("brotli", "default", "os", "os_pipe", "plugin", "rmp-serde"))' -C metadata=ae68441114c29948 -C extra-filename=-19c9ae02554e4701 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-cbcd3a6ed43c2b43.rmeta --extern chrono_humanize=/opt/rustwide/target/debug/deps/libchrono_humanize-cffca87a8db68c61.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-b97dbb63ed873413.rmeta --extern fancy_regex=/opt/rustwide/target/debug/deps/libfancy_regex-bfe5d851b990f361.rmeta --extern heck=/opt/rustwide/target/debug/deps/libheck-167f3c7591a7a4b0.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-af0e6b348448aa24.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-28f8cc0684f4f944.rmeta --extern lru=/opt/rustwide/target/debug/deps/liblru-42d9650bdd26c81c.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-f9c66c7ba21bf873.rmeta --extern miette=/opt/rustwide/target/debug/deps/libmiette-a440304a56d31656.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-4b2b3d0faea7a782.rmeta --extern nu_derive_value=/opt/rustwide/target/debug/deps/libnu_derive_value-6ac9dc08fab095e5.so --extern nu_experimental=/opt/rustwide/target/debug/deps/libnu_experimental-5d9fa296dd90c548.rmeta --extern nu_glob=/opt/rustwide/target/debug/deps/libnu_glob-17122c62c63ef413.rmeta --extern nu_path=/opt/rustwide/target/debug/deps/libnu_path-9857482a41eee26e.rmeta --extern nu_system=/opt/rustwide/target/debug/deps/libnu_system-098bd7dfc4710553.rmeta --extern nu_utils=/opt/rustwide/target/debug/deps/libnu_utils-b2ac0ccce26fa329.rmeta --extern num_format=/opt/rustwide/target/debug/deps/libnum_format-38764826fb2286ed.rmeta --extern os_pipe=/opt/rustwide/target/debug/deps/libos_pipe-b18417a9823d75fc.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-6ebed41190b427cd.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-3fa8c2c08594b1f8.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-cd0529b9bac5883b.rmeta --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-0eddf9398c0efce0.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4a0c5f5699484a3f.rmeta --extern typetag=/opt/rustwide/target/debug/deps/libtypetag-fa887edfa83e2b7e.rmeta --extern web_time=/opt/rustwide/target/debug/deps/libweb_time-c447c8b725da1947.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "da57ad86892505a76e5ad0edd97570f47c18e29ed726ada333f8ee555a093857", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da57ad86892505a76e5ad0edd97570f47c18e29ed726ada333f8ee555a093857", kill_on_drop: false }`
[INFO] [stdout] da57ad86892505a76e5ad0edd97570f47c18e29ed726ada333f8ee555a093857
