[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 1.90.0 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-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nelup20/codecrafters-grep-rust on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded thiserror v1.0.63 [INFO] [stderr] Downloaded thiserror-impl v1.0.63 [INFO] [stderr] Downloaded bytes v1.7.1 [INFO] [stderr] Downloaded syn v2.0.75 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f30a9f8060650caf8133e3e4eeab0550a51dfd6367adf232556bef0391471513 [INFO] running `Command { std: "docker" "start" "-a" "f30a9f8060650caf8133e3e4eeab0550a51dfd6367adf232556bef0391471513", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f30a9f8060650caf8133e3e4eeab0550a51dfd6367adf232556bef0391471513", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f30a9f8060650caf8133e3e4eeab0550a51dfd6367adf232556bef0391471513", kill_on_drop: false }` [INFO] [stdout] f30a9f8060650caf8133e3e4eeab0550a51dfd6367adf232556bef0391471513 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f145ba8930171e74b26edf7e836a9e7a940c87d8f900d0d3af6d7b05d444b5d6 [INFO] running `Command { std: "docker" "start" "-a" "f145ba8930171e74b26edf7e836a9e7a940c87d8f900d0d3af6d7b05d444b5d6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling thiserror v1.0.63 [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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s [INFO] running `Command { std: "docker" "inspect" "f145ba8930171e74b26edf7e836a9e7a940c87d8f900d0d3af6d7b05d444b5d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f145ba8930171e74b26edf7e836a9e7a940c87d8f900d0d3af6d7b05d444b5d6", kill_on_drop: false }` [INFO] [stdout] f145ba8930171e74b26edf7e836a9e7a940c87d8f900d0d3af6d7b05d444b5d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3190409409baf37e68e3c194fc0a71b1e3a4710a58beb2cd758e0d933db1a2b3 [INFO] running `Command { std: "docker" "start" "-a" "3190409409baf37e68e3c194fc0a71b1e3a4710a58beb2cd758e0d933db1a2b3", kill_on_drop: false }` [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)]` on by default [INFO] [stdout] [INFO] [stdout] [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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `Command { std: "docker" "inspect" "3190409409baf37e68e3c194fc0a71b1e3a4710a58beb2cd758e0d933db1a2b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3190409409baf37e68e3c194fc0a71b1e3a4710a58beb2cd758e0d933db1a2b3", kill_on_drop: false }` [INFO] [stdout] 3190409409baf37e68e3c194fc0a71b1e3a4710a58beb2cd758e0d933db1a2b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 980152156e76c01743aec45662422a7ce0f34cc79494b56255051976c1e4ae2b [INFO] running `Command { std: "docker" "start" "-a" "980152156e76c01743aec45662422a7ce0f34cc79494b56255051976c1e4ae2b", 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)]` 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.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/codecrafters_grep-27e5ea06a3b26d27) [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::char_literal_singular ... ok [INFO] [stdout] test regex::regex::parsing_tests::alphanumeric_class_singular ... ok [INFO] [stdout] test regex::regex::parsing_tests::char_literal_multiple ... ok [INFO] [stdout] test regex::regex::parsing_tests::digit_class_multiple ... ok [INFO] [stdout] test regex::regex::parsing_tests::digit_class_singular ... ok [INFO] [stdout] test regex::regex::parsing_tests::end_of_string_with_multiple_chars ... 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_single_literal_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_negative_char_groups_multiple_chars ... ok [INFO] [stdout] test regex::regex::parsing_tests::multiple_negative_char_groups_singular_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_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_optional_quantifiers_with_single_char ... 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::multiple_wildcards ... ok [INFO] [stdout] test regex::regex::parsing_tests::positive_char_groups_and_negative_char_groups_2 ... 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::single_wildcard ... ok [INFO] [stdout] test regex::regex::parsing_tests::singular_negative_char_group_multiple_chars ... 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::start_of_string_with_single_char ... ok [INFO] [stdout] test regex::regex::parsing_tests::single_alternation_with_two_options ... ok [INFO] [stdout] test regex::regex::parsing_tests::single_optional_quantifier_with_single_positive_char_group ... ok [INFO] [stdout] test regex::regex::parsing_tests::singular_negative_char_group_singular_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::multiple_flat_groups_with_multiple_literal_chars ... 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_multiple_chars ... ok [INFO] [stdout] test regex::regex::parsing_tests::singular_positive_char_group_singular_char ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/codecrafters_grep-137ef5cdeeb1dfae) [INFO] [stdout] [INFO] [stderr] Running tests/regex_test.rs (/opt/rustwide/target/debug/deps/regex_test-a423f3c0059fca04) [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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] [stdout] [INFO] [stdout] running 58 tests [INFO] [stdout] test matches_tests::alternation_stage_1 ... ok [INFO] [stdout] test matches_tests::backreference_matches_2 ... ok [INFO] [stdout] test matches_tests::combined_literals_and_character_classes_dont_match ... ok [INFO] [stdout] test matches_tests::backreference_matches_3 ... ok [INFO] [stdout] test matches_tests::end_of_string_doesnt_match ... ok [INFO] [stdout] test matches_tests::end_of_string_matches ... ok [INFO] [stdout] test matches_tests::combined_literals_and_character_classes_match ... ok [INFO] [stdout] test matches_tests::multiple_alphanumeric_dont_match ... ok [INFO] [stdout] test matches_tests::multiple_alphanumeric_match ... ok [INFO] [stdout] test matches_tests::multiple_char_literals_dont_match ... 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_digits_match ... ok [INFO] [stdout] test matches_tests::multiple_backreferences_dont_match_1 ... ok [INFO] [stdout] test matches_tests::multiple_negative_char_groups_with_multiple_chars_dont_match ... ok [INFO] [stdout] test matches_tests::multiple_negative_char_groups_with_multiple_chars_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::multiple_wildcards_dont_match ... ok [INFO] [stderr] Doc-tests codecrafters_grep [INFO] [stdout] test matches_tests::multiple_wildcards_match ... ok [INFO] [stdout] test matches_tests::nested_backreferences_match_1 ... ok [INFO] [stdout] test matches_tests::one_or_more_doesnt_match ... ok [INFO] [stdout] test matches_tests::nested_backreferences_match_2 ... ok [INFO] [stdout] test matches_tests::one_or_more_matches_3 ... 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_missing_char_doesnt_match ... ok [INFO] [stdout] test matches_tests::one_or_more_matches_2 ... ok [INFO] [stdout] test matches_tests::optional_within_literal_string_with_present_char_doesnt_match ... ok [INFO] [stdout] test matches_tests::single_alphanumeric_char_matches ... ok [INFO] [stdout] test matches_tests::single_alphanumeric_digit_matches ... ok [INFO] [stdout] test matches_tests::backreference_matches_1 ... ok [INFO] [stdout] test matches_tests::single_alternation_with_four_options_and_literal_match_1 ... ok [INFO] [stdout] test matches_tests::one_or_more_matches_1 ... ok [INFO] [stdout] test matches_tests::single_alphanumeric_doesnt_match ... ok [INFO] [stdout] test matches_tests::single_alternation_with_four_options_and_literal_match_2 ... ok [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::optional_within_literal_string_with_present_char_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] 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] [INFO] [stdout] test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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" "980152156e76c01743aec45662422a7ce0f34cc79494b56255051976c1e4ae2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "980152156e76c01743aec45662422a7ce0f34cc79494b56255051976c1e4ae2b", kill_on_drop: false }` [INFO] [stdout] 980152156e76c01743aec45662422a7ce0f34cc79494b56255051976c1e4ae2b