[INFO] fetching crate signals2 0.3.3... [INFO] checking signals2-0.3.3 against try#7014e13d5becc920d4bea3cd87942c8a13d359bf+rustflags=-Dtail_expr_drop_order for pr-129864 [INFO] extracting crate signals2 0.3.3 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate signals2 0.3.3 on toolchain 7014e13d5becc920d4bea3cd87942c8a13d359bf [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate signals2 0.3.3 [INFO] finished tweaking crates.io crate signals2 0.3.3 [INFO] tweaked toml for crates.io crate signals2 0.3.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa2adb35705cf5797606544d509711a690fba48ed302efc00f5837878060f26c [INFO] running `Command { std: "docker" "start" "-a" "fa2adb35705cf5797606544d509711a690fba48ed302efc00f5837878060f26c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa2adb35705cf5797606544d509711a690fba48ed302efc00f5837878060f26c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa2adb35705cf5797606544d509711a690fba48ed302efc00f5837878060f26c", kill_on_drop: false }` [INFO] [stdout] fa2adb35705cf5797606544d509711a690fba48ed302efc00f5837878060f26c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 89f7b8c3b8112b4594188a3074393a445161b6a4580de2d6fd60d86a726dc9b1 [INFO] running `Command { std: "docker" "start" "-a" "89f7b8c3b8112b4594188a3074393a445161b6a4580de2d6fd60d86a726dc9b1", kill_on_drop: false }` [INFO] [stderr] Checking signals2 v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `(T0,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | impl_emit!(Emit1; T0; a); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | impl_emit!(Emit2; T0 T1; a b); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | impl_emit!(Emit3; T0 T1 T2; a b c); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | impl_emit!(Emit4; T0 T1 T2 T3; a b c d); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | impl_emit!(Emit5; T0 T1 T2 T3 T4; a b c d e); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | impl_emit!(Emit6; T0 T1 T2 T3 T4 T5; a b c d e f); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5, T6)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | impl_emit!(Emit7; T0 T1 T2 T3 T4 T5 T6; a b c d e f g); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5, T6, T7)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | impl_emit!(Emit8; T0 T1 T2 T3 T4 T5 T6 T7; a b c d e f g h); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5, T6, T7, T8)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | impl_emit!(Emit9; T0 T1 T2 T3 T4 T5 T6 T7 T8; a b c d e f g h i); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | impl_emit!(Emit10; T0 T1 T2 T3 T4 T5 T6 T7 T8 T9; a b c d e f g h i j); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | impl_emit!(Emit11; T0 T1 T2 T3 T4 T5 T6 T7 T8 T9 T10; a b c d e f g h i j k); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | impl_emit!(Emit12; T0 T1 T2 T3 T4 T5 T6 T7 T8 T9 T10 T11; a b c d e f g h i j k l); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0,)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | impl_emit!(Emit1; T0; a); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | impl_emit!(Emit2; T0 T1; a b); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | impl_emit!(Emit3; T0 T1 T2; a b c); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | impl_emit!(Emit4; T0 T1 T2 T3; a b c d); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | impl_emit!(Emit5; T0 T1 T2 T3 T4; a b c d e); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | impl_emit!(Emit6; T0 T1 T2 T3 T4 T5; a b c d e f); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5, T6)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | impl_emit!(Emit7; T0 T1 T2 T3 T4 T5 T6; a b c d e f g); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5, T6, T7)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | impl_emit!(Emit8; T0 T1 T2 T3 T4 T5 T6 T7; a b c d e f g h); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5, T6, T7, T8)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | impl_emit!(Emit9; T0 T1 T2 T3 T4 T5 T6 T7 T8; a b c d e f g h i); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | impl_emit!(Emit10; T0 T1 T2 T3 T4 T5 T6 T7 T8 T9; a b c d e f g h i j); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | impl_emit!(Emit11; T0 T1 T2 T3 T4 T5 T6 T7 T8 T9 T10; a b c d e f g h i j k); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/emit.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 37 | let handle = lock.clone(); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 38 | mem::drop(lock); [INFO] [stdout] 39 | handle.emit(&($($params,)*)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | impl_emit!(Emit12; T0 T1 T2 T3 T4 T5 T6 T7 T8 T9 T10 T11; a b c d e f g h i j k l); [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_emit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `signals2` (lib) due to 13 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `signals2` (lib test) due to 13 previous errors [INFO] running `Command { std: "docker" "inspect" "89f7b8c3b8112b4594188a3074393a445161b6a4580de2d6fd60d86a726dc9b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89f7b8c3b8112b4594188a3074393a445161b6a4580de2d6fd60d86a726dc9b1", kill_on_drop: false }` [INFO] [stdout] 89f7b8c3b8112b4594188a3074393a445161b6a4580de2d6fd60d86a726dc9b1