[INFO] cloning repository https://github.com/michaelmaguire/aoc_2024_3
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michaelmaguire/aoc_2024_3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmaguire%2Faoc_2024_3", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmaguire%2Faoc_2024_3'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a6bf40271e0bc5ab0b812a23cfff6f8f5f7e79f6
[INFO] testing michaelmaguire/aoc_2024_3 against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmaguire%2Faoc_2024_3" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/michaelmaguire/aoc_2024_3 on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/michaelmaguire/aoc_2024_3
[INFO] finished tweaking git repo https://github.com/michaelmaguire/aoc_2024_3
[INFO] tweaked toml for git repo https://github.com/michaelmaguire/aoc_2024_3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/michaelmaguire/aoc_2024_3 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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5024747c0dd3fc25a828b571d0359c0f3a942186904d166782d4d1b25f141597
[INFO] running `Command { std: "docker" "start" "-a" "5024747c0dd3fc25a828b571d0359c0f3a942186904d166782d4d1b25f141597", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5024747c0dd3fc25a828b571d0359c0f3a942186904d166782d4d1b25f141597", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5024747c0dd3fc25a828b571d0359c0f3a942186904d166782d4d1b25f141597", kill_on_drop: false }`
[INFO] [stdout] 5024747c0dd3fc25a828b571d0359c0f3a942186904d166782d4d1b25f141597
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7cf2a1de6e8ff0c452c5e61c4c97feead1faf622fd2132e16f2108a76091d97c
[INFO] running `Command { std: "docker" "start" "-a" "7cf2a1de6e8ff0c452c5e61c4c97feead1faf622fd2132e16f2108a76091d97c", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc_2024_3 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]   --> src/main.rs:61:33
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]   --> src/main.rs:71:33
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]   --> src/main.rs:80:33
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]   --> src/main.rs:89:33
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]    --> src/main.rs:155:33
[INFO] [stdout]     |
[INFO] [stdout] 155 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]    --> src/main.rs:164:33
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]    --> src/main.rs:183:33
[INFO] [stdout]     |
[INFO] [stdout] 183 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]    --> src/main.rs:192:33
[INFO] [stdout]     |
[INFO] [stdout] 192 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "7cf2a1de6e8ff0c452c5e61c4c97feead1faf622fd2132e16f2108a76091d97c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7cf2a1de6e8ff0c452c5e61c4c97feead1faf622fd2132e16f2108a76091d97c", kill_on_drop: false }`
[INFO] [stdout] 7cf2a1de6e8ff0c452c5e61c4c97feead1faf622fd2132e16f2108a76091d97c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 53d345ba460600da1d111ad00144b6033d6594de18f0465db4cf3ffe86fe4f50
[INFO] running `Command { std: "docker" "start" "-a" "53d345ba460600da1d111ad00144b6033d6594de18f0465db4cf3ffe86fe4f50", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc_2024_3 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]   --> src/main.rs:61:33
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]   --> src/main.rs:71:33
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]   --> src/main.rs:80:33
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]   --> src/main.rs:89:33
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]    --> src/main.rs:155:33
[INFO] [stdout]     |
[INFO] [stdout] 155 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]    --> src/main.rs:164:33
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]    --> src/main.rs:183:33
[INFO] [stdout]     |
[INFO] [stdout] 183 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `accumulated_state`
[INFO] [stdout]    --> src/main.rs:192:33
[INFO] [stdout]     |
[INFO] [stdout] 192 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] running `Command { std: "docker" "inspect" "53d345ba460600da1d111ad00144b6033d6594de18f0465db4cf3ffe86fe4f50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53d345ba460600da1d111ad00144b6033d6594de18f0465db4cf3ffe86fe4f50", kill_on_drop: false }`
[INFO] [stdout] 53d345ba460600da1d111ad00144b6033d6594de18f0465db4cf3ffe86fe4f50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bf3e7d576376f1afe83a2122d7d0900724d2b4aa712d85d609d0cc32c71c3c95
[INFO] running `Command { std: "docker" "start" "-a" "bf3e7d576376f1afe83a2122d7d0900724d2b4aa712d85d609d0cc32c71c3c95", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `accumulated_state`
[INFO] [stderr]   --> src/main.rs:61:33
[INFO] [stderr]    |
[INFO] [stderr] 61 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `accumulated_state`
[INFO] [stderr]   --> src/main.rs:71:33
[INFO] [stderr]    |
[INFO] [stderr] 71 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `accumulated_state`
[INFO] [stderr]   --> src/main.rs:80:33
[INFO] [stderr]    |
[INFO] [stderr] 80 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `accumulated_state`
[INFO] [stderr]   --> src/main.rs:89:33
[INFO] [stderr]    |
[INFO] [stderr] 89 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `accumulated_state`
[INFO] [stderr]    --> src/main.rs:155:33
[INFO] [stderr]     |
[INFO] [stderr] 155 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `accumulated_state`
[INFO] [stderr]    --> src/main.rs:164:33
[INFO] [stderr]     |
[INFO] [stderr] 164 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `accumulated_state`
[INFO] [stderr]    --> src/main.rs:183:33
[INFO] [stderr]     |
[INFO] [stderr] 183 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `accumulated_state`
[INFO] [stderr]    --> src/main.rs:192:33
[INFO] [stderr]     |
[INFO] [stderr] 192 |     fn consume(self: Box<Self>, accumulated_state: &mut AccumulatedState, byte: u8) -> Box<dyn State> {
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accumulated_state`
[INFO] [stderr] 
[INFO] [stderr] warning: `aoc_2024_3` (bin "aoc_2024_3" test) generated 8 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc_2024_3-163f9ab9f8624649)
[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" "bf3e7d576376f1afe83a2122d7d0900724d2b4aa712d85d609d0cc32c71c3c95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf3e7d576376f1afe83a2122d7d0900724d2b4aa712d85d609d0cc32c71c3c95", kill_on_drop: false }`
[INFO] [stdout] bf3e7d576376f1afe83a2122d7d0900724d2b4aa712d85d609d0cc32c71c3c95
