[INFO] fetching crate kimari 0.1.0... [INFO] testing kimari-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate kimari 0.1.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate kimari 0.1.0 [INFO] finished tweaking crates.io crate kimari 0.1.0 [INFO] tweaked toml for crates.io crate kimari 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate kimari 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 16 packages to latest compatible versions [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.16) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded kimari-derive v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9233274b445b86036ad6be7335b3e076878c1d24e9a6b67a8857c4289ab21e45 [INFO] running `Command { std: "docker" "start" "-a" "9233274b445b86036ad6be7335b3e076878c1d24e9a6b67a8857c4289ab21e45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9233274b445b86036ad6be7335b3e076878c1d24e9a6b67a8857c4289ab21e45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9233274b445b86036ad6be7335b3e076878c1d24e9a6b67a8857c4289ab21e45", kill_on_drop: false }` [INFO] [stdout] 9233274b445b86036ad6be7335b3e076878c1d24e9a6b67a8857c4289ab21e45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b8140ba418f911dbccec9c0a699afe567cb4fad6c01e1aef60ca81a5b5b6333c [INFO] running `Command { std: "docker" "start" "-a" "b8140ba418f911dbccec9c0a699afe567cb4fad6c01e1aef60ca81a5b5b6333c", kill_on_drop: false }` [INFO] [stderr] Compiling kimari-derive v0.1.0 [INFO] [stderr] Compiling kimari v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::value::Value` [INFO] [stdout] --> src/operator/all.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::value::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::value::Value` [INFO] [stdout] --> src/operator/any.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::value::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rule.rs:35:68 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stdout] | -- -- ^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rule.rs:50:39 [INFO] [stdout] | [INFO] [stdout] 48 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 49 | context: &'a C, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 50 | ) -> impl Iterator> + 'a [INFO] [stdout] | ^^^^ ^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 50 | ) -> impl Iterator> + 'a [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "b8140ba418f911dbccec9c0a699afe567cb4fad6c01e1aef60ca81a5b5b6333c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8140ba418f911dbccec9c0a699afe567cb4fad6c01e1aef60ca81a5b5b6333c", kill_on_drop: false }` [INFO] [stdout] b8140ba418f911dbccec9c0a699afe567cb4fad6c01e1aef60ca81a5b5b6333c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5973287052e554ffd2ccf254b14379401421849c92f055a8c1cb33efa11d4f63 [INFO] running `Command { std: "docker" "start" "-a" "5973287052e554ffd2ccf254b14379401421849c92f055a8c1cb33efa11d4f63", kill_on_drop: false }` [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stdout] warning: unused import: `crate::value::Value` [INFO] [stdout] --> src/operator/all.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::value::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::value::Value` [INFO] [stdout] --> src/operator/any.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::value::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rule.rs:35:68 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stdout] | -- -- ^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rule.rs:50:39 [INFO] [stdout] | [INFO] [stdout] 48 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 49 | context: &'a C, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 50 | ) -> impl Iterator> + 'a [INFO] [stdout] | ^^^^ ^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 50 | ) -> impl Iterator> + 'a [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling indexmap v2.11.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling kimari v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Rule` is never constructed [INFO] [stdout] --> src/operator/all.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | struct Rule { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rule.rs:35:68 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stdout] | -- -- ^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rule.rs:50:39 [INFO] [stdout] | [INFO] [stdout] 48 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 49 | context: &'a C, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 50 | ) -> impl Iterator> + 'a [INFO] [stdout] | ^^^^ ^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 50 | ) -> impl Iterator> + 'a [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.73s [INFO] running `Command { std: "docker" "inspect" "5973287052e554ffd2ccf254b14379401421849c92f055a8c1cb33efa11d4f63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5973287052e554ffd2ccf254b14379401421849c92f055a8c1cb33efa11d4f63", kill_on_drop: false }` [INFO] [stdout] 5973287052e554ffd2ccf254b14379401421849c92f055a8c1cb33efa11d4f63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c6f20044bffdc9827fd6f82c450406fc74cef477767216de636568ac4ae4711e [INFO] running `Command { std: "docker" "start" "-a" "c6f20044bffdc9827fd6f82c450406fc74cef477767216de636568ac4ae4711e", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `crate::value::Value` [INFO] [stdout] [INFO] [stderr] --> src/operator/all.rs:6:5 [INFO] [stdout] running 12 tests [INFO] [stderr] | [INFO] [stderr] 6 | use crate::value::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::value::Value` [INFO] [stderr] --> src/operator/any.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::value::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/rule.rs:35:68 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stderr] | -- -- ^^^^ ^^^^^ the same lifetime is elided here [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stderr] | | the lifetime is named here [INFO] [stderr] | the lifetime is named 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stderr] | ++ ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/rule.rs:50:39 [INFO] [stderr] | [INFO] [stderr] 48 | &'a self, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 49 | context: &'a C, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 50 | ) -> impl Iterator> + 'a [INFO] [stderr] | ^^^^ ^^^^^ -- the same lifetime is named here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 50 | ) -> impl Iterator> + 'a [INFO] [stderr] | ++ ++ [INFO] [stderr] [INFO] [stderr] warning: `kimari` (lib) generated 4 warnings (run `cargo fix --lib -p kimari` to apply 4 suggestions) [INFO] [stderr] warning: struct `Rule` is never constructed [INFO] [stderr] --> src/operator/all.rs:31:16 [INFO] [stderr] | [INFO] [stderr] 31 | struct Rule { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `kimari` (lib test) generated 3 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kimari-cbf6e425b12a9e59) [INFO] [stdout] test context::tests::context_array ... ok [INFO] [stdout] test context::tests::context_optional ... ok [INFO] [stdout] test operator::any::tests::deserialize ... ok [INFO] [stdout] test operator::all::tests::deserialize ... ok [INFO] [stdout] test operator::not_equals::tests::deserialize ... ok [INFO] [stdout] test value::tests::deserialize ... ok [INFO] [stdout] test value::tests::eq_string_string ... ok [INFO] [stdout] test value::tests::eq_optional ... ok [INFO] [stdout] test tests::integration_test ... ok [INFO] [stdout] test context::tests::context_primitives ... ok [INFO] [stdout] test value::tests::eq_array ... ok [INFO] [stdout] test operator::equals::tests::deserialize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests kimari [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" "c6f20044bffdc9827fd6f82c450406fc74cef477767216de636568ac4ae4711e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6f20044bffdc9827fd6f82c450406fc74cef477767216de636568ac4ae4711e", kill_on_drop: false }` [INFO] [stdout] c6f20044bffdc9827fd6f82c450406fc74cef477767216de636568ac4ae4711e