[INFO] fetching crate guest_cell 0.1.5... [INFO] testing guest_cell-0.1.5 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate guest_cell 0.1.5 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate guest_cell 0.1.5 [INFO] finished tweaking crates.io crate guest_cell 0.1.5 [INFO] tweaked toml for crates.io crate guest_cell 0.1.5 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate guest_cell 0.1.5 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 54 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a4cac97a07bd5dd2ec6eb8d73e7e48648e5fe3089a82b5d821d2b146354fc422 [INFO] running `Command { std: "docker" "start" "-a" "a4cac97a07bd5dd2ec6eb8d73e7e48648e5fe3089a82b5d821d2b146354fc422", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a4cac97a07bd5dd2ec6eb8d73e7e48648e5fe3089a82b5d821d2b146354fc422", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4cac97a07bd5dd2ec6eb8d73e7e48648e5fe3089a82b5d821d2b146354fc422", kill_on_drop: false }` [INFO] [stdout] a4cac97a07bd5dd2ec6eb8d73e7e48648e5fe3089a82b5d821d2b146354fc422 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b632462ba1aee7deeb88c17b969c359378725170f5584baf45af578d68a46cd [INFO] running `Command { std: "docker" "start" "-a" "5b632462ba1aee7deeb88c17b969c359378725170f5584baf45af578d68a46cd", kill_on_drop: false }` [INFO] [stderr] Compiling guest_cell v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `wide_id` [INFO] [stdout] --> src/id.rs:14:7 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg(feature="wide_id")] type IdHi = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `wide_id` 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: `wide_id` [INFO] [stdout] --> src/id.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg(feature="wide_id")] type IdLo = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `wide_id` 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: `wide_id` [INFO] [stdout] --> src/id.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(not(feature="wide_id"))] type IdHi = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `wide_id` 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: `wide_id` [INFO] [stdout] --> src/id.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(not(feature="wide_id"))] type IdLo = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `wide_id` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `len` is never used [INFO] [stdout] --> src/lib.rs:73:8 [INFO] [stdout] | [INFO] [stdout] 62 | trait ErasedGuestCell { [INFO] [stdout] | --------------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 73 | fn len(&self)->usize; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s [INFO] running `Command { std: "docker" "inspect" "5b632462ba1aee7deeb88c17b969c359378725170f5584baf45af578d68a46cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b632462ba1aee7deeb88c17b969c359378725170f5584baf45af578d68a46cd", kill_on_drop: false }` [INFO] [stdout] 5b632462ba1aee7deeb88c17b969c359378725170f5584baf45af578d68a46cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e01b7aaa327d5ec0c68553729fcd74e1a778c5b6f6483e49ca98c6d19341a4f [INFO] running `Command { std: "docker" "start" "-a" "7e01b7aaa327d5ec0c68553729fcd74e1a778c5b6f6483e49ca98c6d19341a4f", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stdout] warning: unexpected `cfg` condition value: `wide_id` [INFO] [stdout] --> src/id.rs:14:7 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg(feature="wide_id")] type IdHi = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `wide_id` 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: `wide_id` [INFO] [stdout] --> src/id.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg(feature="wide_id")] type IdLo = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `wide_id` 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: `wide_id` [INFO] [stdout] --> src/id.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(not(feature="wide_id"))] type IdHi = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `wide_id` 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: `wide_id` [INFO] [stdout] --> src/id.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(not(feature="wide_id"))] type IdLo = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `wide_id` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `len` is never used [INFO] [stdout] --> src/lib.rs:73:8 [INFO] [stdout] | [INFO] [stdout] 62 | trait ErasedGuestCell { [INFO] [stdout] | --------------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 73 | fn len(&self)->usize; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v1.8.0 [INFO] [stderr] Compiling guest_cell v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `wide_id` [INFO] [stdout] --> src/id.rs:14:7 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg(feature="wide_id")] type IdHi = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `wide_id` 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: `wide_id` [INFO] [stdout] --> src/id.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg(feature="wide_id")] type IdLo = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `wide_id` 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: `wide_id` [INFO] [stdout] --> src/id.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(not(feature="wide_id"))] type IdHi = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `wide_id` 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: `wide_id` [INFO] [stdout] --> src/id.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(not(feature="wide_id"))] type IdLo = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `wide_id` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.98s [INFO] running `Command { std: "docker" "inspect" "7e01b7aaa327d5ec0c68553729fcd74e1a778c5b6f6483e49ca98c6d19341a4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e01b7aaa327d5ec0c68553729fcd74e1a778c5b6f6483e49ca98c6d19341a4f", kill_on_drop: false }` [INFO] [stdout] 7e01b7aaa327d5ec0c68553729fcd74e1a778c5b6f6483e49ca98c6d19341a4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ba54331e936ad3c610b34ffe6b0ce69718005f796c592ef8a9c8f4c9f3622c00 [INFO] running `Command { std: "docker" "start" "-a" "ba54331e936ad3c610b34ffe6b0ce69718005f796c592ef8a9c8f4c9f3622c00", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `wide_id` [INFO] [stderr] --> src/id.rs:14:7 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg(feature="wide_id")] type IdHi = u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `wide_id` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `wide_id` [INFO] [stderr] --> src/id.rs:15:7 [INFO] [stderr] | [INFO] [stderr] 15 | #[cfg(feature="wide_id")] type IdLo = u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `wide_id` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `wide_id` [INFO] [stderr] --> src/id.rs:17:11 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg(not(feature="wide_id"))] type IdHi = u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `wide_id` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `wide_id` [INFO] [stderr] --> src/id.rs:18:11 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(not(feature="wide_id"))] type IdLo = u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `wide_id` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: method `len` is never used [INFO] [stderr] --> src/lib.rs:73:8 [INFO] [stderr] | [INFO] [stderr] 62 | trait ErasedGuestCell { [INFO] [stderr] | --------------- method in this trait [INFO] [stderr] ... [INFO] [stderr] 73 | fn len(&self)->usize; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `guest_cell` (lib) generated 5 warnings [INFO] [stderr] warning: `guest_cell` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/guest_cell-7b641652c3b912c7) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test id::test_id_allocator ... ok [INFO] [stdout] test tests::test_guest_cell ... ok [INFO] [stdout] test id::proptests::id_uniqueness ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.81s [INFO] [stdout] [INFO] [stderr] Doc-tests guest_cell [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" "ba54331e936ad3c610b34ffe6b0ce69718005f796c592ef8a9c8f4c9f3622c00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba54331e936ad3c610b34ffe6b0ce69718005f796c592ef8a9c8f4c9f3622c00", kill_on_drop: false }` [INFO] [stdout] ba54331e936ad3c610b34ffe6b0ce69718005f796c592ef8a9c8f4c9f3622c00