[INFO] cloning repository https://github.com/markwilkening21/opencode-status-line
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/markwilkening21/opencode-status-line" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkwilkening21%2Fopencode-status-line", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkwilkening21%2Fopencode-status-line'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a11854d49f7c5b24c2178bfd52084f0150bea124
[INFO] testing markwilkening21/opencode-status-line against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkwilkening21%2Fopencode-status-line" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/markwilkening21/opencode-status-line
[INFO] finished tweaking git repo https://github.com/markwilkening21/opencode-status-line
[INFO] tweaked toml for git repo https://github.com/markwilkening21/opencode-status-line written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/markwilkening21/opencode-status-line on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/markwilkening21/opencode-status-line 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] faf25e396c6e0f041cbe67679faf643678b6937fddf7c33f352152824712563b
[INFO] running `Command { std: "docker" "start" "-a" "faf25e396c6e0f041cbe67679faf643678b6937fddf7c33f352152824712563b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "faf25e396c6e0f041cbe67679faf643678b6937fddf7c33f352152824712563b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "faf25e396c6e0f041cbe67679faf643678b6937fddf7c33f352152824712563b", kill_on_drop: false }`
[INFO] [stdout] faf25e396c6e0f041cbe67679faf643678b6937fddf7c33f352152824712563b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8af9c818c1b1c8ff80e9c451d5d8b5108e92294dbb84dc16e9bdbcfd3e8c434c
[INFO] running `Command { std: "docker" "start" "-a" "8af9c818c1b1c8ff80e9c451d5d8b5108e92294dbb84dc16e9bdbcfd3e8c434c", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling faster-hex v0.9.0
[INFO] [stderr]    Compiling gix-trace v0.1.17
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling prodash v28.0.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling gix-utils v0.1.14
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling flate2 v1.1.8
[INFO] [stderr]    Compiling jiff v0.2.18
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling winnow v0.6.26
[INFO] [stderr]    Compiling zerocopy v0.8.34
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling memmap2 v0.9.9
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling find-msvc-tools v0.1.8
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling cc v1.2.54
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling gix-sec v0.10.12
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling clru v0.6.2
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling arc-swap v1.8.0
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling gix-date v0.9.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling gix-validate v0.9.4
[INFO] [stderr]    Compiling gix-validate v0.10.1
[INFO] [stderr]    Compiling gix-hash v0.14.2
[INFO] [stderr]    Compiling gix-features v0.38.2
[INFO] [stderr]    Compiling gix-actor v0.32.0
[INFO] [stderr]    Compiling gix-path v0.10.22
[INFO] [stderr]    Compiling gix-chunk v0.4.12
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling gix-object v0.44.0
[INFO] [stderr]    Compiling gix-fs v0.11.3
[INFO] [stderr]    Compiling gix-hashtable v0.5.2
[INFO] [stderr]    Compiling gix-commitgraph v0.24.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling gix-tempfile v14.0.2
[INFO] [stderr]    Compiling gix-lock v14.0.0
[INFO] [stderr]    Compiling gix-glob v0.16.5
[INFO] [stderr]    Compiling gix-config-value v0.14.12
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling gix-revwalk v0.15.0
[INFO] [stderr]    Compiling gix-ref v0.47.0
[INFO] [stderr]    Compiling gix-revision v0.29.0
[INFO] [stderr]    Compiling gix-traverse v0.41.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling gix-pack v0.53.0
[INFO] [stderr]    Compiling gix-quote v0.4.15
[INFO] [stderr]    Compiling gix-bitmap v0.2.15
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling gix-index v0.35.0
[INFO] [stderr]    Compiling gix-config v0.40.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling gix-discover v0.35.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling gix-odb v0.63.0
[INFO] [stderr]    Compiling gix-refspec v0.25.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling gix-diff v0.46.0
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling gix-url v0.27.5
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling gix v0.66.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling opencode-status-line v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
[INFO] running `Command { std: "docker" "inspect" "8af9c818c1b1c8ff80e9c451d5d8b5108e92294dbb84dc16e9bdbcfd3e8c434c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8af9c818c1b1c8ff80e9c451d5d8b5108e92294dbb84dc16e9bdbcfd3e8c434c", kill_on_drop: false }`
[INFO] [stdout] 8af9c818c1b1c8ff80e9c451d5d8b5108e92294dbb84dc16e9bdbcfd3e8c434c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f428b42bc8781c1f197a6ba4fbc59b266a99836b1c630df3f9774ef3d6caae7
[INFO] running `Command { std: "docker" "start" "-a" "8f428b42bc8781c1f197a6ba4fbc59b266a99836b1c630df3f9774ef3d6caae7", kill_on_drop: false }`
[INFO] [stderr]    Compiling opencode-status-line v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.29s
[INFO] running `Command { std: "docker" "inspect" "8f428b42bc8781c1f197a6ba4fbc59b266a99836b1c630df3f9774ef3d6caae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f428b42bc8781c1f197a6ba4fbc59b266a99836b1c630df3f9774ef3d6caae7", kill_on_drop: false }`
[INFO] [stdout] 8f428b42bc8781c1f197a6ba4fbc59b266a99836b1c630df3f9774ef3d6caae7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c41e89076ff025c7ec4f6a614c879a546d1585eafb7be134ffd5d27ff4a6a60d
[INFO] running `Command { std: "docker" "start" "-a" "c41e89076ff025c7ec4f6a614c879a546d1585eafb7be134ffd5d27ff4a6a60d", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/opencode_status_line-28c1bbaa52c74000)
[INFO] [stdout] 
[INFO] [stdout] running 45 tests
[INFO] [stdout] test display::colors::tests::test_color_display ... ok
[INFO] [stdout] test display::colors::tests::test_color_from_hex ... ok
[INFO] [stdout] test display::colors::tests::test_color_to_ansi ... ok
[INFO] [stdout] test config::tests::test_expand_tilde ... ok
[INFO] [stdout] test config::tests::test_default_config ... ok
[INFO] [stdout] test display::colors::tests::test_hyperlink ... ok
[INFO] [stdout] test display::format::tests::test_abbreviate_path_long ... ok
[INFO] [stdout] test display::format::tests::test_abbreviate_path_short ... ok
[INFO] [stdout] test display::format::tests::test_format_files ... ok
[INFO] [stdout] test display::format::tests::test_format_duration ... ok
[INFO] [stdout] test display::format::tests::test_project_name ... ok
[INFO] [stdout] test display::format::tests::test_format_percentage ... ok
[INFO] [stdout] test display::format::tests::test_format_tokens ... ok
[INFO] [stdout] test display::themes::custom::tests::test_load_builtin_by_name ... ok
[INFO] [stdout] test display::themes::tokyo_night::tests::test_tokyo_night_theme ... ok
[INFO] [stdout] test display::themes::custom::tests::test_load_unknown_falls_back ... ok
[INFO] [stdout] test display::themes::catppuccin::tests::test_catppuccin_theme ... ok
[INFO] [stdout] test git::repo::tests::test_discover_repo ... ignored, requires git repository
[INFO] [stdout] test git::repo::tests::test_worktree_name_extraction ... ok
[INFO] [stdout] test git::status::tests::test_git_status_default ... ok
[INFO] [stdout] test github::api::tests::test_parse_github_remote_https ... ok
[INFO] [stdout] test github::api::tests::test_parse_github_remote_invalid ... ok
[INFO] [stdout] test github::api::tests::test_parse_github_remote_ssh ... ok
[INFO] [stdout] test github::api::tests::test_percent_encode ... ok
[INFO] [stdout] test github::auth::tests::test_get_github_token_from_env ... ok
[INFO] [stdout] test github::cache::tests::test_compute_check_status ... ok
[INFO] [stdout] test config::tests::test_invalid_theme ... ok
[INFO] [stdout] test opencode::client::tests::test_events_url ... ok
[INFO] [stdout] test github::cache::tests::test_hash_string ... ok
[INFO] [stdout] test opencode::client::tests::test_client_default_url ... ok
[INFO] [stdout] test opencode::client::tests::test_client_custom_url ... ok
[INFO] [stdout] test config::tests::test_resolve_builtin_theme ... ok
[INFO] [stdout] test github::auth::tests::test_gh_availability_check ... ok
[INFO] [stdout] test terminal::tests::test_terminal_from_name ... ok
[INFO] [stdout] test terminal::tests::test_terminal_name ... ok
[INFO] [stdout] test opencode::events::tests::test_session_status_default ... ok
[INFO] [stdout] test terminal::tests::test_terminal_is_multiplexer ... ok
[INFO] [stdout] test terminal::tmux::tests::test_current_pane ... ok
[INFO] [stdout] test terminal::tmux::tests::test_is_inside_tmux ... ok
[INFO] [stdout] test terminal::wezterm::tests::test_current_pane ... ok
[INFO] [stdout] test opencode::client::tests::test_session_status_type_default ... ok
[INFO] [stdout] test opencode::events::tests::test_event_type_parsing ... ok
[INFO] [stdout] test terminal::zellij::tests::test_is_inside_zellij ... ok
[INFO] [stdout] test terminal::wezterm::tests::test_is_inside_wezterm ... ok
[INFO] [stdout] test terminal::zellij::tests::test_session_name ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 44 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/opencode_status_line-a04d771c4a948bf5)
[INFO] [stderr]    Doc-tests opencode_status_line
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c41e89076ff025c7ec4f6a614c879a546d1585eafb7be134ffd5d27ff4a6a60d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c41e89076ff025c7ec4f6a614c879a546d1585eafb7be134ffd5d27ff4a6a60d", kill_on_drop: false }`
[INFO] [stdout] c41e89076ff025c7ec4f6a614c879a546d1585eafb7be134ffd5d27ff4a6a60d
