[INFO] fetching crate reliudp 0.2.0... [INFO] checking reliudp-0.2.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate reliudp 0.2.0 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate reliudp 0.2.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate reliudp 0.2.0 [INFO] finished tweaking crates.io crate reliudp 0.2.0 [INFO] tweaked toml for crates.io crate reliudp 0.2.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate crates.io crate reliudp 0.2.0 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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c60a76c8f497a11909694e168d7d43abc26fe5b57298fdd791b477deb871005 [INFO] running `Command { std: "docker" "start" "-a" "9c60a76c8f497a11909694e168d7d43abc26fe5b57298fdd791b477deb871005", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c60a76c8f497a11909694e168d7d43abc26fe5b57298fdd791b477deb871005", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c60a76c8f497a11909694e168d7d43abc26fe5b57298fdd791b477deb871005", kill_on_drop: false }` [INFO] [stdout] 9c60a76c8f497a11909694e168d7d43abc26fe5b57298fdd791b477deb871005 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Dtail_expr_drop_order" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 365a718831061a9334520468a4ac893df5160f094a605f538a6f4c28456c4aeb [INFO] running `Command { std: "docker" "start" "-a" "365a718831061a9334520468a4ac893df5160f094a605f538a6f4c28456c4aeb", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking byteorder v1.2.3 [INFO] [stderr] Checking itertools v0.7.8 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Checking reliudp v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `clone_box` is never used [INFO] [stdout] --> src/misc.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 1 | pub (crate) trait ClonableIterator<'a>: Iterator { [INFO] [stdout] | ---------------- method in this trait [INFO] [stdout] 2 | fn clone_box(&self) -> Box + 'a>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/fragment_combiner.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | Complete(u64, u8) [INFO] [stdout] | -------- ^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `FragmentSetState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 19 | Complete((), u8) [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fragment.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 74 | pub (crate) fn build_data_from_fragments(fragments: I) -> Result, ()> [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | let mut fragments_vec: Vec>> = (0..fragments.len()).map(|_| None).collect(); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 101 | Ok(reassembled_data.into_boxed_slice()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/udp_packet.rs:260:12 [INFO] [stdout] | [INFO] [stdout] 259 | let udp_message = UdpPacket {buffer: buffer.into_boxed_slice()}; [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 260 | Ok((udp_message, socket_addr)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/udp_packet.rs:315:12 [INFO] [stdout] | [INFO] [stdout] 313 | pub (crate) fn compute_packet(self) -> Result>, UdpPacketError> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 314 | let packet_meta = self.compute_packet_meta()?; [INFO] [stdout] 315 | Ok(packet_meta.build_packet_with(OwnedSlice::new(self.buffer, PACKET_DATA_START_BYTE))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rudp_server.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn new(local_addr: A) -> IoResult { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 35 | let udp_socket = Arc::new(UdpSocket::bind(local_addr)?); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | udp_socket.set_nonblocking(true)?; [INFO] [stdout] 37 | Ok(RUdpServer { [INFO] [stdout] | ____________^ [INFO] [stdout] 38 | | remotes: HashMap::default(), [INFO] [stdout] 39 | | udp_socket, [INFO] [stdout] 40 | | timeout_delay: None, [INFO] [stdout] 41 | | heartbeat_delay: None, [INFO] [stdout] 42 | | }) [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ack.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 37 | pub (self) fn frag_ids_missing_from_ack<'a, I: Iterator + 'a>(ack_bytes: I, frag_total: u8) -> impl Iterator + 'a { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | ack_bytes.enumerate().flat_map(move |(index, bits): (usize, u8)| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ack.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 61 | pub (crate) fn create_from_frag_ids>(iter: I, frag_total: u8) -> Ack> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 72 | Ack(ack.into_boxed_slice()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sent_data_tracker.rs:69:32 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn new(data: D, frag_total: u8, iteration_n: u64, expiration_type: PacketExpiration) -> SentDataSet { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | last_received_ack: None, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `reliudp` (lib) due to 8 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: method `clone_box` is never used [INFO] [stdout] --> src/misc.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 1 | pub (crate) trait ClonableIterator<'a>: Iterator { [INFO] [stdout] | ---------------- method in this trait [INFO] [stdout] 2 | fn clone_box(&self) -> Box + 'a>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/fragment_combiner.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | Complete(u64, u8) [INFO] [stdout] | -------- ^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `FragmentSetState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 19 | Complete((), u8) [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/fragment.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 74 | pub (crate) fn build_data_from_fragments(fragments: I) -> Result, ()> [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | let mut fragments_vec: Vec>> = (0..fragments.len()).map(|_| None).collect(); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 101 | Ok(reassembled_data.into_boxed_slice()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/udp_packet.rs:260:12 [INFO] [stdout] | [INFO] [stdout] 259 | let udp_message = UdpPacket {buffer: buffer.into_boxed_slice()}; [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 260 | Ok((udp_message, socket_addr)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/udp_packet.rs:315:12 [INFO] [stdout] | [INFO] [stdout] 313 | pub (crate) fn compute_packet(self) -> Result>, UdpPacketError> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 314 | let packet_meta = self.compute_packet_meta()?; [INFO] [stdout] 315 | Ok(packet_meta.build_packet_with(OwnedSlice::new(self.buffer, PACKET_DATA_START_BYTE))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/rudp_server.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn new(local_addr: A) -> IoResult { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 35 | let udp_socket = Arc::new(UdpSocket::bind(local_addr)?); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | udp_socket.set_nonblocking(true)?; [INFO] [stdout] 37 | Ok(RUdpServer { [INFO] [stdout] | ____________^ [INFO] [stdout] 38 | | remotes: HashMap::default(), [INFO] [stdout] 39 | | udp_socket, [INFO] [stdout] 40 | | timeout_delay: None, [INFO] [stdout] 41 | | heartbeat_delay: None, [INFO] [stdout] 42 | | }) [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ack.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub (self) fn frag_ids_received_from_ack>(ack_bytes: I, frag_total: u8) -> impl Iterator { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 19 | ack_bytes.enumerate().flat_map(move |(index, bits): (usize, u8)| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ack.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 37 | pub (self) fn frag_ids_missing_from_ack<'a, I: Iterator + 'a>(ack_bytes: I, frag_total: u8) -> impl Iterator + 'a { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | ack_bytes.enumerate().flat_map(move |(index, bits): (usize, u8)| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ack.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 61 | pub (crate) fn create_from_frag_ids>(iter: I, frag_total: u8) -> Ack> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 72 | Ack(ack.into_boxed_slice()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sent_data_tracker.rs:69:32 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn new(data: D, frag_total: u8, iteration_n: u64, expiration_type: PacketExpiration) -> SentDataSet { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | last_received_ack: None, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `reliudp` (lib test) due to 9 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "365a718831061a9334520468a4ac893df5160f094a605f538a6f4c28456c4aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "365a718831061a9334520468a4ac893df5160f094a605f538a6f4c28456c4aeb", kill_on_drop: false }` [INFO] [stdout] 365a718831061a9334520468a4ac893df5160f094a605f538a6f4c28456c4aeb