[INFO] fetching crate stream_resp 1.2.2... [INFO] building stream_resp-1.2.2 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] extracting crate stream_resp 1.2.2 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate stream_resp 1.2.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate stream_resp 1.2.2 [INFO] tweaked toml for crates.io crate stream_resp 1.2.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate stream_resp 1.2.2 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate stream_resp 1.2.2 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b186c848a87fcf0fc617e83d32af78a9cbae02096505a0b3a56d9e9f36e07505 [INFO] running `Command { std: "docker" "start" "-a" "b186c848a87fcf0fc617e83d32af78a9cbae02096505a0b3a56d9e9f36e07505", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b186c848a87fcf0fc617e83d32af78a9cbae02096505a0b3a56d9e9f36e07505", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b186c848a87fcf0fc617e83d32af78a9cbae02096505a0b3a56d9e9f36e07505", kill_on_drop: false }` [INFO] [stdout] b186c848a87fcf0fc617e83d32af78a9cbae02096505a0b3a56d9e9f36e07505 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ea264b070ab9286f2c68954b77efceb8ffbff5272c02883d320f2d63405bd08 [INFO] running `Command { std: "docker" "start" "-a" "3ea264b070ab9286f2c68954b77efceb8ffbff5272c02883d320f2d63405bd08", kill_on_drop: false }` [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling stream_resp v1.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:656:27 [INFO] [stdout] | [INFO] [stdout] 656 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [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: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:667:31 [INFO] [stdout] | [INFO] [stdout] 667 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:741:31 [INFO] [stdout] | [INFO] [stdout] 741 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:749:35 [INFO] [stdout] | [INFO] [stdout] 749 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/resp.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::convert::TryFrom; // Add TryFrom import [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/resp.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fmt; // Add fmt import for error display [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `completed_elements` is never read [INFO] [stdout] --> src/parser.rs:863:37 [INFO] [stdout] | [INFO] [stdout] 863 | ... let mut completed_elements = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(unused_assignments)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s [INFO] running `Command { std: "docker" "inspect" "3ea264b070ab9286f2c68954b77efceb8ffbff5272c02883d320f2d63405bd08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ea264b070ab9286f2c68954b77efceb8ffbff5272c02883d320f2d63405bd08", kill_on_drop: false }` [INFO] [stdout] 3ea264b070ab9286f2c68954b77efceb8ffbff5272c02883d320f2d63405bd08 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b48a7b88290b25f6f6af28a565baaa86f20aa214a9f45814d4f0c9acc5599f4 [INFO] running `Command { std: "docker" "start" "-a" "8b48a7b88290b25f6f6af28a565baaa86f20aa214a9f45814d4f0c9acc5599f4", kill_on_drop: false }` [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling clap_builder v4.5.37 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling clap v4.5.37 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling stream_resp v1.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:656:27 [INFO] [stdout] | [INFO] [stdout] 656 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [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: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:667:31 [INFO] [stdout] | [INFO] [stdout] 667 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:741:31 [INFO] [stdout] | [INFO] [stdout] 741 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:749:35 [INFO] [stdout] | [INFO] [stdout] 749 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/resp.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::convert::TryFrom; // Add TryFrom import [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/resp.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fmt; // Add fmt import for error display [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `completed_elements` is never read [INFO] [stdout] --> src/parser.rs:863:37 [INFO] [stdout] | [INFO] [stdout] 863 | ... let mut completed_elements = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(unused_assignments)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:656:27 [INFO] [stdout] | [INFO] [stdout] 656 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [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: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:667:31 [INFO] [stdout] | [INFO] [stdout] 667 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:741:31 [INFO] [stdout] | [INFO] [stdout] 741 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:749:35 [INFO] [stdout] | [INFO] [stdout] 749 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser_test.rs:582:15 [INFO] [stdout] | [INFO] [stdout] 582 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser_test.rs:612:19 [INFO] [stdout] | [INFO] [stdout] 612 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/resp.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::convert::TryFrom; // Add TryFrom import [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/resp.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fmt; // Add fmt import for error display [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `completed_elements` is never read [INFO] [stdout] --> src/parser.rs:863:37 [INFO] [stdout] | [INFO] [stdout] 863 | ... let mut completed_elements = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(unused_assignments)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 22.50s [INFO] running `Command { std: "docker" "inspect" "8b48a7b88290b25f6f6af28a565baaa86f20aa214a9f45814d4f0c9acc5599f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b48a7b88290b25f6f6af28a565baaa86f20aa214a9f45814d4f0c9acc5599f4", kill_on_drop: false }` [INFO] [stdout] 8b48a7b88290b25f6f6af28a565baaa86f20aa214a9f45814d4f0c9acc5599f4