[INFO] fetching crate peace_params_derive 0.0.13... [INFO] checking peace_params_derive-0.0.13 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate peace_params_derive 0.0.13 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate peace_params_derive 0.0.13 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate peace_params_derive 0.0.13 [INFO] finished tweaking crates.io crate peace_params_derive 0.0.13 [INFO] tweaked toml for crates.io crate peace_params_derive 0.0.13 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] [stderr] Adding heck v0.4.1 (available: v0.5.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93ce18398b1b26496493dfa405edb92db2c3f2223300ab4910daf6831ec159f6 [INFO] running `Command { std: "docker" "start" "-a" "93ce18398b1b26496493dfa405edb92db2c3f2223300ab4910daf6831ec159f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93ce18398b1b26496493dfa405edb92db2c3f2223300ab4910daf6831ec159f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93ce18398b1b26496493dfa405edb92db2c3f2223300ab4910daf6831ec159f6", kill_on_drop: false }` [INFO] [stdout] 93ce18398b1b26496493dfa405edb92db2c3f2223300ab4910daf6831ec159f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef177160f4f4060d9121ff1ae05e3a4267b0004116f5e06b775c72f9483af437 [INFO] running `Command { std: "docker" "start" "-a" "ef177160f4f4060d9121ff1ae05e3a4267b0004116f5e06b775c72f9483af437", kill_on_drop: false }` [INFO] [stderr] Checking heck v0.4.1 [INFO] [stderr] Checking syn v2.0.79 [INFO] [stderr] Checking peace_params_derive v0.0.13 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `Fields` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/type_gen.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 31 | fields_map: F, [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 39 | let serde_bound_empty = parse_quote!(#[serde(bound = "")]); [INFO] [stdout] | ----------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 56 | let mut fields = data_struct.fields.clone(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | / quote! { [INFO] [stdout] 77 | | #(#attrs_to_add)* [INFO] [stdout] 78 | | #(#serde_bound_attrs)* [INFO] [stdout] 79 | | #struct_definition [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 117 | / quote! { [INFO] [stdout] 118 | | #(#attrs_to_add)* [INFO] [stdout] 119 | | #(#serde_bound_attrs)* [INFO] [stdout] 120 | | pub enum #type_name #ty_generics [INFO] [stdout] ... | [INFO] [stdout] 142 | | } [INFO] [stdout] 143 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 149 | / quote! { [INFO] [stdout] 150 | | #(#attrs_to_add)* [INFO] [stdout] 151 | | #(#serde_bound_attrs)* [INFO] [stdout] 152 | | pub union #type_name #ty_generics [INFO] [stdout] 153 | | #where_clause [INFO] [stdout] 154 | | #fields [INFO] [stdout] 155 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/type_gen.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | let fields_deconstructed = fields_deconstruct(fields); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | Fields::Named(_fields_named) => quote! { [INFO] [stdout] | _________________________________________________- [INFO] [stdout] | |_________________________________________________| [INFO] [stdout] 192 | | Self { [INFO] [stdout] 193 | | #(#fields_deconstructed),* [INFO] [stdout] 194 | | } [INFO] [stdout] 195 | | }, [INFO] [stdout] | | - [INFO] [stdout] | |_________________| [INFO] [stdout] | |_________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 196 | Fields::Unnamed(_fields_unnamed) => quote! { [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] | |_____________________________________________________| [INFO] [stdout] 197 | | Self(#(#fields_deconstructed),*) [INFO] [stdout] 198 | | }, [INFO] [stdout] | | - [INFO] [stdout] | |_________________| [INFO] [stdout] | |_________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 202 | Some(quote! { [INFO] [stdout] | __________________- [INFO] [stdout] | |__________________| [INFO] [stdout] 203 | | #[doc = #constructor_doc] [INFO] [stdout] 204 | | pub fn new(#(#fields_as_params),*) -> Self { [INFO] [stdout] 205 | | #constructor [INFO] [stdout] 206 | | } [INFO] [stdout] 207 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may 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: this value of type `Fields` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/type_gen.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 31 | fields_map: F, [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 39 | let serde_bound_empty = parse_quote!(#[serde(bound = "")]); [INFO] [stdout] | ----------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 56 | let mut fields = data_struct.fields.clone(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | / quote! { [INFO] [stdout] 77 | | #(#attrs_to_add)* [INFO] [stdout] 78 | | #(#serde_bound_attrs)* [INFO] [stdout] 79 | | #struct_definition [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 117 | / quote! { [INFO] [stdout] 118 | | #(#attrs_to_add)* [INFO] [stdout] 119 | | #(#serde_bound_attrs)* [INFO] [stdout] 120 | | pub enum #type_name #ty_generics [INFO] [stdout] ... | [INFO] [stdout] 142 | | } [INFO] [stdout] 143 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 149 | / quote! { [INFO] [stdout] 150 | | #(#attrs_to_add)* [INFO] [stdout] 151 | | #(#serde_bound_attrs)* [INFO] [stdout] 152 | | pub union #type_name #ty_generics [INFO] [stdout] 153 | | #where_clause [INFO] [stdout] 154 | | #fields [INFO] [stdout] 155 | | } [INFO] [stdout] | |_________________- these local bindings with significant drop implementation may 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] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/type_gen.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | let fields_deconstructed = fields_deconstruct(fields); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | Fields::Named(_fields_named) => quote! { [INFO] [stdout] | _________________________________________________- [INFO] [stdout] | |_________________________________________________| [INFO] [stdout] 192 | | Self { [INFO] [stdout] 193 | | #(#fields_deconstructed),* [INFO] [stdout] 194 | | } [INFO] [stdout] 195 | | }, [INFO] [stdout] | | - [INFO] [stdout] | |_________________| [INFO] [stdout] | |_________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 196 | Fields::Unnamed(_fields_unnamed) => quote! { [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] | |_____________________________________________________| [INFO] [stdout] 197 | | Self(#(#fields_deconstructed),*) [INFO] [stdout] 198 | | }, [INFO] [stdout] | | - [INFO] [stdout] | |_________________| [INFO] [stdout] | |_________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 202 | Some(quote! { [INFO] [stdout] | __________________- [INFO] [stdout] | |__________________| [INFO] [stdout] 203 | | #[doc = #constructor_doc] [INFO] [stdout] 204 | | pub fn new(#(#fields_as_params),*) -> Self { [INFO] [stdout] 205 | | #constructor [INFO] [stdout] 206 | | } [INFO] [stdout] 207 | | }) [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may 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: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `peace_params_derive` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `peace_params_derive` (lib test) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "ef177160f4f4060d9121ff1ae05e3a4267b0004116f5e06b775c72f9483af437", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef177160f4f4060d9121ff1ae05e3a4267b0004116f5e06b775c72f9483af437", kill_on_drop: false }` [INFO] [stdout] ef177160f4f4060d9121ff1ae05e3a4267b0004116f5e06b775c72f9483af437