[INFO] fetching crate error-chain-mini 0.2.0... [INFO] testing error-chain-mini-0.2.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate error-chain-mini 0.2.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate error-chain-mini 0.2.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate error-chain-mini 0.2.0 [INFO] finished tweaking crates.io crate error-chain-mini 0.2.0 [INFO] tweaked toml for crates.io crate error-chain-mini 0.2.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.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.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded error-chain-mini-derive v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1c8c6564e46698d2fe4e2ab70a4247d3e2623b08d0c86bdf1f287c555b8f6118 [INFO] running `Command { std: "docker" "start" "-a" "1c8c6564e46698d2fe4e2ab70a4247d3e2623b08d0c86bdf1f287c555b8f6118", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c8c6564e46698d2fe4e2ab70a4247d3e2623b08d0c86bdf1f287c555b8f6118", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c8c6564e46698d2fe4e2ab70a4247d3e2623b08d0c86bdf1f287c555b8f6118", kill_on_drop: false }` [INFO] [stdout] 1c8c6564e46698d2fe4e2ab70a4247d3e2623b08d0c86bdf1f287c555b8f6118 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 606791c02509ea70ea29f6ef87d2781f36b3d2f6feef3a3d28e2bbaf7ae60c1a [INFO] running `Command { std: "docker" "start" "-a" "606791c02509ea70ea29f6ef87d2781f36b3d2f6feef3a3d28e2bbaf7ae60c1a", kill_on_drop: false }` [INFO] [stderr] Compiling error-chain-mini v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:426:22 [INFO] [stdout] | [INFO] [stdout] 426 | context: Vec>, [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] 426 - context: Vec>, [INFO] [stdout] 426 + context: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:263:42 [INFO] [stdout] | [INFO] [stdout] 263 | pub fn new(kind: T, context: Vec>) -> Self { [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] 263 - pub fn new(kind: T, context: Vec>) -> Self { [INFO] [stdout] 263 + pub fn new(kind: T, context: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:430:38 [INFO] [stdout] | [INFO] [stdout] 430 | fn new(kind: T, context: Vec>) -> Self { [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] 430 - fn new(kind: T, context: Vec>) -> Self { [INFO] [stdout] 430 + fn new(kind: T, context: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `Command { std: "docker" "inspect" "606791c02509ea70ea29f6ef87d2781f36b3d2f6feef3a3d28e2bbaf7ae60c1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "606791c02509ea70ea29f6ef87d2781f36b3d2f6feef3a3d28e2bbaf7ae60c1a", kill_on_drop: false }` [INFO] [stdout] 606791c02509ea70ea29f6ef87d2781f36b3d2f6feef3a3d28e2bbaf7ae60c1a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfff4d70284aa1a712e981948c433623caf7a3f069f95b28d44799e2482febe8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bfff4d70284aa1a712e981948c433623caf7a3f069f95b28d44799e2482febe8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:426:22 [INFO] [stdout] | [INFO] [stdout] 426 | context: Vec>, [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] 426 - context: Vec>, [INFO] [stdout] 426 + context: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:263:42 [INFO] [stdout] | [INFO] [stdout] 263 | pub fn new(kind: T, context: Vec>) -> Self { [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] 263 - pub fn new(kind: T, context: Vec>) -> Self { [INFO] [stdout] 263 + pub fn new(kind: T, context: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:430:38 [INFO] [stdout] | [INFO] [stdout] 430 | fn new(kind: T, context: Vec>) -> Self { [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] 430 - fn new(kind: T, context: Vec>) -> Self { [INFO] [stdout] 430 + fn new(kind: T, context: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling synstructure v0.8.1 [INFO] [stderr] Compiling error-chain-mini-derive v0.2.0 [INFO] [stderr] Compiling error-chain-mini v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:426:22 [INFO] [stdout] | [INFO] [stdout] 426 | context: Vec>, [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] 426 - context: Vec>, [INFO] [stdout] 426 + context: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:263:42 [INFO] [stdout] | [INFO] [stdout] 263 | pub fn new(kind: T, context: Vec>) -> Self { [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] 263 - pub fn new(kind: T, context: Vec>) -> Self { [INFO] [stdout] 263 + pub fn new(kind: T, context: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:430:38 [INFO] [stdout] | [INFO] [stdout] 430 | fn new(kind: T, context: Vec>) -> Self { [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] 430 - fn new(kind: T, context: Vec>) -> Self { [INFO] [stdout] 430 + fn new(kind: T, context: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Kind2` [INFO] [stdout] --> tests/derive_tests.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | Kind2, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.88s [INFO] running `Command { std: "docker" "inspect" "bfff4d70284aa1a712e981948c433623caf7a3f069f95b28d44799e2482febe8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfff4d70284aa1a712e981948c433623caf7a3f069f95b28d44799e2482febe8", kill_on_drop: false }` [INFO] [stdout] bfff4d70284aa1a712e981948c433623caf7a3f069f95b28d44799e2482febe8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 561ce1da27a871dc8a6e0d6dc32e49bee1b595a32f471ad6070945e126ef51f1 [INFO] running `Command { std: "docker" "start" "-a" "561ce1da27a871dc8a6e0d6dc32e49bee1b595a32f471ad6070945e126ef51f1", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:426:22 [INFO] [stdout] running 3 tests [INFO] [stderr] | [INFO] [stdout] test test::index ... ok [INFO] [stderr] 426 | context: Vec>, [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] 426 - context: Vec>, [INFO] [stderr] 426 + context: Vec>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:263:42 [INFO] [stderr] | [INFO] [stderr] 263 | pub fn new(kind: T, context: Vec>) -> Self { [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] 263 - pub fn new(kind: T, context: Vec>) -> Self { [INFO] [stderr] 263 + pub fn new(kind: T, context: Vec>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:430:38 [INFO] [stderr] | [INFO] [stderr] 430 | fn new(kind: T, context: Vec>) -> Self { [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] 430 - fn new(kind: T, context: Vec>) -> Self { [INFO] [stderr] 430 + fn new(kind: T, context: Vec>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `error-chain-mini` (lib) generated 3 warnings [INFO] [stderr] warning: variant is never constructed: `Kind2` [INFO] [stderr] --> tests/derive_tests.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | Kind2, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `error-chain-mini` (test "derive_tests") generated 1 warning [INFO] [stderr] warning: `error-chain-mini` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/error_chain_mini-16d9a270cbd751c5) [INFO] [stdout] test test::io ... ok [INFO] [stdout] test test::display - should panic ... ok [INFO] [stderr] Running tests/derive_tests.rs (/opt/rustwide/target/debug/deps/derive_tests-3bbe5c8c55c3d279) [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test detailed_enum_1 ... ok [INFO] [stdout] test display ... ignored [INFO] [stdout] test detailed_enum_2 ... ok [INFO] [stdout] test detailed_enum_rev ... ok [INFO] [stdout] test nomsg_enum ... ok [INFO] [stdout] test nomsg_struct ... ok [INFO] [stdout] test detailed_struct ... ok [INFO] [stdout] test short_struct ... ok [INFO] [stdout] test short_enum ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests error-chain-mini [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test src/lib.rs - ResultExt::convert (line 516) ... ok [INFO] [stdout] test src/lib.rs - ErrorKind::full (line 139) ... ok [INFO] [stdout] test src/lib.rs - ResultExt::chain_err (line 452) ... ok [INFO] [stdout] test src/lib.rs - ErrorKind::into_with (line 187) ... ok [INFO] [stdout] test src/lib.rs - ResultExt::into_chained (line 485) ... ok [INFO] [stdout] test src/lib.rs - (line 3) ... ok [INFO] [stdout] test src/lib.rs - ResultExt::convert_with (line 560) ... ok [INFO] [stdout] test src/lib.rs - ChainedError::convert (line 331) ... ok [INFO] [stdout] test src/lib.rs - ChainedError::kind (line 271) ... ok [INFO] [stdout] test src/lib.rs - ErrorKind::into_err (line 166) ... ok [INFO] [stdout] test src/lib.rs - ChainedError::convert_with (line 380) ... ok [INFO] [stdout] test src/lib.rs - ChainedError::contexts (line 293) ... ok [INFO] [stdout] test src/lib.rs - ErrorKind (line 44) ... ok [INFO] [stdout] test src/lib.rs - ErrorKind (line 90) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.17s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "561ce1da27a871dc8a6e0d6dc32e49bee1b595a32f471ad6070945e126ef51f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "561ce1da27a871dc8a6e0d6dc32e49bee1b595a32f471ad6070945e126ef51f1", kill_on_drop: false }` [INFO] [stdout] 561ce1da27a871dc8a6e0d6dc32e49bee1b595a32f471ad6070945e126ef51f1