[INFO] cloning repository https://github.com/funmaker/rust-notifier [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/funmaker/rust-notifier" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffunmaker%2Frust-notifier", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffunmaker%2Frust-notifier'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 20adc39b78ee6415208e3b8c3bc6151cd8389c21 [INFO] testing funmaker/rust-notifier against try#a7ce54db9b096bd1098d07c645b489195a667c9f for pr-137940-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffunmaker%2Frust-notifier" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/funmaker/rust-notifier on toolchain a7ce54db9b096bd1098d07c645b489195a667c9f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/funmaker/rust-notifier [INFO] finished tweaking git repo https://github.com/funmaker/rust-notifier [INFO] tweaked toml for git repo https://github.com/funmaker/rust-notifier written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/funmaker/rust-notifier 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" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa18589c330c935926299326d923f7bf8ecc08c745cb1ca1b60809c93f11f2f8 [INFO] running `Command { std: "docker" "start" "-a" "fa18589c330c935926299326d923f7bf8ecc08c745cb1ca1b60809c93f11f2f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa18589c330c935926299326d923f7bf8ecc08c745cb1ca1b60809c93f11f2f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa18589c330c935926299326d923f7bf8ecc08c745cb1ca1b60809c93f11f2f8", kill_on_drop: false }` [INFO] [stdout] fa18589c330c935926299326d923f7bf8ecc08c745cb1ca1b60809c93f11f2f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8138eafc95766670bfd984d8e0f6b78bbf3ef2f7fe44f2e2b713031831155c9d [INFO] running `Command { std: "docker" "start" "-a" "8138eafc95766670bfd984d8e0f6b78bbf3ef2f7fe44f2e2b713031831155c9d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling bytes v1.7.1 [INFO] [stderr] Compiling cc v1.1.15 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Compiling syn v2.0.76 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling indexmap v2.4.0 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling cpufeatures v0.2.13 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling serde_json v1.0.127 [INFO] [stderr] Compiling data-encoding v2.6.0 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Compiling object v0.36.3 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling never v0.1.0 [INFO] [stderr] Compiling rustls-pki-types v1.8.0 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling rustls-pemfile v2.1.3 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling headers v0.3.9 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling tokio v1.39.3 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling derive_builder_core v0.20.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling derive_builder_macro v0.20.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling derive_builder v0.20.0 [INFO] [stderr] Compiling tungstenite v0.21.0 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-tungstenite v0.21.0 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling diligent-date-parser v0.1.4 [INFO] [stderr] Compiling atom_syndication v0.12.3 [INFO] [stderr] Compiling rss v2.0.8 [INFO] [stderr] Compiling hyper v0.14.30 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling hyper-util v0.1.7 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.7 [INFO] [stderr] Compiling warp v0.3.7 [INFO] [stderr] Compiling rust-notifier v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `extract_if` has been stable since 1.87.0-nightly and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(extract_if)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `created` and `ids` are never read [INFO] [stdout] --> src/feeds/mod.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Feeds { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 13 | pub created: DateTime, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 14 | pub feeds: Map, [INFO] [stdout] 15 | pub ids: Option> [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Feeds` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `width` and `height` are never read [INFO] [stdout] --> src/providers/youtube.rs:447:2 [INFO] [stdout] | [INFO] [stdout] 446 | struct YouTubeThumbnail { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 447 | width: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 448 | height: usize, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `YouTubeThumbnail` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `rest`, `rss`, and `websocket` are never read [INFO] [stdout] --> src/interfaces/web.rs:19:2 [INFO] [stdout] | [INFO] [stdout] 18 | struct WebConfig { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 19 | rest: bool, [INFO] [stdout] | ^^^^ [INFO] [stdout] 20 | rss: bool, [INFO] [stdout] | ^^^ [INFO] [stdout] 21 | websocket: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.90s [INFO] running `Command { std: "docker" "inspect" "8138eafc95766670bfd984d8e0f6b78bbf3ef2f7fe44f2e2b713031831155c9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8138eafc95766670bfd984d8e0f6b78bbf3ef2f7fe44f2e2b713031831155c9d", kill_on_drop: false }` [INFO] [stdout] 8138eafc95766670bfd984d8e0f6b78bbf3ef2f7fe44f2e2b713031831155c9d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0767dfbfedffad5fc0a0ddc949b0a62e266e76209118d7a7794687c36949fcfe [INFO] running `Command { std: "docker" "start" "-a" "0767dfbfedffad5fc0a0ddc949b0a62e266e76209118d7a7794687c36949fcfe", kill_on_drop: false }` [INFO] [stderr] Compiling rust-notifier v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `extract_if` has been stable since 1.87.0-nightly and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(extract_if)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `created` and `ids` are never read [INFO] [stdout] --> src/feeds/mod.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Feeds { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 13 | pub created: DateTime, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 14 | pub feeds: Map, [INFO] [stdout] 15 | pub ids: Option> [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Feeds` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `width` and `height` are never read [INFO] [stdout] --> src/providers/youtube.rs:447:2 [INFO] [stdout] | [INFO] [stdout] 446 | struct YouTubeThumbnail { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 447 | width: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 448 | height: usize, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `YouTubeThumbnail` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `rest`, `rss`, and `websocket` are never read [INFO] [stdout] --> src/interfaces/web.rs:19:2 [INFO] [stdout] | [INFO] [stdout] 18 | struct WebConfig { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 19 | rest: bool, [INFO] [stdout] | ^^^^ [INFO] [stdout] 20 | rss: bool, [INFO] [stdout] | ^^^ [INFO] [stdout] 21 | websocket: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.15s [INFO] running `Command { std: "docker" "inspect" "0767dfbfedffad5fc0a0ddc949b0a62e266e76209118d7a7794687c36949fcfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0767dfbfedffad5fc0a0ddc949b0a62e266e76209118d7a7794687c36949fcfe", kill_on_drop: false }` [INFO] [stdout] 0767dfbfedffad5fc0a0ddc949b0a62e266e76209118d7a7794687c36949fcfe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9fcf65ec20ddfa23d424d3194626d8915748f3fd7228204800b6f78b7ca8c803 [INFO] running `Command { std: "docker" "start" "-a" "9fcf65ec20ddfa23d424d3194626d8915748f3fd7228204800b6f78b7ca8c803", kill_on_drop: false }` [INFO] [stderr] warning: the feature `extract_if` has been stable since 1.87.0-nightly and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(extract_if)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `created` and `ids` are never read [INFO] [stderr] --> src/feeds/mod.rs:13:6 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct Feeds { [INFO] [stderr] | ----- fields in this struct [INFO] [stderr] 13 | pub created: DateTime, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 14 | pub feeds: Map, [INFO] [stderr] 15 | pub ids: Option> [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Feeds` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `width` and `height` are never read [INFO] [stderr] --> src/providers/youtube.rs:447:2 [INFO] [stderr] | [INFO] [stderr] 446 | struct YouTubeThumbnail { [INFO] [stderr] | ---------------- fields in this struct [INFO] [stderr] 447 | width: usize, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 448 | height: usize, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `YouTubeThumbnail` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `rest`, `rss`, and `websocket` are never read [INFO] [stderr] --> src/interfaces/web.rs:19:2 [INFO] [stderr] | [INFO] [stderr] 18 | struct WebConfig { [INFO] [stderr] | --------- fields in this struct [INFO] [stderr] 19 | rest: bool, [INFO] [stderr] | ^^^^ [INFO] [stderr] 20 | rss: bool, [INFO] [stderr] | ^^^ [INFO] [stderr] 21 | websocket: bool, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rust-notifier` (bin "rust-notifier" test) generated 4 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.20s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_notifier-03c7244d298255de) [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" "9fcf65ec20ddfa23d424d3194626d8915748f3fd7228204800b6f78b7ca8c803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fcf65ec20ddfa23d424d3194626d8915748f3fd7228204800b6f78b7ca8c803", kill_on_drop: false }` [INFO] [stdout] 9fcf65ec20ddfa23d424d3194626d8915748f3fd7228204800b6f78b7ca8c803