[INFO] fetching crate inplace_it 0.3.6... [INFO] testing inplace_it-0.3.6 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate inplace_it 0.3.6 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate inplace_it 0.3.6 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate inplace_it 0.3.6 [INFO] tweaked toml for crates.io crate inplace_it 0.3.6 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate inplace_it 0.3.6 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c7e3b132ae4c7b3d98d731213fcfb8f84d4f75260ca6be074390a75a52b51a4 [INFO] running `Command { std: "docker" "start" "-a" "2c7e3b132ae4c7b3d98d731213fcfb8f84d4f75260ca6be074390a75a52b51a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c7e3b132ae4c7b3d98d731213fcfb8f84d4f75260ca6be074390a75a52b51a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c7e3b132ae4c7b3d98d731213fcfb8f84d4f75260ca6be074390a75a52b51a4", kill_on_drop: false }` [INFO] [stdout] 2c7e3b132ae4c7b3d98d731213fcfb8f84d4f75260ca6be074390a75a52b51a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 129ad0696352c36320ce747a9af3eb10393cb7af714c1852945126c3708991d8 [INFO] running `Command { std: "docker" "start" "-a" "129ad0696352c36320ce747a9af3eb10393cb7af714c1852945126c3708991d8", kill_on_drop: false }` [INFO] [stderr] Compiling inplace_it v0.3.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/fixed_array.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(target_pointer_width = "8")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/fixed_array.rs:92:15 [INFO] [stdout] | [INFO] [stdout] 92 | #[cfg(not(target_pointer_width = "8"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/guards/uninitialized_slice_memory_guard.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn borrow(&mut self) -> UninitializedSliceMemoryGuard { [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] 157 | pub fn borrow(&mut self) -> UninitializedSliceMemoryGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s [INFO] running `Command { std: "docker" "inspect" "129ad0696352c36320ce747a9af3eb10393cb7af714c1852945126c3708991d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "129ad0696352c36320ce747a9af3eb10393cb7af714c1852945126c3708991d8", kill_on_drop: false }` [INFO] [stdout] 129ad0696352c36320ce747a9af3eb10393cb7af714c1852945126c3708991d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bbef6939b4b7e47d7b9d4af8ded43a0d69b61627a57a88319f1c6f92c2b334b5 [INFO] running `Command { std: "docker" "start" "-a" "bbef6939b4b7e47d7b9d4af8ded43a0d69b61627a57a88319f1c6f92c2b334b5", kill_on_drop: false }` [INFO] [stderr] Compiling inplace_it v0.3.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/fixed_array.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(target_pointer_width = "8")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/fixed_array.rs:92:15 [INFO] [stdout] | [INFO] [stdout] 92 | #[cfg(not(target_pointer_width = "8"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/guards/uninitialized_slice_memory_guard.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn borrow(&mut self) -> UninitializedSliceMemoryGuard { [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] 157 | pub fn borrow(&mut self) -> UninitializedSliceMemoryGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/fixed_array.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(target_pointer_width = "8")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/fixed_array.rs:92:15 [INFO] [stdout] | [INFO] [stdout] 92 | #[cfg(not(target_pointer_width = "8"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> tests/drop_correctness.rs:33:27 [INFO] [stdout] | [INFO] [stdout] 33 | struct DropCounterTrigger(u8 /* One byte to avoid zero-sized types optimizations */); [INFO] [stdout] | ------------------ ^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/guards/uninitialized_slice_memory_guard.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn borrow(&mut self) -> UninitializedSliceMemoryGuard { [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] 157 | pub fn borrow(&mut self) -> UninitializedSliceMemoryGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.49s [INFO] running `Command { std: "docker" "inspect" "bbef6939b4b7e47d7b9d4af8ded43a0d69b61627a57a88319f1c6f92c2b334b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbef6939b4b7e47d7b9d4af8ded43a0d69b61627a57a88319f1c6f92c2b334b5", kill_on_drop: false }` [INFO] [stdout] bbef6939b4b7e47d7b9d4af8ded43a0d69b61627a57a88319f1c6f92c2b334b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 62d0e46c8e32e48bd6b4e0dcabbf95cf2411e6a3ae566a44aa44234e752d3cc0 [INFO] running `Command { std: "docker" "start" "-a" "62d0e46c8e32e48bd6b4e0dcabbf95cf2411e6a3ae566a44aa44234e752d3cc0", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `8` [INFO] [stderr] --> src/fixed_array.rs:52:11 [INFO] [stderr] | [INFO] [stderr] 52 | #[cfg(target_pointer_width = "8")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `8` [INFO] [stderr] --> src/fixed_array.rs:92:15 [INFO] [stderr] | [INFO] [stderr] 92 | #[cfg(not(target_pointer_width = "8"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/guards/uninitialized_slice_memory_guard.rs:157:19 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn borrow(&mut self) -> UninitializedSliceMemoryGuard { [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] 157 | pub fn borrow(&mut self) -> UninitializedSliceMemoryGuard<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `inplace_it` (lib) generated 3 warnings (run `cargo fix --lib -p inplace_it` to apply 1 suggestion) [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> tests/drop_correctness.rs:33:27 [INFO] [stderr] | [INFO] [stderr] 33 | struct DropCounterTrigger(u8 /* One byte to avoid zero-sized types optimizations */); [INFO] [stderr] | ------------------ ^^ [INFO] [stderr] | | [INFO] [stderr] | field in this struct [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `inplace_it` (test "drop_correctness") generated 1 warning [INFO] [stderr] warning: `inplace_it` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/inplace_it-6f197eb6804dbde6) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test guards::slice_memory_guard::tests::new_from_iter_uses_exactly_same_count_that_collects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/alloc_array.rs (/opt/rustwide/target/debug/deps/alloc_array-1e03a005cfe76521) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test inplace_or_alloc_from_iter_works_fine ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/drop_correctness.rs (/opt/rustwide/target/debug/deps/drop_correctness-5244a0d91d32b7be) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test maybe_uninit_works_as_expected ... ok [INFO] [stderr] Running tests/stackalloc_correctness.rs (/opt/rustwide/target/debug/deps/stackalloc_correctness-a58fa9a44b0a559b) [INFO] [stdout] test alloc_array_should_correctly_drop_values ... ok [INFO] [stdout] test inplace_array_should_correctly_drop_values ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test stack_memory_should_allocate_no_more_than_needed ... ok [INFO] [stderr] Doc-tests inplace_it [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/guards/uninitialized_slice_memory_guard.rs - guards::uninitialized_slice_memory_guard::UninitializedSliceMemoryGuard (line 23) ... ok [INFO] [stdout] test src/guards/slice_memory_guard.rs - guards::slice_memory_guard::SliceMemoryGuard (line 17) ... ok [INFO] [stdout] test src/fixed_array.rs - fixed_array::try_inplace_array (line 20) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] test src/alloc_array.rs - alloc_array::inplace_or_alloc_from_iter (line 78) ... ok [INFO] [stdout] test src/alloc_array.rs - alloc_array::inplace_or_alloc_array (line 41) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "62d0e46c8e32e48bd6b4e0dcabbf95cf2411e6a3ae566a44aa44234e752d3cc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62d0e46c8e32e48bd6b4e0dcabbf95cf2411e6a3ae566a44aa44234e752d3cc0", kill_on_drop: false }` [INFO] [stdout] 62d0e46c8e32e48bd6b4e0dcabbf95cf2411e6a3ae566a44aa44234e752d3cc0