[INFO] fetching crate coset 0.3.8... [INFO] checking coset-0.3.8 against try#7014e13d5becc920d4bea3cd87942c8a13d359bf+rustflags=-Dtail_expr_drop_order for pr-129864 [INFO] extracting crate coset 0.3.8 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate coset 0.3.8 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 coset 0.3.8 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate coset 0.3.8 [INFO] tweaked toml for crates.io crate coset 0.3.8 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate crates.io crate coset 0.3.8 already has a lockfile, it will not be regenerated [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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 1642394bd734eb9a384f4000caa51d4c0aa1a1995c49d2f7181ecbb0fe24eba8 [INFO] running `Command { std: "docker" "start" "-a" "1642394bd734eb9a384f4000caa51d4c0aa1a1995c49d2f7181ecbb0fe24eba8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1642394bd734eb9a384f4000caa51d4c0aa1a1995c49d2f7181ecbb0fe24eba8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1642394bd734eb9a384f4000caa51d4c0aa1a1995c49d2f7181ecbb0fe24eba8", kill_on_drop: false }` [INFO] [stdout] 1642394bd734eb9a384f4000caa51d4c0aa1a1995c49d2f7181ecbb0fe24eba8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 0a30c053cd34e434323223105a33f760b62e89b8935c86044e260c31b23aee5a [INFO] running `Command { std: "docker" "start" "-a" "0a30c053cd34e434323223105a33f760b62e89b8935c86044e260c31b23aee5a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.83 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking half v2.2.1 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking coset v0.3.8 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context/mod.rs:66:26 [INFO] [stdout] | [INFO] [stdout] 59 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | other: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/encrypt/mod.rs:71:31 [INFO] [stdout] | [INFO] [stdout] 53 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 71 | ciphertext: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/encrypt/mod.rs:240:31 [INFO] [stdout] | [INFO] [stdout] 229 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 240 | ciphertext: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/encrypt/mod.rs:368:31 [INFO] [stdout] | [INFO] [stdout] 361 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 368 | ciphertext: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/mac/mod.rs:72:28 [INFO] [stdout] | [INFO] [stdout] 59 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 72 | payload: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/mac/mod.rs:209:28 [INFO] [stdout] | [INFO] [stdout] 201 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 209 | payload: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sign/mod.rs:121:28 [INFO] [stdout] | [INFO] [stdout] 108 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 121 | payload: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sign/mod.rs:336:28 [INFO] [stdout] | [INFO] [stdout] 328 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 336 | payload: match a.remove(2) { [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 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `coset` (lib) due to 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this value of type `E` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/util/mod.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 164 | result: Result, [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 178 | Err(err) => { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `cwt::ClaimsSet` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/cwt/tests.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 23 | let tests = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 111 | let got = ClaimsSet::from_slice(&got).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `context::CoseKdfContext` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context/tests.rs:204:13 [INFO] [stdout] | [INFO] [stdout] 23 | let tests = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 204 | let mut got = CoseKdfContext::from_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context/mod.rs:66:26 [INFO] [stdout] | [INFO] [stdout] 59 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | other: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `encrypt::CoseRecipient` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/encrypt/tests.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 30 | let tests: Vec<(CoseRecipient, &'static str)> = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 72 | let mut got = CoseRecipient::from_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `encrypt::CoseEncrypt` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/encrypt/tests.rs:179:13 [INFO] [stdout] | [INFO] [stdout] 152 | let tests: Vec<(CoseEncrypt, &'static str)> = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 179 | let mut got = CoseEncrypt::from_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `encrypt::CoseEncrypt` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/encrypt/tests.rs:474:13 [INFO] [stdout] | [INFO] [stdout] 257 | let tests: Vec<(CoseEncrypt, &'static str)> = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 474 | let mut got = CoseEncrypt::from_tagged_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `encrypt::CoseEncrypt0` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/encrypt/tests.rs:513:13 [INFO] [stdout] | [INFO] [stdout] 488 | let tests: Vec<(CoseEncrypt0, &'static str)> = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 513 | let mut got = CoseEncrypt0::from_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `encrypt::CoseEncrypt0` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/encrypt/tests.rs:645:13 [INFO] [stdout] | [INFO] [stdout] 578 | let tests: Vec<(CoseEncrypt0, &'static str)> = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 645 | let mut got = CoseEncrypt0::from_tagged_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/encrypt/mod.rs:71:31 [INFO] [stdout] | [INFO] [stdout] 53 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 71 | ciphertext: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/encrypt/mod.rs:240:31 [INFO] [stdout] | [INFO] [stdout] 229 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 240 | ciphertext: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/encrypt/mod.rs:368:31 [INFO] [stdout] | [INFO] [stdout] 361 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 368 | ciphertext: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `header::Header` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/header/tests.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 23 | let tests = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 155 | let mut got = Header::from_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `mac::CoseMac` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/mac/tests.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 30 | let tests: Vec<(CoseMac, &'static str)> = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | let mut got = CoseMac::from_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `mac::CoseMac` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/mac/tests.rs:352:13 [INFO] [stdout] | [INFO] [stdout] 153 | let tests: Vec<(CoseMac, &'static str)> = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 352 | let mut got = CoseMac::from_tagged_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `mac::CoseMac0` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/mac/tests.rs:392:13 [INFO] [stdout] | [INFO] [stdout] 366 | let tests: Vec<(CoseMac0, &'static str)> = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 392 | let mut got = CoseMac0::from_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `mac::CoseMac0` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/mac/tests.rs:497:13 [INFO] [stdout] | [INFO] [stdout] 470 | let tests: Vec<(CoseMac0, &'static str)> = vec![( [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 497 | let mut got = CoseMac0::from_tagged_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/mac/mod.rs:72:28 [INFO] [stdout] | [INFO] [stdout] 59 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 72 | payload: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/mac/mod.rs:209:28 [INFO] [stdout] | [INFO] [stdout] 201 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 209 | payload: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `sign::CoseSignature` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sign/tests.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 30 | let tests = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 103 | let mut got = CoseSignature::from_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `sign::CoseSign` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sign/tests.rs:382:13 [INFO] [stdout] | [INFO] [stdout] 272 | let tests = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 382 | let mut got = CoseSign::from_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `sign::CoseSign` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sign/tests.rs:756:13 [INFO] [stdout] | [INFO] [stdout] 602 | let tests = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 756 | let mut got = CoseSign::from_tagged_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `sign::CoseSign1` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sign/tests.rs:839:13 [INFO] [stdout] | [INFO] [stdout] 770 | let tests = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 839 | let mut got = CoseSign1::from_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `sign::CoseSign1` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sign/tests.rs:976:13 [INFO] [stdout] | [INFO] [stdout] 949 | let tests = vec![( [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 976 | let mut got = CoseSign1::from_slice(&data).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `sign::CoseSign1` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sign/tests.rs:1100:13 [INFO] [stdout] | [INFO] [stdout] 1075 | let tests = vec![ [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1100 | let mut got = CoseSign1::from_tagged_slice(&got).unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sign/mod.rs:121:28 [INFO] [stdout] | [INFO] [stdout] 108 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 121 | payload: match a.remove(2) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `ciborium::Value` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sign/mod.rs:336:28 [INFO] [stdout] | [INFO] [stdout] 328 | let mut a = value.try_as_array()?; [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 336 | payload: match a.remove(2) { [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 27 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `coset` (lib test) due to 28 previous errors [INFO] running `Command { std: "docker" "inspect" "0a30c053cd34e434323223105a33f760b62e89b8935c86044e260c31b23aee5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a30c053cd34e434323223105a33f760b62e89b8935c86044e260c31b23aee5a", kill_on_drop: false }` [INFO] [stdout] 0a30c053cd34e434323223105a33f760b62e89b8935c86044e260c31b23aee5a