[INFO] cloning repository https://github.com/nelup20/codecrafters-grep-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nelup20/codecrafters-grep-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnelup20%2Fcodecrafters-grep-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnelup20%2Fcodecrafters-grep-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 956c6520d611ca2afe5bbab2a8b20a4e254fc1cd [INFO] testing nelup20/codecrafters-grep-rust against beta-2025-09-21 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnelup20%2Fcodecrafters-grep-rust" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/nelup20/codecrafters-grep-rust [INFO] finished tweaking git repo https://github.com/nelup20/codecrafters-grep-rust [INFO] tweaked toml for git repo https://github.com/nelup20/codecrafters-grep-rust written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nelup20/codecrafters-grep-rust on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/nelup20/codecrafters-grep-rust 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 464fcf7adb7db918ab7f3c503120b1e381e579eca371452df414b5c49c0fc20d [INFO] running `Command { std: "docker" "start" "-a" "464fcf7adb7db918ab7f3c503120b1e381e579eca371452df414b5c49c0fc20d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "464fcf7adb7db918ab7f3c503120b1e381e579eca371452df414b5c49c0fc20d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "464fcf7adb7db918ab7f3c503120b1e381e579eca371452df414b5c49c0fc20d", kill_on_drop: false }` [INFO] [stdout] 464fcf7adb7db918ab7f3c503120b1e381e579eca371452df414b5c49c0fc20d [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce0d02c00ce059dbd0b07bcd8dc4f84d4b5128b554895fa2dcc28f19607f953a [INFO] running `Command { std: "docker" "start" "-a" "ce0d02c00ce059dbd0b07bcd8dc4f84d4b5128b554895fa2dcc28f19607f953a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling bytes v1.7.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.75 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling codecrafters-grep v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: value assigned to `next_group_pattern` is never read [INFO] [stdout] --> src/regex/pattern.rs:135:25 [INFO] [stdout] | [INFO] [stdout] 135 | let mut next_group_pattern: Option<&Pattern> = None; [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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s [INFO] running `Command { std: "docker" "inspect" "ce0d02c00ce059dbd0b07bcd8dc4f84d4b5128b554895fa2dcc28f19607f953a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce0d02c00ce059dbd0b07bcd8dc4f84d4b5128b554895fa2dcc28f19607f953a", kill_on_drop: false }` [INFO] [stdout] ce0d02c00ce059dbd0b07bcd8dc4f84d4b5128b554895fa2dcc28f19607f953a [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a225c56c4411611175271c69442ab09e4e1c9fda9beb50c590174216d96190f7 [INFO] running `Command { std: "docker" "start" "-a" "a225c56c4411611175271c69442ab09e4e1c9fda9beb50c590174216d96190f7", kill_on_drop: false }` [INFO] [stderr] Compiling codecrafters-grep v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: value assigned to `next_group_pattern` is never read [INFO] [stdout] --> src/regex/pattern.rs:135:25 [INFO] [stdout] | [INFO] [stdout] 135 | let mut next_group_pattern: Option<&Pattern> = None; [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 `next_group_pattern` is never read [INFO] [stdout] --> src/regex/pattern.rs:135:25 [INFO] [stdout] | [INFO] [stdout] 135 | let mut next_group_pattern: Option<&Pattern> = None; [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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.01s [INFO] running `Command { std: "docker" "inspect" "a225c56c4411611175271c69442ab09e4e1c9fda9beb50c590174216d96190f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a225c56c4411611175271c69442ab09e4e1c9fda9beb50c590174216d96190f7", kill_on_drop: false }` [INFO] [stdout] a225c56c4411611175271c69442ab09e4e1c9fda9beb50c590174216d96190f7 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d4d6a1040fbb2644fb8594dd5fcd6f9c20924b649a0acd5b2cf939de67a151be [INFO] running `Command { std: "docker" "start" "-a" "d4d6a1040fbb2644fb8594dd5fcd6f9c20924b649a0acd5b2cf939de67a151be", kill_on_drop: false }` [INFO] [stderr] warning: value assigned to `next_group_pattern` is never read [INFO] [stderr] --> src/regex/pattern.rs:135:25 [INFO] [stderr] | [INFO] [stderr] 135 | let mut next_group_pattern: Option<&Pattern> = None; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `codecrafters-grep` (lib) generated 1 warning [INFO] [stderr] warning: `codecrafters-grep` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/codecrafters_grep-5dc7b7c2d3c61cab) [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test regex::regex::parsing_tests::alphanumeric_class_multiple ... ok [INFO] [stdout] test regex::regex::parsing_tests::alphanumeric_class_singular ... ok [INFO] [stdout] test regex::regex::parsing_tests::char_literal_singular ... ok [INFO] [stdout] test regex::regex::parsing_tests::digit_class_singular ... ok [INFO] [stdout] test regex::regex::parsing_tests::end_of_string_with_single_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_flat_groups_with_multiple_literal_chars ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_negative_char_groups_multiple_chars ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_flat_groups_with_single_literal_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_nested_and_flat_groups_with_multiple_literal_chars ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_negative_char_groups_singular_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::char_literal_multiple ... ok [INFO] [stdout] test regex::regex::parsing_tests::positive_char_groups_and_negative_char_groups_2 ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_nested_groups_with_single_literal_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_one_or_more_quantifiers_with_single_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_wildcards ... ok [INFO] [stdout] test regex::regex::parsing_tests::single_optional_quantifier_with_single_positive_char_group ... ok [INFO] [stdout] test regex::regex::parsing_tests::single_wildcard ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_optional_quantifiers_with_single_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::singular_negative_char_group_multiple_chars ... ok [INFO] [stdout] test regex::regex::parsing_tests::singular_negative_char_group_singular_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::singular_one_or_more_quantifier_with_single_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::singular_one_or_more_quantifier_with_single_positive_char_group ... ok [INFO] [stdout] test regex::regex::parsing_tests::singular_positive_char_group_singular_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::start_of_string_with_multiple_chars ... ok [INFO] [stdout] test regex::regex::parsing_tests::end_of_string_with_multiple_chars ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_positive_char_groups_multiple_chars ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_positive_char_groups_singular_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::single_alternation_with_four_options ... ok [INFO] [stdout] test regex::regex::parsing_tests::single_group_with_multiple_literal_chars ... ok [INFO] [stdout] test regex::regex::parsing_tests::single_group_with_single_literal_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::single_optional_quantifier_with_single_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::positive_char_groups_and_negative_char_groups_1 ... ok [INFO] [stdout] test regex::regex::parsing_tests::singular_positive_char_group_multiple_chars ... ok [INFO] [stdout] test regex::regex::parsing_tests::start_of_string_with_single_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::digit_class_multiple ... ok [INFO] [stdout] test regex::regex::parsing_tests::single_alternation_with_two_options ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/codecrafters_grep-63139d8bd8d7c614) [INFO] [stderr] Running tests/regex_test.rs (/opt/rustwide/target/debug/deps/regex_test-a4b623296d75ba1b) [INFO] [stdout] [INFO] [stdout] running 58 tests [INFO] [stdout] test matches_tests::alternation_stage_1 ... ok [INFO] [stdout] test matches_tests::backreference_matches_3 ... ok [INFO] [stdout] test matches_tests::backreference_matches_2 ... ok [INFO] [stdout] test matches_tests::combined_literals_and_character_classes_match ... ok [INFO] [stdout] test matches_tests::backreference_matches_1 ... ok [INFO] [stdout] test matches_tests::combined_literals_and_character_classes_dont_match ... ok [INFO] [stdout] test matches_tests::end_of_string_doesnt_match ... ok [INFO] [stdout] test matches_tests::multiple_alphanumeric_dont_match ... ok [INFO] [stdout] test matches_tests::end_of_string_matches ... ok [INFO] [stdout] test matches_tests::multiple_char_literals_match ... ok [INFO] [stdout] test matches_tests::multiple_digits_dont_match ... ok [INFO] [stdout] test matches_tests::multiple_negative_char_groups_with_multiple_chars_match ... ok [INFO] [stdout] test matches_tests::one_or_more_matches_3 ... ok [INFO] [stdout] test matches_tests::multiple_alphanumeric_match ... ok [INFO] [stdout] test matches_tests::multiple_backreferences_dont_match_1 ... ok [INFO] [stdout] test matches_tests::multiple_char_literals_dont_match ... ok [INFO] [stdout] test matches_tests::optional_within_literal_string_with_missing_char_doesnt_match ... ok [INFO] [stdout] test matches_tests::multiple_digits_match ... ok [INFO] [stdout] test matches_tests::multiple_positive_char_groups_with_multiple_chars_dont_match ... ok [INFO] [stdout] test matches_tests::multiple_positive_char_groups_with_multiple_chars_match ... ok [INFO] [stdout] test matches_tests::one_or_more_doesnt_match ... ok [INFO] [stdout] test matches_tests::one_or_more_matches_1 ... ok [INFO] [stdout] test matches_tests::multiple_negative_char_groups_with_multiple_chars_dont_match ... ok [INFO] [stdout] test matches_tests::multiple_wildcards_match ... ok [INFO] [stdout] test matches_tests::optional_within_literal_string_with_missing_char_matches ... ok [INFO] [stdout] test matches_tests::optional_within_literal_string_with_present_char_doesnt_match ... ok [INFO] [stdout] test matches_tests::one_or_more_matches_2 ... ok [INFO] [stdout] test matches_tests::nested_backreferences_match_2 ... ok [INFO] [stdout] test matches_tests::nested_backreferences_match_1 ... ok [INFO] [stdout] test matches_tests::single_alphanumeric_char_matches ... ok [INFO] [stdout] test matches_tests::optional_within_literal_string_with_present_char_matches ... ok [INFO] [stdout] test matches_tests::single_char_literal_doesnt_match ... ok [INFO] [stdout] test matches_tests::single_char_literal_matches ... ok [INFO] [stdout] test matches_tests::single_digit_doesnt_match ... ok [INFO] [stdout] test matches_tests::single_digit_matches ... ok [INFO] [stdout] test matches_tests::single_negative_char_group_with_multiple_chars_doesnt_match ... ok [INFO] [stdout] test matches_tests::single_negative_char_group_with_multiple_chars_matches ... ok [INFO] [stdout] test matches_tests::single_negative_char_group_with_single_char_doesnt_match ... ok [INFO] [stdout] test matches_tests::single_negative_char_group_with_single_char_matches ... ok [INFO] [stdout] test matches_tests::single_positive_char_group_with_multiple_chars_doesnt_match ... ok [INFO] [stdout] test matches_tests::single_positive_char_group_with_multiple_chars_matches ... ok [INFO] [stdout] test matches_tests::single_positive_char_group_with_single_char_doesnt_match ... ok [INFO] [stdout] test matches_tests::single_positive_char_group_with_single_char_matches ... ok [INFO] [stdout] test matches_tests::single_wildcard_doesnt_match ... ok [INFO] [stdout] test matches_tests::single_wildcard_matches ... ok [INFO] [stdout] test matches_tests::start_of_string_doesnt_match_1 ... ok [INFO] [stdout] test matches_tests::start_of_string_doesnt_match_2 ... ok [INFO] [stdout] test matches_tests::start_of_string_matches ... ok [INFO] [stdout] test matches_tests::unicode_matches_1 ... ok [INFO] [stdout] test matches_tests::multiple_wildcards_dont_match ... ok [INFO] [stdout] test matches_tests::single_alphanumeric_doesnt_match ... ok [INFO] [stdout] test matches_tests::single_alternation_with_four_options_and_literal_match_1 ... ok [INFO] [stdout] test matches_tests::single_alternation_with_four_options_and_literal_match_2 ... ok [INFO] [stdout] test matches_tests::single_alphanumeric_digit_matches ... ok [INFO] [stderr] Doc-tests codecrafters_grep [INFO] [stdout] test matches_tests::single_alternation_with_four_options_doesnt_match ... ok [INFO] [stdout] test matches_tests::single_alternation_with_four_options_matches ... ok [INFO] [stdout] test matches_tests::single_alternation_with_two_options_doesnt_match ... ok [INFO] [stdout] test matches_tests::single_alternation_with_two_options_matches ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [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" "d4d6a1040fbb2644fb8594dd5fcd6f9c20924b649a0acd5b2cf939de67a151be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4d6a1040fbb2644fb8594dd5fcd6f9c20924b649a0acd5b2cf939de67a151be", kill_on_drop: false }` [INFO] [stdout] d4d6a1040fbb2644fb8594dd5fcd6f9c20924b649a0acd5b2cf939de67a151be