[INFO] fetching crate pire-base 0.1.0...
[INFO] testing pire-base-0.1.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate pire-base 0.1.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate pire-base 0.1.0
[INFO] finished tweaking crates.io crate pire-base 0.1.0
[INFO] tweaked toml for crates.io crate pire-base 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pire-base 0.1.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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.91.0" "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.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pire-dev v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f8ae55c0af8bb2967bd85b75760451f2dc9e240f3a4cc13ca4ee1dfeeb3ac8c3
[INFO] running `Command { std: "docker" "start" "-a" "f8ae55c0af8bb2967bd85b75760451f2dc9e240f3a4cc13ca4ee1dfeeb3ac8c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8ae55c0af8bb2967bd85b75760451f2dc9e240f3a4cc13ca4ee1dfeeb3ac8c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8ae55c0af8bb2967bd85b75760451f2dc9e240f3a4cc13ca4ee1dfeeb3ac8c3", kill_on_drop: false }`
[INFO] [stdout] f8ae55c0af8bb2967bd85b75760451f2dc9e240f3a4cc13ca4ee1dfeeb3ac8c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 841d4bb0033c3eac9d8e4f838750512c604de51f10c1399beb57868212b1d538
[INFO] running `Command { std: "docker" "start" "-a" "841d4bb0033c3eac9d8e4f838750512c604de51f10c1399beb57868212b1d538", kill_on_drop: false }`
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling pire-base v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/range_rwlock.rs:112:18
[INFO] [stdout]     |
[INFO] [stdout] 112 |         unsafe { (*self.data.get()).len() }
[INFO] [stdout]     |                  ^^---------------^^^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this raw pointer has type `*mut &mut [T]`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[T]`
[INFO] [stdout]    --> src/range_rwlock.rs:112:18
[INFO] [stdout]     |
[INFO] [stdout] 112 |         unsafe { (*self.data.get()).len() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: method calls to `len` require a reference
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/slice/mod.rs:114:5
[INFO] [stdout]     = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 112 |         unsafe { (&(*self.data.get())).len() }
[INFO] [stdout]     |                  ++                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
[INFO] running `Command { std: "docker" "inspect" "841d4bb0033c3eac9d8e4f838750512c604de51f10c1399beb57868212b1d538", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "841d4bb0033c3eac9d8e4f838750512c604de51f10c1399beb57868212b1d538", kill_on_drop: false }`
[INFO] [stdout] 841d4bb0033c3eac9d8e4f838750512c604de51f10c1399beb57868212b1d538
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2710eaf314e9342889110d90cdcab88c8f4d888862dbecc582dbecaa7b5894ce
[INFO] running `Command { std: "docker" "start" "-a" "2710eaf314e9342889110d90cdcab88c8f4d888862dbecc582dbecaa7b5894ce", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/range_rwlock.rs:112:18
[INFO] [stdout]     |
[INFO] [stdout] 112 |         unsafe { (*self.data.get()).len() }
[INFO] [stdout]     |                  ^^---------------^^^^^^^
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this raw pointer has type `*mut &mut [T]`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[T]`
[INFO] [stdout]    --> src/range_rwlock.rs:112:18
[INFO] [stdout]     |
[INFO] [stdout] 112 |         unsafe { (*self.data.get()).len() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: method calls to `len` require a reference
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/slice/mod.rs:114:5
[INFO] [stdout]     = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 112 |         unsafe { (&(*self.data.get())).len() }
[INFO] [stdout]     |                  ++                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_distr v0.5.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling pire-dev v0.1.0
[INFO] [stdout] error[E0277]: the trait bound `half::f16: SampleUniform` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pire-dev-0.1.0/src/lib.rs:704:14
[INFO] [stdout]     |
[INFO] [stdout] 704 |     type X = f16;
[INFO] [stdout]     |              ^^^ the trait `SampleUniform` is not implemented for `half::f16`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stdout]     |
[INFO] [stdout] 216 | pub trait SampleUniform: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pire-dev-0.1.0/src/lib.rs:12:5
[INFO] [stdout]     |
[INFO] [stdout]  12 | use half::f16;
[INFO] [stdout]     |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stdout] ...
[INFO] [stdout] 611 | use rand::distributions::{Distribution, Uniform};
[INFO] [stdout]     |     ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/binary16.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout]  46 | pub struct f16(u16);
[INFO] [stdout]     | -------------- this type doesn't implement the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub trait Distribution<T> {
[INFO] [stdout]     | ------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `Bound::X`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pire-dev-0.1.0/src/lib.rs:616:13
[INFO] [stdout]     |
[INFO] [stdout] 616 |     type X: rand::distributions::uniform::SampleUniform;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Bound::X`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `half::f16: SampleUniform` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pire-dev-0.1.0/src/lib.rs:711:5
[INFO] [stdout]     |
[INFO] [stdout] 711 |     fn my_sample(dist: &Uniform<Self>, rng: &mut StdRng) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::f16`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stdout]     |
[INFO] [stdout] 216 | pub trait SampleUniform: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pire-dev-0.1.0/src/lib.rs:12:5
[INFO] [stdout]     |
[INFO] [stdout]  12 | use half::f16;
[INFO] [stdout]     |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stdout] ...
[INFO] [stdout] 611 | use rand::distributions::{Distribution, Uniform};
[INFO] [stdout]     |     ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/binary16.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout]  46 | pub struct f16(u16);
[INFO] [stdout]     | -------------- this type doesn't implement the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub trait Distribution<T> {
[INFO] [stdout]     | ------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `Uniform`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:23
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub struct Uniform<X: SampleUniform>(X::Sampler);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ required by this bound in `Uniform`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `half::f16: SampleUniform` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pire-dev-0.1.0/src/lib.rs:711:25
[INFO] [stdout]     |
[INFO] [stdout] 711 |     fn my_sample(dist: &Uniform<Self>, rng: &mut StdRng) -> Self {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ the trait `SampleUniform` is not implemented for `half::f16`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:216:1
[INFO] [stdout]     |
[INFO] [stdout] 216 | pub trait SampleUniform: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pire-dev-0.1.0/src/lib.rs:12:5
[INFO] [stdout]     |
[INFO] [stdout]  12 | use half::f16;
[INFO] [stdout]     |     ---- one version of crate `rand` used here, as a dependency of crate `half`
[INFO] [stdout] ...
[INFO] [stdout] 611 | use rand::distributions::{Distribution, Uniform};
[INFO] [stdout]     |     ---- one version of crate `rand` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/binary16.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout]  46 | pub struct f16(u16);
[INFO] [stdout]     | -------------- this type doesn't implement the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub trait Distribution<T> {
[INFO] [stdout]     | ------------------------- this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `Uniform`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:23
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub struct Uniform<X: SampleUniform>(X::Sampler);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ required by this bound in `Uniform`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `sample` exists for reference `&Uniform<half::f16>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pire-dev-0.1.0/src/lib.rs:712:14
[INFO] [stdout]     |
[INFO] [stdout] 712 |         dist.sample(rng)
[INFO] [stdout]     |              ^^^^^^ method cannot be called on `&Uniform<half::f16>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs:179:1
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub struct Uniform<X: SampleUniform>(X::Sampler);
[INFO] [stdout]     | ------------------------------------ doesn't satisfy 5 bounds
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/binary16.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout]  46 | pub struct f16(u16);
[INFO] [stdout]     | -------------- doesn't satisfy `half::f16: SampleUniform`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `half::f16: SampleUniform`
[INFO] [stdout]             which is required by `Uniform<half::f16>: rand::distributions::Distribution<half::f16>`
[INFO] [stdout]             `Uniform<half::f16>: Sized`
[INFO] [stdout]             which is required by `&Uniform<half::f16>: rand::distributions::Distribution<_>`
[INFO] [stdout]             `Uniform<half::f16>: rand::distributions::Distribution<_>`
[INFO] [stdout]             which is required by `&Uniform<half::f16>: rand::distributions::Distribution<_>`
[INFO] [stdout]             `&Uniform<half::f16>: RngCore`
[INFO] [stdout]             which is required by `&Uniform<half::f16>: Rng`
[INFO] [stdout]             `Uniform<half::f16>: RngCore`
[INFO] [stdout]             which is required by `Uniform<half::f16>: Rng`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pire-dev` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "2710eaf314e9342889110d90cdcab88c8f4d888862dbecc582dbecaa7b5894ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2710eaf314e9342889110d90cdcab88c8f4d888862dbecc582dbecaa7b5894ce", kill_on_drop: false }`
[INFO] [stdout] 2710eaf314e9342889110d90cdcab88c8f4d888862dbecc582dbecaa7b5894ce
