[INFO] fetching crate bevy_eventlistener 0.8.1... [INFO] testing bevy_eventlistener-0.8.1 against try#f23b22458132fb20faeb8a915b1c252478696f25 for pr-131095 [INFO] extracting crate bevy_eventlistener 0.8.1 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate bevy_eventlistener 0.8.1 on toolchain f23b22458132fb20faeb8a915b1c252478696f25 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bevy_eventlistener 0.8.1 [INFO] finished tweaking crates.io crate bevy_eventlistener 0.8.1 [INFO] tweaked toml for crates.io crate bevy_eventlistener 0.8.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate crates.io crate bevy_eventlistener 0.8.1 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" "+f23b22458132fb20faeb8a915b1c252478696f25" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6a01ec0546c888df981d0eb5eb616fa36ea0667db2e47c7c036d34fd12f5b9bc [INFO] running `Command { std: "docker" "start" "-a" "6a01ec0546c888df981d0eb5eb616fa36ea0667db2e47c7c036d34fd12f5b9bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6a01ec0546c888df981d0eb5eb616fa36ea0667db2e47c7c036d34fd12f5b9bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a01ec0546c888df981d0eb5eb616fa36ea0667db2e47c7c036d34fd12f5b9bc", kill_on_drop: false }` [INFO] [stdout] 6a01ec0546c888df981d0eb5eb616fa36ea0667db2e47c7c036d34fd12f5b9bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33843a0ed960f4ac22841051e1a6ae24e5d36cda9d62aebb56aa4463520521f1 [INFO] running `Command { std: "docker" "start" "-a" "33843a0ed960f4ac22841051e1a6ae24e5d36cda9d62aebb56aa4463520521f1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling hashbrown v0.14.2 [INFO] [stderr] Compiling winnow v0.6.13 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling parking v2.2.0 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling futures-io v0.3.29 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling ahash v0.8.8 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling async-task v4.5.0 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling smol_str v0.2.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling bevy_ptr v0.14.0 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling nonmax v0.5.5 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling uuid v1.6.1 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling futures-lite v2.0.1 [INFO] [stderr] Compiling syn v2.0.49 [INFO] [stderr] Compiling async-executor v1.12.0 [INFO] [stderr] Compiling toml_edit v0.22.14 [INFO] [stderr] Compiling bevy_tasks v0.14.0 [INFO] [stderr] Compiling erased-serde v0.4.2 [INFO] [stderr] Compiling bevy_macro_utils v0.14.0 [INFO] [stderr] Compiling bevy_utils_proc_macros v0.14.0 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling bevy_reflect_derive v0.14.0 [INFO] [stderr] Compiling bevy_ecs_macros v0.14.0 [INFO] [stderr] Compiling bevy_derive v0.14.0 [INFO] [stderr] Compiling bevy_eventlistener_derive v0.8.0 [INFO] [stderr] Compiling bevy_utils v0.14.0 [INFO] [stderr] Compiling petgraph v0.6.4 [INFO] [stderr] Compiling bevy_reflect v0.14.0 [INFO] [stderr] Compiling bevy_ecs v0.14.0 [INFO] [stderr] Compiling bevy_app v0.14.0 [INFO] [stderr] Compiling bevy_core v0.14.0 [INFO] [stderr] Compiling bevy_hierarchy v0.14.0 [INFO] [stderr] Compiling bevy_eventlistener v0.8.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `trace` [INFO] [stdout] --> src/event_listener.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "trace")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `trace` 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: `trace` [INFO] [stdout] --> src/event_listener.rs:108:27 [INFO] [stdout] | [INFO] [stdout] 108 | #[cfg(feature = "trace")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `trace` 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: `trace` [INFO] [stdout] --> src/event_listener.rs:160:27 [INFO] [stdout] | [INFO] [stdout] 160 | #[cfg(feature = "trace")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `trace` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.04s [INFO] running `Command { std: "docker" "inspect" "33843a0ed960f4ac22841051e1a6ae24e5d36cda9d62aebb56aa4463520521f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33843a0ed960f4ac22841051e1a6ae24e5d36cda9d62aebb56aa4463520521f1", kill_on_drop: false }` [INFO] [stdout] 33843a0ed960f4ac22841051e1a6ae24e5d36cda9d62aebb56aa4463520521f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61a83dc04b212307e7f3f03b8a94c97e6a02567951226c0ba5dac6cf826526bc [INFO] running `Command { std: "docker" "start" "-a" "61a83dc04b212307e7f3f03b8a94c97e6a02567951226c0ba5dac6cf826526bc", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling bytemuck v1.14.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling rustix v0.38.25 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling linux-raw-sys v0.4.11 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling libloading v0.8.1 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling winit v0.30.1 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling raw-window-handle v0.6.0 [INFO] [stderr] Compiling accesskit v0.14.0 [INFO] [stderr] Compiling as-raw-xcb-connection v1.0.1 [INFO] [stderr] Compiling x11rb-protocol v0.13.0 [INFO] [stderr] Compiling xkeysym v0.2.0 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling dpi v0.1.1 [INFO] [stderr] Compiling cursor-icon v1.1.0 [INFO] [stderr] Compiling async-executor v1.12.0 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling uuid v1.6.1 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling bevy_tasks v0.14.0 [INFO] [stderr] Compiling ahash v0.8.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling bevy_reflect_derive v0.14.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling xkbcommon-dl v0.4.2 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling const-fnv1a-hash v1.1.0 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling ciborium-io v0.2.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling ciborium-ll v0.2.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling clap_builder v4.4.8 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling clap v4.4.8 [INFO] [stderr] Compiling polling v3.4.0 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling calloop v0.12.4 [INFO] [stderr] Compiling hashbrown v0.14.2 [INFO] [stderr] Compiling erased-serde v0.4.2 [INFO] [stderr] Compiling glam v0.27.0 [INFO] [stderr] Compiling ciborium v0.2.1 [INFO] [stderr] Compiling bevy_utils v0.14.0 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling petgraph v0.6.4 [INFO] [stderr] Compiling bevy_reflect v0.14.0 [INFO] [stderr] Compiling x11rb v0.13.0 [INFO] [stderr] Compiling bevy_ecs v0.14.0 [INFO] [stderr] Compiling bevy_math v0.14.0 [INFO] [stderr] error: could not compile `bevy_reflect` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/bin/rustc --crate-name bevy_reflect --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bevy_reflect-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' --cfg 'feature="bevy"' --cfg 'feature="default"' --cfg 'feature="glam"' --cfg 'feature="smallvec"' --cfg 'feature="smol_str"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bevy", "default", "documentation", "glam", "petgraph", "smallvec", "smol_str", "uuid"))' -C metadata=fec6b83cd6cf0814 -C extra-filename=-fec6b83cd6cf0814 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bevy_ptr=/opt/rustwide/target/debug/deps/libbevy_ptr-b3e1a5aebe37f582.rmeta --extern bevy_reflect_derive=/opt/rustwide/target/debug/deps/libbevy_reflect_derive-eb6e481dd3ad3bb9.so --extern bevy_utils=/opt/rustwide/target/debug/deps/libbevy_utils-380d76fd9b70e89d.rmeta --extern downcast_rs=/opt/rustwide/target/debug/deps/libdowncast_rs-63e0e629e8611a67.rmeta --extern erased_serde=/opt/rustwide/target/debug/deps/liberased_serde-afc6325d01ee71d0.rmeta --extern glam=/opt/rustwide/target/debug/deps/libglam-e75917ec3e779f21.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-a2e37cdd40263f32.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-e7f3a73d19bf477d.rmeta --extern smol_str=/opt/rustwide/target/debug/deps/libsmol_str-7015ba778b3e65a9.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-bd04da4ea08d5538.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `x11rb-protocol` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f23b22458132fb20faeb8a915b1c252478696f25/bin/rustc --crate-name x11rb_protocol --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="randr"' --cfg 'feature="render"' --cfg 'feature="resource_manager"' --cfg 'feature="shape"' --cfg 'feature="std"' --cfg 'feature="xfixes"' --cfg 'feature="xinput"' --cfg 'feature="xkb"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-extensions", "composite", "damage", "dbe", "default", "dpms", "dri2", "dri3", "extra-traits", "glx", "present", "randr", "record", "render", "request-parsing", "res", "resource_manager", "screensaver", "serde", "shape", "shm", "std", "sync", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc"))' -C metadata=236fc9cb447d00d3 -C extra-filename=-236fc9cb447d00d3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "61a83dc04b212307e7f3f03b8a94c97e6a02567951226c0ba5dac6cf826526bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61a83dc04b212307e7f3f03b8a94c97e6a02567951226c0ba5dac6cf826526bc", kill_on_drop: false }` [INFO] [stdout] 61a83dc04b212307e7f3f03b8a94c97e6a02567951226c0ba5dac6cf826526bc