[INFO] fetching crate specta-util 0.0.9... [INFO] testing specta-util-0.0.9 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate specta-util 0.0.9 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate specta-util 0.0.9 [INFO] finished tweaking crates.io crate specta-util 0.0.9 [INFO] tweaked toml for crates.io crate specta-util 0.0.9 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate specta-util 0.0.9 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] crate crates.io crate specta-util 0.0.9 already has a lockfile, it will not be regenerated [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-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 026cb529cf65fdbdd65bb7a9d872354d769f2c11340bc13929c9000655dfdbcb [INFO] running `Command { std: "docker" "start" "-a" "026cb529cf65fdbdd65bb7a9d872354d769f2c11340bc13929c9000655dfdbcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "026cb529cf65fdbdd65bb7a9d872354d769f2c11340bc13929c9000655dfdbcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "026cb529cf65fdbdd65bb7a9d872354d769f2c11340bc13929c9000655dfdbcb", kill_on_drop: false }` [INFO] [stdout] 026cb529cf65fdbdd65bb7a9d872354d769f2c11340bc13929c9000655dfdbcb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 7bcd6b5cd34b924c0fd33525f5ea8f220322167d1524dcce44f8d14b9a6d8d93 [INFO] running `Command { std: "docker" "start" "-a" "7bcd6b5cd34b924c0fd33525f5ea8f220322167d1524dcce44f8d14b9a6d8d93", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.95 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling specta v2.0.0-rc.22 [INFO] [stderr] Compiling specta-util v0.0.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Any` is never constructed [INFO] [stdout] --> src/static_types.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct Any(T); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Unknown` is never constructed [INFO] [stdout] --> src/static_types.rs:97:12 [INFO] [stdout] | [INFO] [stdout] 97 | pub struct Unknown(T); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.54s [INFO] running `Command { std: "docker" "inspect" "7bcd6b5cd34b924c0fd33525f5ea8f220322167d1524dcce44f8d14b9a6d8d93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bcd6b5cd34b924c0fd33525f5ea8f220322167d1524dcce44f8d14b9a6d8d93", kill_on_drop: false }` [INFO] [stdout] 7bcd6b5cd34b924c0fd33525f5ea8f220322167d1524dcce44f8d14b9a6d8d93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] c2bbf1b4f4f6e0d6cde3d28796d74ad244f87c0d2278a435c87daa6f7a559aef [INFO] running `Command { std: "docker" "start" "-a" "c2bbf1b4f4f6e0d6cde3d28796d74ad244f87c0d2278a435c87daa6f7a559aef", kill_on_drop: false }` [INFO] [stdout] warning: struct `Any` is never constructed [INFO] [stdout] --> src/static_types.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct Any(T); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Unknown` is never constructed [INFO] [stdout] --> src/static_types.rs:97:12 [INFO] [stdout] | [INFO] [stdout] 97 | pub struct Unknown(T); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling specta-util v0.0.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Any` is never constructed [INFO] [stdout] --> src/static_types.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct Any(T); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Unknown` is never constructed [INFO] [stdout] --> src/static_types.rs:97:12 [INFO] [stdout] | [INFO] [stdout] 97 | pub struct Unknown(T); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] running `Command { std: "docker" "inspect" "c2bbf1b4f4f6e0d6cde3d28796d74ad244f87c0d2278a435c87daa6f7a559aef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2bbf1b4f4f6e0d6cde3d28796d74ad244f87c0d2278a435c87daa6f7a559aef", kill_on_drop: false }` [INFO] [stdout] c2bbf1b4f4f6e0d6cde3d28796d74ad244f87c0d2278a435c87daa6f7a559aef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 39d5419f4598c8887bbd82dd073d3f098a46c870f6ee9924cf21ed5de4952e9b [INFO] running `Command { std: "docker" "start" "-a" "39d5419f4598c8887bbd82dd073d3f098a46c870f6ee9924cf21ed5de4952e9b", kill_on_drop: false }` [INFO] [stderr] warning: struct `Any` is never constructed [INFO] [stderr] --> src/static_types.rs:34:12 [INFO] [stderr] | [INFO] [stderr] 34 | pub struct Any(T); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: struct `Unknown` is never constructed [INFO] [stderr] --> src/static_types.rs:97:12 [INFO] [stderr] | [INFO] [stderr] 97 | pub struct Unknown(T); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `specta-util` (lib) generated 2 warnings [INFO] [stderr] warning: `specta-util` (lib test) generated 2 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/specta_util-8ef3333e9ff3df62) [INFO] [stdout] [INFO] [stderr] Doc-tests specta_util [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] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/static_types.rs - static_types::Unknown (line 76) ... FAILED [INFO] [stdout] test src/static_types.rs - static_types::Unknown (line 88) ... FAILED [INFO] [stdout] test src/static_types.rs - static_types::Any (line 13) ... FAILED [INFO] [stdout] test src/static_types.rs - static_types::Any (line 25) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/static_types.rs - static_types::Unknown (line 76) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `specta::Unknown` [INFO] [stdout] --> src/static_types.rs:78:20 [INFO] [stdout] | [INFO] [stdout] 4 | use specta::{Type, Unknown}; [INFO] [stdout] | ^^^^^^^ no `Unknown` in the root [INFO] [stdout] | [INFO] [stdout] = help: consider importing one of these variants instead: [INFO] [stdout] std::os::unix::net::AncillaryError::Unknown [INFO] [stdout] specta::DataType::Unknown [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Serialize` in this scope [INFO] [stdout] --> src/static_types.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Serialize, Type)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/static_types.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 3 | use serde::Serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Type` in this scope [INFO] [stdout] --> src/static_types.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Serialize, Type)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Type` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/static_types.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 4 | use specta::{Type, Unknown}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `specta` in this scope [INFO] [stdout] --> src/static_types.rs:82:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[specta(type = Unknown)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `specta` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/static_types.rs - static_types::Unknown (line 88) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `specta::Unknown` [INFO] [stdout] --> src/static_types.rs:90:20 [INFO] [stdout] | [INFO] [stdout] 4 | use specta::{Type, Unknown}; [INFO] [stdout] | ^^^^^^^ no `Unknown` in the root [INFO] [stdout] | [INFO] [stdout] = help: consider importing one of these variants instead: [INFO] [stdout] std::os::unix::net::AncillaryError::Unknown [INFO] [stdout] specta::DataType::Unknown [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Serialize` in this scope [INFO] [stdout] --> src/static_types.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Serialize, Type)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/static_types.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 3 | use serde::Serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Type` in this scope [INFO] [stdout] --> src/static_types.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Serialize, Type)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Type` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/static_types.rs:90:14 [INFO] [stdout] | [INFO] [stdout] 4 | use specta::{Type, Unknown}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/static_types.rs - static_types::Any (line 13) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `specta::Any` [INFO] [stdout] --> src/static_types.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 4 | use specta::{Type, Any}; [INFO] [stdout] | ^^^ no `Any` in the root [INFO] [stdout] | [INFO] [stdout] = help: consider importing one of these items instead: [INFO] [stdout] std::any::Any [INFO] [stdout] specta::DataType::Any [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Serialize` in this scope [INFO] [stdout] --> src/static_types.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Serialize, Type)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/static_types.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 3 | use serde::Serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Type` in this scope [INFO] [stdout] --> src/static_types.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Serialize, Type)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Type` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/static_types.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 4 | use specta::{Type, Any}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `specta` in this scope [INFO] [stdout] --> src/static_types.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[specta(type = Any)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `specta` is in scope, but it is a crate, not an attribute [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/static_types.rs - static_types::Any (line 25) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `specta::Any` [INFO] [stdout] --> src/static_types.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 4 | use specta::{Type, Any}; [INFO] [stdout] | ^^^ no `Any` in the root [INFO] [stdout] | [INFO] [stdout] = help: consider importing one of these items instead: [INFO] [stdout] std::any::Any [INFO] [stdout] specta::DataType::Any [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Serialize` in this scope [INFO] [stdout] --> src/static_types.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Serialize, Type)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/static_types.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 3 | use serde::Serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Type` in this scope [INFO] [stdout] --> src/static_types.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Serialize, Type)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Type` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/static_types.rs:27:14 [INFO] [stdout] | [INFO] [stdout] 4 | use specta::{Type, Any}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/static_types.rs - static_types::Any (line 13) [INFO] [stdout] src/static_types.rs - static_types::Any (line 25) [INFO] [stdout] src/static_types.rs - static_types::Unknown (line 76) [INFO] [stdout] src/static_types.rs - static_types::Unknown (line 88) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "39d5419f4598c8887bbd82dd073d3f098a46c870f6ee9924cf21ed5de4952e9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39d5419f4598c8887bbd82dd073d3f098a46c870f6ee9924cf21ed5de4952e9b", kill_on_drop: false }` [INFO] [stdout] 39d5419f4598c8887bbd82dd073d3f098a46c870f6ee9924cf21ed5de4952e9b