[INFO] fetching crate lady-deirdre-derive 2.1.0... [INFO] checking lady-deirdre-derive-2.1.0 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate lady-deirdre-derive 2.1.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate lady-deirdre-derive 2.1.0 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 lady-deirdre-derive 2.1.0 [INFO] finished tweaking crates.io crate lady-deirdre-derive 2.1.0 [INFO] tweaked toml for crates.io crate lady-deirdre-derive 2.1.0 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] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [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] c4a65fe5e53b5b5d9f5a1fd2a5acd4d3256221e5583c906fdb986fc713797976 [INFO] running `Command { std: "docker" "start" "-a" "c4a65fe5e53b5b5d9f5a1fd2a5acd4d3256221e5583c906fdb986fc713797976", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4a65fe5e53b5b5d9f5a1fd2a5acd4d3256221e5583c906fdb986fc713797976", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4a65fe5e53b5b5d9f5a1fd2a5acd4d3256221e5583c906fdb986fc713797976", kill_on_drop: false }` [INFO] [stdout] c4a65fe5e53b5b5d9f5a1fd2a5acd4d3256221e5583c906fdb986fc713797976 [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] 18d8e37fff53418fd5bc0964c7970e1449c1aca85096e0731a9b55ccef6490a9 [INFO] running `Command { std: "docker" "start" "-a" "18d8e37fff53418fd5bc0964c7970e1449c1aca85096e0731a9b55ccef6490a9", kill_on_drop: false }` [INFO] [stderr] Compiling prettyplease v0.2.22 [INFO] [stderr] Checking syn v2.0.79 [INFO] [stderr] Checking lady-deirdre-derive v2.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `proc_macro2::TokenStream` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/constructor.rs:424:32 [INFO] [stdout] | [INFO] [stdout] 334 | let this = input.this(); [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 408 | / quote_spanned!(span=>#this::#ident {#( [INFO] [stdout] 409 | | #params [INFO] [stdout] 410 | | )*}) [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] | |____________________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] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 424 | | let (fn_ident, fn_impl) = input.make_fn( [INFO] [stdout] | | ^^^^^^^ [INFO] [stdout] ... | [INFO] [stdout] 433 | / quote_spanned!(span=> { [INFO] [stdout] 434 | | #[inline(always)] [INFO] [stdout] 435 | | #fn_impl [INFO] [stdout] 436 | | #fn_ident(session #(, #args )*) [INFO] [stdout] 437 | | },) [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] | 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 `proc_macro2::TokenStream` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/constructor.rs:424:32 [INFO] [stdout] | [INFO] [stdout] 334 | let this = input.this(); [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 408 | / quote_spanned!(span=>#this::#ident {#( [INFO] [stdout] 409 | | #params [INFO] [stdout] 410 | | )*}) [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] | |____________________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] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 424 | | let (fn_ident, fn_impl) = input.make_fn( [INFO] [stdout] | | ^^^^^^^ [INFO] [stdout] ... | [INFO] [stdout] 433 | / quote_spanned!(span=> { [INFO] [stdout] 434 | | #[inline(always)] [INFO] [stdout] 435 | | #fn_impl [INFO] [stdout] 436 | | #fn_ident(session #(, #args )*) [INFO] [stdout] 437 | | },) [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] | 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 `(proc_macro2::Ident, proc_macro2::TokenStream)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/output.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 132 | let body = trivia.compile( [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 142 | let globals = match include_globals { [INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 147 | / self.make_fn( [INFO] [stdout] 148 | | format_ident!("skip_trivia", span = span), [INFO] [stdout] 149 | | false, [INFO] [stdout] 150 | | vec![], [INFO] [stdout] ... | [INFO] [stdout] 153 | | allow_warnings, [INFO] [stdout] 154 | | ) [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: this value of type `(proc_macro2::Ident, proc_macro2::TokenStream)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/output.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 132 | let body = trivia.compile( [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 142 | let globals = match include_globals { [INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 147 | / self.make_fn( [INFO] [stdout] 148 | | format_ident!("skip_trivia", span = span), [INFO] [stdout] 149 | | false, [INFO] [stdout] 150 | | vec![], [INFO] [stdout] ... | [INFO] [stdout] 153 | | allow_warnings, [INFO] [stdout] 154 | | ) [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: this value of type `(proc_macro2::Ident, proc_macro2::TokenStream)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/variant.rs:530:13 [INFO] [stdout] | [INFO] [stdout] 500 | let body = rule.compile( [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 510 | let trivia_fn = match self.trivia.rule() { [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 522 | let constructor = constructor.compile(input, variables, allow_warnings); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 523 | [INFO] [stdout] 524 | let globals = match include_globals { [INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 530 | / input [INFO] [stdout] 531 | | .make_fn( [INFO] [stdout] 532 | | function_ident, [INFO] [stdout] 533 | | false, [INFO] [stdout] ... | [INFO] [stdout] 542 | | allow_warnings, [INFO] [stdout] 543 | | ) [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: this value of type `(proc_macro2::Ident, proc_macro2::TokenStream)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/variant.rs:530:13 [INFO] [stdout] | [INFO] [stdout] 500 | let body = rule.compile( [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 510 | let trivia_fn = match self.trivia.rule() { [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 522 | let constructor = constructor.compile(input, variables, allow_warnings); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 523 | [INFO] [stdout] 524 | let globals = match include_globals { [INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 530 | / input [INFO] [stdout] 531 | | .make_fn( [INFO] [stdout] 532 | | function_ident, [INFO] [stdout] 533 | | false, [INFO] [stdout] ... | [INFO] [stdout] 542 | | allow_warnings, [INFO] [stdout] 543 | | ) [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: this value of type `Result` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:1125:23 [INFO] [stdout] | [INFO] [stdout] 1123 | fn output_stream(declarative: bool, stream: TokenStream) -> proc_macro::TokenStream { [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 1124 | match declarative { [INFO] [stdout] 1125 | true => match TokenStream::from_str(&stream.to_string()) { [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: this value of type `Result` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:1125:23 [INFO] [stdout] | [INFO] [stdout] 1123 | fn output_stream(declarative: bool, stream: TokenStream) -> proc_macro::TokenStream { [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 1124 | match declarative { [INFO] [stdout] 1125 | true => match TokenStream::from_str(&stream.to_string()) { [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 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lady-deirdre-derive` (lib test) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lady-deirdre-derive` (lib) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "18d8e37fff53418fd5bc0964c7970e1449c1aca85096e0731a9b55ccef6490a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18d8e37fff53418fd5bc0964c7970e1449c1aca85096e0731a9b55ccef6490a9", kill_on_drop: false }` [INFO] [stdout] 18d8e37fff53418fd5bc0964c7970e1449c1aca85096e0731a9b55ccef6490a9