[INFO] cloning repository https://github.com/mgree/ffs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mgree/ffs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgree%2Fffs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgree%2Fffs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 16396b8a281c5cb01128466804e8df9464576850 [INFO] checking mgree/ffs against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgree%2Fffs" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mgree/ffs 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 git repo https://github.com/mgree/ffs [INFO] finished tweaking git repo https://github.com/mgree/ffs [INFO] tweaked toml for git repo https://github.com/mgree/ffs written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mgree/ffs 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 page_size v0.6.0 [INFO] [stderr] Downloaded fuser v0.14.0 [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] cade9cd453a80917d1d75fd4e2e5af286503d4113646e6659cf612d7bdc78798 [INFO] running `Command { std: "docker" "start" "-a" "cade9cd453a80917d1d75fd4e2e5af286503d4113646e6659cf612d7bdc78798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cade9cd453a80917d1d75fd4e2e5af286503d4113646e6659cf612d7bdc78798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cade9cd453a80917d1d75fd4e2e5af286503d4113646e6659cf612d7bdc78798", kill_on_drop: false }` [INFO] [stdout] cade9cd453a80917d1d75fd4e2e5af286503d4113646e6659cf612d7bdc78798 [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] 8943e8b7bf01ebf25889b7cb824a0c8ed79d638740c24177381b0833d06cab2b [INFO] running `Command { std: "docker" "start" "-a" "8943e8b7bf01ebf25889b7cb824a0c8ed79d638740c24177381b0833d06cab2b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling serde v1.0.158 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking memchr v2.6.3 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking aho-corasick v1.0.5 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Compiling fuser v0.14.0 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking unicode-width v0.1.10 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Compiling serde_json v1.0.94 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Checking winnow v0.6.7 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking page_size v0.6.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking toml_datetime v0.6.5 [INFO] [stderr] Checking serde_spanned v0.6.5 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking toml_edit v0.22.12 [INFO] [stderr] Checking xattr v1.3.1 [INFO] [stderr] Compiling zerocopy-derive v0.7.32 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Checking toml v0.8.12 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking ffs v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s [INFO] running `Command { std: "docker" "inspect" "8943e8b7bf01ebf25889b7cb824a0c8ed79d638740c24177381b0833d06cab2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8943e8b7bf01ebf25889b7cb824a0c8ed79d638740c24177381b0833d06cab2b", kill_on_drop: false }` [INFO] [stdout] 8943e8b7bf01ebf25889b7cb824a0c8ed79d638740c24177381b0833d06cab2b [INFO] checking mgree/ffs against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgree%2Fffs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mgree/ffs 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 git repo https://github.com/mgree/ffs [INFO] finished tweaking git repo https://github.com/mgree/ffs [INFO] tweaked toml for git repo https://github.com/mgree/ffs written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mgree/ffs 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-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] 9acc3ef25235e593ffc82763e101c8bd7eb49f8684a832af6ed757c2ff12d465 [INFO] running `Command { std: "docker" "start" "-a" "9acc3ef25235e593ffc82763e101c8bd7eb49f8684a832af6ed757c2ff12d465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9acc3ef25235e593ffc82763e101c8bd7eb49f8684a832af6ed757c2ff12d465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9acc3ef25235e593ffc82763e101c8bd7eb49f8684a832af6ed757c2ff12d465", kill_on_drop: false }` [INFO] [stdout] 9acc3ef25235e593ffc82763e101c8bd7eb49f8684a832af6ed757c2ff12d465 [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] c62dbecced3dd3309b81bb1b86c24b5b9c07294b00d3d443a45644d9df95b155 [INFO] running `Command { std: "docker" "start" "-a" "c62dbecced3dd3309b81bb1b86c24b5b9c07294b00d3d443a45644d9df95b155", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling serde v1.0.158 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Checking memchr v2.6.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Checking aho-corasick v1.0.5 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling fuser v0.14.0 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Compiling serde_json v1.0.94 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Checking unicode-width v0.1.10 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking winnow v0.6.7 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking page_size v0.6.0 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking serde_spanned v0.6.5 [INFO] [stderr] Checking toml_datetime v0.6.5 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking toml_edit v0.22.12 [INFO] [stderr] Checking xattr v1.3.1 [INFO] [stderr] Compiling zerocopy-derive v0.7.32 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Checking toml v0.8.12 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking ffs v0.1.2 (/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/format.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 322 | fn from_reader(reader: std::boxed::Box) -> Self { [INFO] [stdout] | ------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | serde_json::from_reader(reader).expect("JSON") [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/format.rs:596:63 [INFO] [stdout] | [INFO] [stdout] 596 | .map(|(k, v)| (yaml_key_to_string(k), Value(v))) [INFO] [stdout] | ------ ^^^^^^^^ [INFO] [stdout] | | [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/format.rs:666:19 [INFO] [stdout] | [INFO] [stdout] 662 | fn from_bytes(contents: T, _config: &Config) -> Self [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 666 | Value(Yaml::String( [INFO] [stdout] | ___________________^ [INFO] [stdout] 667 | | base64::engine::general_purpose::STANDARD.encode(contents), [INFO] [stdout] 668 | | )) [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/format.rs:672:19 [INFO] [stdout] | [INFO] [stdout] 671 | fn from_list_dir(vs: Vec, _config: &Config) -> Self { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 672 | Value(Yaml::Array(vs.into_iter().map(|v| v.0).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/format.rs:676:19 [INFO] [stdout] | [INFO] [stdout] 675 | fn from_named_dir(fvs: BTreeMap, config: &Config) -> Self { [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 676 | Value(Yaml::Hash( [INFO] [stdout] | ___________________^ [INFO] [stdout] 677 | | fvs.into_iter() [INFO] [stdout] 678 | | .map(|(k, v)| (Value::from_string(Typ::String, k, config).0, v.0)) [INFO] [stdout] 679 | | .collect(), [INFO] [stdout] 680 | | )) [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/format.rs:678:36 [INFO] [stdout] | [INFO] [stdout] 678 | .map(|(k, v)| (Value::from_string(Typ::String, k, config).0, v.0)) [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/format.rs:686:13 [INFO] [stdout] | [INFO] [stdout] 683 | fn from_reader(mut reader: Box) -> Self { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 686 | / yaml_rust::YamlLoader::load_from_str(&text) [INFO] [stdout] 687 | | .map(|vs| { [INFO] [stdout] 688 | | Value(if vs.len() == 1 { [INFO] [stdout] 689 | | vs.into_iter().next().unwrap() [INFO] [stdout] ... | [INFO] [stdout] 692 | | }) [INFO] [stdout] 693 | | }) [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/format.rs:688:27 [INFO] [stdout] | [INFO] [stdout] 687 | .map(|vs| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 688 | Value(if vs.len() == 1 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 689 | | vs.into_iter().next().unwrap() [INFO] [stdout] 690 | | } else { [INFO] [stdout] 691 | | Yaml::Array(vs) [INFO] [stdout] 692 | | }) [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ffs` (lib) due to 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/format.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 322 | fn from_reader(reader: std::boxed::Box) -> Self { [INFO] [stdout] | ------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | serde_json::from_reader(reader).expect("JSON") [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/format.rs:596:63 [INFO] [stdout] | [INFO] [stdout] 596 | .map(|(k, v)| (yaml_key_to_string(k), Value(v))) [INFO] [stdout] | ------ ^^^^^^^^ [INFO] [stdout] | | [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/format.rs:666:19 [INFO] [stdout] | [INFO] [stdout] 662 | fn from_bytes(contents: T, _config: &Config) -> Self [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 666 | Value(Yaml::String( [INFO] [stdout] | ___________________^ [INFO] [stdout] 667 | | base64::engine::general_purpose::STANDARD.encode(contents), [INFO] [stdout] 668 | | )) [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/format.rs:672:19 [INFO] [stdout] | [INFO] [stdout] 671 | fn from_list_dir(vs: Vec, _config: &Config) -> Self { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 672 | Value(Yaml::Array(vs.into_iter().map(|v| v.0).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/format.rs:676:19 [INFO] [stdout] | [INFO] [stdout] 675 | fn from_named_dir(fvs: BTreeMap, config: &Config) -> Self { [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 676 | Value(Yaml::Hash( [INFO] [stdout] | ___________________^ [INFO] [stdout] 677 | | fvs.into_iter() [INFO] [stdout] 678 | | .map(|(k, v)| (Value::from_string(Typ::String, k, config).0, v.0)) [INFO] [stdout] 679 | | .collect(), [INFO] [stdout] 680 | | )) [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/format.rs:678:36 [INFO] [stdout] | [INFO] [stdout] 678 | .map(|(k, v)| (Value::from_string(Typ::String, k, config).0, v.0)) [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/format.rs:686:13 [INFO] [stdout] | [INFO] [stdout] 683 | fn from_reader(mut reader: Box) -> Self { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 686 | / yaml_rust::YamlLoader::load_from_str(&text) [INFO] [stdout] 687 | | .map(|vs| { [INFO] [stdout] 688 | | Value(if vs.len() == 1 { [INFO] [stdout] 689 | | vs.into_iter().next().unwrap() [INFO] [stdout] ... | [INFO] [stdout] 692 | | }) [INFO] [stdout] 693 | | }) [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/format.rs:688:27 [INFO] [stdout] | [INFO] [stdout] 687 | .map(|vs| { [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 688 | Value(if vs.len() == 1 { [INFO] [stdout] | ___________________________^ [INFO] [stdout] 689 | | vs.into_iter().next().unwrap() [INFO] [stdout] 690 | | } else { [INFO] [stdout] 691 | | Yaml::Array(vs) [INFO] [stdout] 692 | | }) [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ffs` (lib test) due to 9 previous errors [INFO] running `Command { std: "docker" "inspect" "c62dbecced3dd3309b81bb1b86c24b5b9c07294b00d3d443a45644d9df95b155", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c62dbecced3dd3309b81bb1b86c24b5b9c07294b00d3d443a45644d9df95b155", kill_on_drop: false }` [INFO] [stdout] c62dbecced3dd3309b81bb1b86c24b5b9c07294b00d3d443a45644d9df95b155