[INFO] fetching crate atri_plugin 0.9.0... [INFO] checking atri_plugin-0.9.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate atri_plugin 0.9.0 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate atri_plugin 0.9.0 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 atri_plugin 0.9.0 [INFO] finished tweaking crates.io crate atri_plugin 0.9.0 [INFO] tweaked toml for crates.io crate atri_plugin 0.9.0 written to /workspace/builds/worker-7-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 3 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] e27c5d7e0168797e3e43747c199ff02b91bfb3b2ebed93e008a73608e8af0142 [INFO] running `Command { std: "docker" "start" "-a" "e27c5d7e0168797e3e43747c199ff02b91bfb3b2ebed93e008a73608e8af0142", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e27c5d7e0168797e3e43747c199ff02b91bfb3b2ebed93e008a73608e8af0142", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e27c5d7e0168797e3e43747c199ff02b91bfb3b2ebed93e008a73608e8af0142", kill_on_drop: false }` [INFO] [stdout] e27c5d7e0168797e3e43747c199ff02b91bfb3b2ebed93e008a73608e8af0142 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] d9ca619065c7a6114a1e8278654d9d2df13e68676967fa216eddf02c575d61a1 [INFO] running `Command { std: "docker" "start" "-a" "d9ca619065c7a6114a1e8278654d9d2df13e68676967fa216eddf02c575d61a1", kill_on_drop: false }` [INFO] [stderr] Checking atri_ffi v0.9.0 [INFO] [stderr] Compiling atri_macros v0.3.0 [INFO] [stderr] Checking atri_plugin v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/contact/member.rs:80:28 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct AnonymousMember(ManagedCloneable); [INFO] [stdout] | --------------- ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `AnonymousMember` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/listener.rs:198:26 [INFO] [stdout] | [INFO] [stdout] 198 | pub struct ListenerGuard(Managed); [INFO] [stdout] | ------------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [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/listener.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn listening_on(handler: F) -> ListenerGuard [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 34 | ListenerBuilder::listening_on(handler).start() [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/listener.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn listening_on_always(handler: F) -> ListenerGuard [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 46 | ListenerBuilder::listening_on_always(handler).start() [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/listener.rs:74:17 [INFO] [stdout] | [INFO] [stdout] 71 | FFIFn::from(|ffi| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 72 | let event = Event::from_ffi(ffi); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 73 | [INFO] [stdout] 74 | E::from_event(event).as_ref().map(&filter).unwrap_or(false) [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/listener.rs:104:36 [INFO] [stdout] | [INFO] [stdout] 95 | fn new(handler: F) -> Self [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 102 | let f = FFIFn::from_static(move |ffi| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 103 | let fu = handler(Event::from_ffi(ffi)); [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 104 | FFIFuture::from_static(async move { [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 105 | | crate::runtime::spawn(fu).await.unwrap_or_else(|e| { [INFO] [stdout] 106 | | error!("监听器发生预料之外的错误, 停止监听: {}", e); [INFO] [stdout] 107 | | false [INFO] [stdout] 108 | | }) [INFO] [stdout] 109 | | }) [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/listener.rs:105:43 [INFO] [stdout] | [INFO] [stdout] 103 | let fu = handler(Event::from_ffi(ffi)); [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 104 | FFIFuture::from_static(async move { [INFO] [stdout] 105 | crate::runtime::spawn(fu).await.unwrap_or_else(|e| { [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/listener.rs:127:19 [INFO] [stdout] | [INFO] [stdout] 120 | fn new_always(handler: F) -> Self [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 127 | Self::new(move |e: Event| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 128 | | let fu = handler(e); [INFO] [stdout] 129 | | [INFO] [stdout] 130 | | async move { [INFO] [stdout] ... | [INFO] [stdout] 133 | | } [INFO] [stdout] 134 | | }) [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/listener.rs:146:19 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn listening_on(handler: F) -> Self [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 146 | Self::new(move |e: Event| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 147 | | let fu = E::from_event(e).and_then(|e| Some(handler(e))); [INFO] [stdout] 148 | | [INFO] [stdout] 149 | | async move { [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | }) [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/listener.rs:147:57 [INFO] [stdout] | [INFO] [stdout] 147 | let fu = E::from_event(e).and_then(|e| Some(handler(e))); [INFO] [stdout] | - ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/listener.rs:168:26 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn listening_on_always(handler: F) -> Self [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 168 | Self::new_always(move |e: Event| { [INFO] [stdout] | __________________________^ [INFO] [stdout] 169 | | let fu = E::from_event(e).and_then(|e| Some(handler(e))); [INFO] [stdout] 170 | | [INFO] [stdout] 171 | | async move { [INFO] [stdout] ... | [INFO] [stdout] 175 | | } [INFO] [stdout] 176 | | }) [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/listener.rs:169:57 [INFO] [stdout] | [INFO] [stdout] 169 | let fu = E::from_event(e).and_then(|e| Some(handler(e))); [INFO] [stdout] | - ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/message/mod.rs:168:19 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn build(mut self) -> MessageChain { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 168 | meta: MessageMetadata { [INFO] [stdout] | ___________________^ [INFO] [stdout] 169 | | seqs: vec![], [INFO] [stdout] 170 | | rands: vec![], [INFO] [stdout] 171 | | time: 0, [INFO] [stdout] ... | [INFO] [stdout] 174 | | reply: self.reply, [INFO] [stdout] 175 | | }, [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/message/ffi.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 35 | let value = v.into_iter().map(MessageElement::from_ffi).collect(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | Self { [INFO] [stdout] 37 | meta: MessageMetadata::from_ffi(ffi.meta), [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/message/forward.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn push_node(&mut self, info: ForwardNodeInfo, node: I) { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 28 | self.push(node.into_node(info)) [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/message/forward.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn push_message>(&mut self, info: ForwardNodeInfo, msg: M) { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 32 | self.push(ForwardNode::NormalMessage { [INFO] [stdout] | ___________________^ [INFO] [stdout] 33 | | info, [INFO] [stdout] 34 | | chain: msg.into(), [INFO] [stdout] 35 | | }) [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/message/forward.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn push_forward>(&mut self, info: ForwardNodeInfo, msg: M) { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 39 | self.push(ForwardNode::ForwardMessage { [INFO] [stdout] | ___________________^ [INFO] [stdout] 40 | | info, [INFO] [stdout] 41 | | forward: msg.into(), [INFO] [stdout] 42 | | }) [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/message/forward.rs:188:13 [INFO] [stdout] | [INFO] [stdout] 187 | fn into_ffi(self) -> Self::FFIValue { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 188 | / self.0 [INFO] [stdout] 189 | | .into_iter() [INFO] [stdout] 190 | | .map(ForwardNode::into_ffi) [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 16 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `atri_plugin` (lib test) due to 17 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/contact/member.rs:80:28 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct AnonymousMember(ManagedCloneable); [INFO] [stdout] | --------------- ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `AnonymousMember` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/listener.rs:198:26 [INFO] [stdout] | [INFO] [stdout] 198 | pub struct ListenerGuard(Managed); [INFO] [stdout] | ------------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [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/listener.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn listening_on(handler: F) -> ListenerGuard [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 34 | ListenerBuilder::listening_on(handler).start() [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/listener.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn listening_on_always(handler: F) -> ListenerGuard [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 46 | ListenerBuilder::listening_on_always(handler).start() [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/listener.rs:74:17 [INFO] [stdout] | [INFO] [stdout] 71 | FFIFn::from(|ffi| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 72 | let event = Event::from_ffi(ffi); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 73 | [INFO] [stdout] 74 | E::from_event(event).as_ref().map(&filter).unwrap_or(false) [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/listener.rs:104:36 [INFO] [stdout] | [INFO] [stdout] 95 | fn new(handler: F) -> Self [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 102 | let f = FFIFn::from_static(move |ffi| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 103 | let fu = handler(Event::from_ffi(ffi)); [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 104 | FFIFuture::from_static(async move { [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 105 | | crate::runtime::spawn(fu).await.unwrap_or_else(|e| { [INFO] [stdout] 106 | | error!("监听器发生预料之外的错误, 停止监听: {}", e); [INFO] [stdout] 107 | | false [INFO] [stdout] 108 | | }) [INFO] [stdout] 109 | | }) [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/listener.rs:105:43 [INFO] [stdout] | [INFO] [stdout] 103 | let fu = handler(Event::from_ffi(ffi)); [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 104 | FFIFuture::from_static(async move { [INFO] [stdout] 105 | crate::runtime::spawn(fu).await.unwrap_or_else(|e| { [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/listener.rs:127:19 [INFO] [stdout] | [INFO] [stdout] 120 | fn new_always(handler: F) -> Self [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 127 | Self::new(move |e: Event| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 128 | | let fu = handler(e); [INFO] [stdout] 129 | | [INFO] [stdout] 130 | | async move { [INFO] [stdout] ... | [INFO] [stdout] 133 | | } [INFO] [stdout] 134 | | }) [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/listener.rs:146:19 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn listening_on(handler: F) -> Self [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 146 | Self::new(move |e: Event| { [INFO] [stdout] | ___________________^ [INFO] [stdout] 147 | | let fu = E::from_event(e).and_then(|e| Some(handler(e))); [INFO] [stdout] 148 | | [INFO] [stdout] 149 | | async move { [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | }) [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/listener.rs:147:57 [INFO] [stdout] | [INFO] [stdout] 147 | let fu = E::from_event(e).and_then(|e| Some(handler(e))); [INFO] [stdout] | - ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/listener.rs:168:26 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn listening_on_always(handler: F) -> Self [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 168 | Self::new_always(move |e: Event| { [INFO] [stdout] | __________________________^ [INFO] [stdout] 169 | | let fu = E::from_event(e).and_then(|e| Some(handler(e))); [INFO] [stdout] 170 | | [INFO] [stdout] 171 | | async move { [INFO] [stdout] ... | [INFO] [stdout] 175 | | } [INFO] [stdout] 176 | | }) [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/listener.rs:169:57 [INFO] [stdout] | [INFO] [stdout] 169 | let fu = E::from_event(e).and_then(|e| Some(handler(e))); [INFO] [stdout] | - ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/message/mod.rs:168:19 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn build(mut self) -> MessageChain { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 168 | meta: MessageMetadata { [INFO] [stdout] | ___________________^ [INFO] [stdout] 169 | | seqs: vec![], [INFO] [stdout] 170 | | rands: vec![], [INFO] [stdout] 171 | | time: 0, [INFO] [stdout] ... | [INFO] [stdout] 174 | | reply: self.reply, [INFO] [stdout] 175 | | }, [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/message/ffi.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 35 | let value = v.into_iter().map(MessageElement::from_ffi).collect(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 36 | Self { [INFO] [stdout] 37 | meta: MessageMetadata::from_ffi(ffi.meta), [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/message/forward.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn push_node(&mut self, info: ForwardNodeInfo, node: I) { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 28 | self.push(node.into_node(info)) [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/message/forward.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn push_message>(&mut self, info: ForwardNodeInfo, msg: M) { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 32 | self.push(ForwardNode::NormalMessage { [INFO] [stdout] | ___________________^ [INFO] [stdout] 33 | | info, [INFO] [stdout] 34 | | chain: msg.into(), [INFO] [stdout] 35 | | }) [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/message/forward.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn push_forward>(&mut self, info: ForwardNodeInfo, msg: M) { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 39 | self.push(ForwardNode::ForwardMessage { [INFO] [stdout] | ___________________^ [INFO] [stdout] 40 | | info, [INFO] [stdout] 41 | | forward: msg.into(), [INFO] [stdout] 42 | | }) [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/message/forward.rs:188:13 [INFO] [stdout] | [INFO] [stdout] 187 | fn into_ffi(self) -> Self::FFIValue { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 188 | / self.0 [INFO] [stdout] 189 | | .into_iter() [INFO] [stdout] 190 | | .map(ForwardNode::into_ffi) [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 16 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `atri_plugin` (lib) due to 17 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d9ca619065c7a6114a1e8278654d9d2df13e68676967fa216eddf02c575d61a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9ca619065c7a6114a1e8278654d9d2df13e68676967fa216eddf02c575d61a1", kill_on_drop: false }` [INFO] [stdout] d9ca619065c7a6114a1e8278654d9d2df13e68676967fa216eddf02c575d61a1