[INFO] cloning repository https://github.com/haileys/samsung_nasa [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/haileys/samsung_nasa" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhaileys%2Fsamsung_nasa", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhaileys%2Fsamsung_nasa'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6affb46700ed9524bda1a72a8c620ac2139b37f8 [INFO] building haileys/samsung_nasa against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhaileys%2Fsamsung_nasa" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/haileys/samsung_nasa [INFO] finished tweaking git repo https://github.com/haileys/samsung_nasa [INFO] tweaked toml for git repo https://github.com/haileys/samsung_nasa written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/haileys/samsung_nasa 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 git repo https://github.com/haileys/samsung_nasa 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] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded unescaper v0.1.5 [INFO] [stderr] Downloaded ux v0.1.6 [INFO] [stderr] Downloaded io-kit-sys v0.4.1 [INFO] [stderr] Downloaded tokio-serial v5.4.5 [INFO] [stderr] Downloaded jiff-static v0.2.5 [INFO] [stderr] Downloaded rumqttc v0.24.0 [INFO] [stderr] Downloaded mio-serial v5.0.6 [INFO] [stderr] Downloaded serialport v4.7.1 [INFO] [stderr] Downloaded winnow v0.7.6 [INFO] [stderr] Downloaded axum v0.8.3 [INFO] [stderr] Downloaded miniz_oxide v0.8.7 [INFO] [stderr] Downloaded jiff v0.2.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] f52b0a1b4f25a4dc38060dc74ac253e9db7921d094b473c5d30e296c6cfd6679 [INFO] running `Command { std: "docker" "start" "-a" "f52b0a1b4f25a4dc38060dc74ac253e9db7921d094b473c5d30e296c6cfd6679", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f52b0a1b4f25a4dc38060dc74ac253e9db7921d094b473c5d30e296c6cfd6679", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f52b0a1b4f25a4dc38060dc74ac253e9db7921d094b473c5d30e296c6cfd6679", kill_on_drop: false }` [INFO] [stdout] f52b0a1b4f25a4dc38060dc74ac253e9db7921d094b473c5d30e296c6cfd6679 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 1d83fa0aaea52c21c51e5df94d7f2c408fede8407ddb70d77cb7b0efebf2543f [INFO] running `Command { std: "docker" "start" "-a" "1d83fa0aaea52c21c51e5df94d7f2c408fede8407ddb70d77cb7b0efebf2543f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling ux v0.1.6 [INFO] [stderr] Compiling jiff v0.2.5 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling winnow v0.7.6 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling axum-core v0.5.2 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling samsunghvac-common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tokio v1.44.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling unescaper v0.1.5 [INFO] [stderr] Compiling serialport v4.7.1 [INFO] [stderr] Compiling mio-serial v5.0.6 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tokio-serial v5.4.5 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling rumqttc v0.24.0 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling hyper-util v0.1.11 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling toml_edit v0.22.24 [INFO] [stderr] Compiling axum v0.8.3 [INFO] [stderr] Compiling samsunghvac-protocol v0.1.0 (/opt/rustwide/workdir/protocol) [INFO] [stderr] Compiling samsunghvac-client v0.1.0 (/opt/rustwide/workdir/client) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> client/src/lib.rs:71:23 [INFO] [stdout] | [INFO] [stdout] 71 | pub async fn read(&self, address: Address, attrs: &[MessageId]) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub async fn read(&self, address: Address, attrs: &[MessageId]) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling toml v0.8.20 [INFO] [stderr] Compiling samsunghvac-busd v0.1.0 (/opt/rustwide/workdir/busd) [INFO] [stderr] Compiling samsunghvac-monitor v0.1.0 (/opt/rustwide/workdir/monitor) [INFO] [stderr] Compiling samsunghvac-mqtt v0.1.0 (/opt/rustwide/workdir/mqtt) [INFO] [stderr] Compiling samsunghvac-metrics v0.1.0 (/opt/rustwide/workdir/metrics) [INFO] [stdout] warning: enum `ReadPacketError` is never used [INFO] [stdout] --> busd/src/main.rs:220:6 [INFO] [stdout] | [INFO] [stdout] 220 | enum ReadPacketError { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> mqtt/src/mqtt.rs:267:23 [INFO] [stdout] | [INFO] [stdout] 267 | fn device_config(ctx: &MqttCtx) -> DeviceConfig { [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 267 | fn device_config(ctx: &MqttCtx) -> DeviceConfig<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> mqtt/src/util.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn borrow(&self) -> Ref { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 13 | pub fn borrow(&self) -> Ref<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> mqtt/src/util.rs:17:23 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn borrow_mut(&self) -> NotifyCellMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 17 | pub fn borrow_mut(&self) -> NotifyCellMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.54s [INFO] running `Command { std: "docker" "inspect" "1d83fa0aaea52c21c51e5df94d7f2c408fede8407ddb70d77cb7b0efebf2543f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d83fa0aaea52c21c51e5df94d7f2c408fede8407ddb70d77cb7b0efebf2543f", kill_on_drop: false }` [INFO] [stdout] 1d83fa0aaea52c21c51e5df94d7f2c408fede8407ddb70d77cb7b0efebf2543f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 8d8beca03d9b8f65c3c1735a864fa18dd1464ee90b8c09daec7fcf9d05068103 [INFO] running `Command { std: "docker" "start" "-a" "8d8beca03d9b8f65c3c1735a864fa18dd1464ee90b8c09daec7fcf9d05068103", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> client/src/lib.rs:71:23 [INFO] [stdout] | [INFO] [stdout] 71 | pub async fn read(&self, address: Address, attrs: &[MessageId]) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub async fn read(&self, address: Address, attrs: &[MessageId]) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling samsunghvac-busd v0.1.0 (/opt/rustwide/workdir/busd) [INFO] [stderr] Compiling samsunghvac-mqtt v0.1.0 (/opt/rustwide/workdir/mqtt) [INFO] [stderr] Compiling samsunghvac-metrics v0.1.0 (/opt/rustwide/workdir/metrics) [INFO] [stderr] Compiling samsunghvac-monitor v0.1.0 (/opt/rustwide/workdir/monitor) [INFO] [stderr] Compiling samsunghvac-client v0.1.0 (/opt/rustwide/workdir/client) [INFO] [stderr] Compiling samsunghvac-common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling samsunghvac-protocol v0.1.0 (/opt/rustwide/workdir/protocol) [INFO] [stdout] warning: enum `ReadPacketError` is never used [INFO] [stdout] --> busd/src/main.rs:220:6 [INFO] [stdout] | [INFO] [stdout] 220 | enum ReadPacketError { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> client/src/lib.rs:71:23 [INFO] [stdout] | [INFO] [stdout] 71 | pub async fn read(&self, address: Address, attrs: &[MessageId]) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub async fn read(&self, address: Address, attrs: &[MessageId]) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> mqtt/src/mqtt.rs:267:23 [INFO] [stdout] | [INFO] [stdout] 267 | fn device_config(ctx: &MqttCtx) -> DeviceConfig { [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 267 | fn device_config(ctx: &MqttCtx) -> DeviceConfig<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> mqtt/src/util.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn borrow(&self) -> Ref { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 13 | pub fn borrow(&self) -> Ref<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> mqtt/src/util.rs:17:23 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn borrow_mut(&self) -> NotifyCellMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 17 | pub fn borrow_mut(&self) -> NotifyCellMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.22s [INFO] running `Command { std: "docker" "inspect" "8d8beca03d9b8f65c3c1735a864fa18dd1464ee90b8c09daec7fcf9d05068103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d8beca03d9b8f65c3c1735a864fa18dd1464ee90b8c09daec7fcf9d05068103", kill_on_drop: false }` [INFO] [stdout] 8d8beca03d9b8f65c3c1735a864fa18dd1464ee90b8c09daec7fcf9d05068103