[INFO] fetching crate const_panic_proc_macros 0.2.15...
[INFO] testing const_panic_proc_macros-0.2.15 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate const_panic_proc_macros 0.2.15 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate const_panic_proc_macros 0.2.15
[INFO] finished tweaking crates.io crate const_panic_proc_macros 0.2.15
[INFO] tweaked toml for crates.io crate const_panic_proc_macros 0.2.15 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate const_panic_proc_macros 0.2.15 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate const_panic_proc_macros 0.2.15 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" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9d114ffaf19126f825b3dc22297959eebc9204118f0fe0eb0349462caf64d3bb
[INFO] running `Command { std: "docker" "start" "-a" "9d114ffaf19126f825b3dc22297959eebc9204118f0fe0eb0349462caf64d3bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d114ffaf19126f825b3dc22297959eebc9204118f0fe0eb0349462caf64d3bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d114ffaf19126f825b3dc22297959eebc9204118f0fe0eb0349462caf64d3bb", kill_on_drop: false }`
[INFO] [stdout] 9d114ffaf19126f825b3dc22297959eebc9204118f0fe0eb0349462caf64d3bb
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf1d7fde98c25dfdccbf055df131df88de8c7c50134829d3eea7349e946b610d
[INFO] running `Command { std: "docker" "start" "-a" "bf1d7fde98c25dfdccbf055df131df88de8c7c50134829d3eea7349e946b610d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.56
[INFO] [stderr]    Compiling const_panic_proc_macros v0.2.15 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `vis` is never read
[INFO] [stdout]   --> src/datastructure.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct DataStructure<'a> {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 21 |     pub vis: &'a Visibility,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataStructure` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `variant` is never read
[INFO] [stdout]    --> src/datastructure.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub struct FieldIndex {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] 121 |     pub variant: usize,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FieldIndex` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/derive_debug/attribute_parsing.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |     Variant(usize, &'a Struct<'a>),
[INFO] [stdout]    |     ------- ^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseCtx` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 29 -     Variant(usize, &'a Struct<'a>),
[INFO] [stdout] 29 +     Variant((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/derive_debug/attribute_parsing.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 |     Field(&'a Field<'a>),
[INFO] [stdout]    |     ----- ^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseCtx` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 30 -     Field(&'a Field<'a>),
[INFO] [stdout] 30 +     Field(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s
[INFO] running `Command { std: "docker" "inspect" "bf1d7fde98c25dfdccbf055df131df88de8c7c50134829d3eea7349e946b610d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf1d7fde98c25dfdccbf055df131df88de8c7c50134829d3eea7349e946b610d", kill_on_drop: false }`
[INFO] [stdout] bf1d7fde98c25dfdccbf055df131df88de8c7c50134829d3eea7349e946b610d
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c4942248d094a856fb639a1daa95bdc07bcce8ac428d78979558b2608b4b0de4
[INFO] running `Command { std: "docker" "start" "-a" "c4942248d094a856fb639a1daa95bdc07bcce8ac428d78979558b2608b4b0de4", kill_on_drop: false }`
[INFO] [stderr]    Compiling const_panic_proc_macros v0.2.15 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `vis` is never read
[INFO] [stdout]   --> src/datastructure.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct DataStructure<'a> {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 21 |     pub vis: &'a Visibility,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataStructure` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `variant` is never read
[INFO] [stdout]    --> src/datastructure.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub struct FieldIndex {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] 121 |     pub variant: usize,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FieldIndex` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/derive_debug/attribute_parsing.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |     Variant(usize, &'a Struct<'a>),
[INFO] [stdout]    |     ------- ^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseCtx` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 29 -     Variant(usize, &'a Struct<'a>),
[INFO] [stdout] 29 +     Variant((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/derive_debug/attribute_parsing.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 |     Field(&'a Field<'a>),
[INFO] [stdout]    |     ----- ^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseCtx` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 30 -     Field(&'a Field<'a>),
[INFO] [stdout] 30 +     Field(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vis` is never read
[INFO] [stdout]   --> src/datastructure.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct DataStructure<'a> {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 21 |     pub vis: &'a Visibility,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataStructure` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `variant` is never read
[INFO] [stdout]    --> src/datastructure.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub struct FieldIndex {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] 121 |     pub variant: usize,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FieldIndex` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/derive_debug/attribute_parsing.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |     Variant(usize, &'a Struct<'a>),
[INFO] [stdout]    |     ------- ^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseCtx` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 29 -     Variant(usize, &'a Struct<'a>),
[INFO] [stdout] 29 +     Variant((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/derive_debug/attribute_parsing.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 |     Field(&'a Field<'a>),
[INFO] [stdout]    |     ----- ^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseCtx` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 30 -     Field(&'a Field<'a>),
[INFO] [stdout] 30 +     Field(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.78s
[INFO] running `Command { std: "docker" "inspect" "c4942248d094a856fb639a1daa95bdc07bcce8ac428d78979558b2608b4b0de4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4942248d094a856fb639a1daa95bdc07bcce8ac428d78979558b2608b4b0de4", kill_on_drop: false }`
[INFO] [stdout] c4942248d094a856fb639a1daa95bdc07bcce8ac428d78979558b2608b4b0de4
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9896645e9b57845f19c4638b9bb64d986887711373985dfdd05382e1fcec4718
[INFO] running `Command { std: "docker" "start" "-a" "9896645e9b57845f19c4638b9bb64d986887711373985dfdd05382e1fcec4718", kill_on_drop: false }`
[INFO] [stderr] warning: field `vis` is never read
[INFO] [stderr]   --> src/datastructure.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub struct DataStructure<'a> {
[INFO] [stderr]    |            ------------- field in this struct
[INFO] [stderr] 21 |     pub vis: &'a Visibility,
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `DataStructure` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `variant` is never read
[INFO] [stderr]    --> src/datastructure.rs:121:9
[INFO] [stderr]     |
[INFO] [stderr] 120 | pub struct FieldIndex {
[INFO] [stderr]     |            ---------- field in this struct
[INFO] [stderr] 121 |     pub variant: usize,
[INFO] [stderr]     |         ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `FieldIndex` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `0` and `1` are never read
[INFO] [stderr]   --> src/derive_debug/attribute_parsing.rs:29:13
[INFO] [stderr]    |
[INFO] [stderr] 29 |     Variant(usize, &'a Struct<'a>),
[INFO] [stderr]    |     ------- ^^^^^  ^^^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     fields in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ParseCtx` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stderr]    |
[INFO] [stderr] 29 -     Variant(usize, &'a Struct<'a>),
[INFO] [stderr] 29 +     Variant((), ()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/derive_debug/attribute_parsing.rs:30:11
[INFO] [stderr]    |
[INFO] [stderr] 30 |     Field(&'a Field<'a>),
[INFO] [stderr]    |     ----- ^^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ParseCtx` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 30 -     Field(&'a Field<'a>),
[INFO] [stderr] 30 +     Field(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `const_panic_proc_macros` (lib) generated 4 warnings
[INFO] [stderr] warning: `const_panic_proc_macros` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/const_panic_proc_macros-e5ef72658f89cbfb)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test derive_debug::tests::impl_attribute_typename_error ... ok
[INFO] [stdout] test derive_debug::tests::generic_type_error ... ok
[INFO] [stdout] test derive_debug::tests::ignored_generic_arguments ... ok
[INFO] [stdout] test derive_debug::tests::ignored_generic_arguments_and_impl ... ok
[INFO] [stderr]    Doc-tests const_panic_proc_macros
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[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] running `Command { std: "docker" "inspect" "9896645e9b57845f19c4638b9bb64d986887711373985dfdd05382e1fcec4718", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9896645e9b57845f19c4638b9bb64d986887711373985dfdd05382e1fcec4718", kill_on_drop: false }`
[INFO] [stdout] 9896645e9b57845f19c4638b9bb64d986887711373985dfdd05382e1fcec4718
