[INFO] fetching crate libamdgpu_top 0.9.1... [INFO] checking libamdgpu_top-0.9.1 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate libamdgpu_top 0.9.1 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate libamdgpu_top 0.9.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 libamdgpu_top 0.9.1 [INFO] finished tweaking crates.io crate libamdgpu_top 0.9.1 [INFO] tweaked toml for crates.io crate libamdgpu_top 0.9.1 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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [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-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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5dbcdcaead10e4c3477da0dc3d07533ebb7f7b65f4ccd52efd4f9ab832ecf7b2 [INFO] running `Command { std: "docker" "start" "-a" "5dbcdcaead10e4c3477da0dc3d07533ebb7f7b65f4ccd52efd4f9ab832ecf7b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5dbcdcaead10e4c3477da0dc3d07533ebb7f7b65f4ccd52efd4f9ab832ecf7b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5dbcdcaead10e4c3477da0dc3d07533ebb7f7b65f4ccd52efd4f9ab832ecf7b2", kill_on_drop: false }` [INFO] [stdout] 5dbcdcaead10e4c3477da0dc3d07533ebb7f7b65f4ccd52efd4f9ab832ecf7b2 [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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a80163d4845d186d12bbcfc079457b808fa530f29c8638c387654bc20d586a3f [INFO] running `Command { std: "docker" "start" "-a" "a80163d4845d186d12bbcfc079457b808fa530f29c8638c387654bc20d586a3f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling libdrm_amdgpu_sys v0.7.5 [INFO] [stderr] Checking libamdgpu_top v0.9.1 (/opt/rustwide/workdir) [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/stat/mod.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 90 | pub(crate) fn parse_hwmon>(path: P) -> Option { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 91 | std::fs::read_to_string(path.into()).ok() [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/stat/mod.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 90 | pub(crate) fn parse_hwmon>(path: P) -> Option { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 91 | std::fs::read_to_string(path.into()).ok() [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/stat/mod.rs:92:26 [INFO] [stdout] | [INFO] [stdout] 92 | .and_then(|file| file.trim_end().parse::().ok()) [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/stat/fdinfo.rs:505:5 [INFO] [stdout] | [INFO] [stdout] 503 | let Ok(fd_list) = fs::read_dir(format!("/proc/{pid}/fd/")) else { return Vec::new() }; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 504 | [INFO] [stdout] 505 | / fd_list.filter_map(|fd_link| { [INFO] [stdout] 506 | | let dir_entry = fd_link.map(|fd_link| fd_link.path()).ok()?; [INFO] [stdout] 507 | | let link = fs::read_link(&dir_entry).ok()?; [INFO] [stdout] ... | [INFO] [stdout] 517 | | } [INFO] [stdout] 518 | | }).collect() [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/stat/fdinfo.rs:526:5 [INFO] [stdout] | [INFO] [stdout] 524 | let Ok(proc_dir) = fs::read_dir("/proc") else { return Vec::new() }; [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 525 | [INFO] [stdout] 526 | / proc_dir.filter_map(|dir_entry| { [INFO] [stdout] 527 | | let dir_entry = dir_entry.ok()?; [INFO] [stdout] 528 | | let metadata = dir_entry.metadata().ok()?; [INFO] [stdout] ... | [INFO] [stdout] 545 | | Some(pid) [INFO] [stdout] 546 | | }).collect() [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/stat/mod.rs:92:26 [INFO] [stdout] | [INFO] [stdout] 92 | .and_then(|file| file.trim_end().parse::().ok()) [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/stat/fdinfo.rs:505:5 [INFO] [stdout] | [INFO] [stdout] 503 | let Ok(fd_list) = fs::read_dir(format!("/proc/{pid}/fd/")) else { return Vec::new() }; [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 504 | [INFO] [stdout] 505 | / fd_list.filter_map(|fd_link| { [INFO] [stdout] 506 | | let dir_entry = fd_link.map(|fd_link| fd_link.path()).ok()?; [INFO] [stdout] 507 | | let link = fs::read_link(&dir_entry).ok()?; [INFO] [stdout] ... | [INFO] [stdout] 517 | | } [INFO] [stdout] 518 | | }).collect() [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/app.rs:76:35 [INFO] [stdout] | [INFO] [stdout] 74 | let amdgpu_dev = device_path.init().ok()?; [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 75 | [INFO] [stdout] 76 | Self::new(amdgpu_dev, device_path.clone(), opt.as_ref()) [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/stat/fdinfo.rs:526:5 [INFO] [stdout] | [INFO] [stdout] 524 | let Ok(proc_dir) = fs::read_dir("/proc") else { return Vec::new() }; [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 525 | [INFO] [stdout] 526 | / proc_dir.filter_map(|dir_entry| { [INFO] [stdout] 527 | | let dir_entry = dir_entry.ok()?; [INFO] [stdout] 528 | | let metadata = dir_entry.metadata().ok()?; [INFO] [stdout] ... | [INFO] [stdout] 545 | | Some(pid) [INFO] [stdout] 546 | | }).collect() [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/app.rs:153:14 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn new(amdgpu_dev: DeviceHandle, device_path: DevicePath, opt: &AppOption) -> Option { [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] 110 | let arc_proc_index = device_path.arc_proc_index.clone(); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 121 | let arc_pcie_bw = if opt.pcie_bw { [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 133 | let fdinfo = FdInfoStat { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 153 | Some(Self { [INFO] [stdout] | ______________^ [INFO] [stdout] 154 | | amdgpu_dev: ManuallyDrop::new(Some(amdgpu_dev)), [INFO] [stdout] 155 | | device_info, [INFO] [stdout] 156 | | device_path, [INFO] [stdout] ... | [INFO] [stdout] 170 | | no_drop_device_handle, [INFO] [stdout] 171 | | }) [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/device_path.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 46 | let amdgpu_devices = fs::read_dir("/sys/bus/pci/drivers/amdgpu").unwrap_or_else(|_| { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 51 | / amdgpu_devices.flat_map(|v| { [INFO] [stdout] 52 | | let name = v.ok()?.file_name(); [INFO] [stdout] 53 | | [INFO] [stdout] 54 | | /* 0000:00:00.0 */ [INFO] [stdout] ... | [INFO] [stdout] 59 | | Self::try_from(pci).ok() [INFO] [stdout] 60 | | }).collect() [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/device_path.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 51 | amdgpu_devices.flat_map(|v| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | Self::try_from(pci).ok() [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/device_path.rs:120:12 [INFO] [stdout] | [INFO] [stdout] 118 | let arc_proc_index = Arc::new(Mutex::new(Vec::new())); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 119 | [INFO] [stdout] 120 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 121 | | render, [INFO] [stdout] 122 | | card, [INFO] [stdout] 123 | | pci, [INFO] [stdout] ... | [INFO] [stdout] 128 | | arc_proc_index, [INFO] [stdout] 129 | | }) [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/app.rs:76:35 [INFO] [stdout] | [INFO] [stdout] 74 | let amdgpu_dev = device_path.init().ok()?; [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 75 | [INFO] [stdout] 76 | Self::new(amdgpu_dev, device_path.clone(), opt.as_ref()) [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/app.rs:153:14 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn new(amdgpu_dev: DeviceHandle, device_path: DevicePath, opt: &AppOption) -> Option { [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] 110 | let arc_proc_index = device_path.arc_proc_index.clone(); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 121 | let arc_pcie_bw = if opt.pcie_bw { [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 133 | let fdinfo = FdInfoStat { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 153 | Some(Self { [INFO] [stdout] | ______________^ [INFO] [stdout] 154 | | amdgpu_dev: ManuallyDrop::new(Some(amdgpu_dev)), [INFO] [stdout] 155 | | device_info, [INFO] [stdout] 156 | | device_path, [INFO] [stdout] ... | [INFO] [stdout] 170 | | no_drop_device_handle, [INFO] [stdout] 171 | | }) [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/device_path.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 46 | let amdgpu_devices = fs::read_dir("/sys/bus/pci/drivers/amdgpu").unwrap_or_else(|_| { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 51 | / amdgpu_devices.flat_map(|v| { [INFO] [stdout] 52 | | let name = v.ok()?.file_name(); [INFO] [stdout] 53 | | [INFO] [stdout] 54 | | /* 0000:00:00.0 */ [INFO] [stdout] ... | [INFO] [stdout] 59 | | Self::try_from(pci).ok() [INFO] [stdout] 60 | | }).collect() [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/device_path.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 51 | amdgpu_devices.flat_map(|v| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | Self::try_from(pci).ok() [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/device_path.rs:120:12 [INFO] [stdout] | [INFO] [stdout] 118 | let arc_proc_index = Arc::new(Mutex::new(Vec::new())); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 119 | [INFO] [stdout] 120 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 121 | | render, [INFO] [stdout] 122 | | card, [INFO] [stdout] 123 | | pci, [INFO] [stdout] ... | [INFO] [stdout] 128 | | arc_proc_index, [INFO] [stdout] 129 | | }) [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: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libamdgpu_top` (lib test) due to 10 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `libamdgpu_top` (lib) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "a80163d4845d186d12bbcfc079457b808fa530f29c8638c387654bc20d586a3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a80163d4845d186d12bbcfc079457b808fa530f29c8638c387654bc20d586a3f", kill_on_drop: false }` [INFO] [stdout] a80163d4845d186d12bbcfc079457b808fa530f29c8638c387654bc20d586a3f