[INFO] fetching crate quarkrs 0.1.1... [INFO] checking quarkrs-0.1.1 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate quarkrs 0.1.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate quarkrs 0.1.1 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 quarkrs 0.1.1 [INFO] finished tweaking crates.io crate quarkrs 0.1.1 [INFO] tweaked toml for crates.io crate quarkrs 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 55b8974c27eb8b01b0c5fd79d34e4955bdf60e91417e4f322412116cf63503e9 [INFO] running `Command { std: "docker" "start" "-a" "55b8974c27eb8b01b0c5fd79d34e4955bdf60e91417e4f322412116cf63503e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55b8974c27eb8b01b0c5fd79d34e4955bdf60e91417e4f322412116cf63503e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55b8974c27eb8b01b0c5fd79d34e4955bdf60e91417e4f322412116cf63503e9", kill_on_drop: false }` [INFO] [stdout] 55b8974c27eb8b01b0c5fd79d34e4955bdf60e91417e4f322412116cf63503e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a8d996fe079f8ce2f870c6f842758f6aa143bd92b1da535c8706d9585172faee [INFO] running `Command { std: "docker" "start" "-a" "a8d996fe079f8ce2f870c6f842758f6aa143bd92b1da535c8706d9585172faee", kill_on_drop: false }` [INFO] [stderr] Checking quarkrs v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `val` [INFO] [stdout] --> src/structures/graph.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn get_node(&self, val: T){todo!()} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_val` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/structures/graph.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn insert(&mut self, value: T, parent: T) {todo!()} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `parent` [INFO] [stdout] --> src/structures/graph.rs:47:40 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn insert(&mut self, value: T, parent: T) {todo!()} [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `link_a` [INFO] [stdout] --> src/structures/graph.rs:49:38 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn add_undirected_arc(&self, link_a: T, link_b: T) {todo!()} [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_link_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `link_b` [INFO] [stdout] --> src/structures/graph.rs:49:49 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn add_undirected_arc(&self, link_a: T, link_b: T) {todo!()} [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_link_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `from` [INFO] [stdout] --> src/structures/graph.rs:51:36 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn add_directed_arc(&self, from: T, to: T) {todo!()} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `to` [INFO] [stdout] --> src/structures/graph.rs:51:45 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn add_directed_arc(&self, from: T, to: T) {todo!()} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_to` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/structures/graph.rs:53:28 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn contains(&self, value: T) -> bool {todo!()} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/structures/graph.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn remove(&self, value: T) -> bool {todo!()} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old` [INFO] [stdout] --> src/structures/graph.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn update(&self, old: T, new: T) -> bool {todo!()} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_old` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new` [INFO] [stdout] --> src/structures/graph.rs:57:34 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn update(&self, old: T, new: T) -> bool {todo!()} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `arcs` are never read [INFO] [stdout] --> src/structures/graph.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 3 | struct GraphNode { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 4 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 5 | arcs: Vec>> [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `new_struct`, `add_arc`, and `get_node` are never used [INFO] [stdout] --> src/structures/graph.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 8 | impl GraphNode { [INFO] [stdout] | -------------------- associated items in this implementation [INFO] [stdout] 9 | pub fn new(val: T) -> GraphNode { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 16 | fn new_struct(val: T) -> ThreadData> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | pub fn add_arc(&mut self, val: T) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | pub fn get_node(&self, val: T){todo!()} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `entry` is never read [INFO] [stdout] --> src/structures/graph.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct UnweightedGraph { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | entry: ThreadData>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `add_subtree` is never used [INFO] [stdout] --> src/structures/tree.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 19 | impl TreeNode { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 28 | fn add_subtree(&mut self, tree: TreeNode) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_string` is never used [INFO] [stdout] --> src/structures/linked_list.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 9 | / impl ListNode [INFO] [stdout] 10 | | where T: Debug { [INFO] [stdout] | |__________________- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 35 | fn to_string(&self) -> String {format!("{:?}", self.value)} [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/structures/thead_data.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(val: T) -> ThreadData { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 18 | ThreadData { [INFO] [stdout] 19 | value: Arc::new( [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | RwLock::new(val) [INFO] [stdout] 21 | | ), [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/structures/graph.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 16 | fn new_struct(val: T) -> ThreadData> { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 17 | ThreadData::new(GraphNode::new(val)) [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/structures/graph.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn add_arc(&mut self, val: T) { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | self.arcs.push(GraphNode::new_struct(val)) [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/structures/tree.rs:39:22 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn new(key: &str, value: T) -> Tree { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 39 | Tree { root: TreeNode::new(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/structures/tree.rs:115:15 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn insert_value(&mut self, parent_key: &str, key: &str, value: T) -> bool { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 115 | match self.node_search(parent_key) { [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/structures/tree.rs:136:15 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn update_value(&self, key: &str, new_value: T) -> bool { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 136 | match self.node_search(key) { [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/structures/linked_list.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 11 | fn new(val: T) -> ListNode { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 14 | next: 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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/structures/linked_list.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 18 | fn new_struct(val: T) -> Arc>> { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 19 | Arc::new(RwLock::new(ListNode::new(val))) [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/structures/linked_list.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn new(start: T) -> LinkedList { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 52 | LinkedList { [INFO] [stdout] 53 | start: ListNode::new_struct(start) [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 9 previous errors; 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `val` [INFO] [stdout] --> src/structures/graph.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn get_node(&self, val: T){todo!()} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_val` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/structures/graph.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn insert(&mut self, value: T, parent: T) {todo!()} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `parent` [INFO] [stdout] --> src/structures/graph.rs:47:40 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn insert(&mut self, value: T, parent: T) {todo!()} [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `link_a` [INFO] [stdout] --> src/structures/graph.rs:49:38 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn add_undirected_arc(&self, link_a: T, link_b: T) {todo!()} [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_link_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `link_b` [INFO] [stdout] --> src/structures/graph.rs:49:49 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn add_undirected_arc(&self, link_a: T, link_b: T) {todo!()} [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_link_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `from` [INFO] [stdout] --> src/structures/graph.rs:51:36 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn add_directed_arc(&self, from: T, to: T) {todo!()} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `to` [INFO] [stdout] --> src/structures/graph.rs:51:45 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn add_directed_arc(&self, from: T, to: T) {todo!()} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_to` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/structures/graph.rs:53:28 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn contains(&self, value: T) -> bool {todo!()} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/structures/graph.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn remove(&self, value: T) -> bool {todo!()} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old` [INFO] [stdout] --> src/structures/graph.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn update(&self, old: T, new: T) -> bool {todo!()} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_old` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new` [INFO] [stdout] --> src/structures/graph.rs:57:34 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn update(&self, old: T, new: T) -> bool {todo!()} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_new` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `quarkrs` (lib) due to 10 previous errors; 16 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: fields `value` and `arcs` are never read [INFO] [stdout] --> src/structures/graph.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 3 | struct GraphNode { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 4 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 5 | arcs: Vec>> [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `new_struct`, `add_arc`, and `get_node` are never used [INFO] [stdout] --> src/structures/graph.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 8 | impl GraphNode { [INFO] [stdout] | -------------------- associated items in this implementation [INFO] [stdout] 9 | pub fn new(val: T) -> GraphNode { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 16 | fn new_struct(val: T) -> ThreadData> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | pub fn add_arc(&mut self, val: T) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | pub fn get_node(&self, val: T){todo!()} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `entry` is never read [INFO] [stdout] --> src/structures/graph.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct UnweightedGraph { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | entry: ThreadData>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `add_subtree` is never used [INFO] [stdout] --> src/structures/tree.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 19 | impl TreeNode { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 28 | fn add_subtree(&mut self, tree: TreeNode) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_string` is never used [INFO] [stdout] --> src/structures/linked_list.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 9 | / impl ListNode [INFO] [stdout] 10 | | where T: Debug { [INFO] [stdout] | |__________________- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 35 | fn to_string(&self) -> String {format!("{:?}", self.value)} [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/structures/thead_data.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(val: T) -> ThreadData { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 18 | ThreadData { [INFO] [stdout] 19 | value: Arc::new( [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | RwLock::new(val) [INFO] [stdout] 21 | | ), [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/structures/graph.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 16 | fn new_struct(val: T) -> ThreadData> { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 17 | ThreadData::new(GraphNode::new(val)) [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/structures/graph.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn add_arc(&mut self, val: T) { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | self.arcs.push(GraphNode::new_struct(val)) [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/structures/tree.rs:39:22 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn new(key: &str, value: T) -> Tree { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 39 | Tree { root: TreeNode::new(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/structures/tree.rs:115:15 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn insert_value(&mut self, parent_key: &str, key: &str, value: T) -> bool { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 115 | match self.node_search(parent_key) { [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/structures/tree.rs:136:15 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn update_value(&self, key: &str, new_value: T) -> bool { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 136 | match self.node_search(key) { [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/structures/linked_list.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 11 | fn new(val: T) -> ListNode { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 14 | next: 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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/structures/linked_list.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 18 | fn new_struct(val: T) -> Arc>> { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 19 | Arc::new(RwLock::new(ListNode::new(val))) [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/structures/linked_list.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn new(start: T) -> LinkedList { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 52 | LinkedList { [INFO] [stdout] 53 | start: ListNode::new_struct(start) [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 9 previous errors; 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `quarkrs` (lib test) due to 10 previous errors; 16 warnings emitted [INFO] running `Command { std: "docker" "inspect" "a8d996fe079f8ce2f870c6f842758f6aa143bd92b1da535c8706d9585172faee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8d996fe079f8ce2f870c6f842758f6aa143bd92b1da535c8706d9585172faee", kill_on_drop: false }` [INFO] [stdout] a8d996fe079f8ce2f870c6f842758f6aa143bd92b1da535c8706d9585172faee