[INFO] fetching crate inline-sql-macros 0.2.0... [INFO] checking inline-sql-macros-0.2.0 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate inline-sql-macros 0.2.0 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate inline-sql-macros 0.2.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 inline-sql-macros 0.2.0 [INFO] finished tweaking crates.io crate inline-sql-macros 0.2.0 [INFO] tweaked toml for crates.io crate inline-sql-macros 0.2.0 written to /workspace/builds/worker-6-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 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" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 55d39f42d8a197814ba88b882a582aabd47acd3b71c58b6b8d1acc85188106be [INFO] running `Command { std: "docker" "start" "-a" "55d39f42d8a197814ba88b882a582aabd47acd3b71c58b6b8d1acc85188106be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55d39f42d8a197814ba88b882a582aabd47acd3b71c58b6b8d1acc85188106be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55d39f42d8a197814ba88b882a582aabd47acd3b71c58b6b8d1acc85188106be", kill_on_drop: false }` [INFO] [stdout] 55d39f42d8a197814ba88b882a582aabd47acd3b71c58b6b8d1acc85188106be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 2558899375e73e0e169560d91422bf7b28fb8d843a37d23a9b47b9f8f2a75c13 [INFO] running `Command { std: "docker" "start" "-a" "2558899375e73e0e169560d91422bf7b28fb8d843a37d23a9b47b9f8f2a75c13", kill_on_drop: false }` [INFO] [stderr] Checking syn v2.0.79 [INFO] [stderr] Checking inline-sql-macros v0.2.0 (/opt/rustwide/workdir) [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/input/args.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 30 | fn set_once(store_at: &mut Option, arg: Arg, errors: &mut Vec) { [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 35 | match syn::parse2(arg.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] = 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/input/sql_function.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 41 | let body; [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 42 | Ok(Self { [INFO] [stdout] 43 | attributes: syn::Attribute::parse_outer(input)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 46 | brace_token: syn::braced!(body in input), [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] | [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: variant `One` is never constructed [INFO] [stdout] --> src/input/sql_function.rs:19:2 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum QueryType<'a> { [INFO] [stdout] | --------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 19 | One(&'a syn::Type), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `keyword`, `exclamation`, and `delimiter` are never read [INFO] [stdout] --> src/input/query.rs:6:6 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct QueryMacro { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 6 | pub keyword: keywords::query, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 7 | pub exclamation: syn::token::Not, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 8 | pub delimiter: syn::MacroDelimiter, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inline-sql-macros` (lib test) due to 3 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/input/args.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 30 | fn set_once(store_at: &mut Option, arg: Arg, errors: &mut Vec) { [INFO] [stdout] | --- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 35 | match syn::parse2(arg.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] = 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/input/sql_function.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 41 | let body; [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 42 | Ok(Self { [INFO] [stdout] 43 | attributes: syn::Attribute::parse_outer(input)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 46 | brace_token: syn::braced!(body in input), [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] | [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: variant `One` is never constructed [INFO] [stdout] --> src/input/sql_function.rs:19:2 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum QueryType<'a> { [INFO] [stdout] | --------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 19 | One(&'a syn::Type), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `keyword`, `exclamation`, and `delimiter` are never read [INFO] [stdout] --> src/input/query.rs:6:6 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct QueryMacro { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 6 | pub keyword: keywords::query, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 7 | pub exclamation: syn::token::Not, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 8 | pub delimiter: syn::MacroDelimiter, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inline-sql-macros` (lib) due to 3 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "2558899375e73e0e169560d91422bf7b28fb8d843a37d23a9b47b9f8f2a75c13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2558899375e73e0e169560d91422bf7b28fb8d843a37d23a9b47b9f8f2a75c13", kill_on_drop: false }` [INFO] [stdout] 2558899375e73e0e169560d91422bf7b28fb8d843a37d23a9b47b9f8f2a75c13