[INFO] cloning repository https://github.com/divmain/treebeard
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/divmain/treebeard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdivmain%2Ftreebeard", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdivmain%2Ftreebeard'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7f7018d28ed4892a1036aaad76bbf6807fe8236c
[INFO] testing divmain/treebeard against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdivmain%2Ftreebeard" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/divmain/treebeard
[INFO] finished tweaking git repo https://github.com/divmain/treebeard
[INFO] tweaked toml for git repo https://github.com/divmain/treebeard written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/divmain/treebeard on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/divmain/treebeard 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d3b0551d7329eeada745e38b6deae79b55e14173f857d27d7bbceec7001f76a5
[INFO] running `Command { std: "docker" "start" "-a" "d3b0551d7329eeada745e38b6deae79b55e14173f857d27d7bbceec7001f76a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d3b0551d7329eeada745e38b6deae79b55e14173f857d27d7bbceec7001f76a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3b0551d7329eeada745e38b6deae79b55e14173f857d27d7bbceec7001f76a5", kill_on_drop: false }`
[INFO] [stdout] d3b0551d7329eeada745e38b6deae79b55e14173f857d27d7bbceec7001f76a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bbef65af88471a709a7982b49d628c4def91fab344a6ac80caab06994f804e55
[INFO] running `Command { std: "docker" "start" "-a" "bbef65af88471a709a7982b49d628c4def91fab344a6ac80caab06994f804e55", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling gix-trace v0.1.16
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling bytesize v2.3.1
[INFO] [stderr]    Compiling human_format v1.1.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling bytesize v1.3.3
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling itoa v1.0.16
[INFO] [stderr]    Compiling jiff v0.2.17
[INFO] [stderr]    Compiling winnow v0.6.26
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling memmap2 v0.9.9
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling gix-sec v0.10.12
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling gix-utils v0.1.14
[INFO] [stderr]    Compiling prodash v29.0.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling uluru v3.1.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling zmij v1.0.5
[INFO] [stderr]    Compiling clru v0.6.2
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling inotify v0.10.2
[INFO] [stderr]    Compiling fuser v0.16.0
[INFO] [stderr]    Compiling arc-swap v1.8.0
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling io-close v0.3.7
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling jiff v0.1.29
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling notify v7.0.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling imara-diff v0.1.8
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling file-id v0.2.3
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling notify-debouncer-full v0.4.0
[INFO] [stderr]    Compiling lru v0.16.2
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling gix-validate v0.10.1
[INFO] [stderr]    Compiling gix-date v0.9.4
[INFO] [stderr]    Compiling gix-validate v0.9.4
[INFO] [stderr]    Compiling gix-chunk v0.4.12
[INFO] [stderr]    Compiling gix-quote v0.4.15
[INFO] [stderr]    Compiling gix-bitmap v0.2.15
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling gix-actor v0.33.2
[INFO] [stderr]    Compiling gix-path v0.10.22
[INFO] [stderr]    Compiling gix-mailmap v0.25.2
[INFO] [stderr]    Compiling gix-command v0.3.11
[INFO] [stderr]    Compiling gix-config-value v0.14.12
[INFO] [stderr]    Compiling gix-prompt v0.8.9
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling faster-hex v0.9.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling gix-hash v0.15.1
[INFO] [stderr]    Compiling gix-packetline-blocking v0.18.3
[INFO] [stderr]    Compiling gix-packetline v0.18.4
[INFO] [stderr]    Compiling gix-features v0.39.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling gix-hashtable v0.6.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling gix-object v0.46.1
[INFO] [stderr]    Compiling gix-fs v0.12.1
[INFO] [stderr]    Compiling gix-commitgraph v0.25.1
[INFO] [stderr]    Compiling gix-glob v0.17.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling gix-attributes v0.23.1
[INFO] [stderr]    Compiling gix-ignore v0.12.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling gix-tempfile v15.0.0
[INFO] [stderr]    Compiling gix-lock v15.0.1
[INFO] [stderr]    Compiling gix-pathspec v0.8.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling gix-revwalk v0.17.0
[INFO] [stderr]    Compiling gix-ref v0.49.1
[INFO] [stderr]    Compiling gix-filter v0.15.0
[INFO] [stderr]    Compiling gix-pack v0.55.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling gix-traverse v0.43.1
[INFO] [stderr]    Compiling gix-revision v0.31.1
[INFO] [stderr]    Compiling gix-negotiate v0.17.0
[INFO] [stderr]    Compiling gix-index v0.37.0
[INFO] [stderr]    Compiling gix-worktree-stream v0.17.0
[INFO] [stderr]    Compiling gix-discover v0.37.0
[INFO] [stderr]    Compiling gix-config v0.42.0
[INFO] [stderr]    Compiling gix-url v0.28.2
[INFO] [stderr]    Compiling gix-refspec v0.27.0
[INFO] [stderr]    Compiling gix-archive v0.17.0
[INFO] [stderr]    Compiling gix-transport v0.43.1
[INFO] [stderr]    Compiling gix-credentials v0.25.1
[INFO] [stderr]    Compiling gix-worktree v0.38.0
[INFO] [stderr]    Compiling gix-odb v0.65.0
[INFO] [stderr]    Compiling gix-dir v0.10.0
[INFO] [stderr]    Compiling gix-diff v0.48.0
[INFO] [stderr]    Compiling gix-worktree-state v0.15.0
[INFO] [stderr]    Compiling gix-submodule v0.16.0
[INFO] [stderr]    Compiling gix-protocol v0.46.1
[INFO] [stderr]    Compiling gix-status v0.15.0
[INFO] [stderr]    Compiling gix v0.68.0
[INFO] [stderr]    Compiling treebeard v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `CString`
[INFO] [stdout]  --> src/overlay/helpers.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ffi::{CString, OsStr, OsString};
[INFO] [stdout]   |                ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `NetworkMode`, `SandboxConfig`, and `expand_tilde`
[INFO] [stdout]  --> src/sandbox.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::config::{expand_tilde, NetworkMode, SandboxConfig};
[INFO] [stdout]   |                     ^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Result` and `TreebeardError`
[INFO] [stdout]  --> src/sandbox.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::error::{Result, TreebeardError};
[INFO] [stdout]   |                    ^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]   --> src/sandbox.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::path::Path;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sandbox_config`
[INFO] [stdout]   --> src/shell.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     sandbox_config: Option<&SandboxConfig>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sandbox_config`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mount_path`
[INFO] [stdout]   --> src/shell.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     mount_path: Option<&Path>,
[INFO] [stdout]    |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mount_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `use_sandbox`
[INFO] [stdout]   --> src/shell.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let use_sandbox = false;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_use_sandbox`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::config::get_macos_version`
[INFO] [stdout]    --> src/commands/doctor.rs:2:38
[INFO] [stdout]     |
[INFO] [stdout]   2 | use crate::config::{get_config_path, get_macos_version, Config};
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^ no `get_macos_version` in `config`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/config/paths.rs:127:8
[INFO] [stdout]     |
[INFO] [stdout] 126 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 127 | pub fn get_macos_version() -> Option<(u32, u32)> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CString`
[INFO] [stdout]  --> src/overlay/helpers.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ffi::{CString, OsStr, OsString};
[INFO] [stdout]   |                ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `NetworkMode`, `SandboxConfig`, and `expand_tilde`
[INFO] [stdout]  --> src/sandbox.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::config::{expand_tilde, NetworkMode, SandboxConfig};
[INFO] [stdout]   |                     ^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Result` and `TreebeardError`
[INFO] [stdout]  --> src/sandbox.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::error::{Result, TreebeardError};
[INFO] [stdout]   |                    ^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]   --> src/sandbox.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::path::Path;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home`
[INFO] [stdout]    --> src/commands/doctor.rs:318:9
[INFO] [stdout]     |
[INFO] [stdout] 318 |     let home = match std::env::var("HOME") {
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_home`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sandbox_config`
[INFO] [stdout]   --> src/shell.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     sandbox_config: Option<&SandboxConfig>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sandbox_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mount_path`
[INFO] [stdout]   --> src/shell.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     mount_path: Option<&Path>,
[INFO] [stdout]    |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mount_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `use_sandbox`
[INFO] [stdout]   --> src/shell.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let use_sandbox = false;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_use_sandbox`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `treebeard` (bin "treebeard") due to 1 previous error; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "bbef65af88471a709a7982b49d628c4def91fab344a6ac80caab06994f804e55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bbef65af88471a709a7982b49d628c4def91fab344a6ac80caab06994f804e55", kill_on_drop: false }`
[INFO] [stdout] bbef65af88471a709a7982b49d628c4def91fab344a6ac80caab06994f804e55
