[INFO] fetching crate subgraph 0.2.0... [INFO] checking subgraph-0.2.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate subgraph 0.2.0 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate subgraph 0.2.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 subgraph 0.2.0 [INFO] finished tweaking crates.io crate subgraph 0.2.0 [INFO] tweaked toml for crates.io crate subgraph 0.2.0 written to /workspace/builds/worker-2-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] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding hashbrown v0.12.3 (latest: v0.14.5) [INFO] [stderr] Adding indexmap v1.9.3 (latest: v2.5.0) [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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 7981176645ef917f55431a934ed8822ab465ea8b9b8e028bb974b7ce1d503c6c [INFO] running `Command { std: "docker" "start" "-a" "7981176645ef917f55431a934ed8822ab465ea8b9b8e028bb974b7ce1d503c6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7981176645ef917f55431a934ed8822ab465ea8b9b8e028bb974b7ce1d503c6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7981176645ef917f55431a934ed8822ab465ea8b9b8e028bb974b7ce1d503c6c", kill_on_drop: false }` [INFO] [stdout] 7981176645ef917f55431a934ed8822ab465ea8b9b8e028bb974b7ce1d503c6c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] f4e771f9e3ee42205d09c99b2ab7637975dd59e341c423dfaa487ffa3553fc85 [INFO] running `Command { std: "docker" "start" "-a" "f4e771f9e3ee42205d09c99b2ab7637975dd59e341c423dfaa487ffa3553fc85", kill_on_drop: false }` [INFO] [stderr] Checking subgraph v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/entity.rs:166:54 [INFO] [stdout] | [INFO] [stdout] 166 | .map(|(key, value)| AscMapEntry::new(AscString::new(key), value.to_raw())) [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/entity.rs:166:75 [INFO] [stdout] | [INFO] [stdout] 166 | .map(|(key, value)| AscMapEntry::new(AscString::new(key), value.to_raw())) [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/eth.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 27 | let call = call.to_raw(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 37 | / result [INFO] [stdout] 38 | | .as_slice() [INFO] [stdout] 39 | | .iter() [INFO] [stdout] 40 | | .map(|value| Value::from_raw(value.as_asc_ref())) [INFO] [stdout] 41 | | .collect(), [INFO] [stdout] | |______________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/eth.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn decode(signature: impl AsRef, data: impl AsRef<[u8]>) -> Option { [INFO] [stdout] | -------------------------- ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 60 | let signature = AscString::new(signature.as_ref()); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 61 | let data = AscBytes::from_bytes(data.as_ref()); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | Some(Value::from_raw(value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [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/ffi/buf.rs:58:21 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn new(buffer: AscArrayBuffer) -> AscBox { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | AscBox::new(Self { [INFO] [stdout] | _____________________^ [INFO] [stdout] 59 | | buffer, [INFO] [stdout] 60 | | data_start, [INFO] [stdout] 61 | | byte_length: len - trailing, [INFO] [stdout] 62 | | }) [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/ffi/eth.rs:384:21 [INFO] [stdout] | [INFO] [stdout] 378 | contract_name: AscString, [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 379 | contract_address: AscBox, [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 380 | function_name: AscString, [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 381 | function_signature: AscString, [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 382 | function_params: AscBox>>, [INFO] [stdout] | ----------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 383 | ) -> AscBox { [INFO] [stdout] 384 | AscBox::new(Self { [INFO] [stdout] | _____________________^ [INFO] [stdout] 385 | | contract_name, [INFO] [stdout] 386 | | contract_address, [INFO] [stdout] 387 | | function_name, [INFO] [stdout] 388 | | function_signature, [INFO] [stdout] 389 | | function_params, [INFO] [stdout] 390 | | }) [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/ffi/num.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn new(digits: AscBox, exp: AscBox) -> AscBox { [INFO] [stdout] | ------------------------- ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | AscBox::new(Self { digits, exp }) [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/ffi/value.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(items: Vec) -> AscBox { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 28 | let buffer = items.into_iter().collect::>(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 32 | AscBox::new(Self { [INFO] [stdout] | _____________________^ [INFO] [stdout] 33 | | buffer, [INFO] [stdout] 34 | | data_start, [INFO] [stdout] 35 | | byte_length, [INFO] [stdout] 36 | | length, [INFO] [stdout] 37 | | }) [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/ffi/value.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn new(entries: Vec>>) -> AscBox { [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | AscBox::new(Self { [INFO] [stdout] | _____________________^ [INFO] [stdout] 83 | | entries: AscArray::new(entries), [INFO] [stdout] 84 | | }) [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/ffi/value.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn new(key: AscString, value: T) -> AscBox { [INFO] [stdout] | -------------- -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 96 | AscBox::new(Self { key, value }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [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/ffi/value.rs:178:33 [INFO] [stdout] | [INFO] [stdout] 176 | value: asc_tagged_union_field!(owned: $($type)*), [INFO] [stdout] | ------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 177 | ) -> AscBox { [INFO] [stdout] 178 | AscBox::new(Self { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 179 | | kind: $kind::$variant, [INFO] [stdout] 180 | | data: $payload { [INFO] [stdout] 181 | | $field: asc_tagged_union_field!(new(value): $($type)*), [INFO] [stdout] 182 | | }, [INFO] [stdout] 183 | | }) [INFO] [stdout] | |_____________________^ [INFO] [stdout] ... [INFO] [stdout] 251 | / asc_tagged_union! { [INFO] [stdout] 252 | | /// An AssemblyScript JSON dynamic value. [INFO] [stdout] 253 | | AscEntityValue, [INFO] [stdout] 254 | | AscEntityValueKind, [INFO] [stdout] ... | [INFO] [stdout] 265 | | } [INFO] [stdout] 266 | | } [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 `asc_tagged_union` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ffi/value.rs:178:33 [INFO] [stdout] | [INFO] [stdout] 176 | value: asc_tagged_union_field!(owned: $($type)*), [INFO] [stdout] | ------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 177 | ) -> AscBox { [INFO] [stdout] 178 | AscBox::new(Self { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 179 | | kind: $kind::$variant, [INFO] [stdout] 180 | | data: $payload { [INFO] [stdout] 181 | | $field: asc_tagged_union_field!(new(value): $($type)*), [INFO] [stdout] 182 | | }, [INFO] [stdout] 183 | | }) [INFO] [stdout] | |_____________________^ [INFO] [stdout] ... [INFO] [stdout] 268 | / asc_tagged_union! { [INFO] [stdout] 269 | | /// An AssemblyScript JSON dynamic value. [INFO] [stdout] 270 | | AscJsonValue, [INFO] [stdout] 271 | | AscJsonValueKind, [INFO] [stdout] ... | [INFO] [stdout] 280 | | } [INFO] [stdout] 281 | | } [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 `asc_tagged_union` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ffi/value.rs:178:33 [INFO] [stdout] | [INFO] [stdout] 176 | value: asc_tagged_union_field!(owned: $($type)*), [INFO] [stdout] | ------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 177 | ) -> AscBox { [INFO] [stdout] 178 | AscBox::new(Self { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 179 | | kind: $kind::$variant, [INFO] [stdout] 180 | | data: $payload { [INFO] [stdout] 181 | | $field: asc_tagged_union_field!(new(value): $($type)*), [INFO] [stdout] 182 | | }, [INFO] [stdout] 183 | | }) [INFO] [stdout] | |_____________________^ [INFO] [stdout] ... [INFO] [stdout] 283 | / asc_tagged_union! { [INFO] [stdout] 284 | | /// An AssemblyScript Ethereum dynamic value. [INFO] [stdout] 285 | | AscEthereumValue, [INFO] [stdout] 286 | | AscEthereumValueKind, [INFO] [stdout] ... | [INFO] [stdout] 299 | | } [INFO] [stdout] 300 | | } [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 `asc_tagged_union` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/json.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn try_from_bytes(bytes: impl AsRef<[u8]>) -> Result { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 77 | let bytes = bytes.as_ref(); [INFO] [stdout] 78 | let array = AscTypedArray::from_bytes(bytes); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 82 | Ok(Self::from_raw(raw)) [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/num.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn from_signed_bytes_le(bytes: impl AsRef<[u8]>) -> Self { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 40 | Self { [INFO] [stdout] 41 | inner: AscBigInt::from_bytes(bytes.as_ref()).owned(), [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/num.rs:260:20 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn from_big_int(value: BigInt) -> Self { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 258 | let value = AscBigDecimal::new(value.inner.into_owned(), AscBigInt::from_bytes(&[0])); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 259 | Self { [INFO] [stdout] 260 | inner: value.owned(), [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/store.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn get(entity: impl AsRef, id: impl AsRef) -> Option { [INFO] [stdout] | ----------------------- ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10 | let entity = AscString::new(entity.as_ref()); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11 | let id = AscString::new(id.as_ref()); [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 19 | Some(Entity::from_raw(data)) [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 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `subgraph` (lib) due to 18 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/entity.rs:166:54 [INFO] [stdout] | [INFO] [stdout] 166 | .map(|(key, value)| AscMapEntry::new(AscString::new(key), value.to_raw())) [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/entity.rs:166:75 [INFO] [stdout] | [INFO] [stdout] 166 | .map(|(key, value)| AscMapEntry::new(AscString::new(key), value.to_raw())) [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/eth.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 27 | let call = call.to_raw(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 37 | / result [INFO] [stdout] 38 | | .as_slice() [INFO] [stdout] 39 | | .iter() [INFO] [stdout] 40 | | .map(|value| Value::from_raw(value.as_asc_ref())) [INFO] [stdout] 41 | | .collect(), [INFO] [stdout] | |______________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/eth.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn decode(signature: impl AsRef, data: impl AsRef<[u8]>) -> Option { [INFO] [stdout] | -------------------------- ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 60 | let signature = AscString::new(signature.as_ref()); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 61 | let data = AscBytes::from_bytes(data.as_ref()); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | Some(Value::from_raw(value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [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/ffi/buf.rs:58:21 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn new(buffer: AscArrayBuffer) -> AscBox { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | AscBox::new(Self { [INFO] [stdout] | _____________________^ [INFO] [stdout] 59 | | buffer, [INFO] [stdout] 60 | | data_start, [INFO] [stdout] 61 | | byte_length: len - trailing, [INFO] [stdout] 62 | | }) [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/ffi/eth.rs:384:21 [INFO] [stdout] | [INFO] [stdout] 378 | contract_name: AscString, [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 379 | contract_address: AscBox, [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 380 | function_name: AscString, [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 381 | function_signature: AscString, [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 382 | function_params: AscBox>>, [INFO] [stdout] | ----------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 383 | ) -> AscBox { [INFO] [stdout] 384 | AscBox::new(Self { [INFO] [stdout] | _____________________^ [INFO] [stdout] 385 | | contract_name, [INFO] [stdout] 386 | | contract_address, [INFO] [stdout] 387 | | function_name, [INFO] [stdout] 388 | | function_signature, [INFO] [stdout] 389 | | function_params, [INFO] [stdout] 390 | | }) [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/ffi/num.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn new(digits: AscBox, exp: AscBox) -> AscBox { [INFO] [stdout] | ------------------------- ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 24 | AscBox::new(Self { digits, exp }) [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/ffi/value.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(items: Vec) -> AscBox { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 28 | let buffer = items.into_iter().collect::>(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 32 | AscBox::new(Self { [INFO] [stdout] | _____________________^ [INFO] [stdout] 33 | | buffer, [INFO] [stdout] 34 | | data_start, [INFO] [stdout] 35 | | byte_length, [INFO] [stdout] 36 | | length, [INFO] [stdout] 37 | | }) [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/ffi/value.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn new(entries: Vec>>) -> AscBox { [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | AscBox::new(Self { [INFO] [stdout] | _____________________^ [INFO] [stdout] 83 | | entries: AscArray::new(entries), [INFO] [stdout] 84 | | }) [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/ffi/value.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn new(key: AscString, value: T) -> AscBox { [INFO] [stdout] | -------------- -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 96 | AscBox::new(Self { key, value }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [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/ffi/value.rs:178:33 [INFO] [stdout] | [INFO] [stdout] 176 | value: asc_tagged_union_field!(owned: $($type)*), [INFO] [stdout] | ------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 177 | ) -> AscBox { [INFO] [stdout] 178 | AscBox::new(Self { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 179 | | kind: $kind::$variant, [INFO] [stdout] 180 | | data: $payload { [INFO] [stdout] 181 | | $field: asc_tagged_union_field!(new(value): $($type)*), [INFO] [stdout] 182 | | }, [INFO] [stdout] 183 | | }) [INFO] [stdout] | |_____________________^ [INFO] [stdout] ... [INFO] [stdout] 251 | / asc_tagged_union! { [INFO] [stdout] 252 | | /// An AssemblyScript JSON dynamic value. [INFO] [stdout] 253 | | AscEntityValue, [INFO] [stdout] 254 | | AscEntityValueKind, [INFO] [stdout] ... | [INFO] [stdout] 265 | | } [INFO] [stdout] 266 | | } [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 `asc_tagged_union` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ffi/value.rs:178:33 [INFO] [stdout] | [INFO] [stdout] 176 | value: asc_tagged_union_field!(owned: $($type)*), [INFO] [stdout] | ------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 177 | ) -> AscBox { [INFO] [stdout] 178 | AscBox::new(Self { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 179 | | kind: $kind::$variant, [INFO] [stdout] 180 | | data: $payload { [INFO] [stdout] 181 | | $field: asc_tagged_union_field!(new(value): $($type)*), [INFO] [stdout] 182 | | }, [INFO] [stdout] 183 | | }) [INFO] [stdout] | |_____________________^ [INFO] [stdout] ... [INFO] [stdout] 268 | / asc_tagged_union! { [INFO] [stdout] 269 | | /// An AssemblyScript JSON dynamic value. [INFO] [stdout] 270 | | AscJsonValue, [INFO] [stdout] 271 | | AscJsonValueKind, [INFO] [stdout] ... | [INFO] [stdout] 280 | | } [INFO] [stdout] 281 | | } [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 `asc_tagged_union` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ffi/value.rs:178:33 [INFO] [stdout] | [INFO] [stdout] 176 | value: asc_tagged_union_field!(owned: $($type)*), [INFO] [stdout] | ------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 177 | ) -> AscBox { [INFO] [stdout] 178 | AscBox::new(Self { [INFO] [stdout] | _________________________________^ [INFO] [stdout] 179 | | kind: $kind::$variant, [INFO] [stdout] 180 | | data: $payload { [INFO] [stdout] 181 | | $field: asc_tagged_union_field!(new(value): $($type)*), [INFO] [stdout] 182 | | }, [INFO] [stdout] 183 | | }) [INFO] [stdout] | |_____________________^ [INFO] [stdout] ... [INFO] [stdout] 283 | / asc_tagged_union! { [INFO] [stdout] 284 | | /// An AssemblyScript Ethereum dynamic value. [INFO] [stdout] 285 | | AscEthereumValue, [INFO] [stdout] 286 | | AscEthereumValueKind, [INFO] [stdout] ... | [INFO] [stdout] 299 | | } [INFO] [stdout] 300 | | } [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 `asc_tagged_union` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/json.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn try_from_bytes(bytes: impl AsRef<[u8]>) -> Result { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 77 | let bytes = bytes.as_ref(); [INFO] [stdout] 78 | let array = AscTypedArray::from_bytes(bytes); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 82 | Ok(Self::from_raw(raw)) [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/num.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn from_signed_bytes_le(bytes: impl AsRef<[u8]>) -> Self { [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 40 | Self { [INFO] [stdout] 41 | inner: AscBigInt::from_bytes(bytes.as_ref()).owned(), [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/num.rs:260:20 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn from_big_int(value: BigInt) -> Self { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 258 | let value = AscBigDecimal::new(value.inner.into_owned(), AscBigInt::from_bytes(&[0])); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 259 | Self { [INFO] [stdout] 260 | inner: value.owned(), [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/store.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn get(entity: impl AsRef, id: impl AsRef) -> Option { [INFO] [stdout] | ----------------------- ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10 | let entity = AscString::new(entity.as_ref()); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 11 | let id = AscString::new(id.as_ref()); [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 19 | Some(Entity::from_raw(data)) [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 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `subgraph` (lib test) due to 18 previous errors [INFO] running `Command { std: "docker" "inspect" "f4e771f9e3ee42205d09c99b2ab7637975dd59e341c423dfaa487ffa3553fc85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4e771f9e3ee42205d09c99b2ab7637975dd59e341c423dfaa487ffa3553fc85", kill_on_drop: false }` [INFO] [stdout] f4e771f9e3ee42205d09c99b2ab7637975dd59e341c423dfaa487ffa3553fc85