[INFO] fetching crate image_buffer 0.2.0... [INFO] checking image_buffer-0.2.0 against master#4a2fe4491ea616983a0cf0cbbd145a39768f4e7a for pr-120712 [INFO] extracting crate image_buffer 0.2.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate image_buffer 0.2.0 on toolchain 4a2fe4491ea616983a0cf0cbbd145a39768f4e7a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a2fe4491ea616983a0cf0cbbd145a39768f4e7a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate image_buffer 0.2.0 [INFO] finished tweaking crates.io crate image_buffer 0.2.0 [INFO] tweaked toml for crates.io crate image_buffer 0.2.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a2fe4491ea616983a0cf0cbbd145a39768f4e7a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a2fe4491ea616983a0cf0cbbd145a39768f4e7a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded autocfg v1.1.0 [INFO] [stderr] Downloaded num-traits v0.2.18 [INFO] [stderr] Downloaded num-traits v0.1.43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4a2fe4491ea616983a0cf0cbbd145a39768f4e7a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5dab7c2c03b4f306a2c331d17d47d7a08873b2c3287057370be834c92c8735ca [INFO] running `Command { std: "docker" "start" "-a" "5dab7c2c03b4f306a2c331d17d47d7a08873b2c3287057370be834c92c8735ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5dab7c2c03b4f306a2c331d17d47d7a08873b2c3287057370be834c92c8735ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5dab7c2c03b4f306a2c331d17d47d7a08873b2c3287057370be834c92c8735ca", kill_on_drop: false }` [INFO] [stdout] 5dab7c2c03b4f306a2c331d17d47d7a08873b2c3287057370be834c92c8735ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4a2fe4491ea616983a0cf0cbbd145a39768f4e7a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 89301206f0ffc97df5987effd9a83b7e5cf93a31980beaf7331abf972048cf3c [INFO] running `Command { std: "docker" "start" "-a" "89301206f0ffc97df5987effd9a83b7e5cf93a31980beaf7331abf972048cf3c", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking image_buffer v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 35 | fn from_channels(Self::Storage) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 35 | fn from_channels(Self::Storage) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/buffer.rs:396:14 [INFO] [stdout] | [INFO] [stdout] 396 | for (mut to, from) in buffer.pixels_mut().zip(self.pixels()) { [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/buffer.rs:452:13 [INFO] [stdout] | [INFO] [stdout] 452 | for mut p in a.pixels_mut() { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/buffer.rs:396:14 [INFO] [stdout] | [INFO] [stdout] 396 | for (mut to, from) in buffer.pixels_mut().zip(self.pixels()) { [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.10s [INFO] running `Command { std: "docker" "inspect" "89301206f0ffc97df5987effd9a83b7e5cf93a31980beaf7331abf972048cf3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89301206f0ffc97df5987effd9a83b7e5cf93a31980beaf7331abf972048cf3c", kill_on_drop: false }` [INFO] [stdout] 89301206f0ffc97df5987effd9a83b7e5cf93a31980beaf7331abf972048cf3c [INFO] checking image_buffer-0.2.0 against try#788c8f48d1a159cf4f84e1ac1b41dd209ac66964 for pr-120712 [INFO] extracting crate image_buffer 0.2.0 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate image_buffer 0.2.0 on toolchain 788c8f48d1a159cf4f84e1ac1b41dd209ac66964 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+788c8f48d1a159cf4f84e1ac1b41dd209ac66964" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate image_buffer 0.2.0 [INFO] finished tweaking crates.io crate image_buffer 0.2.0 [INFO] tweaked toml for crates.io crate image_buffer 0.2.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+788c8f48d1a159cf4f84e1ac1b41dd209ac66964" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+788c8f48d1a159cf4f84e1ac1b41dd209ac66964" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+788c8f48d1a159cf4f84e1ac1b41dd209ac66964" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 06f4118cd1e9d9169c974943d0f91273a020ceaae723b1b96ea4d047be8a8c0c [INFO] running `Command { std: "docker" "start" "-a" "06f4118cd1e9d9169c974943d0f91273a020ceaae723b1b96ea4d047be8a8c0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06f4118cd1e9d9169c974943d0f91273a020ceaae723b1b96ea4d047be8a8c0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06f4118cd1e9d9169c974943d0f91273a020ceaae723b1b96ea4d047be8a8c0c", kill_on_drop: false }` [INFO] [stdout] 06f4118cd1e9d9169c974943d0f91273a020ceaae723b1b96ea4d047be8a8c0c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+788c8f48d1a159cf4f84e1ac1b41dd209ac66964" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c7b013763ecd29623dfcd358b4e508008dcddfdd3d47d24a1c8e84675b717e2 [INFO] running `Command { std: "docker" "start" "-a" "8c7b013763ecd29623dfcd358b4e508008dcddfdd3d47d24a1c8e84675b717e2", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking image_buffer v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 35 | fn from_channels(Self::Storage) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 35 | fn from_channels(Self::Storage) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/traits.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/buffer.rs:396:14 [INFO] [stdout] | [INFO] [stdout] 396 | for (mut to, from) in buffer.pixels_mut().zip(self.pixels()) { [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/buffer.rs:396:14 [INFO] [stdout] | [INFO] [stdout] 396 | for (mut to, from) in buffer.pixels_mut().zip(self.pixels()) { [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/buffer.rs:452:13 [INFO] [stdout] | [INFO] [stdout] 452 | for mut p in a.pixels_mut() { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.97s [INFO] running `Command { std: "docker" "inspect" "8c7b013763ecd29623dfcd358b4e508008dcddfdd3d47d24a1c8e84675b717e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c7b013763ecd29623dfcd358b4e508008dcddfdd3d47d24a1c8e84675b717e2", kill_on_drop: false }` [INFO] [stdout] 8c7b013763ecd29623dfcd358b4e508008dcddfdd3d47d24a1c8e84675b717e2