[INFO] fetching crate circom-lsp 0.1.3...
[INFO] checking circom-lsp-0.1.3 against 1.95.0 for pr-155915
[INFO] extracting crate circom-lsp 0.1.3 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate circom-lsp 0.1.3
[INFO] finished tweaking crates.io crate circom-lsp 0.1.3
[INFO] tweaked toml for crates.io crate circom-lsp 0.1.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate circom-lsp 0.1.3 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate circom-lsp 0.1.3 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_repr v0.1.12
[INFO] [stderr]   Downloaded tower-lsp-macros v0.8.0
[INFO] [stderr]   Downloaded str_indices v0.4.1
[INFO] [stderr]   Downloaded lsp-types v0.94.0
[INFO] [stderr]   Downloaded circom-lsp-parser v2.1.5
[INFO] [stderr]   Downloaded codespan v0.9.5
[INFO] [stderr]   Downloaded circom-lsp-program-structure v2.1.5
[INFO] [stderr]   Downloaded circom-lsp-type-analysis v2.1.5
[INFO] [stderr]   Downloaded clap_derive v4.3.1
[INFO] [stderr]   Downloaded codespan-reporting v0.9.5
[INFO] [stderr]   Downloaded clap v4.3.1
[INFO] [stderr]   Downloaded tower-lsp v0.19.0
[INFO] [stderr]   Downloaded ropey v1.6.0
[INFO] [stderr]   Downloaded num-bigint-dig v0.6.1
[INFO] [stderr]   Downloaded clap_builder v4.3.1
[INFO] [stderr]   Downloaded rustix v0.37.18
[INFO] [stderr]   Downloaded tokio v1.28.0
[INFO] [stderr]   Downloaded linux-raw-sys v0.3.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6bdf8529f42e73213c8d4510e754295c1cd4e262b11b11cb9e02743f3573c96e
[INFO] running `Command { std: "docker" "start" "-a" "6bdf8529f42e73213c8d4510e754295c1cd4e262b11b11cb9e02743f3573c96e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6bdf8529f42e73213c8d4510e754295c1cd4e262b11b11cb9e02743f3573c96e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bdf8529f42e73213c8d4510e754295c1cd4e262b11b11cb9e02743f3573c96e", kill_on_drop: false }`
[INFO] [stdout] 6bdf8529f42e73213c8d4510e754295c1cd4e262b11b11cb9e02743f3573c96e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b57ccb95f5ab9d0975678e98fd164256d91b48e11b82d7781bf3bf075649661
[INFO] running `Command { std: "docker" "start" "-a" "2b57ccb95f5ab9d0975678e98fd164256d91b48e11b82d7781bf3bf075649661", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.142
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling serde_derive v1.0.160
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling rustix v0.37.18
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-bigint-dig v0.6.1
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling aho-corasick v1.0.1
[INFO] [stderr]    Compiling linux-raw-sys v0.3.6
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling regex-syntax v0.7.1
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling regex v1.8.1
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]     Checking codespan-reporting v0.9.5
[INFO] [stderr]    Compiling lalrpop-util v0.19.12
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling petgraph v0.6.3
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling ena v0.14.2
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling tokio v1.28.0
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking anstyle-parse v0.2.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking codespan v0.9.5
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]     Checking anstyle v1.0.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling tracing-attributes v0.1.24
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_repr v0.1.12
[INFO] [stderr]     Checking pin-project v1.0.12
[INFO] [stderr]     Checking futures-util v0.3.28
[INFO] [stderr]     Checking clap_builder v4.3.1
[INFO] [stderr]    Compiling clap_derive v4.3.1
[INFO] [stderr]     Checking dashmap v5.4.0
[INFO] [stderr]    Compiling auto_impl v1.1.0
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling lalrpop v0.19.12
[INFO] [stderr]    Compiling tower-lsp-macros v0.8.0
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking str_indices v0.4.1
[INFO] [stderr]     Checking ropey v1.6.0
[INFO] [stderr]     Checking tempfile v3.5.0
[INFO] [stderr]     Checking clap v4.3.1
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking lsp-types v0.94.0
[INFO] [stderr]     Checking circom-lsp-program-structure v2.1.5
[INFO] [stderr]     Checking circom-lsp-type-analysis v2.1.5
[INFO] [stderr]    Compiling circom-lsp-parser v2.1.5
[INFO] [stderr]     Checking tower-lsp v0.19.0
[INFO] [stderr]     Checking circom-lsp v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable `block_start` is assigned to, but never used
[INFO] [stdout]    --> src/parse.rs:233:9
[INFO] [stdout]     |
[INFO] [stdout] 233 |     let mut block_start = 0;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_block_start` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `block_start` is assigned to, but never used
[INFO] [stdout]    --> src/parse.rs:233:9
[INFO] [stdout]     |
[INFO] [stdout] 233 |     let mut block_start = 0;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_block_start` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `block_start` is never read
[INFO] [stdout]    --> src/parse.rs:248:25
[INFO] [stdout]     |
[INFO] [stdout] 248 |                         block_start = loc;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `block_start` is never read
[INFO] [stdout]    --> src/parse.rs:248:25
[INFO] [stdout]     |
[INFO] [stdout] 248 |                         block_start = loc;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/backend.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |     TempfileError(std::io::Error),
[INFO] [stdout]    |     ------------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `OnChangeError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 32 -     TempfileError(std::io::Error),
[INFO] [stdout] 32 +     TempfileError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/backend.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |     TempfileError(std::io::Error),
[INFO] [stdout]    |     ------------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `OnChangeError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 32 -     TempfileError(std::io::Error),
[INFO] [stdout] 32 +     TempfileError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/backend.rs:615:11
[INFO] [stdout]     |
[INFO] [stdout] 615 |     Ropey(ropey::Error),
[INFO] [stdout]     |     ----- ^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OutputDimensionsError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 615 -     Ropey(ropey::Error),
[INFO] [stdout] 615 +     Ropey(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/backend.rs:616:11
[INFO] [stdout]     |
[INFO] [stdout] 616 |     Parse(ParseIntError),
[INFO] [stdout]     |     ----- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OutputDimensionsError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 616 -     Parse(ParseIntError),
[INFO] [stdout] 616 +     Parse(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/backend.rs:615:11
[INFO] [stdout]     |
[INFO] [stdout] 615 |     Ropey(ropey::Error),
[INFO] [stdout]     |     ----- ^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OutputDimensionsError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 615 -     Ropey(ropey::Error),
[INFO] [stdout] 615 +     Ropey(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/backend.rs:617:19
[INFO] [stdout]     |
[INFO] [stdout] 617 |     InvalidReport(InvalidReportError),
[INFO] [stdout]     |     ------------- ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OutputDimensionsError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 617 -     InvalidReport(InvalidReportError),
[INFO] [stdout] 617 +     InvalidReport(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/backend.rs:616:11
[INFO] [stdout]     |
[INFO] [stdout] 616 |     Parse(ParseIntError),
[INFO] [stdout]     |     ----- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OutputDimensionsError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 616 -     Parse(ParseIntError),
[INFO] [stdout] 616 +     Parse(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/backend.rs:617:19
[INFO] [stdout]     |
[INFO] [stdout] 617 |     InvalidReport(InvalidReportError),
[INFO] [stdout]     |     ------------- ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OutputDimensionsError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 617 -     InvalidReport(InvalidReportError),
[INFO] [stdout] 617 +     InvalidReport(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ast.rs:638:42
[INFO] [stdout]     |
[INFO] [stdout] 638 | pub fn get_meta(statement_or_expression: StatementOrExpression) -> &ast::Meta {
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^     ^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 638 | pub fn get_meta(statement_or_expression: StatementOrExpression<'_>) -> &ast::Meta {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ast.rs:638:42
[INFO] [stdout]     |
[INFO] [stdout] 638 | pub fn get_meta(statement_or_expression: StatementOrExpression) -> &ast::Meta {
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^     ^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 638 | pub fn get_meta(statement_or_expression: StatementOrExpression<'_>) -> &ast::Meta {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
[INFO] running `Command { std: "docker" "inspect" "2b57ccb95f5ab9d0975678e98fd164256d91b48e11b82d7781bf3bf075649661", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b57ccb95f5ab9d0975678e98fd164256d91b48e11b82d7781bf3bf075649661", kill_on_drop: false }`
[INFO] [stdout] 2b57ccb95f5ab9d0975678e98fd164256d91b48e11b82d7781bf3bf075649661
