[INFO] fetching crate redact-engine 0.1.2... [INFO] testing redact-engine-0.1.2 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate redact-engine 0.1.2 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate redact-engine 0.1.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate redact-engine 0.1.2 [INFO] tweaked toml for crates.io crate redact-engine 0.1.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate redact-engine 0.1.2 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate redact-engine 0.1.2 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e0c29e31d35dde07f8d904cde4766bdd5ea88bfd583920094a7e212070876529 [INFO] running `Command { std: "docker" "start" "-a" "e0c29e31d35dde07f8d904cde4766bdd5ea88bfd583920094a7e212070876529", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e0c29e31d35dde07f8d904cde4766bdd5ea88bfd583920094a7e212070876529", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0c29e31d35dde07f8d904cde4766bdd5ea88bfd583920094a7e212070876529", kill_on_drop: false }` [INFO] [stdout] e0c29e31d35dde07f8d904cde4766bdd5ea88bfd583920094a7e212070876529 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f561181acb8d04754f334b3b6953618941140b46e64f6fbd6bf3597b462e1d20 [INFO] running `Command { std: "docker" "start" "-a" "f561181acb8d04754f334b3b6953618941140b46e64f6fbd6bf3597b462e1d20", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.102 [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling serde_derive v1.0.145 [INFO] [stderr] Compiling serde v1.0.145 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling anyhow v1.0.65 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling serde_regex v1.1.0 [INFO] [stderr] Compiling redact-engine v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `captures` is never read [INFO] [stdout] --> src/data.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Info { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 23 | pub captures: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Info` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `test` and `position` are never read [INFO] [stdout] --> src/data.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct Captures { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 32 | pub test: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 33 | /// Position capture details [INFO] [stdout] 34 | pub position: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Captures` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `line`, `start_offset`, and `end_offset` are never read [INFO] [stdout] --> src/data.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct Position { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 39 | /// capture line number [INFO] [stdout] 40 | pub line: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] 41 | /// start caption position [INFO] [stdout] 42 | pub start_offset: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 43 | /// end caption position [INFO] [stdout] 44 | pub end_offset: usize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Position` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s [INFO] running `Command { std: "docker" "inspect" "f561181acb8d04754f334b3b6953618941140b46e64f6fbd6bf3597b462e1d20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f561181acb8d04754f334b3b6953618941140b46e64f6fbd6bf3597b462e1d20", kill_on_drop: false }` [INFO] [stdout] f561181acb8d04754f334b3b6953618941140b46e64f6fbd6bf3597b462e1d20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] babb3d06d50e186aeca6746ac824ebe1ae815e8d6580d345c27fb4b5fa42f741 [INFO] running `Command { std: "docker" "start" "-a" "babb3d06d50e186aeca6746ac824ebe1ae815e8d6580d345c27fb4b5fa42f741", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling serde_json v1.0.86 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling ciborium-io v0.2.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling textwrap v0.15.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling similar v2.2.0 [INFO] [stderr] Compiling console v0.15.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stdout] warning: field `captures` is never read [INFO] [stdout] --> src/data.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Info { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 23 | pub captures: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Info` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `test` and `position` are never read [INFO] [stdout] --> src/data.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct Captures { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 32 | pub test: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 33 | /// Position capture details [INFO] [stdout] 34 | pub position: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Captures` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `line`, `start_offset`, and `end_offset` are never read [INFO] [stdout] --> src/data.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct Position { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 39 | /// capture line number [INFO] [stdout] 40 | pub line: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] 41 | /// start caption position [INFO] [stdout] 42 | pub start_offset: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 43 | /// end caption position [INFO] [stdout] 44 | pub end_offset: usize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Position` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ciborium-ll v0.2.0 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling ciborium v0.2.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling clap v3.2.22 [INFO] [stderr] Compiling insta v1.21.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling redact-engine v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `captures` is never read [INFO] [stdout] --> src/data.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Info { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 23 | pub captures: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Info` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `test` and `position` are never read [INFO] [stdout] --> src/data.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct Captures { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 32 | pub test: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 33 | /// Position capture details [INFO] [stdout] 34 | pub position: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Captures` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `line`, `start_offset`, and `end_offset` are never read [INFO] [stdout] --> src/data.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct Position { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 39 | /// capture line number [INFO] [stdout] 40 | pub line: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] 41 | /// start caption position [INFO] [stdout] 42 | pub start_offset: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 43 | /// end caption position [INFO] [stdout] 44 | pub end_offset: usize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Position` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.33s [INFO] running `Command { std: "docker" "inspect" "babb3d06d50e186aeca6746ac824ebe1ae815e8d6580d345c27fb4b5fa42f741", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "babb3d06d50e186aeca6746ac824ebe1ae815e8d6580d345c27fb4b5fa42f741", kill_on_drop: false }` [INFO] [stdout] babb3d06d50e186aeca6746ac824ebe1ae815e8d6580d345c27fb4b5fa42f741 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] eae3e7d3cef60254286b7c53b401b65b2a2b8d07531584963e134efd9989c7fa [INFO] running `Command { std: "docker" "start" "-a" "eae3e7d3cef60254286b7c53b401b65b2a2b8d07531584963e134efd9989c7fa", kill_on_drop: false }` [INFO] [stderr] warning: field `captures` is never read [INFO] [stderr] --> src/data.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 19 | pub struct Info { [INFO] [stderr] | ---- field in this struct [INFO] [stderr] ... [INFO] [stderr] 23 | pub captures: Vec, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Info` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: fields `test` and `position` are never read [INFO] [stderr] --> src/data.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 28 | pub struct Captures { [INFO] [stderr] | -------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 32 | pub test: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 33 | /// Position capture details [INFO] [stderr] 34 | pub position: Option, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Captures` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `line`, `start_offset`, and `end_offset` are never read [INFO] [stderr] --> src/data.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 38 | pub struct Position { [INFO] [stderr] | -------- fields in this struct [INFO] [stderr] 39 | /// capture line number [INFO] [stderr] 40 | pub line: usize, [INFO] [stderr] | ^^^^ [INFO] [stderr] 41 | /// start caption position [INFO] [stderr] 42 | pub start_offset: usize, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 43 | /// end caption position [INFO] [stderr] 44 | pub end_offset: usize, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Position` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `redact-engine` (lib) generated 3 warnings [INFO] [stderr] warning: `redact-engine` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/redact_engine-10889649486cd0b4) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test pattern::test_pattern::can_try_capture ... ok [INFO] [stdout] test redaction::test_redaction::can_redact_str ... ok [INFO] [stdout] test redaction::test_redaction::can_redact_with_placeholder_text ... ok [INFO] [stdout] test pattern::test_pattern::can_redact_patterns ... ok [INFO] [stdout] test pattern::test_pattern::can_redact_multiple_patterns ... ok [INFO] [stdout] test redaction::test_redaction::test_by_pattern ... ok [INFO] [stdout] test redaction::test_redaction::test_bt_value ... ok [INFO] [stdout] test redaction::test_redaction::can_redact_with_multiple_patterns ... ok [INFO] [stdout] test redaction::test_redaction::can_redact_reader ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] [stderr] Doc-tests redact_engine [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/redaction.rs - redaction::Redaction::custom (line 65) ... ok [INFO] [stdout] test src/redaction.rs - redaction::Redaction::add_pattern (line 147) ... ok [INFO] [stdout] test src/redaction.rs - redaction::Redaction::add_patterns (line 172) ... ok [INFO] [stdout] test src/pattern.rs - pattern (line 4) ... ok [INFO] [stdout] test src/redaction.rs - redaction::Redaction::default (line 32) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] test src/redaction.rs - redaction::Redaction::add_values (line 110) ... ok [INFO] [stdout] test src/redaction.rs - redaction::Redaction::new (line 48) ... ok [INFO] [stdout] test src/redaction.rs - redaction::Redaction::add_value (line 86) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.20s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "eae3e7d3cef60254286b7c53b401b65b2a2b8d07531584963e134efd9989c7fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eae3e7d3cef60254286b7c53b401b65b2a2b8d07531584963e134efd9989c7fa", kill_on_drop: false }` [INFO] [stdout] eae3e7d3cef60254286b7c53b401b65b2a2b8d07531584963e134efd9989c7fa