[INFO] fetching crate iofs 0.0.8... [INFO] checking iofs-0.0.8 against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] extracting crate iofs 0.0.8 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate iofs 0.0.8 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 iofs 0.0.8 [INFO] finished tweaking crates.io crate iofs 0.0.8 [INFO] tweaked toml for crates.io crate iofs 0.0.8 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate crates.io crate iofs 0.0.8 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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio v1.29.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] fee422118b65794fd29d2f5c170f9c1d8efc3eddaca0151d72231bdb95ba5893 [INFO] running `Command { std: "docker" "start" "-a" "fee422118b65794fd29d2f5c170f9c1d8efc3eddaca0151d72231bdb95ba5893", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fee422118b65794fd29d2f5c170f9c1d8efc3eddaca0151d72231bdb95ba5893", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fee422118b65794fd29d2f5c170f9c1d8efc3eddaca0151d72231bdb95ba5893", kill_on_drop: false }` [INFO] [stdout] fee422118b65794fd29d2f5c170f9c1d8efc3eddaca0151d72231bdb95ba5893 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] a59fe67181b67d5a5c8f41e7d81b7bdad2efaa81e5ba3c9acb53262c07c1f927 [INFO] running `Command { std: "docker" "start" "-a" "a59fe67181b67d5a5c8f41e7d81b7bdad2efaa81e5ba3c9acb53262c07c1f927", kill_on_drop: false }` [INFO] [stderr] Checking iofs v0.0.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: methods `and`, `with`, and `append` are never used [INFO] [stdout] --> src/fs/other.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub trait And { [INFO] [stdout] | --- methods in this trait [INFO] [stdout] 5 | type Output; [INFO] [stdout] 6 | fn and(self, other: T) -> Self::Output; [INFO] [stdout] | ^^^ [INFO] [stdout] 7 | fn with(&self, other: T) -> Self::Output; [INFO] [stdout] | ^^^^ [INFO] [stdout] 8 | fn append(self, other: Vec) -> Self::Output; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `trim_zero` is never used [INFO] [stdout] --> src/io/number.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 39 | pub trait Trim { [INFO] [stdout] | ---- method in this trait [INFO] [stdout] ... [INFO] [stdout] 42 | fn trim_zero(&mut self); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `and`, `with`, and `append` are never used [INFO] [stdout] --> src/fs/other.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub trait And { [INFO] [stdout] | --- methods in this trait [INFO] [stdout] 5 | type Output; [INFO] [stdout] 6 | fn and(self, other: T) -> Self::Output; [INFO] [stdout] | ^^^ [INFO] [stdout] 7 | fn with(&self, other: T) -> Self::Output; [INFO] [stdout] | ^^^^ [INFO] [stdout] 8 | fn append(self, other: Vec) -> Self::Output; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `trim_zero` is never used [INFO] [stdout] --> src/io/number.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 39 | pub trait Trim { [INFO] [stdout] | ---- method in this trait [INFO] [stdout] ... [INFO] [stdout] 42 | fn trim_zero(&mut self); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Find` [INFO] [stdout] --> examples/io.rs:3:25 [INFO] [stdout] | [INFO] [stdout] 3 | prelude::{FileInfo, Find}, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `fs::stream::FileWriteStream` and `prelude::FileInfo` [INFO] [stdout] --> examples/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use iofs::{prelude::FileInfo, fs::stream::FileWriteStream}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] running `Command { std: "docker" "inspect" "a59fe67181b67d5a5c8f41e7d81b7bdad2efaa81e5ba3c9acb53262c07c1f927", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a59fe67181b67d5a5c8f41e7d81b7bdad2efaa81e5ba3c9acb53262c07c1f927", kill_on_drop: false }` [INFO] [stdout] a59fe67181b67d5a5c8f41e7d81b7bdad2efaa81e5ba3c9acb53262c07c1f927 [INFO] checking iofs-0.0.8 against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] extracting crate iofs 0.0.8 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate iofs 0.0.8 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 iofs 0.0.8 [INFO] finished tweaking crates.io crate iofs 0.0.8 [INFO] tweaked toml for crates.io crate iofs 0.0.8 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate iofs 0.0.8 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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 3eaa43d5e95fc91ba3f296b72841826a21ec1ab7d03a8a1b872b8be9b8666c45 [INFO] running `Command { std: "docker" "start" "-a" "3eaa43d5e95fc91ba3f296b72841826a21ec1ab7d03a8a1b872b8be9b8666c45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3eaa43d5e95fc91ba3f296b72841826a21ec1ab7d03a8a1b872b8be9b8666c45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3eaa43d5e95fc91ba3f296b72841826a21ec1ab7d03a8a1b872b8be9b8666c45", kill_on_drop: false }` [INFO] [stdout] 3eaa43d5e95fc91ba3f296b72841826a21ec1ab7d03a8a1b872b8be9b8666c45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] bc58a79eb3357f6dea5c4d9b0b59a1e36c860e945b0cdc58a07022ecca9d1b1d [INFO] running `Command { std: "docker" "start" "-a" "bc58a79eb3357f6dea5c4d9b0b59a1e36c860e945b0cdc58a07022ecca9d1b1d", kill_on_drop: false }` [INFO] [stderr] Checking iofs v0.0.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: methods `and`, `with`, and `append` are never used [INFO] [stdout] --> src/fs/other.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub trait And { [INFO] [stdout] | --- methods in this trait [INFO] [stdout] 5 | type Output; [INFO] [stdout] 6 | fn and(self, other: T) -> Self::Output; [INFO] [stdout] | ^^^ [INFO] [stdout] 7 | fn with(&self, other: T) -> Self::Output; [INFO] [stdout] | ^^^^ [INFO] [stdout] 8 | fn append(self, other: Vec) -> Self::Output; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `trim_zero` is never used [INFO] [stdout] --> src/io/number.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 39 | pub trait Trim { [INFO] [stdout] | ---- method in this trait [INFO] [stdout] ... [INFO] [stdout] 42 | fn trim_zero(&mut self); [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/fs/fd.rs:145:11 [INFO] [stdout] | [INFO] [stdout] 144 | fn check>(path: P) -> Result<()> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 145 | match metadata(path.as_ref()) { [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/fs/fd.rs:186:20 [INFO] [stdout] | [INFO] [stdout] 184 | fn from(value: FileInfo) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 185 | Self { [INFO] [stdout] 186 | inner: Box::new(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/fs/fd.rs:237:12 [INFO] [stdout] | [INFO] [stdout] 236 | let inner = to_file_dir(path)?; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 237 | Ok(FileDir { inner }) [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] = 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/fs/dir.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn contain_child(&self, child: impl AsRef) -> bool { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 177 | metadata(format!("{}/{}", self.full_name(), child.as_ref())).is_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/fs/file.rs:66:21 [INFO] [stdout] | [INFO] [stdout] 62 | fn from(value: File) -> Self { [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | stream: Stream::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/fs/file.rs:150:21 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn open>(value: P) -> Self { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 150 | stream: Stream::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/fs/file.rs:156:21 [INFO] [stdout] | [INFO] [stdout] 153 | pub unsafe fn open_uncheck>(path: P) -> FileInfo { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 156 | stream: Stream::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/fs/file.rs:505:12 [INFO] [stdout] | [INFO] [stdout] 495 | pub fn open_smart>(path: P) -> Result { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 496 | let f = match File::open(path.as_ref()) { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 497 | Ok(f) => f, [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 498 | Err(e) if e.kind() == ErrorKind::NotFound => { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 503 | Err(error) => return Err(error), [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 504 | }; [INFO] [stdout] 505 | Ok(FileInfo::from(f)) [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] | 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/io/console.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn print(contents: T, fg: Option, bg: Option) { [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 49 | print(contents, fg, bg); [INFO] [stdout] 50 | stdout().flush().unwrap_or_default() [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/io/console.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 102 | fn flush_output(contents: impl Display) { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 103 | print!("{}", contents); [INFO] [stdout] 104 | stdout().flush().unwrap_or_default() [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: methods `and`, `with`, and `append` are never used [INFO] [stdout] --> src/fs/other.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub trait And { [INFO] [stdout] | --- methods in this trait [INFO] [stdout] 5 | type Output; [INFO] [stdout] 6 | fn and(self, other: T) -> Self::Output; [INFO] [stdout] | ^^^ [INFO] [stdout] 7 | fn with(&self, other: T) -> Self::Output; [INFO] [stdout] | ^^^^ [INFO] [stdout] 8 | fn append(self, other: Vec) -> Self::Output; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `trim_zero` is never used [INFO] [stdout] --> src/io/number.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 39 | pub trait Trim { [INFO] [stdout] | ---- method in this trait [INFO] [stdout] ... [INFO] [stdout] 42 | fn trim_zero(&mut self); [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/fs/fd.rs:145:11 [INFO] [stdout] | [INFO] [stdout] 144 | fn check>(path: P) -> Result<()> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 145 | match metadata(path.as_ref()) { [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/fs/fd.rs:186:20 [INFO] [stdout] | [INFO] [stdout] 184 | fn from(value: FileInfo) -> Self { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 185 | Self { [INFO] [stdout] 186 | inner: Box::new(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/fs/fd.rs:237:12 [INFO] [stdout] | [INFO] [stdout] 236 | let inner = to_file_dir(path)?; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 237 | Ok(FileDir { inner }) [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] = 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/fs/dir.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn contain_child(&self, child: impl AsRef) -> bool { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 177 | metadata(format!("{}/{}", self.full_name(), child.as_ref())).is_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/fs/file.rs:66:21 [INFO] [stdout] | [INFO] [stdout] 62 | fn from(value: File) -> Self { [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | stream: Stream::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/fs/file.rs:150:21 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn open>(value: P) -> Self { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 150 | stream: Stream::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/fs/file.rs:156:21 [INFO] [stdout] | [INFO] [stdout] 153 | pub unsafe fn open_uncheck>(path: P) -> FileInfo { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 156 | stream: Stream::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/fs/file.rs:505:12 [INFO] [stdout] | [INFO] [stdout] 495 | pub fn open_smart>(path: P) -> Result { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 496 | let f = match File::open(path.as_ref()) { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 497 | Ok(f) => f, [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 498 | Err(e) if e.kind() == ErrorKind::NotFound => { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 503 | Err(error) => return Err(error), [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 504 | }; [INFO] [stdout] 505 | Ok(FileInfo::from(f)) [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] | 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/io/console.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn print(contents: T, fg: Option, bg: Option) { [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 49 | print(contents, fg, bg); [INFO] [stdout] 50 | stdout().flush().unwrap_or_default() [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/io/console.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 102 | fn flush_output(contents: impl Display) { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 103 | print!("{}", contents); [INFO] [stdout] 104 | stdout().flush().unwrap_or_default() [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 10 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `iofs` (lib test) due to 11 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `iofs` (lib) due to 11 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "bc58a79eb3357f6dea5c4d9b0b59a1e36c860e945b0cdc58a07022ecca9d1b1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc58a79eb3357f6dea5c4d9b0b59a1e36c860e945b0cdc58a07022ecca9d1b1d", kill_on_drop: false }` [INFO] [stdout] bc58a79eb3357f6dea5c4d9b0b59a1e36c860e945b0cdc58a07022ecca9d1b1d