[INFO] fetching crate quoted-string 0.6.1... [INFO] testing quoted-string-0.6.1 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate quoted-string 0.6.1 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate quoted-string 0.6.1 [INFO] finished tweaking crates.io crate quoted-string 0.6.1 [INFO] tweaked toml for crates.io crate quoted-string 0.6.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate quoted-string 0.6.1 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be2f291863df47b8dcc63384f9e1b31c26a12d1b5b22c7b0c656e43f34c36b11 [INFO] running `Command { std: "docker" "start" "-a" "be2f291863df47b8dcc63384f9e1b31c26a12d1b5b22c7b0c656e43f34c36b11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be2f291863df47b8dcc63384f9e1b31c26a12d1b5b22c7b0c656e43f34c36b11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be2f291863df47b8dcc63384f9e1b31c26a12d1b5b22c7b0c656e43f34c36b11", kill_on_drop: false }` [INFO] [stdout] be2f291863df47b8dcc63384f9e1b31c26a12d1b5b22c7b0c656e43f34c36b11 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46a5e665200acd5c96ed45d860474279c970533c9197aaf90e91bf275c1fdb18 [INFO] running `Command { std: "docker" "start" "-a" "46a5e665200acd5c96ed45d860474279c970533c9197aaf90e91bf275c1fdb18", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling quoted-string v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/test_utils.rs:123:17 [INFO] [stdout] | [INFO] [stdout] 123 | b'a'...b'z' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:47:29 [INFO] [stdout] | [INFO] [stdout] 47 | fter.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:58:42 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn parse(input: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 58 | pub fn parse(input: &str) -> Result, (usize, CoreError)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s [INFO] running `Command { std: "docker" "inspect" "46a5e665200acd5c96ed45d860474279c970533c9197aaf90e91bf275c1fdb18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46a5e665200acd5c96ed45d860474279c970533c9197aaf90e91bf275c1fdb18", kill_on_drop: false }` [INFO] [stdout] 46a5e665200acd5c96ed45d860474279c970533c9197aaf90e91bf275c1fdb18 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 560142c18c787a89c0222edfde635f38ca623bd03a733380a107d533b2f5fc8e [INFO] running `Command { std: "docker" "start" "-a" "560142c18c787a89c0222edfde635f38ca623bd03a733380a107d533b2f5fc8e", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/test_utils.rs:123:17 [INFO] [stdout] | [INFO] [stdout] 123 | b'a'...b'z' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:47:29 [INFO] [stdout] | [INFO] [stdout] 47 | fter.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quoted-string v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:58:42 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn parse(input: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 58 | pub fn parse(input: &str) -> Result, (usize, CoreError)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/test_utils.rs:123:17 [INFO] [stdout] | [INFO] [stdout] 123 | b'a'...b'z' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:47:29 [INFO] [stdout] | [INFO] [stdout] 47 | fter.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:58:42 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn parse(input: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 58 | pub fn parse(input: &str) -> Result, (usize, CoreError)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `Command { std: "docker" "inspect" "560142c18c787a89c0222edfde635f38ca623bd03a733380a107d533b2f5fc8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "560142c18c787a89c0222edfde635f38ca623bd03a733380a107d533b2f5fc8e", kill_on_drop: false }` [INFO] [stdout] 560142c18c787a89c0222edfde635f38ca623bd03a733380a107d533b2f5fc8e [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2a99ea2dbea4dd608fb13ac919248676e3442c7c0bc22f2eff7a0ee7c4f46798 [INFO] running `Command { std: "docker" "start" "-a" "2a99ea2dbea4dd608fb13ac919248676e3442c7c0bc22f2eff7a0ee7c4f46798", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/test_utils.rs:123:17 [INFO] [stderr] | [INFO] [stderr] 123 | b'a'...b'z' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:47:29 [INFO] [stderr] | [INFO] [stderr] 47 | fter.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse.rs:58:42 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn parse(input: &str) -> Result { [INFO] [stderr] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 58 | pub fn parse(input: &str) -> Result, (usize, CoreError)> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `quoted-string` (lib) generated 3 warnings (run `cargo fix --lib -p quoted-string` to apply 2 suggestions) [INFO] [stderr] warning: `quoted-string` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/quoted_string-5aaf8aec5bd58cc7) [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test iter::test::ascii_case_insensitive_eq ... ok [INFO] [stdout] test iter::test::quoted ... ok [INFO] [stdout] test iter::test::missing_double_quoted ... ok [INFO] [stdout] test iter::test::strip_non_semantic_ws ... ok [INFO] [stdout] test iter::test::unnecessary_quoted ... ok [INFO] [stdout] test parse::test::parse::parse_simple ... ok [INFO] [stdout] test parse::test::parse::parse_with_tail ... ok [INFO] [stdout] test parse::test::parse::empty_string_does_not_panic ... ok [INFO] [stdout] test iter::test::with_quoted_pair ... ok [INFO] [stdout] test parse::test::parse::reject_missing_quoted ... ok [INFO] [stdout] test parse::test::parse::reject_tailing_escape ... ok [INFO] [stdout] test parse::test::validate::accept_valid_quoted_string ... ok [INFO] [stdout] test parse::test::parse::reject_unquoted_quotable ... ok [INFO] [stdout] test parse::test::validate::reject_invalid_quoted_string ... ok [INFO] [stdout] test quote::test::quote_if_needed_needed_because_char ... ok [INFO] [stdout] test quote::test::quote_if_needed_empty_value ... ok [INFO] [stdout] test parse::test::validate::reject_quoted_string_shorter_than_input ... ok [INFO] [stdout] test quote::test::quote_if_needed_needed_because_end ... ok [INFO] [stdout] test quote::test::quote_if_needed_state ... ok [INFO] [stdout] test quote::test::quote_if_needed_needed_because_state ... ok [INFO] [stdout] test quote::test::quote_if_needed_unneeded ... ok [INFO] [stdout] test quote::test::quote_simple ... ok [INFO] [stdout] test quote::test::quote_unquotable ... ok [INFO] [stdout] test unquote::test::strip_quotes::missing_quotes ... ok [INFO] [stdout] test unquote::test::strip_quotes::empty_string ... ok [INFO] [stdout] test unquote::test::to_content::custom_state_in_parsing_impl_is_used ... ok [INFO] [stdout] test unquote::test::strip_quotes::simple_string ... ok [INFO] [stdout] test unquote::test::to_content::empty ... ok [INFO] [stdout] test unquote::test::to_content::missing_escape ... ok [INFO] [stdout] test unquote::test::strip_quotes::empty_quoted_string ... ok [INFO] [stdout] test parse::test::parse::reject_missing_closing_dquotes ... ok [INFO] [stdout] test unquote::test::to_content::tailing_escape ... ok [INFO] [stdout] test unquote::test::to_content::strip_non_semantic_ws ... ok [INFO] [stdout] test unquote::test::to_content::no_quotes ... ok [INFO] [stdout] test unquote::test::to_content::quoted_but_no_quoted_pair ... ok [INFO] [stdout] test parse::test::parse::parse_with_unnecessary_quoted_pairs ... ok [INFO] [stdout] test unquote::test::to_content::with_multiple_quoted_pairs ... ok [INFO] [stdout] test unquote::test::to_content::unnecessary_quoted ... ok [INFO] [stdout] test unquote::test::to_content::with_quoted_pair ... ok [INFO] [stderr] Doc-tests quoted_string [INFO] [stdout] test parse::test::parse::parse_with_quoted_pairs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/test_utils.rs:123:17 [INFO] [stderr] | [INFO] [stderr] 123 | b'a'...b'z' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/parse.rs - parse::validate (line 10) ... ok [INFO] [stdout] test src/quote.rs - quote::quote_if_needed (line 82) ... ok [INFO] [stdout] test src/parse.rs - parse::parse (line 46) ... ok [INFO] [stdout] test src/quote.rs - quote::quote (line 23) ... ok [INFO] [stdout] test src/unquote.rs - unquote::to_content (line 12) ... ok [INFO] [stdout] test src/unquote.rs - unquote::strip_dquotes (line 80) ... ok [INFO] [stdout] test src/iter.rs - iter::ContentChars (line 45) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2a99ea2dbea4dd608fb13ac919248676e3442c7c0bc22f2eff7a0ee7c4f46798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a99ea2dbea4dd608fb13ac919248676e3442c7c0bc22f2eff7a0ee7c4f46798", kill_on_drop: false }` [INFO] [stdout] 2a99ea2dbea4dd608fb13ac919248676e3442c7c0bc22f2eff7a0ee7c4f46798