[INFO] fetching crate upv-cli 0.4.3... [INFO] building upv-cli-0.4.3 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] extracting crate upv-cli 0.4.3 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate upv-cli 0.4.3 [INFO] finished tweaking crates.io crate upv-cli 0.4.3 [INFO] tweaked toml for crates.io crate upv-cli 0.4.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate upv-cli 0.4.3 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 upv-cli 0.4.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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clap_complete v4.5.52 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 367c0b16f16a1f470860426f7e76c40dbd576a512463dd6b4b1c99e440273e12 [INFO] running `Command { std: "docker" "start" "-a" "367c0b16f16a1f470860426f7e76c40dbd576a512463dd6b4b1c99e440273e12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "367c0b16f16a1f470860426f7e76c40dbd576a512463dd6b4b1c99e440273e12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "367c0b16f16a1f470860426f7e76c40dbd576a512463dd6b4b1c99e440273e12", kill_on_drop: false }` [INFO] [stdout] 367c0b16f16a1f470860426f7e76c40dbd576a512463dd6b4b1c99e440273e12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 13aafb81d4bbff551f2b66006076a3e62a436a1149f073a1ff65ca3f452b9eae [INFO] running `Command { std: "docker" "start" "-a" "13aafb81d4bbff551f2b66006076a3e62a436a1149f073a1ff65ca3f452b9eae", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling clap_builder v4.5.39 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling clap v4.5.39 [INFO] [stderr] Compiling clap_complete v4.5.52 [INFO] [stderr] Compiling upv-cli v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `process` [INFO] [stdout] --> src/main.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | use std::{io, process}; [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 imports: `EXIT_PROGRAM_ERROR`, `EXIT_SUCCESS`, and `UpvError` [INFO] [stdout] --> src/main.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | use error::{UpvError, EXIT_SUCCESS, EXIT_PROGRAM_ERROR}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `run` is never used [INFO] [stdout] --> src/main.rs:52:4 [INFO] [stdout] | [INFO] [stdout] 52 | fn run() -> Result<()> { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DriveManager` is never constructed [INFO] [stdout] --> src/drive.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct DriveManager; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `mount`, `open_drive`, `unmount`, and `status` are never used [INFO] [stdout] --> src/drive.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 25 | impl DriveManager { [INFO] [stdout] | ----------------- associated functions in this implementation [INFO] [stdout] 26 | /// Mounts the UPV Personal Network Drive (Disco W) to a specified drive letter [INFO] [stdout] 27 | pub fn mount(username: &str, domain: &UPVDomain, password: Option<&str>, drive: char, open_explorer: bool) -> Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn open_drive(drive: char, check_if_exists: bool) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | pub fn unmount(drive: char, force: bool) -> Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | pub fn status() -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EAP_CONFIG_XML` is never used [INFO] [stdout] --> src/vpn.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | const EAP_CONFIG_XML: &str = include_str!("../resources/UPV_Config.xml"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `VpnManager` is never constructed [INFO] [stdout] --> src/vpn.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct VpnManager; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated functions are never used [INFO] [stdout] --> src/vpn.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 15 | impl VpnManager { [INFO] [stdout] | --------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 19 | fn get_upv_connections() -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn delete_connection(name: &str) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn create(name: &str, auto_connect: bool) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | pub fn purge(force: bool, except_names: Vec) -> Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | pub fn connect(name: &str) -> Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 238 | pub fn disconnect() -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 260 | pub fn delete(name: &str, force: bool) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | pub fn list() -> Result<()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 303 | pub fn status() -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EXIT_SUCCESS` is never used [INFO] [stdout] --> src/error.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const EXIT_SUCCESS: i32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EXIT_PROGRAM_ERROR` is never used [INFO] [stdout] --> src/error.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const EXIT_PROGRAM_ERROR: i32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EXIT_UPV_VPN_ERROR` is never used [INFO] [stdout] --> src/error.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const EXIT_UPV_VPN_ERROR: i32 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EXIT_UPV_DRIVE_ERROR` is never used [INFO] [stdout] --> src/error.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub const EXIT_UPV_DRIVE_ERROR: i32 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EXIT_UPV_DRIVE_IN_USE_ERROR` is never used [INFO] [stdout] --> src/error.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const EXIT_UPV_DRIVE_IN_USE_ERROR: i32 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UpvError` is never constructed [INFO] [stdout] --> src/error.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct UpvError { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/error.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl UpvError { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 20 | pub fn new(message: impl Into, exit_code: i32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s [INFO] running `Command { std: "docker" "inspect" "13aafb81d4bbff551f2b66006076a3e62a436a1149f073a1ff65ca3f452b9eae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13aafb81d4bbff551f2b66006076a3e62a436a1149f073a1ff65ca3f452b9eae", kill_on_drop: false }` [INFO] [stdout] 13aafb81d4bbff551f2b66006076a3e62a436a1149f073a1ff65ca3f452b9eae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 1697044ba6dd9d96924799e419aea562ca87b3e485b167b238f5381ff2af6dac [INFO] running `Command { std: "docker" "start" "-a" "1697044ba6dd9d96924799e419aea562ca87b3e485b167b238f5381ff2af6dac", kill_on_drop: false }` [INFO] [stderr] Compiling upv-cli v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `process` [INFO] [stdout] --> src/main.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | use std::{io, process}; [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 imports: `EXIT_PROGRAM_ERROR`, `EXIT_SUCCESS`, and `UpvError` [INFO] [stdout] --> src/main.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | use error::{UpvError, EXIT_SUCCESS, EXIT_PROGRAM_ERROR}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `run` is never used [INFO] [stdout] --> src/main.rs:52:4 [INFO] [stdout] | [INFO] [stdout] 52 | fn run() -> Result<()> { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DriveManager` is never constructed [INFO] [stdout] --> src/drive.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct DriveManager; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `mount`, `open_drive`, `unmount`, and `status` are never used [INFO] [stdout] --> src/drive.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 25 | impl DriveManager { [INFO] [stdout] | ----------------- associated functions in this implementation [INFO] [stdout] 26 | /// Mounts the UPV Personal Network Drive (Disco W) to a specified drive letter [INFO] [stdout] 27 | pub fn mount(username: &str, domain: &UPVDomain, password: Option<&str>, drive: char, open_explorer: bool) -> Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn open_drive(drive: char, check_if_exists: bool) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | pub fn unmount(drive: char, force: bool) -> Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | pub fn status() -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EAP_CONFIG_XML` is never used [INFO] [stdout] --> src/vpn.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | const EAP_CONFIG_XML: &str = include_str!("../resources/UPV_Config.xml"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `VpnManager` is never constructed [INFO] [stdout] --> src/vpn.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct VpnManager; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated functions are never used [INFO] [stdout] --> src/vpn.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 15 | impl VpnManager { [INFO] [stdout] | --------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 19 | fn get_upv_connections() -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn delete_connection(name: &str) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn create(name: &str, auto_connect: bool) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | pub fn purge(force: bool, except_names: Vec) -> Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | pub fn connect(name: &str) -> Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 238 | pub fn disconnect() -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 260 | pub fn delete(name: &str, force: bool) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | pub fn list() -> Result<()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 303 | pub fn status() -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EXIT_SUCCESS` is never used [INFO] [stdout] --> src/error.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const EXIT_SUCCESS: i32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EXIT_PROGRAM_ERROR` is never used [INFO] [stdout] --> src/error.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const EXIT_PROGRAM_ERROR: i32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EXIT_UPV_VPN_ERROR` is never used [INFO] [stdout] --> src/error.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const EXIT_UPV_VPN_ERROR: i32 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EXIT_UPV_DRIVE_ERROR` is never used [INFO] [stdout] --> src/error.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub const EXIT_UPV_DRIVE_ERROR: i32 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EXIT_UPV_DRIVE_IN_USE_ERROR` is never used [INFO] [stdout] --> src/error.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const EXIT_UPV_DRIVE_IN_USE_ERROR: i32 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UpvError` is never constructed [INFO] [stdout] --> src/error.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct UpvError { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/error.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl UpvError { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 20 | pub fn new(message: impl Into, exit_code: i32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] running `Command { std: "docker" "inspect" "1697044ba6dd9d96924799e419aea562ca87b3e485b167b238f5381ff2af6dac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1697044ba6dd9d96924799e419aea562ca87b3e485b167b238f5381ff2af6dac", kill_on_drop: false }` [INFO] [stdout] 1697044ba6dd9d96924799e419aea562ca87b3e485b167b238f5381ff2af6dac