[INFO] fetching crate apple-bundle 0.1.4... [INFO] testing apple-bundle-0.1.4 against 1.98.0-beta.1 for beta-1.98-4 [INFO] extracting crate apple-bundle 0.1.4 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate apple-bundle 0.1.4 [INFO] finished tweaking crates.io crate apple-bundle 0.1.4 [INFO] tweaked toml for crates.io crate apple-bundle 0.1.4 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate apple-bundle 0.1.4 on toolchain 1.98.0-beta.1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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" "+1.98.0-beta.1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 34 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 03c410bd91597952854553c6bb7c3658950f7f0b27198cc8bf634563bfa4bfaa [INFO] running `Command { std: "docker" "start" "03c410bd91597952854553c6bb7c3658950f7f0b27198cc8bf634563bfa4bfaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03c410bd91597952854553c6bb7c3658950f7f0b27198cc8bf634563bfa4bfaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "03c410bd91597952854553c6bb7c3658950f7f0b27198cc8bf634563bfa4bfaa" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03c410bd91597952854553c6bb7c3658950f7f0b27198cc8bf634563bfa4bfaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "03c410bd91597952854553c6bb7c3658950f7f0b27198cc8bf634563bfa4bfaa" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.46 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling num-conv v0.2.2 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling deranged v0.5.8 [INFO] [stderr] Compiling hashbrown v0.17.1 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling memchr v2.8.3 [INFO] [stderr] Compiling time-core v0.1.9 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling indexmap v2.14.0 [INFO] [stderr] Compiling quick-xml v0.41.0 [INFO] [stderr] Compiling syn v2.0.119 [INFO] [stderr] Compiling time v0.3.53 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling serde_plain v1.0.2 [INFO] [stderr] Compiling plist v1.10.0 [INFO] [stderr] Compiling apple-bundle v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0659]: `DefaultDictionary` is ambiguous [INFO] [stdout] --> src/info_plist/app_services.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | use super::DefaultDictionary; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `DefaultDictionary` could refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | pub use super::app_execution::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] note: `DefaultDictionary` could also refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | pub use super::protected_resources::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `DefaultDictionary` is ambiguous [INFO] [stdout] --> src/info_plist/kernel_and_drivers.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | use super::DefaultDictionary; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `DefaultDictionary` could refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | pub use super::app_execution::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] note: `DefaultDictionary` could also refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | pub use super::protected_resources::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `DefaultDictionary` is ambiguous [INFO] [stdout] --> src/info_plist/app_services.rs:681:40 [INFO] [stdout] | [INFO] [stdout] 681 | pub privileged_executables: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `DefaultDictionary` could refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | pub use super::app_execution::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] note: `DefaultDictionary` could also refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | pub use super::protected_resources::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `DefaultDictionary` is ambiguous [INFO] [stdout] --> src/info_plist/app_services.rs:711:39 [INFO] [stdout] | [INFO] [stdout] 711 | pub environment_variables: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `DefaultDictionary` could refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | pub use super::app_execution::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] note: `DefaultDictionary` could also refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | pub use super::protected_resources::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `DefaultDictionary` is ambiguous [INFO] [stdout] --> src/info_plist/kernel_and_drivers.rs:193:32 [INFO] [stdout] | [INFO] [stdout] 193 | pub property_match: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `DefaultDictionary` could refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | pub use super::app_execution::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] note: `DefaultDictionary` could also refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | pub use super::protected_resources::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `DefaultDictionary` is ambiguous [INFO] [stdout] --> src/info_plist/kernel_and_drivers.rs:254:30 [INFO] [stdout] | [INFO] [stdout] 254 | pub parent_match: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `DefaultDictionary` could refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | pub use super::app_execution::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] note: `DefaultDictionary` could also refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | pub use super::protected_resources::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `DefaultDictionary` is ambiguous [INFO] [stdout] --> src/info_plist/kernel_and_drivers.rs:332:34 [INFO] [stdout] | [INFO] [stdout] 332 | pub bundle_libraries: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `DefaultDictionary` could refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | pub use super::app_execution::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] note: `DefaultDictionary` could also refer to the struct imported here [INFO] [stdout] --> src/info_plist/mod.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | pub use super::protected_resources::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DefaultDictionary` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/info_plist/mod.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | pub use super::app_execution::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the name `Service` in the type namespace is first re-exported here [INFO] [stdout] 45 | pub use super::app_services::*; [INFO] [stdout] | ---------------------- but the name `Service` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/info_plist/mod.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | pub use super::app_execution::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the name `DefaultDictionary` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 49 | pub use super::protected_resources::*; [INFO] [stdout] | ----------------------------- but the name `DefaultDictionary` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | pub use super::entitlements::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `AppClips` in the type namespace is first re-exported here [INFO] [stdout] 19 | pub use super::info_plist::prelude::*; [INFO] [stdout] | ----------------------------- but the name `AppClips` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | pub use super::entitlements::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Authentication` in the type namespace is first re-exported here [INFO] [stdout] 19 | pub use super::info_plist::prelude::*; [INFO] [stdout] | ----------------------------- but the name `Authentication` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | pub use super::entitlements::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `CarPlay` in the type namespace is first re-exported here [INFO] [stdout] 19 | pub use super::info_plist::prelude::*; [INFO] [stdout] | ----------------------------- but the name `CarPlay` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | pub use super::entitlements::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Contacts` in the type namespace is first re-exported here [INFO] [stdout] 19 | pub use super::info_plist::prelude::*; [INFO] [stdout] | ----------------------------- but the name `Contacts` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | pub use super::entitlements::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `ExposureNotification` in the type namespace is first re-exported here [INFO] [stdout] 19 | pub use super::info_plist::prelude::*; [INFO] [stdout] | ----------------------------- but the name `ExposureNotification` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | pub use super::entitlements::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Games` in the type namespace is first re-exported here [INFO] [stdout] 19 | pub use super::info_plist::prelude::*; [INFO] [stdout] | ----------------------------- but the name `Games` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | pub use super::entitlements::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Health` in the type namespace is first re-exported here [INFO] [stdout] 19 | pub use super::info_plist::prelude::*; [INFO] [stdout] | ----------------------------- but the name `Health` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | pub use super::entitlements::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `HealthKitCapabilities` in the type namespace is first re-exported here [INFO] [stdout] 19 | pub use super::info_plist::prelude::*; [INFO] [stdout] | ----------------------------- but the name `HealthKitCapabilities` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | pub use super::entitlements::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Networking` in the type namespace is first re-exported here [INFO] [stdout] 19 | pub use super::info_plist::prelude::*; [INFO] [stdout] | ----------------------------- but the name `Networking` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | pub use super::entitlements::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Security` in the type namespace is first re-exported here [INFO] [stdout] 19 | pub use super::info_plist::prelude::*; [INFO] [stdout] | ----------------------------- but the name `Security` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | pub use super::entitlements::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Sensors` in the type namespace is first re-exported here [INFO] [stdout] 19 | pub use super::info_plist::prelude::*; [INFO] [stdout] | ----------------------------- but the name `Sensors` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | pub use super::entitlements::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Siri` in the type namespace is first re-exported here [INFO] [stdout] 19 | pub use super::info_plist::prelude::*; [INFO] [stdout] | ----------------------------- but the name `Siri` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/info_plist/app_execution.rs:2408:22 [INFO] [stdout] | [INFO] [stdout] 2405 | #[serde(rename = "opengles-2")] [INFO] [stdout] | ------------ matches all the relevant values [INFO] [stdout] ... [INFO] [stdout] 2408 | #[serde(rename = "opengles-2")] [INFO] [stdout] | ^^^^^^^^^^^^ no value can reach this [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0659`. [INFO] [stdout] [INFO] [stderr] error: could not compile `apple-bundle` (lib) due to 7 previous errors; 15 warnings emitted [INFO] running `Command { std: "docker" "inspect" "03c410bd91597952854553c6bb7c3658950f7f0b27198cc8bf634563bfa4bfaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03c410bd91597952854553c6bb7c3658950f7f0b27198cc8bf634563bfa4bfaa", kill_on_drop: false }` [INFO] [stdout] 03c410bd91597952854553c6bb7c3658950f7f0b27198cc8bf634563bfa4bfaa