[INFO] fetching crate lyon_algorithms 1.0.5... [INFO] testing lyon_algorithms-1.0.5 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate lyon_algorithms 1.0.5 into /workspace/builds/worker-3-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate lyon_algorithms 1.0.5 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 942215df6058515e1f7c2edfa3c5b30759de4c0657753e5f8cb99f6b5bb322a0 [INFO] running `Command { std: "docker" "start" "-a" "942215df6058515e1f7c2edfa3c5b30759de4c0657753e5f8cb99f6b5bb322a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "942215df6058515e1f7c2edfa3c5b30759de4c0657753e5f8cb99f6b5bb322a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "942215df6058515e1f7c2edfa3c5b30759de4c0657753e5f8cb99f6b5bb322a0", kill_on_drop: false }` [INFO] [stdout] 942215df6058515e1f7c2edfa3c5b30759de4c0657753e5f8cb99f6b5bb322a0 [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=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" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d817f4b468de55f7bbc09d6dcfb95fff3ed594591add0df01acabd08f37f3b9 [INFO] running `Command { std: "docker" "start" "-a" "4d817f4b468de55f7bbc09d6dcfb95fff3ed594591add0df01acabd08f37f3b9", kill_on_drop: false }` [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling num-traits v0.2.19 [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 3.86s [INFO] running `Command { std: "docker" "inspect" "4d817f4b468de55f7bbc09d6dcfb95fff3ed594591add0df01acabd08f37f3b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d817f4b468de55f7bbc09d6dcfb95fff3ed594591add0df01acabd08f37f3b9", kill_on_drop: false }` [INFO] [stdout] 4d817f4b468de55f7bbc09d6dcfb95fff3ed594591add0df01acabd08f37f3b9 [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=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" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5653ecc76808bf3c3d1f3e2e89ffa0938b23b7a9176ccfdbd94c5efc52d780e0 [INFO] running `Command { std: "docker" "start" "-a" "5653ecc76808bf3c3d1f3e2e89ffa0938b23b7a9176ccfdbd94c5efc52d780e0", kill_on_drop: false }` [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] [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.20s [INFO] running `Command { std: "docker" "inspect" "5653ecc76808bf3c3d1f3e2e89ffa0938b23b7a9176ccfdbd94c5efc52d780e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5653ecc76808bf3c3d1f3e2e89ffa0938b23b7a9176ccfdbd94c5efc52d780e0", kill_on_drop: false }` [INFO] [stdout] 5653ecc76808bf3c3d1f3e2e89ffa0938b23b7a9176ccfdbd94c5efc52d780e0 [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=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" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 18ae0be1f5fc5744a10e16cfe8c8fc0c33c294638c6b06b85a3e455a6c64d9fd [INFO] running `Command { std: "docker" "start" "-a" "18ae0be1f5fc5744a10e16cfe8c8fc0c33c294638c6b06b85a3e455a6c64d9fd", 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.09s [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 fit::simple_fit ... ok [INFO] [stdout] test hatching::simple_hatching ... ok [INFO] [stdout] test hit_test::hit_test_point_aligned ... ok [INFO] [stdout] test hit_test::issue_882 ... 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::test_hit_test ... ok [INFO] [stdout] test measure::measure_bezier_curve ... ok [INFO] [stdout] test measure::split_attributes ... ok [INFO] [stdout] test length::approx_length ... ok [INFO] [stdout] test measure::zero_length ... ok [INFO] [stdout] test measure::measure_attributes ... ok [INFO] [stdout] test measure::measure_line ... 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_square ... ok [INFO] [stdout] test raycast::test_raycast ... ok [INFO] [stdout] test walk::walk_abort_early ... 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_square ... ok [INFO] [stdout] test walk::walk_with_leftover ... 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.35s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "18ae0be1f5fc5744a10e16cfe8c8fc0c33c294638c6b06b85a3e455a6c64d9fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18ae0be1f5fc5744a10e16cfe8c8fc0c33c294638c6b06b85a3e455a6c64d9fd", kill_on_drop: false }` [INFO] [stdout] 18ae0be1f5fc5744a10e16cfe8c8fc0c33c294638c6b06b85a3e455a6c64d9fd