[INFO] cloning repository https://github.com/ifiokjr/mdt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ifiokjr/mdt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fifiokjr%2Fmdt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fifiokjr%2Fmdt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7b0d1a6e1be5933ca210fc093071efc87962284d
[INFO] checking ifiokjr/mdt against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fifiokjr%2Fmdt" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/ifiokjr/mdt
[INFO] finished tweaking git repo https://github.com/ifiokjr/mdt
[INFO] tweaked toml for git repo https://github.com/ifiokjr/mdt written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ifiokjr/mdt on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ifiokjr/mdt 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.tabs-in-doc-comments` is deprecated in favor of `lints.clippy.tabs_in_doc_comments` and will not work in a future edition
[INFO] [stderr] warning: unused field `authors` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:225:1
[INFO] [stderr]     |
[INFO] [stderr] 225 | authors = ["Ifiok Jr. <ifiokotung@gmail.com>"]
[INFO] [stderr]     | ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.authors`
[INFO] [stderr] warning: unused field `homepage` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:228:1
[INFO] [stderr]     |
[INFO] [stderr] 228 | homepage = "https://github.com/ifiokjr/mdt"
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.homepage`
[INFO] [stderr] warning: unused field `readme` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:231:1
[INFO] [stderr]     |
[INFO] [stderr] 231 | readme = "readme.md"
[INFO] [stderr]     | ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.readme`
[INFO] [stderr] warning: unused field `repository` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:232:1
[INFO] [stderr]     |
[INFO] [stderr] 232 | repository = "https://github.com/ifiokjr/mdt"
[INFO] [stderr]     | ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.repository`
[INFO] [stderr] warning: workspace (manifest) generated 5 warnings
[INFO] [stderr] warning: mdt_lsp/Cargo.toml: `lints.clippy.tabs-in-doc-comments` is deprecated in favor of `lints.clippy.tabs_in_doc_comments` and will not work in a future edition
[INFO] [stderr] warning: binary `mdt_lsp` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-1-tc2/source/target/.../mdt_lsp
[INFO] [stderr]    |                                                  ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `mdt-lsp`, convert `package.name`
[INFO] [stderr]   --> mdt_lsp/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "mdt_lsp"
[INFO] [stderr]  2 + name = "mdt-lsp"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `mdt-lsp`, specify `bin.name`
[INFO] [stderr]   --> mdt_lsp/Cargo.toml:30:18
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ workspace = true
[INFO] [stderr] 31 + [[bin]]
[INFO] [stderr] 32 + name = "mdt-lsp"
[INFO] [stderr] 33 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `mdt_lsp` (manifest) generated 2 warnings
[INFO] [stderr] warning: mdt_cli/Cargo.toml: `lints.clippy.tabs-in-doc-comments` is deprecated in favor of `lints.clippy.tabs_in_doc_comments` and will not work in a future edition
[INFO] [stderr] warning: `mdt_cli` (manifest) generated 1 warning
[INFO] [stderr] warning: mdt_mcp/Cargo.toml: `lints.clippy.tabs-in-doc-comments` is deprecated in favor of `lints.clippy.tabs_in_doc_comments` and will not work in a future edition
[INFO] [stderr] warning: binary `mdt_mcp` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-1-tc2/source/target/.../mdt_mcp
[INFO] [stderr]    |                                                  ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `mdt-mcp`, convert `package.name`
[INFO] [stderr]   --> mdt_mcp/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "mdt_mcp"
[INFO] [stderr]  2 + name = "mdt-mcp"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `mdt-mcp`, specify `bin.name`
[INFO] [stderr]   --> mdt_mcp/Cargo.toml:28:18
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ workspace = true
[INFO] [stderr] 29 + [[bin]]
[INFO] [stderr] 30 + name = "mdt-mcp"
[INFO] [stderr] 31 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `mdt_mcp` (manifest) generated 2 warnings
[INFO] [stderr] warning: docs/Cargo.toml: `lints.clippy.tabs-in-doc-comments` is deprecated in favor of `lints.clippy.tabs_in_doc_comments` and will not work in a future edition
[INFO] [stderr] warning: `monochange_book` (manifest) generated 1 warning
[INFO] [stderr] warning: mdt_core/Cargo.toml: `lints.clippy.tabs-in-doc-comments` is deprecated in favor of `lints.clippy.tabs_in_doc_comments` and will not work in a future edition
[INFO] [stderr] warning: `mdt_core` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d56f983e5934363b185626eefa02cdf4d9113c826d5d4522361540c015353811
[INFO] running `Command { std: "docker" "start" "d56f983e5934363b185626eefa02cdf4d9113c826d5d4522361540c015353811", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d56f983e5934363b185626eefa02cdf4d9113c826d5d4522361540c015353811", 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" "d56f983e5934363b185626eefa02cdf4d9113c826d5d4522361540c015353811" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d56f983e5934363b185626eefa02cdf4d9113c826d5d4522361540c015353811", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d56f983e5934363b185626eefa02cdf4d9113c826d5d4522361540c015353811" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.tabs-in-doc-comments` is deprecated in favor of `lints.clippy.tabs_in_doc_comments` and will not work in a future edition
[INFO] [stderr] warning: unused field `authors` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:225:1
[INFO] [stderr]     |
[INFO] [stderr] 225 | authors = ["Ifiok Jr. <ifiokotung@gmail.com>"]
[INFO] [stderr]     | ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.authors`
[INFO] [stderr] warning: unused field `homepage` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:228:1
[INFO] [stderr]     |
[INFO] [stderr] 228 | homepage = "https://github.com/ifiokjr/mdt"
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.homepage`
[INFO] [stderr] warning: unused field `readme` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:231:1
[INFO] [stderr]     |
[INFO] [stderr] 231 | readme = "readme.md"
[INFO] [stderr]     | ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.readme`
[INFO] [stderr] warning: unused field `repository` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:232:1
[INFO] [stderr]     |
[INFO] [stderr] 232 | repository = "https://github.com/ifiokjr/mdt"
[INFO] [stderr]     | ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.repository`
[INFO] [stderr] warning: workspace (manifest) generated 5 warnings
[INFO] [stderr] warning: mdt_core/Cargo.toml: `lints.clippy.tabs-in-doc-comments` is deprecated in favor of `lints.clippy.tabs_in_doc_comments` and will not work in a future edition
[INFO] [stderr] warning: `mdt_core` (manifest) generated 1 warning
[INFO] [stderr] warning: mdt_cli/Cargo.toml: `lints.clippy.tabs-in-doc-comments` is deprecated in favor of `lints.clippy.tabs_in_doc_comments` and will not work in a future edition
[INFO] [stderr] warning: `mdt_cli` (manifest) generated 1 warning
[INFO] [stderr] warning: mdt_lsp/Cargo.toml: `lints.clippy.tabs-in-doc-comments` is deprecated in favor of `lints.clippy.tabs_in_doc_comments` and will not work in a future edition
[INFO] [stderr] warning: binary `mdt_lsp` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../mdt_lsp
[INFO] [stderr]    |                          ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `mdt-lsp`, convert `package.name`
[INFO] [stderr]   --> mdt_lsp/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "mdt_lsp"
[INFO] [stderr]  2 + name = "mdt-lsp"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `mdt-lsp`, specify `bin.name`
[INFO] [stderr]   --> mdt_lsp/Cargo.toml:30:18
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ workspace = true
[INFO] [stderr] 31 + [[bin]]
[INFO] [stderr] 32 + name = "mdt-lsp"
[INFO] [stderr] 33 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `mdt_lsp` (manifest) generated 2 warnings
[INFO] [stderr] warning: mdt_mcp/Cargo.toml: `lints.clippy.tabs-in-doc-comments` is deprecated in favor of `lints.clippy.tabs_in_doc_comments` and will not work in a future edition
[INFO] [stderr] warning: binary `mdt_mcp` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../mdt_mcp
[INFO] [stderr]    |                          ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `mdt-mcp`, convert `package.name`
[INFO] [stderr]   --> mdt_mcp/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "mdt_mcp"
[INFO] [stderr]  2 + name = "mdt-mcp"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `mdt-mcp`, specify `bin.name`
[INFO] [stderr]   --> mdt_mcp/Cargo.toml:28:18
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ workspace = true
[INFO] [stderr] 29 + [[bin]]
[INFO] [stderr] 30 + name = "mdt-mcp"
[INFO] [stderr] 31 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `mdt_mcp` (manifest) generated 2 warnings
[INFO] [stderr] warning: docs/Cargo.toml: `lints.clippy.tabs-in-doc-comments` is deprecated in favor of `lints.clippy.tabs_in_doc_comments` and will not work in a future edition
[INFO] [stderr] warning: `monochange_book` (manifest) generated 1 warning
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking aho-corasick v1.1.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.23
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.21
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking supports-color v2.1.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.8
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling ref-cast v1.0.27
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking supports-hyperlinks v3.2.0
[INFO] [stderr]     Checking owo-colors v4.4.0
[INFO] [stderr]     Checking winnow v1.0.4
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking smallvec v1.16.0
[INFO] [stderr]     Checking similar v3.2.0
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking unicode-id v0.3.6
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking result v1.0.0
[INFO] [stderr]     Checking memo-map v0.3.4
[INFO] [stderr]     Checking markdown v1.0.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]     Checking borrow-or-share v0.2.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rmcp v3.2.0
[INFO] [stderr]    Compiling indexmap v2.14.2
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking uuid v1.26.0
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]    Compiling rstest_macros v0.27.0
[INFO] [stderr]     Checking console v0.16.4
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.119/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=0de1e37fa6041f71 -C extra-filename=-66be50829d88bfc8 --out-dir /opt/rustwide/target/debug/build/syn/66be50829d88bfc8/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out/libproc_macro2-ee684499ef27f3b8.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out/libquote-97307b84563a2c10.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out/libunicode_ident-8c98a1a0e58216a9.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=a3e5e7d6b1ad128d -C extra-filename=-ad84fdbac3b7a759 --out-dir /opt/rustwide/target/debug/build/regex-syntax/ad84fdbac3b7a759/out --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d56f983e5934363b185626eefa02cdf4d9113c826d5d4522361540c015353811", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d56f983e5934363b185626eefa02cdf4d9113c826d5d4522361540c015353811", kill_on_drop: false }`
[INFO] [stdout] d56f983e5934363b185626eefa02cdf4d9113c826d5d4522361540c015353811
