[INFO] fetching crate gcmodule 0.3.3... [INFO] testing gcmodule-0.3.3 against 1.60.0 for beta-1.61-1 [INFO] extracting crate gcmodule 0.3.3 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate gcmodule 0.3.3 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 gcmodule 0.3.3 [INFO] finished tweaking crates.io crate gcmodule 0.3.3 [INFO] tweaked toml for crates.io crate gcmodule 0.3.3 written to /workspace/builds/worker-6/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] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gcmodule_derive v0.3.3 [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39638944492d56755c4bc60e58b6c38bec126e7fbc0166a72788fceca352031d [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" "39638944492d56755c4bc60e58b6c38bec126e7fbc0166a72788fceca352031d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39638944492d56755c4bc60e58b6c38bec126e7fbc0166a72788fceca352031d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39638944492d56755c4bc60e58b6c38bec126e7fbc0166a72788fceca352031d", kill_on_drop: false }` [INFO] [stdout] 39638944492d56755c4bc60e58b6c38bec126e7fbc0166a72788fceca352031d [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a59e92f9ab32bb6934dbe472ffcc877b4f8fc40b945486e508e89868752bbf7e [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" "a59e92f9ab32bb6934dbe472ffcc877b4f8fc40b945486e508e89868752bbf7e", kill_on_drop: false }` [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling gcmodule_derive v0.3.3 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling gcmodule v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stdout] --> src/cc.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl UnwindSafe for RawCcBox {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/cc.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / pub(crate) struct RawCcBox { [INFO] [stdout] 40 | | /// The lowest REF_COUNT_SHIFT bits are used for metadata. [INFO] [stdout] 41 | | /// The higher bits are used for ref count. [INFO] [stdout] 42 | | pub(crate) ref_count: O::RefCount, [INFO] [stdout] ... | [INFO] [stdout] 47 | | value: UnsafeCell>, [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `ObjectSpace` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stdout] --> src/cc.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl UnwindSafe for Cc {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/cc.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | pub struct RawCc(NonNull>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `ObjectSpace` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.75s [INFO] running `Command { std: "docker" "inspect" "a59e92f9ab32bb6934dbe472ffcc877b4f8fc40b945486e508e89868752bbf7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a59e92f9ab32bb6934dbe472ffcc877b4f8fc40b945486e508e89868752bbf7e", kill_on_drop: false }` [INFO] [stdout] a59e92f9ab32bb6934dbe472ffcc877b4f8fc40b945486e508e89868752bbf7e [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2d7ec04949e09f8f2c7ae0318afb52a0c8b41b716ad1a72af45bb1ed7c92e1d [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" "d2d7ec04949e09f8f2c7ae0318afb52a0c8b41b716ad1a72af45bb1ed7c92e1d", kill_on_drop: false }` [INFO] [stdout] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stdout] --> src/cc.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl UnwindSafe for RawCcBox {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/cc.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / pub(crate) struct RawCcBox { [INFO] [stdout] 40 | | /// The lowest REF_COUNT_SHIFT bits are used for metadata. [INFO] [stdout] 41 | | /// The higher bits are used for ref count. [INFO] [stdout] 42 | | pub(crate) ref_count: O::RefCount, [INFO] [stdout] ... | [INFO] [stdout] 47 | | value: UnsafeCell>, [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `ObjectSpace` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stdout] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stdout] --> src/cc.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl UnwindSafe for Cc {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/cc.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | pub struct RawCc(NonNull>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `ObjectSpace` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gcmodule v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stdout] --> src/cc.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl UnwindSafe for RawCcBox {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/cc.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / pub(crate) struct RawCcBox { [INFO] [stdout] 40 | | /// The lowest REF_COUNT_SHIFT bits are used for metadata. [INFO] [stdout] 41 | | /// The higher bits are used for ref count. [INFO] [stdout] 42 | | pub(crate) ref_count: O::RefCount, [INFO] [stdout] ... | [INFO] [stdout] 47 | | value: UnsafeCell>, [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `ObjectSpace` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stdout] --> src/cc.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl UnwindSafe for Cc {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/cc.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | pub struct RawCc(NonNull>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `ObjectSpace` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.77s [INFO] running `Command { std: "docker" "inspect" "d2d7ec04949e09f8f2c7ae0318afb52a0c8b41b716ad1a72af45bb1ed7c92e1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2d7ec04949e09f8f2c7ae0318afb52a0c8b41b716ad1a72af45bb1ed7c92e1d", kill_on_drop: false }` [INFO] [stdout] d2d7ec04949e09f8f2c7ae0318afb52a0c8b41b716ad1a72af45bb1ed7c92e1d [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: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] 863167f582b2e36ef8c8e20d6557953d5c900bfb1d6505641bc54162c1c7b910 [INFO] running `Command { std: "docker" "start" "-a" "863167f582b2e36ef8c8e20d6557953d5c900bfb1d6505641bc54162c1c7b910", kill_on_drop: false }` [INFO] [stderr] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stderr] --> src/cc.rs:83:1 [INFO] [stderr] | [INFO] [stderr] 83 | impl UnwindSafe for RawCcBox {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/cc.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / pub(crate) struct RawCcBox { [INFO] [stderr] 40 | | /// The lowest REF_COUNT_SHIFT bits are used for metadata. [INFO] [stderr] 41 | | /// The higher bits are used for ref count. [INFO] [stderr] 42 | | pub(crate) ref_count: O::RefCount, [INFO] [stderr] ... | [INFO] [stderr] 47 | | value: UnsafeCell>, [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `ObjectSpace` is not a generic parameter [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stderr] --> src/cc.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | impl UnwindSafe for Cc {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/cc.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | pub struct RawCc(NonNull>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `ObjectSpace` is not a generic parameter [INFO] [stderr] [INFO] [stderr] warning: `gcmodule` (lib) generated 2 warnings [INFO] [stderr] warning: `gcmodule` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/gcmodule-829ed428241cb126) [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test tests::test_collect_multi_times ... ok [INFO] [stdout] test tests::test_2_object_cycle_with_another_outgoing_reference ... ok [INFO] [stdout] test sync::tests::test_2_thread_cycle ... ok [INFO] [stdout] test tests::test_2_object_cycle_with_another_incoming_reference ... ok [INFO] [stdout] test cc::tests::test_gc_header_value ... ok [INFO] [stdout] test tests::test_3_object_cycle ... ok [INFO] [stdout] test tests::test_drop_by_ref_count ... ok [INFO] [stdout] test tests::test_self_referential ... ok [INFO] [stdout] test tests::test_simple_cycles ... ok [INFO] [stdout] test tests::test_simple_mixed_graph ... ok [INFO] [stdout] test tests::test_simple_non_trait_cycles ... ok [INFO] [stdout] test tests::test_simple_tracked ... ok [INFO] [stdout] test tests::test_simple_untracked ... ok [INFO] [stdout] test trace_impls::tests::test_is_cyclic_type_tracked ... ok [INFO] [stdout] test trace_impls::tests::test_is_type_tracked ... ok [INFO] [stdout] test tests::test_update_with ... ok [INFO] [stdout] test sync::tests::test_17_thread_cycle ... ok [INFO] [stdout] test sync::tests::test_100_thread_cycle ... ok [INFO] [stdout] test tests::test_trace_impl_double_visits ... ok [INFO] [stdout] test sync::tests::test_racy_threads_mixed_collects ... ok [INFO] [stdout] test sync::tests::test_racy_threads_drops ... ok [INFO] [stdout] test tests::test_quickcheck_16_vertex_graph ... ok [INFO] [stdout] test sync::tests::test_racy_threads_collects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.08s [INFO] [stdout] [INFO] [stderr] Doc-tests gcmodule [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/sync/collect.rs - sync::collect::ThreadedObjectSpace::create (line 167) - compile fail ... ok [INFO] [stdout] test src/cc.rs - cc::Cc (line 68) - compile fail ... ok [INFO] [stdout] test src/lib.rs - (line 137) ... ok [INFO] [stdout] test src/lib.rs - (line 18) ... ok [INFO] [stdout] test src/lib.rs - Trace (line 270) ... ok [INFO] [stdout] test src/collect.rs - collect::ObjectSpace (line 40) ... ok [INFO] [stdout] test src/lib.rs - (line 35) ... ok [INFO] [stdout] test src/lib.rs - (line 119) ... ok [INFO] [stdout] test src/lib.rs - (line 93) ... ok [INFO] [stdout] test src/lib.rs - (line 62) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.53s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "863167f582b2e36ef8c8e20d6557953d5c900bfb1d6505641bc54162c1c7b910", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "863167f582b2e36ef8c8e20d6557953d5c900bfb1d6505641bc54162c1c7b910", kill_on_drop: false }` [INFO] [stdout] 863167f582b2e36ef8c8e20d6557953d5c900bfb1d6505641bc54162c1c7b910