[INFO] fetching crate lyon_algorithms 1.0.5... [INFO] testing lyon_algorithms-1.0.5 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate lyon_algorithms 1.0.5 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate lyon_algorithms 1.0.5 [INFO] finished tweaking crates.io crate lyon_algorithms 1.0.5 [INFO] tweaked toml for crates.io crate lyon_algorithms 1.0.5 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate lyon_algorithms 1.0.5 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] Updating crates.io index [INFO] [stderr] Locking 13 packages to latest compatible versions [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] 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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ebc47e868ed5d7dcaca9f11b03123a1e5d32bc709df5d271b4c53b06d6a1efe4 [INFO] running `Command { std: "docker" "start" "-a" "ebc47e868ed5d7dcaca9f11b03123a1e5d32bc709df5d271b4c53b06d6a1efe4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ebc47e868ed5d7dcaca9f11b03123a1e5d32bc709df5d271b4c53b06d6a1efe4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebc47e868ed5d7dcaca9f11b03123a1e5d32bc709df5d271b4c53b06d6a1efe4", kill_on_drop: false }` [INFO] [stdout] ebc47e868ed5d7dcaca9f11b03123a1e5d32bc709df5d271b4c53b06d6a1efe4 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4adcd106f4292dd782a704901f66b34bdb5bd00510a29e85cc70b5b29c22a64 [INFO] running `Command { std: "docker" "start" "-a" "e4adcd106f4292dd782a704901f66b34bdb5bd00510a29e85cc70b5b29c22a64", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling euclid v0.22.11 [INFO] [stderr] Compiling lyon_geom v1.0.6 [INFO] [stderr] Compiling lyon_path v1.0.7 [INFO] [stderr] Compiling lyon_algorithms v1.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/measure.rs:358:19 [INFO] [stdout] | [INFO] [stdout] 358 | pub fn sample(&mut self, dist: f32) -> PathSample { [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] 358 | pub fn sample(&mut self, dist: f32) -> PathSample<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/measure.rs:576:20 [INFO] [stdout] | [INFO] [stdout] 576 | fn sample_impl(&mut self, mut dist: f32, sample_type: SampleType) -> PathSample { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 576 | fn sample_impl(&mut self, mut dist: f32, sample_type: SampleType) -> PathSample<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/measure.rs:614:27 [INFO] [stdout] | [INFO] [stdout] 614 | fn sample_zero_length(&mut self) -> PathSample { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 614 | fn sample_zero_length(&mut self) -> PathSample<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s [INFO] running `Command { std: "docker" "inspect" "e4adcd106f4292dd782a704901f66b34bdb5bd00510a29e85cc70b5b29c22a64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4adcd106f4292dd782a704901f66b34bdb5bd00510a29e85cc70b5b29c22a64", kill_on_drop: false }` [INFO] [stdout] e4adcd106f4292dd782a704901f66b34bdb5bd00510a29e85cc70b5b29c22a64 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 18739579efe142f0472acce8eb267113b04a67c8f1aa8b8314c14b2a53018712 [INFO] running `Command { std: "docker" "start" "-a" "18739579efe142f0472acce8eb267113b04a67c8f1aa8b8314c14b2a53018712", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/measure.rs:358:19 [INFO] [stdout] | [INFO] [stdout] 358 | pub fn sample(&mut self, dist: f32) -> PathSample { [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] 358 | pub fn sample(&mut self, dist: f32) -> PathSample<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/measure.rs:576:20 [INFO] [stdout] | [INFO] [stdout] 576 | fn sample_impl(&mut self, mut dist: f32, sample_type: SampleType) -> PathSample { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 576 | fn sample_impl(&mut self, mut dist: f32, sample_type: SampleType) -> PathSample<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/measure.rs:614:27 [INFO] [stdout] | [INFO] [stdout] 614 | fn sample_zero_length(&mut self) -> PathSample { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 614 | fn sample_zero_length(&mut self) -> PathSample<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling lyon_algorithms v1.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/measure.rs:358:19 [INFO] [stdout] | [INFO] [stdout] 358 | pub fn sample(&mut self, dist: f32) -> PathSample { [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] 358 | pub fn sample(&mut self, dist: f32) -> PathSample<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/measure.rs:576:20 [INFO] [stdout] | [INFO] [stdout] 576 | fn sample_impl(&mut self, mut dist: f32, sample_type: SampleType) -> PathSample { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 576 | fn sample_impl(&mut self, mut dist: f32, sample_type: SampleType) -> PathSample<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/measure.rs:614:27 [INFO] [stdout] | [INFO] [stdout] 614 | fn sample_zero_length(&mut self) -> PathSample { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 614 | fn sample_zero_length(&mut self) -> PathSample<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `Command { std: "docker" "inspect" "18739579efe142f0472acce8eb267113b04a67c8f1aa8b8314c14b2a53018712", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18739579efe142f0472acce8eb267113b04a67c8f1aa8b8314c14b2a53018712", kill_on_drop: false }` [INFO] [stdout] 18739579efe142f0472acce8eb267113b04a67c8f1aa8b8314c14b2a53018712 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5c78d96ff049ee181d1ec5c587aadcd5ba6bb7978257386889669a95b3dec4aa [INFO] running `Command { std: "docker" "start" "-a" "5c78d96ff049ee181d1ec5c587aadcd5ba6bb7978257386889669a95b3dec4aa", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/measure.rs:358:19 [INFO] [stderr] | [INFO] [stderr] 358 | pub fn sample(&mut self, dist: f32) -> PathSample { [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] 358 | pub fn sample(&mut self, dist: f32) -> PathSample<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/measure.rs:576:20 [INFO] [stderr] | [INFO] [stderr] 576 | fn sample_impl(&mut self, mut dist: f32, sample_type: SampleType) -> PathSample { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 576 | fn sample_impl(&mut self, mut dist: f32, sample_type: SampleType) -> PathSample<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/measure.rs:614:27 [INFO] [stderr] | [INFO] [stderr] 614 | fn sample_zero_length(&mut self) -> PathSample { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 614 | fn sample_zero_length(&mut self) -> PathSample<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `lyon_algorithms` (lib) generated 3 warnings (run `cargo fix --lib -p lyon_algorithms` to apply 3 suggestions) [INFO] [stderr] warning: `lyon_algorithms` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lyon_algorithms-484016ac02358ce4) [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test area::sub_path_signed_area ... ok [INFO] [stdout] test aabb::simple_bounding_box ... ok [INFO] [stdout] test hatching::simple_hatching ... ok [INFO] [stdout] test hit_test::hit_test_double_square ... ok [INFO] [stdout] test hit_test::hit_test_double_count ... ok [INFO] [stdout] test hit_test::hit_test_point_aligned ... ok [INFO] [stdout] test hit_test::issue_882 ... ok [INFO] [stdout] test length::approx_length ... ok [INFO] [stdout] test measure::measure_attributes ... ok [INFO] [stdout] test measure::measure_line ... ok [INFO] [stdout] test measure::measure_bezier_curve ... ok [INFO] [stdout] test measure::measure_square ... ok [INFO] [stdout] test measure::multiple_sub_paths ... ok [INFO] [stdout] test measure::split_bezier_curve ... ok [INFO] [stdout] test measure::split_attributes ... ok [INFO] [stdout] test raycast::test_raycast ... ok [INFO] [stdout] test measure::split_square ... ok [INFO] [stdout] test measure::zero_length ... ok [INFO] [stdout] test walk::walk_abort_early ... ok [INFO] [stdout] test walk::walk_square ... ok [INFO] [stdout] test walk::walk_starting_after ... ok [INFO] [stdout] test winding::path_winding ... ok [INFO] [stdout] test rect::test_to_axis_aligned_rectangle ... ok [INFO] [stdout] test rounded_polygon::rounded_polygon ... ok [INFO] [stdout] test walk::walk_with_leftover ... ok [INFO] [stdout] test fit::simple_fit ... ok [INFO] [stdout] test hit_test::test_hit_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests lyon_algorithms [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/hatching.rs - hatching (line 9) ... ignored [INFO] [stdout] test src/walk.rs - walk (line 14) ... ok [INFO] [stdout] test src/measure.rs - measure::PathMeasurements (line 100) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.46s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5c78d96ff049ee181d1ec5c587aadcd5ba6bb7978257386889669a95b3dec4aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c78d96ff049ee181d1ec5c587aadcd5ba6bb7978257386889669a95b3dec4aa", kill_on_drop: false }` [INFO] [stdout] 5c78d96ff049ee181d1ec5c587aadcd5ba6bb7978257386889669a95b3dec4aa