[INFO] fetching crate totp-cli 0.2.1... [INFO] testing totp-cli-0.2.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate totp-cli 0.2.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate totp-cli 0.2.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate totp-cli 0.2.1 [INFO] finished tweaking crates.io crate totp-cli 0.2.1 [INFO] tweaked toml for crates.io crate totp-cli 0.2.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f88a000cecd245347630243488ce53f43152713529b9207c90435ceb8c69df9 [INFO] running `Command { std: "docker" "start" "-a" "7f88a000cecd245347630243488ce53f43152713529b9207c90435ceb8c69df9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f88a000cecd245347630243488ce53f43152713529b9207c90435ceb8c69df9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f88a000cecd245347630243488ce53f43152713529b9207c90435ceb8c69df9", kill_on_drop: false }` [INFO] [stdout] 7f88a000cecd245347630243488ce53f43152713529b9207c90435ceb8c69df9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2fa387871904e9420ca2af2ff7d3602fc892d0c11e0b1a2e465128d7e00ada0a [INFO] running `Command { std: "docker" "start" "-a" "2fa387871904e9420ca2af2ff7d3602fc892d0c11e0b1a2e465128d7e00ada0a", kill_on_drop: false }` [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling sha1 v0.2.0 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling termios v0.3.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling hmac-sha1 v0.1.3 [INFO] [stderr] Compiling clicolors-control v0.2.0 [INFO] [stderr] Compiling basic-otp v0.1.1 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling xdg v2.4.1 [INFO] [stderr] Compiling app_dirs v1.2.1 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling console v0.6.2 [INFO] [stderr] Compiling pbr v1.0.4 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling totp-cli v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | fn get_logins(config: &PathBuf) -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - fn get_logins(config: &PathBuf) -> Result, Box> { [INFO] [stdout] 88 + fn get_logins(config: &PathBuf) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:97:85 [INFO] [stdout] | [INFO] [stdout] 97 | fn save_logins(config: &PathBuf, logins: &HashMap) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 97 - fn save_logins(config: &PathBuf, logins: &HashMap) -> Result<(), Box> { [INFO] [stdout] 97 + fn save_logins(config: &PathBuf, logins: &HashMap) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:102:70 [INFO] [stdout] | [INFO] [stdout] 102 | fn list(logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 102 - fn list(logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stdout] 102 + fn list(logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:125:81 [INFO] [stdout] | [INFO] [stdout] 125 | fn get(name: &str, logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 125 - fn get(name: &str, logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stdout] 125 + fn get(name: &str, logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:146:29 [INFO] [stdout] | [INFO] [stdout] 146 | fn main() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 146 - fn main() -> Result<(), Box> { [INFO] [stdout] 146 + fn main() -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.36s [INFO] running `Command { std: "docker" "inspect" "2fa387871904e9420ca2af2ff7d3602fc892d0c11e0b1a2e465128d7e00ada0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fa387871904e9420ca2af2ff7d3602fc892d0c11e0b1a2e465128d7e00ada0a", kill_on_drop: false }` [INFO] [stdout] 2fa387871904e9420ca2af2ff7d3602fc892d0c11e0b1a2e465128d7e00ada0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 263f510d61ad19cc56a5902f62fa94bd4ff2375bcfc2511005cd118a8ee77b5a [INFO] running `Command { std: "docker" "start" "-a" "263f510d61ad19cc56a5902f62fa94bd4ff2375bcfc2511005cd118a8ee77b5a", kill_on_drop: false }` [INFO] [stderr] Compiling totp-cli v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | fn get_logins(config: &PathBuf) -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - fn get_logins(config: &PathBuf) -> Result, Box> { [INFO] [stdout] 88 + fn get_logins(config: &PathBuf) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:97:85 [INFO] [stdout] | [INFO] [stdout] 97 | fn save_logins(config: &PathBuf, logins: &HashMap) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 97 - fn save_logins(config: &PathBuf, logins: &HashMap) -> Result<(), Box> { [INFO] [stdout] 97 + fn save_logins(config: &PathBuf, logins: &HashMap) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:102:70 [INFO] [stdout] | [INFO] [stdout] 102 | fn list(logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 102 - fn list(logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stdout] 102 + fn list(logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:125:81 [INFO] [stdout] | [INFO] [stdout] 125 | fn get(name: &str, logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 125 - fn get(name: &str, logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stdout] 125 + fn get(name: &str, logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:146:29 [INFO] [stdout] | [INFO] [stdout] 146 | fn main() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 146 - fn main() -> Result<(), Box> { [INFO] [stdout] 146 + fn main() -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `Command { std: "docker" "inspect" "263f510d61ad19cc56a5902f62fa94bd4ff2375bcfc2511005cd118a8ee77b5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "263f510d61ad19cc56a5902f62fa94bd4ff2375bcfc2511005cd118a8ee77b5a", kill_on_drop: false }` [INFO] [stdout] 263f510d61ad19cc56a5902f62fa94bd4ff2375bcfc2511005cd118a8ee77b5a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8c0df3bf94c5dd2fc5580105718f71324f4577a9e124c4a38ec636b754355ed8 [INFO] running `Command { std: "docker" "start" "-a" "8c0df3bf94c5dd2fc5580105718f71324f4577a9e124c4a38ec636b754355ed8", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:88:71 [INFO] [stderr] | [INFO] [stderr] 88 | fn get_logins(config: &PathBuf) -> Result, Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 88 - fn get_logins(config: &PathBuf) -> Result, Box> { [INFO] [stderr] 88 + fn get_logins(config: &PathBuf) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:97:85 [INFO] [stderr] | [INFO] [stderr] 97 | fn save_logins(config: &PathBuf, logins: &HashMap) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 97 - fn save_logins(config: &PathBuf, logins: &HashMap) -> Result<(), Box> { [INFO] [stderr] 97 + fn save_logins(config: &PathBuf, logins: &HashMap) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:102:70 [INFO] [stderr] | [INFO] [stderr] 102 | fn list(logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 102 - fn list(logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stderr] 102 + fn list(logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:125:81 [INFO] [stderr] | [INFO] [stderr] 125 | fn get(name: &str, logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 125 - fn get(name: &str, logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stderr] 125 + fn get(name: &str, logins: &HashMap, min: u32) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:146:29 [INFO] [stderr] | [INFO] [stderr] 146 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 146 - fn main() -> Result<(), Box> { [INFO] [stderr] 146 + fn main() -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `totp-cli` (bin "totp-cli" test) generated 5 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/totp_cli-3f36b4d0227bf590) [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" "8c0df3bf94c5dd2fc5580105718f71324f4577a9e124c4a38ec636b754355ed8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c0df3bf94c5dd2fc5580105718f71324f4577a9e124c4a38ec636b754355ed8", kill_on_drop: false }` [INFO] [stdout] 8c0df3bf94c5dd2fc5580105718f71324f4577a9e124c4a38ec636b754355ed8