[INFO] fetching crate better_btree 0.2.6... [INFO] checking better_btree-0.2.6 against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] extracting crate better_btree 0.2.6 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate better_btree 0.2.6 on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate better_btree 0.2.6 [INFO] finished tweaking crates.io crate better_btree 0.2.6 [INFO] tweaked toml for crates.io crate better_btree 0.2.6 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f296f06e33b73be6be9c4addce4ef81adeb148cf342367479946e4054d6e8186 [INFO] running `Command { std: "docker" "start" "-a" "f296f06e33b73be6be9c4addce4ef81adeb148cf342367479946e4054d6e8186", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f296f06e33b73be6be9c4addce4ef81adeb148cf342367479946e4054d6e8186", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f296f06e33b73be6be9c4addce4ef81adeb148cf342367479946e4054d6e8186", kill_on_drop: false }` [INFO] [stdout] f296f06e33b73be6be9c4addce4ef81adeb148cf342367479946e4054d6e8186 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c652cd8d4f9fe291fa4b4bec11721a70c236b9040460b70a485ef398412a51b8 [INFO] running `Command { std: "docker" "start" "-a" "c652cd8d4f9fe291fa4b4bec11721a70c236b9040460b70a485ef398412a51b8", kill_on_drop: false }` [INFO] [stderr] Checking better_btree v0.2.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `deref_mut` is never used [INFO] [stdout] --> src/node_ref.rs:243:9 [INFO] [stdout] | [INFO] [stdout] 237 | impl<'a, K, V> NodeRef { [INFO] [stdout] | ------------------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 243 | pub fn deref_mut(&mut self) -> &'a mut LeafNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `deref_mut` is never used [INFO] [stdout] --> src/node_ref.rs:255:9 [INFO] [stdout] | [INFO] [stdout] 249 | impl<'a, K, V> NodeRef { [INFO] [stdout] | ----------------------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 255 | pub fn deref_mut(&mut self) -> &'a mut InternalNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `deref` is never used [INFO] [stdout] --> src/node_ref.rs:276:9 [INFO] [stdout] | [INFO] [stdout] 275 | impl<'a, K, V> NodeRef, marker::LeafNode> { [INFO] [stdout] | --------------------------------------------------------------- method in this implementation [INFO] [stdout] 276 | pub fn deref(&self) -> &'a LeafNode { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `deref` is never used [INFO] [stdout] --> src/node_ref.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 287 | impl<'a, K, V> NodeRef, marker::InternalNode> { [INFO] [stdout] | ------------------------------------------------------------------- method in this implementation [INFO] [stdout] 288 | pub fn deref(&self) -> &'a InternalNode { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `deref_mut` is never used [INFO] [stdout] --> src/node_ref.rs:243:9 [INFO] [stdout] | [INFO] [stdout] 237 | impl<'a, K, V> NodeRef { [INFO] [stdout] | ------------------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 243 | pub fn deref_mut(&mut self) -> &'a mut LeafNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `deref_mut` is never used [INFO] [stdout] --> src/node_ref.rs:255:9 [INFO] [stdout] | [INFO] [stdout] 249 | impl<'a, K, V> NodeRef { [INFO] [stdout] | ----------------------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 255 | pub fn deref_mut(&mut self) -> &'a mut InternalNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `deref` is never used [INFO] [stdout] --> src/node_ref.rs:276:9 [INFO] [stdout] | [INFO] [stdout] 275 | impl<'a, K, V> NodeRef, marker::LeafNode> { [INFO] [stdout] | --------------------------------------------------------------- method in this implementation [INFO] [stdout] 276 | pub fn deref(&self) -> &'a LeafNode { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `deref` is never used [INFO] [stdout] --> src/node_ref.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 287 | impl<'a, K, V> NodeRef, marker::InternalNode> { [INFO] [stdout] | ------------------------------------------------------------------- method in this implementation [INFO] [stdout] 288 | pub fn deref(&self) -> &'a InternalNode { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] running `Command { std: "docker" "inspect" "c652cd8d4f9fe291fa4b4bec11721a70c236b9040460b70a485ef398412a51b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c652cd8d4f9fe291fa4b4bec11721a70c236b9040460b70a485ef398412a51b8", kill_on_drop: false }` [INFO] [stdout] c652cd8d4f9fe291fa4b4bec11721a70c236b9040460b70a485ef398412a51b8 [INFO] checking better_btree-0.2.6 against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] extracting crate better_btree 0.2.6 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate better_btree 0.2.6 on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate better_btree 0.2.6 [INFO] finished tweaking crates.io crate better_btree 0.2.6 [INFO] tweaked toml for crates.io crate better_btree 0.2.6 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fc76dfcd37122ea632639ce7c17245bf05a66692ad2cf0bea7d68ecec0c0cc7 [INFO] running `Command { std: "docker" "start" "-a" "4fc76dfcd37122ea632639ce7c17245bf05a66692ad2cf0bea7d68ecec0c0cc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fc76dfcd37122ea632639ce7c17245bf05a66692ad2cf0bea7d68ecec0c0cc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fc76dfcd37122ea632639ce7c17245bf05a66692ad2cf0bea7d68ecec0c0cc7", kill_on_drop: false }` [INFO] [stdout] 4fc76dfcd37122ea632639ce7c17245bf05a66692ad2cf0bea7d68ecec0c0cc7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a821f8d00c5b337485a28acf9c24dbbf7ee84a4b1303ca5aa5d0170db68e4f7 [INFO] running `Command { std: "docker" "start" "-a" "4a821f8d00c5b337485a28acf9c24dbbf7ee84a4b1303ca5aa5d0170db68e4f7", kill_on_drop: false }` [INFO] [stderr] Checking better_btree v0.2.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `deref_mut` is never used [INFO] [stdout] --> src/node_ref.rs:243:9 [INFO] [stdout] | [INFO] [stdout] 237 | impl<'a, K, V> NodeRef { [INFO] [stdout] | ------------------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 243 | pub fn deref_mut(&mut self) -> &'a mut LeafNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `deref_mut` is never used [INFO] [stdout] --> src/node_ref.rs:255:9 [INFO] [stdout] | [INFO] [stdout] 249 | impl<'a, K, V> NodeRef { [INFO] [stdout] | ----------------------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 255 | pub fn deref_mut(&mut self) -> &'a mut InternalNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `deref` is never used [INFO] [stdout] --> src/node_ref.rs:276:9 [INFO] [stdout] | [INFO] [stdout] 275 | impl<'a, K, V> NodeRef, marker::LeafNode> { [INFO] [stdout] | --------------------------------------------------------------- method in this implementation [INFO] [stdout] 276 | pub fn deref(&self) -> &'a LeafNode { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `deref` is never used [INFO] [stdout] --> src/node_ref.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 287 | impl<'a, K, V> NodeRef, marker::InternalNode> { [INFO] [stdout] | ------------------------------------------------------------------- method in this implementation [INFO] [stdout] 288 | pub fn deref(&self) -> &'a InternalNode { [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/node/internal_node.rs:365:4 [INFO] [stdout] | [INFO] [stdout] 320 | bubble: (K, V), [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 331 | let mut right_node = Self::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 357 | let ((bubble_key, bubble_value), orphan_node) = self.remove_unchecked_right(pivot); [INFO] [stdout] | ---------- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 365 | ((bubble_key, bubble_value), right_node) [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/node/internal_node.rs:417:4 [INFO] [stdout] | [INFO] [stdout] 373 | bubble: (K, V), [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 385 | let mut right_node = Self::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 411 | let bubble_key = self.data.keys().get_unchecked(pivot - 1).as_ptr().read(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 412 | let bubble_value = self.data.values().get_unchecked(pivot - 1).as_ptr().read(); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 417 | ((bubble_key, bubble_value), right_node) [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/node/internal_node.rs:771:37 [INFO] [stdout] | [INFO] [stdout] 754 | (key, value): (K, V), [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 771 | self.data.insert_unchecked(index, (key, value)) [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/node/internal_node.rs:796:37 [INFO] [stdout] | [INFO] [stdout] 779 | (key, value): (K, V), [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 796 | self.data.insert_unchecked(index, (key, value)) [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] warning: method `deref_mut` is never used [INFO] [stdout] --> src/node_ref.rs:243:9 [INFO] [stdout] | [INFO] [stdout] 237 | impl<'a, K, V> NodeRef { [INFO] [stdout] | ------------------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 243 | pub fn deref_mut(&mut self) -> &'a mut LeafNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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/node/internal_node.rs:819:4 [INFO] [stdout] | [INFO] [stdout] 818 | let (key, value) = self.data.remove_unchecked(index); [INFO] [stdout] | --- ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 819 | ((key, value), child) [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/node/internal_node.rs:843:4 [INFO] [stdout] | [INFO] [stdout] 842 | let (key, value) = self.data.remove_unchecked(index); [INFO] [stdout] | --- ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 843 | ((key, value), child) [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] warning: method `deref_mut` is never used [INFO] [stdout] --> src/node_ref.rs:255:9 [INFO] [stdout] | [INFO] [stdout] 249 | impl<'a, K, V> NodeRef { [INFO] [stdout] | ----------------------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 255 | pub fn deref_mut(&mut self) -> &'a mut InternalNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `deref` is never used [INFO] [stdout] --> src/node_ref.rs:276:9 [INFO] [stdout] | [INFO] [stdout] 275 | impl<'a, K, V> NodeRef, marker::LeafNode> { [INFO] [stdout] | --------------------------------------------------------------- method in this implementation [INFO] [stdout] 276 | pub fn deref(&self) -> &'a LeafNode { [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/node/leaf_node.rs:205:4 [INFO] [stdout] | [INFO] [stdout] 170 | pair: (K, V), [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 180 | let mut right_node = Self::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 200 | let (bubble_key, bubble_value) = self.remove_unchecked(pivot); [INFO] [stdout] | ---------- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 205 | ((bubble_key, bubble_value), right_node) [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] warning: method `deref` is never used [INFO] [stdout] --> src/node_ref.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 287 | impl<'a, K, V> NodeRef, marker::InternalNode> { [INFO] [stdout] | ------------------------------------------------------------------- method in this implementation [INFO] [stdout] 288 | pub fn deref(&self) -> &'a InternalNode { [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/node/leaf_node.rs:250:4 [INFO] [stdout] | [INFO] [stdout] 213 | pair: (K, V), [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 224 | let mut right_node = Self::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | let bubble_key = self.keys.get_unchecked(pivot - 1).as_ptr().read(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 245 | let bubble_value = self.values.get_unchecked(pivot - 1).as_ptr().read(); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 250 | ((bubble_key, bubble_value), right_node) [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/node/internal_node.rs:365:4 [INFO] [stdout] | [INFO] [stdout] 320 | bubble: (K, V), [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 331 | let mut right_node = Self::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 357 | let ((bubble_key, bubble_value), orphan_node) = self.remove_unchecked_right(pivot); [INFO] [stdout] | ---------- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 365 | ((bubble_key, bubble_value), right_node) [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/node/internal_node.rs:417:4 [INFO] [stdout] | [INFO] [stdout] 373 | bubble: (K, V), [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 385 | let mut right_node = Self::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 411 | let bubble_key = self.data.keys().get_unchecked(pivot - 1).as_ptr().read(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 412 | let bubble_value = self.data.values().get_unchecked(pivot - 1).as_ptr().read(); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 417 | ((bubble_key, bubble_value), right_node) [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/node/internal_node.rs:771:37 [INFO] [stdout] | [INFO] [stdout] 754 | (key, value): (K, V), [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 771 | self.data.insert_unchecked(index, (key, value)) [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/node/internal_node.rs:796:37 [INFO] [stdout] | [INFO] [stdout] 779 | (key, value): (K, V), [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 796 | self.data.insert_unchecked(index, (key, value)) [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/node/internal_node.rs:819:4 [INFO] [stdout] | [INFO] [stdout] 818 | let (key, value) = self.data.remove_unchecked(index); [INFO] [stdout] | --- ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 819 | ((key, value), child) [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/node/internal_node.rs:843:4 [INFO] [stdout] | [INFO] [stdout] 842 | let (key, value) = self.data.remove_unchecked(index); [INFO] [stdout] | --- ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 843 | ((key, value), child) [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/node/leaf_node.rs:205:4 [INFO] [stdout] | [INFO] [stdout] 170 | pair: (K, V), [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 180 | let mut right_node = Self::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 200 | let (bubble_key, bubble_value) = self.remove_unchecked(pivot); [INFO] [stdout] | ---------- ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 205 | ((bubble_key, bubble_value), right_node) [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/node/leaf_node.rs:250:4 [INFO] [stdout] | [INFO] [stdout] 213 | pair: (K, V), [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 224 | let mut right_node = Self::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 244 | let bubble_key = self.keys.get_unchecked(pivot - 1).as_ptr().read(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 245 | let bubble_value = self.values.get_unchecked(pivot - 1).as_ptr().read(); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 250 | ((bubble_key, bubble_value), right_node) [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; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `better_btree` (lib) due to 9 previous errors; 4 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `better_btree` (lib test) due to 9 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "4a821f8d00c5b337485a28acf9c24dbbf7ee84a4b1303ca5aa5d0170db68e4f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a821f8d00c5b337485a28acf9c24dbbf7ee84a4b1303ca5aa5d0170db68e4f7", kill_on_drop: false }` [INFO] [stdout] 4a821f8d00c5b337485a28acf9c24dbbf7ee84a4b1303ca5aa5d0170db68e4f7