[INFO] cloning repository https://github.com/Cppchamp/sentinel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Cppchamp/sentinel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCppchamp%2Fsentinel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCppchamp%2Fsentinel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 00ebe1ad6b866795096d3367dce89dfa4daf3d9a
[INFO] checking Cppchamp/sentinel against try#0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef for pr-147859
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCppchamp%2Fsentinel" "/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/Cppchamp/sentinel
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/Cppchamp/sentinel
[INFO] tweaked toml for git repo https://github.com/Cppchamp/sentinel written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Cppchamp/sentinel on toolchain 0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Cppchamp/sentinel 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" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e13268c4342937ae7488471be5929cc1dc11e167ce2e80ba05908c6e9625556d
[INFO] running `Command { std: "docker" "start" "-a" "e13268c4342937ae7488471be5929cc1dc11e167ce2e80ba05908c6e9625556d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e13268c4342937ae7488471be5929cc1dc11e167ce2e80ba05908c6e9625556d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e13268c4342937ae7488471be5929cc1dc11e167ce2e80ba05908c6e9625556d", kill_on_drop: false }`
[INFO] [stdout] e13268c4342937ae7488471be5929cc1dc11e167ce2e80ba05908c6e9625556d
[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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 58fb0192e91f7c3e6824d1aada59b70d7630e97c31a7748dbb39f4e8d278bae1
[INFO] running `Command { std: "docker" "start" "-a" "58fb0192e91f7c3e6824d1aada59b70d7630e97c31a7748dbb39f4e8d278bae1", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.36
[INFO] [stderr]     Checking value-bag v1.11.1
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling bigdecimal v0.4.8
[INFO] [stderr]    Compiling rust_decimal v1.37.2
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]     Checking crc v3.3.0
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking indexmap v2.11.1
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]    Compiling inherent v1.0.12
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]     Checking clap_builder v4.5.47
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]    Compiling sea-bae v0.2.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling sea-orm-macros v1.1.16
[INFO] [stderr]     Checking ouroboros v0.18.5
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking async-executor v1.13.3
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling sea-schema-derive v0.3.0
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking serde_json v1.0.143
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]     Checking clap v4.5.47
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling sea-query-derive v0.4.3
[INFO] [stderr]     Checking time v0.3.43
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking sentinel_common v0.1.0 (/opt/rustwide/workdir/sentinel_common)
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.11.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling winres v0.1.12
[INFO] [stderr]    Compiling sentinel v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `sentinel v0.1.0 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/sentinel-050980a5687a1613/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1605) panicked at build.rs:23:5:
[INFO] [stderr]   Only windows supported at the moment.
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5cdb40db206a - std[14bf7ee402dca657]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5cdb40db206a - std[14bf7ee402dca657]::backtrace_rs::backtrace::trace_unsynchronized::<std[14bf7ee402dca657]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5cdb40db206a - std[14bf7ee402dca657]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x5cdb40db206a - <<std[14bf7ee402dca657]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c78f5786263e26ef]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x5cdb40dc202a - <core[c78f5786263e26ef]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x5cdb40dc202a - core[c78f5786263e26ef]::fmt::write
[INFO] [stderr]      6:     0x5cdb40db5662 - std[14bf7ee402dca657]::io::default_write_fmt::<std[14bf7ee402dca657]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x5cdb40db5662 - <std[14bf7ee402dca657]::sys::stdio::unix::Stderr as std[14bf7ee402dca657]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/io/mod.rs:1994:13
[INFO] [stderr]      8:     0x5cdb40d9e08f - <std[14bf7ee402dca657]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x5cdb40d9e08f - std[14bf7ee402dca657]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x5cdb40dae631 - std[14bf7ee402dca657]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x5cdb40dae7eb - std[14bf7ee402dca657]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/panicking.rs:825:13
[INFO] [stderr]     12:     0x5cdb40d9e17a - std[14bf7ee402dca657]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/panicking.rs:691:13
[INFO] [stderr]     13:     0x5cdb40d93759 - std[14bf7ee402dca657]::sys::backtrace::__rust_end_short_backtrace::<std[14bf7ee402dca657]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x5cdb40d9e92d - __rustc[b8068e97bc8fdfd5]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/panicking.rs:689:5
[INFO] [stderr]     15:     0x5cdb40dc27fc - core[c78f5786263e26ef]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x5cdb40d88a15 - build_script_build[a5203bd415d47e2a]::main
[INFO] [stderr]     17:     0x5cdb40d88a43 - <fn() as core[c78f5786263e26ef]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     18:     0x5cdb40d889b6 - std[14bf7ee402dca657]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     19:     0x5cdb40d889c9 - std[14bf7ee402dca657]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     20:     0x5cdb40daddb6 - <&dyn core[c78f5786263e26ef]::ops::function::Fn<(), Output = i32> + core[c78f5786263e26ef]::panic::unwind_safe::RefUnwindSafe + core[c78f5786263e26ef]::marker::Sync as core[c78f5786263e26ef]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     21:     0x5cdb40daddb6 - std[14bf7ee402dca657]::panicking::catch_unwind::do_call::<&dyn core[c78f5786263e26ef]::ops::function::Fn<(), Output = i32> + core[c78f5786263e26ef]::panic::unwind_safe::RefUnwindSafe + core[c78f5786263e26ef]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/panicking.rs:581:40
[INFO] [stderr]     22:     0x5cdb40daddb6 - std[14bf7ee402dca657]::panicking::catch_unwind::<i32, &dyn core[c78f5786263e26ef]::ops::function::Fn<(), Output = i32> + core[c78f5786263e26ef]::panic::unwind_safe::RefUnwindSafe + core[c78f5786263e26ef]::marker::Sync>
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/panicking.rs:544:19
[INFO] [stderr]     23:     0x5cdb40daddb6 - std[14bf7ee402dca657]::panic::catch_unwind::<&dyn core[c78f5786263e26ef]::ops::function::Fn<(), Output = i32> + core[c78f5786263e26ef]::panic::unwind_safe::RefUnwindSafe + core[c78f5786263e26ef]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/panic.rs:359:14
[INFO] [stderr]     24:     0x5cdb40daddb6 - std[14bf7ee402dca657]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/rt.rs:175:24
[INFO] [stderr]     25:     0x5cdb40daddb6 - std[14bf7ee402dca657]::panicking::catch_unwind::do_call::<std[14bf7ee402dca657]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/panicking.rs:581:40
[INFO] [stderr]     26:     0x5cdb40daddb6 - std[14bf7ee402dca657]::panicking::catch_unwind::<isize, std[14bf7ee402dca657]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/panicking.rs:544:19
[INFO] [stderr]     27:     0x5cdb40daddb6 - std[14bf7ee402dca657]::panic::catch_unwind::<std[14bf7ee402dca657]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/panic.rs:359:14
[INFO] [stderr]     28:     0x5cdb40daddb6 - std[14bf7ee402dca657]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef/library/std/src/rt.rs:171:5
[INFO] [stderr]     29:     0x5cdb40d889a1 - std[14bf7ee402dca657]::rt::lang_start::<()>
[INFO] [stderr]     30:     0x5cdb40d88aa5 - main
[INFO] [stderr]     31:     0x7c208e7441ca - <unknown>
[INFO] [stderr]     32:     0x7c208e74428b - __libc_start_main
[INFO] [stderr]     33:     0x5cdb40d888b5 - _start
[INFO] [stderr]     34:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "58fb0192e91f7c3e6824d1aada59b70d7630e97c31a7748dbb39f4e8d278bae1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58fb0192e91f7c3e6824d1aada59b70d7630e97c31a7748dbb39f4e8d278bae1", kill_on_drop: false }`
[INFO] [stdout] 58fb0192e91f7c3e6824d1aada59b70d7630e97c31a7748dbb39f4e8d278bae1
