[INFO] fetching crate rqlite-rs-core 0.2.10... [INFO] checking rqlite-rs-core-0.2.10 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate rqlite-rs-core 0.2.10 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate rqlite-rs-core 0.2.10 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rqlite-rs-core 0.2.10 [INFO] finished tweaking crates.io crate rqlite-rs-core 0.2.10 [INFO] tweaked toml for crates.io crate rqlite-rs-core 0.2.10 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 13 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eeded713f839d66fe1767b1c63641b32ce73fb1dcd8c961e8f9ef80d3aa3212c [INFO] running `Command { std: "docker" "start" "-a" "eeded713f839d66fe1767b1c63641b32ce73fb1dcd8c961e8f9ef80d3aa3212c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eeded713f839d66fe1767b1c63641b32ce73fb1dcd8c961e8f9ef80d3aa3212c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eeded713f839d66fe1767b1c63641b32ce73fb1dcd8c961e8f9ef80d3aa3212c", kill_on_drop: false }` [INFO] [stdout] eeded713f839d66fe1767b1c63641b32ce73fb1dcd8c961e8f9ef80d3aa3212c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec3d81dcbfd6b4ac189a75f95a3538970500aa5cae3796c3d920afa7f7f43553 [INFO] running `Command { std: "docker" "start" "-a" "ec3d81dcbfd6b4ac189a75f95a3538970500aa5cae3796c3d920afa7f7f43553", kill_on_drop: false }` [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Checking serde v1.0.209 [INFO] [stderr] Checking serde_json v1.0.127 [INFO] [stderr] Checking rqlite-rs-core v0.2.10 (/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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 35 | / impl_from_row_for_tuple!( [INFO] [stdout] 36 | | (0) - T0; [INFO] [stdout] 37 | | ); [INFO] [stdout] | |_- in this macro invocation [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] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 39 | / impl_from_row_for_tuple!( [INFO] [stdout] 40 | | (0) - T0; [INFO] [stdout] 41 | | (1) - T1; [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 44 | / impl_from_row_for_tuple!( [INFO] [stdout] 45 | | (0) - T0; [INFO] [stdout] 46 | | (1) - T1; [INFO] [stdout] 47 | | (2) - T2; [INFO] [stdout] 48 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 50 | / impl_from_row_for_tuple!( [INFO] [stdout] 51 | | (0) - T0; [INFO] [stdout] 52 | | (1) - T1; [INFO] [stdout] 53 | | (2) - T2; [INFO] [stdout] 54 | | (3) - T3; [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 57 | / impl_from_row_for_tuple!( [INFO] [stdout] 58 | | (0) - T0; [INFO] [stdout] 59 | | (1) - T1; [INFO] [stdout] 60 | | (2) - T2; [INFO] [stdout] 61 | | (3) - T3; [INFO] [stdout] 62 | | (4) - T4; [INFO] [stdout] 63 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 65 | / impl_from_row_for_tuple!( [INFO] [stdout] 66 | | (0) - T0; [INFO] [stdout] 67 | | (1) - T1; [INFO] [stdout] 68 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 71 | | (5) - T5; [INFO] [stdout] 72 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 74 | / impl_from_row_for_tuple!( [INFO] [stdout] 75 | | (0) - T0; [INFO] [stdout] 76 | | (1) - T1; [INFO] [stdout] 77 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 81 | | (6) - T6; [INFO] [stdout] 82 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 84 | / impl_from_row_for_tuple!( [INFO] [stdout] 85 | | (0) - T0; [INFO] [stdout] 86 | | (1) - T1; [INFO] [stdout] 87 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 92 | | (7) - T7; [INFO] [stdout] 93 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 95 | / impl_from_row_for_tuple!( [INFO] [stdout] 96 | | (0) - T0; [INFO] [stdout] 97 | | (1) - T1; [INFO] [stdout] 98 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 104 | | (8) - T8; [INFO] [stdout] 105 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 107 | / impl_from_row_for_tuple!( [INFO] [stdout] 108 | | (0) - T0; [INFO] [stdout] 109 | | (1) - T1; [INFO] [stdout] 110 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 117 | | (9) - T9; [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 120 | / impl_from_row_for_tuple!( [INFO] [stdout] 121 | | (0) - T0; [INFO] [stdout] 122 | | (1) - T1; [INFO] [stdout] 123 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 131 | | (10) - T10; [INFO] [stdout] 132 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 134 | / impl_from_row_for_tuple!( [INFO] [stdout] 135 | | (0) - T0; [INFO] [stdout] 136 | | (1) - T1; [INFO] [stdout] 137 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 146 | | (11) - T11; [INFO] [stdout] 147 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 149 | / impl_from_row_for_tuple!( [INFO] [stdout] 150 | | (0) - T0; [INFO] [stdout] 151 | | (1) - T1; [INFO] [stdout] 152 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 162 | | (12) - T12; [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 165 | / impl_from_row_for_tuple!( [INFO] [stdout] 166 | | (0) - T0; [INFO] [stdout] 167 | | (1) - T1; [INFO] [stdout] 168 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 179 | | (13) - T13; [INFO] [stdout] 180 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 182 | / impl_from_row_for_tuple!( [INFO] [stdout] 183 | | (0) - T0; [INFO] [stdout] 184 | | (1) - T1; [INFO] [stdout] 185 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 197 | | (14) - T14; [INFO] [stdout] 198 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 200 | / impl_from_row_for_tuple!( [INFO] [stdout] 201 | | (0) - T0; [INFO] [stdout] 202 | | (1) - T1; [INFO] [stdout] 203 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 216 | | (15) - T15; [INFO] [stdout] 217 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/into_typed_rows.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | fn into_typed(self) -> Result, IntoTypedError> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9 | self.into_iter().map(T::from_row).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/row.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 18 | values: Box<[Value]>, [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 22 | columns: Arc::clone(columns), [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/row.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 18 | values: Box<[Value]>, [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 23 | column_names: Arc::clone(column_names), [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 19 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rqlite-rs-core` (lib) due to 20 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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 35 | / impl_from_row_for_tuple!( [INFO] [stdout] 36 | | (0) - T0; [INFO] [stdout] 37 | | ); [INFO] [stdout] | |_- in this macro invocation [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] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 39 | / impl_from_row_for_tuple!( [INFO] [stdout] 40 | | (0) - T0; [INFO] [stdout] 41 | | (1) - T1; [INFO] [stdout] 42 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 44 | / impl_from_row_for_tuple!( [INFO] [stdout] 45 | | (0) - T0; [INFO] [stdout] 46 | | (1) - T1; [INFO] [stdout] 47 | | (2) - T2; [INFO] [stdout] 48 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 50 | / impl_from_row_for_tuple!( [INFO] [stdout] 51 | | (0) - T0; [INFO] [stdout] 52 | | (1) - T1; [INFO] [stdout] 53 | | (2) - T2; [INFO] [stdout] 54 | | (3) - T3; [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 57 | / impl_from_row_for_tuple!( [INFO] [stdout] 58 | | (0) - T0; [INFO] [stdout] 59 | | (1) - T1; [INFO] [stdout] 60 | | (2) - T2; [INFO] [stdout] 61 | | (3) - T3; [INFO] [stdout] 62 | | (4) - T4; [INFO] [stdout] 63 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 65 | / impl_from_row_for_tuple!( [INFO] [stdout] 66 | | (0) - T0; [INFO] [stdout] 67 | | (1) - T1; [INFO] [stdout] 68 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 71 | | (5) - T5; [INFO] [stdout] 72 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 74 | / impl_from_row_for_tuple!( [INFO] [stdout] 75 | | (0) - T0; [INFO] [stdout] 76 | | (1) - T1; [INFO] [stdout] 77 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 81 | | (6) - T6; [INFO] [stdout] 82 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 84 | / impl_from_row_for_tuple!( [INFO] [stdout] 85 | | (0) - T0; [INFO] [stdout] 86 | | (1) - T1; [INFO] [stdout] 87 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 92 | | (7) - T7; [INFO] [stdout] 93 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 95 | / impl_from_row_for_tuple!( [INFO] [stdout] 96 | | (0) - T0; [INFO] [stdout] 97 | | (1) - T1; [INFO] [stdout] 98 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 104 | | (8) - T8; [INFO] [stdout] 105 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 107 | / impl_from_row_for_tuple!( [INFO] [stdout] 108 | | (0) - T0; [INFO] [stdout] 109 | | (1) - T1; [INFO] [stdout] 110 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 117 | | (9) - T9; [INFO] [stdout] 118 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 120 | / impl_from_row_for_tuple!( [INFO] [stdout] 121 | | (0) - T0; [INFO] [stdout] 122 | | (1) - T1; [INFO] [stdout] 123 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 131 | | (10) - T10; [INFO] [stdout] 132 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 134 | / impl_from_row_for_tuple!( [INFO] [stdout] 135 | | (0) - T0; [INFO] [stdout] 136 | | (1) - T1; [INFO] [stdout] 137 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 146 | | (11) - T11; [INFO] [stdout] 147 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 149 | / impl_from_row_for_tuple!( [INFO] [stdout] 150 | | (0) - T0; [INFO] [stdout] 151 | | (1) - T1; [INFO] [stdout] 152 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 162 | | (12) - T12; [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 165 | / impl_from_row_for_tuple!( [INFO] [stdout] 166 | | (0) - T0; [INFO] [stdout] 167 | | (1) - T1; [INFO] [stdout] 168 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 179 | | (13) - T13; [INFO] [stdout] 180 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 182 | / impl_from_row_for_tuple!( [INFO] [stdout] 183 | | (0) - T0; [INFO] [stdout] 184 | | (1) - T1; [INFO] [stdout] 185 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 197 | | (14) - T14; [INFO] [stdout] 198 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/from_row.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 14 | fn from_row(row: Row) -> Result { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | Ok(($( [INFO] [stdout] | ____________________^ [INFO] [stdout] 28 | | row.get_by_index::<$T>($idx)?, [INFO] [stdout] 29 | | )+)) [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 200 | / impl_from_row_for_tuple!( [INFO] [stdout] 201 | | (0) - T0; [INFO] [stdout] 202 | | (1) - T1; [INFO] [stdout] 203 | | (2) - T2; [INFO] [stdout] ... | [INFO] [stdout] 216 | | (15) - T15; [INFO] [stdout] 217 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_from_row_for_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [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/into_typed_rows.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | fn into_typed(self) -> Result, IntoTypedError> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9 | self.into_iter().map(T::from_row).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/row.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 18 | values: Box<[Value]>, [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 22 | columns: Arc::clone(columns), [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/row.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 18 | values: Box<[Value]>, [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 23 | column_names: Arc::clone(column_names), [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 19 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rqlite-rs-core` (lib test) due to 20 previous errors [INFO] running `Command { std: "docker" "inspect" "ec3d81dcbfd6b4ac189a75f95a3538970500aa5cae3796c3d920afa7f7f43553", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec3d81dcbfd6b4ac189a75f95a3538970500aa5cae3796c3d920afa7f7f43553", kill_on_drop: false }` [INFO] [stdout] ec3d81dcbfd6b4ac189a75f95a3538970500aa5cae3796c3d920afa7f7f43553