[INFO] fetching crate unique-pointer 0.8.1... [INFO] checking unique-pointer-0.8.1 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied [INFO] extracting crate unique-pointer 0.8.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate unique-pointer 0.8.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate unique-pointer 0.8.1 [INFO] tweaked toml for crates.io crate unique-pointer 0.8.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate unique-pointer 0.8.1 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate unique-pointer 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" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b8dd81b5729c1e847201e0d4483c039215a961ccea5548d1583fd6a330e056d [INFO] running `Command { std: "docker" "start" "-a" "0b8dd81b5729c1e847201e0d4483c039215a961ccea5548d1583fd6a330e056d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b8dd81b5729c1e847201e0d4483c039215a961ccea5548d1583fd6a330e056d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b8dd81b5729c1e847201e0d4483c039215a961ccea5548d1583fd6a330e056d", kill_on_drop: false }` [INFO] [stdout] 0b8dd81b5729c1e847201e0d4483c039215a961ccea5548d1583fd6a330e056d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Dinherent-method-on-receiver" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b44c7188a826725a1574076b15e3d77db1e481f28f9baceb232a6c60d0602f0f [INFO] running `Command { std: "docker" "start" "-a" "b44c7188a826725a1574076b15e3d77db1e481f28f9baceb232a6c60d0602f0f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling rustix v0.37.28 [INFO] [stderr] Checking unique-pointer v0.8.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking colored v2.2.0 [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:583:29 [INFO] [stdout] | [INFO] [stdout] 583 | pub unsafe fn propagate(&self) -> UniquePointer { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D inherent-method-on-receiver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:749:17 [INFO] [stdout] | [INFO] [stdout] 749 | pub fn addr(&self) -> usize { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:754:17 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn refs(&self) -> usize { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:759:20 [INFO] [stdout] | [INFO] [stdout] 759 | pub fn is_null(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:775:24 [INFO] [stdout] | [INFO] [stdout] 775 | pub fn is_not_null(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:783:24 [INFO] [stdout] | [INFO] [stdout] 783 | pub fn is_not_copy(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:790:24 [INFO] [stdout] | [INFO] [stdout] 790 | pub fn can_dealloc(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:796:25 [INFO] [stdout] | [INFO] [stdout] 796 | pub fn is_allocated(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:802:23 [INFO] [stdout] | [INFO] [stdout] 802 | pub fn is_written(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:811:20 [INFO] [stdout] | [INFO] [stdout] 811 | pub fn is_copy(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:816:18 [INFO] [stdout] | [INFO] [stdout] 816 | pub fn alloc(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:834:21 [INFO] [stdout] | [INFO] [stdout] 834 | pub fn cast_mut(&self) -> *mut T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:843:23 [INFO] [stdout] | [INFO] [stdout] 843 | pub fn cast_const(&self) -> *const T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:853:18 [INFO] [stdout] | [INFO] [stdout] 853 | pub fn write(&mut self, data: T) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:865:26 [INFO] [stdout] | [INFO] [stdout] 865 | pub fn write_ref_mut(&mut self, data: &mut T) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:876:22 [INFO] [stdout] | [INFO] [stdout] 876 | pub fn write_ref(&mut self, data: &T) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:886:17 [INFO] [stdout] | [INFO] [stdout] 886 | pub fn swap(&mut self, other: &mut Self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:903:17 [INFO] [stdout] | [INFO] [stdout] 903 | pub fn read(&self) -> T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:915:21 [INFO] [stdout] | [INFO] [stdout] 915 | pub fn try_read(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:928:22 [INFO] [stdout] | [INFO] [stdout] 928 | pub fn inner_ref(&self) -> &'c T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:937:22 [INFO] [stdout] | [INFO] [stdout] 937 | pub fn inner_mut(&mut self) -> &'c mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:945:19 [INFO] [stdout] | [INFO] [stdout] 945 | pub fn as_ref(&self) -> Option<&'c T> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:954:19 [INFO] [stdout] | [INFO] [stdout] 954 | pub fn as_mut(&mut self) -> Option<&'c mut T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:1029:31 [INFO] [stdout] | [INFO] [stdout] 1029 | pub fn into_box_unchecked(&self) -> Box { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:1041:21 [INFO] [stdout] | [INFO] [stdout] 1041 | pub fn into_box(&self) -> Option> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:1063:20 [INFO] [stdout] | [INFO] [stdout] 1063 | pub fn dealloc(&mut self, soft: bool) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:1104:26 [INFO] [stdout] | [INFO] [stdout] 1104 | pub fn drop_in_place(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:1149:32 [INFO] [stdout] | [INFO] [stdout] 1149 | pub fn extend_lifetime<'t>(&self) -> &'t T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/unique_pointer.rs:1173:36 [INFO] [stdout] | [INFO] [stdout] 1173 | pub fn extend_lifetime_mut<'t>(&mut self) -> &'t mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1259 | impl Deref for UniquePointer { [INFO] [stdout] | ------------------------------------------- trait implemented here [INFO] [stdout] 1260 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `unique-pointer` (lib) due to 29 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b44c7188a826725a1574076b15e3d77db1e481f28f9baceb232a6c60d0602f0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b44c7188a826725a1574076b15e3d77db1e481f28f9baceb232a6c60d0602f0f", kill_on_drop: false }` [INFO] [stdout] b44c7188a826725a1574076b15e3d77db1e481f28f9baceb232a6c60d0602f0f