[INFO] fetching crate ntex-redis 2.0.0... [INFO] checking ntex-redis-2.0.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate ntex-redis 2.0.0 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate ntex-redis 2.0.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 ntex-redis 2.0.0 [INFO] finished tweaking crates.io crate ntex-redis 2.0.0 [INFO] tweaked toml for crates.io crate ntex-redis 2.0.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate crates.io crate ntex-redis 2.0.0 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" "+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] 23a437b94158dd98cff35c87cf12ee3bbfe75e98410a56bf070c65ccba25f435 [INFO] running `Command { std: "docker" "start" "-a" "23a437b94158dd98cff35c87cf12ee3bbfe75e98410a56bf070c65ccba25f435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23a437b94158dd98cff35c87cf12ee3bbfe75e98410a56bf070c65ccba25f435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23a437b94158dd98cff35c87cf12ee3bbfe75e98410a56bf070c65ccba25f435", kill_on_drop: false }` [INFO] [stdout] 23a437b94158dd98cff35c87cf12ee3bbfe75e98410a56bf070c65ccba25f435 [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] 584150cf7b4f6268a00aa4e1c50bd210ba934598aa8bc1a08121bca412b29b4c [INFO] running `Command { std: "docker" "start" "-a" "584150cf7b4f6268a00aa4e1c50bd210ba934598aa8bc1a08121bca412b29b4c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.84 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking parking v2.2.0 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking oneshot v0.1.7 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Checking ntex-service v3.0.0 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking anstyle-query v1.0.3 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking anstream v0.6.14 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking event-listener v5.3.0 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking async-broadcast v0.7.0 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Checking btoi v0.4.3 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking sha-1 v0.10.1 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking tokio v1.37.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Checking polling v3.7.0 [INFO] [stderr] Checking env_filter v0.1.0 [INFO] [stderr] Checking env_logger v0.11.3 [INFO] [stderr] Compiling ntex-macros v0.1.3 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Checking ntex-rt v0.4.13 [INFO] [stderr] Checking ntex-util v2.0.1 [INFO] [stderr] Checking ntex-bytes v0.1.27 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_json v1.0.117 [INFO] [stderr] Checking ntex-codec v0.6.2 [INFO] [stderr] Checking ntex-http v0.1.12 [INFO] [stderr] Checking ntex-router v0.5.3 [INFO] [stderr] Checking ntex-io v2.0.0 [INFO] [stderr] Checking ntex-tokio v0.5.0 [INFO] [stderr] Checking ntex-net v2.0.0 [INFO] [stderr] Checking ntex-server v2.0.0 [INFO] [stderr] Checking ntex-tls v2.0.0 [INFO] [stderr] Checking ntex-h2 v1.0.0 [INFO] [stderr] Checking ntex v2.0.0 [INFO] [stderr] Checking ntex-redis v2.0.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/client.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 24 | pub(crate) fn new(io: IoBoxed) -> Self { [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 25 | let queue: Queue = Rc::new(RefCell::new(VecDeque::new())); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 28 | let io_ref = io.get_ref(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let queue2 = queue.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | let disconnect = io_ref.on_disconnect(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 75 | pool: pool::new(), [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/client.rs:90:46 [INFO] [stdout] | [INFO] [stdout] 90 | .and_then(|res| T::to_output(res.into_result().map_err(CommandError::Error)?)) [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/client.rs:113:46 [INFO] [stdout] | [INFO] [stdout] 113 | .map_err(|_| Error::PeerGone(None)) [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/cmd/auth.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn Auth(password: T) -> AuthCommand [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9 | AuthCommand(Request::Array(vec![ [INFO] [stdout] | _________________^ [INFO] [stdout] 10 | | Request::from_static("AUTH"), [INFO] [stdout] 11 | | Request::BulkString(password.into()), [INFO] [stdout] 12 | | ])) [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/cmd/hashes.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn HGet(key: T, field: V) -> utils::BulkOutputCommand [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] ... [INFO] [stdout] 38 | utils::BulkOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 39 | | Request::from_static("HGET"), [INFO] [stdout] 40 | | Request::BulkString(key.into()), [INFO] [stdout] 41 | | Request::BulkString(field.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/cmd/hashes.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 67 | fn to_output(val: Response) -> Result { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 68 | Ok(HashMap::try_from(val)?) [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/cmd/hashes.rs:252:29 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn HLen(key: T) -> utils::IntOutputCommand [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 252 | utils::IntOutputCommand(Request::Array(vec![ [INFO] [stdout] | _____________________________^ [INFO] [stdout] 253 | | Request::from_static("HLEN"), [INFO] [stdout] 254 | | Request::BulkString(key.into()), [INFO] [stdout] 255 | | ])) [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/cmd/hashes.rs:266:29 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn HIncrBy(key: T, field: K, increment: I) -> utils::IntOutputCommand [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] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 266 | utils::IntOutputCommand(Request::Array(vec![ [INFO] [stdout] | _____________________________^ [INFO] [stdout] 267 | | Request::from_static("HINCRBY"), [INFO] [stdout] 268 | | Request::BulkString(key.into()), [INFO] [stdout] 269 | | Request::BulkString(field.into()), [INFO] [stdout] 270 | | Request::BulkString(i64::from(increment).to_string().into()), [INFO] [stdout] 271 | | ])) [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/cmd/keys.rs:129:30 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn Expire(key: T, seconds: S) -> utils::BoolOutputCommand [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] ... [INFO] [stdout] 129 | utils::BoolOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 130 | | Request::from_static("EXPIRE"), [INFO] [stdout] 131 | | Request::BulkString(key.into()), [INFO] [stdout] 132 | | Request::BulkString(i64::from(seconds).to_string().into()), [INFO] [stdout] 133 | | ])) [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/cmd/keys.rs:144:30 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn ExpireAt(key: T, timestamp: S) -> utils::BoolOutputCommand [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] ... [INFO] [stdout] 144 | utils::BoolOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 145 | | Request::from_static("EXPIREAT"), [INFO] [stdout] 146 | | Request::BulkString(key.into()), [INFO] [stdout] 147 | | Request::BulkString(i64::from(timestamp).to_string().into()), [INFO] [stdout] 148 | | ])) [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/cmd/keys.rs:221:24 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn Keys(key: T) -> KeysPatternCommand [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 221 | KeysPatternCommand(Request::Array(vec![ [INFO] [stdout] | ________________________^ [INFO] [stdout] 222 | | Request::from_static("KEYS"), [INFO] [stdout] 223 | | Request::BulkString(key.into()), [INFO] [stdout] 224 | | ])) [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/cmd/keys.rs:237:15 [INFO] [stdout] | [INFO] [stdout] 236 | fn to_output(val: Response) -> Result { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 237 | match val.try_into() { [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/cmd/lists.rs:34:30 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn LIndex(key: T, index: i64) -> utils::BulkOutputCommand [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 34 | utils::BulkOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 35 | | Request::from_static("LINDEX"), [INFO] [stdout] 36 | | Request::BulkString(key.into()), [INFO] [stdout] 37 | | Request::BulkInteger(index), [INFO] [stdout] 38 | | ])) [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/cmd/lists.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn LPop(key: T) -> utils::BulkOutputCommand [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 71 | utils::BulkOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 72 | | Request::from_static("LPOP"), [INFO] [stdout] 73 | | Request::BulkString(key.into()), [INFO] [stdout] 74 | | ])) [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/cmd/lists.rs:107:30 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn RPop(key: T) -> utils::BulkOutputCommand [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 107 | utils::BulkOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 108 | | Request::from_static("RPOP"), [INFO] [stdout] 109 | | Request::BulkString(key.into()), [INFO] [stdout] 110 | | ])) [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/cmd/pubsub.rs:142:29 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn Publish(key: T, value: V) -> utils::IntOutputCommand [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] ... [INFO] [stdout] 142 | utils::IntOutputCommand(Request::Array(vec![ [INFO] [stdout] | _____________________________^ [INFO] [stdout] 143 | | Request::from_static("PUBLISH"), [INFO] [stdout] 144 | | Request::BulkString(key.into()), [INFO] [stdout] 145 | | Request::BulkString(value.into()), [INFO] [stdout] 146 | | ])) [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/cmd/pubsub.rs:154:29 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn SPublish(key: T, value: V) -> utils::IntOutputCommand [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] ... [INFO] [stdout] 154 | utils::IntOutputCommand(Request::Array(vec![ [INFO] [stdout] | _____________________________^ [INFO] [stdout] 155 | | Request::from_static("SPUBLISH"), [INFO] [stdout] 156 | | Request::BulkString(key.into()), [INFO] [stdout] 157 | | Request::BulkString(value.into()), [INFO] [stdout] 158 | | ])) [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/cmd/strings.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn Get(key: T) -> utils::BulkOutputCommand [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9 | utils::BulkOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 10 | | Request::from_static("GET"), [INFO] [stdout] 11 | | Request::BulkString(key.into()), [INFO] [stdout] 12 | | ])) [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/cmd/strings.rs:29:17 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn Set(key: T, value: V) -> SetCommand [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] ... [INFO] [stdout] 29 | expire: Expire::None, [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/cmd/strings.rs:137:29 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn IncrBy(key: T, increment: I) -> utils::IntOutputCommand [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] ... [INFO] [stdout] 137 | utils::IntOutputCommand(Request::Array(vec![ [INFO] [stdout] | _____________________________^ [INFO] [stdout] 138 | | Request::from_static("INCRBY"), [INFO] [stdout] 139 | | Request::BulkString(key.into()), [INFO] [stdout] 140 | | Request::BulkString(i64::from(increment).to_string().into()), [INFO] [stdout] 141 | | ])) [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/codec.rs:91:20 [INFO] [stdout] | [INFO] [stdout] 90 | fn from(val: ByteString) -> BulkString { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 91 | BulkString(val.into_bytes()) [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/codec.rs:127:20 [INFO] [stdout] | [INFO] [stdout] 126 | fn from(val: BytesMut) -> BulkString { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 127 | BulkString(val.freeze()) [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/codec.rs:239:29 [INFO] [stdout] | [INFO] [stdout] 238 | fn from(val: T) -> Request { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 239 | Request::BulkString(val.into()) [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/codec.rs:370:9 [INFO] [stdout] | [INFO] [stdout] 369 | fn try_from(val: Response) -> Result { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 370 | i64::try_from(val).and_then(|x| match x { [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/codec.rs:505:21 [INFO] [stdout] | [INFO] [stdout] 504 | fn try_from(val: Response) -> Result { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 505 | i64::try_from(val).and_then(|x| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 529 | impl_tryfrom_integers!(isize, usize, i32, u32, u64); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tryfrom_integers` (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/connector.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn new(address: A) -> RedisConnector> { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 24 | passwords: Vec::new(), [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/connector.rs:25:24 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn new(address: A) -> RedisConnector> { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 25 | connector: Pipeline::new(Connector::default()), [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/connector.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn connector(self, connector: U) -> RedisConnector [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] ... [INFO] [stdout] 61 | connector: Pipeline::new(connector), [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/errors.rs:34:25 [INFO] [stdout] | [INFO] [stdout] 33 | fn from(err: io::Error) -> Error { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 34 | Error::PeerGone(Some(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] [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/errors.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 79 | fn from(err: Either) -> CommandError { [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 80 | Into::::into(err).into() [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/simple.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 44 | self, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 45 | cmd: SubscribeOutputCommand, [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 48 | Ok(SubscriptionClient { [INFO] [stdout] | ____________^ [INFO] [stdout] 49 | | client: self, [INFO] [stdout] 50 | | _cmd: std::marker::PhantomData, [INFO] [stdout] 51 | | }) [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/simple.rs:76:57 [INFO] [stdout] | [INFO] [stdout] 76 | .map_err(|e| CommandError::Protocol(Error::PeerGone(Some(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: aborting due to 32 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ntex-redis` (lib) due to 33 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/client.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 24 | pub(crate) fn new(io: IoBoxed) -> Self { [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 25 | let queue: Queue = Rc::new(RefCell::new(VecDeque::new())); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 28 | let io_ref = io.get_ref(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 29 | let queue2 = queue.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | let disconnect = io_ref.on_disconnect(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 75 | pool: pool::new(), [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/client.rs:90:46 [INFO] [stdout] | [INFO] [stdout] 90 | .and_then(|res| T::to_output(res.into_result().map_err(CommandError::Error)?)) [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/client.rs:113:46 [INFO] [stdout] | [INFO] [stdout] 113 | .map_err(|_| Error::PeerGone(None)) [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/cmd/auth.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn Auth(password: T) -> AuthCommand [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9 | AuthCommand(Request::Array(vec![ [INFO] [stdout] | _________________^ [INFO] [stdout] 10 | | Request::from_static("AUTH"), [INFO] [stdout] 11 | | Request::BulkString(password.into()), [INFO] [stdout] 12 | | ])) [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/cmd/hashes.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn HGet(key: T, field: V) -> utils::BulkOutputCommand [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] ... [INFO] [stdout] 38 | utils::BulkOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 39 | | Request::from_static("HGET"), [INFO] [stdout] 40 | | Request::BulkString(key.into()), [INFO] [stdout] 41 | | Request::BulkString(field.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/cmd/hashes.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 67 | fn to_output(val: Response) -> Result { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 68 | Ok(HashMap::try_from(val)?) [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/cmd/hashes.rs:252:29 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn HLen(key: T) -> utils::IntOutputCommand [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 252 | utils::IntOutputCommand(Request::Array(vec![ [INFO] [stdout] | _____________________________^ [INFO] [stdout] 253 | | Request::from_static("HLEN"), [INFO] [stdout] 254 | | Request::BulkString(key.into()), [INFO] [stdout] 255 | | ])) [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/cmd/hashes.rs:266:29 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn HIncrBy(key: T, field: K, increment: I) -> utils::IntOutputCommand [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] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 266 | utils::IntOutputCommand(Request::Array(vec![ [INFO] [stdout] | _____________________________^ [INFO] [stdout] 267 | | Request::from_static("HINCRBY"), [INFO] [stdout] 268 | | Request::BulkString(key.into()), [INFO] [stdout] 269 | | Request::BulkString(field.into()), [INFO] [stdout] 270 | | Request::BulkString(i64::from(increment).to_string().into()), [INFO] [stdout] 271 | | ])) [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/cmd/keys.rs:129:30 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn Expire(key: T, seconds: S) -> utils::BoolOutputCommand [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] ... [INFO] [stdout] 129 | utils::BoolOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 130 | | Request::from_static("EXPIRE"), [INFO] [stdout] 131 | | Request::BulkString(key.into()), [INFO] [stdout] 132 | | Request::BulkString(i64::from(seconds).to_string().into()), [INFO] [stdout] 133 | | ])) [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/cmd/keys.rs:144:30 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn ExpireAt(key: T, timestamp: S) -> utils::BoolOutputCommand [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] ... [INFO] [stdout] 144 | utils::BoolOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 145 | | Request::from_static("EXPIREAT"), [INFO] [stdout] 146 | | Request::BulkString(key.into()), [INFO] [stdout] 147 | | Request::BulkString(i64::from(timestamp).to_string().into()), [INFO] [stdout] 148 | | ])) [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/cmd/keys.rs:221:24 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn Keys(key: T) -> KeysPatternCommand [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 221 | KeysPatternCommand(Request::Array(vec![ [INFO] [stdout] | ________________________^ [INFO] [stdout] 222 | | Request::from_static("KEYS"), [INFO] [stdout] 223 | | Request::BulkString(key.into()), [INFO] [stdout] 224 | | ])) [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/cmd/keys.rs:237:15 [INFO] [stdout] | [INFO] [stdout] 236 | fn to_output(val: Response) -> Result { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 237 | match val.try_into() { [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/cmd/lists.rs:34:30 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn LIndex(key: T, index: i64) -> utils::BulkOutputCommand [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 34 | utils::BulkOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 35 | | Request::from_static("LINDEX"), [INFO] [stdout] 36 | | Request::BulkString(key.into()), [INFO] [stdout] 37 | | Request::BulkInteger(index), [INFO] [stdout] 38 | | ])) [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/cmd/lists.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn LPop(key: T) -> utils::BulkOutputCommand [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 71 | utils::BulkOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 72 | | Request::from_static("LPOP"), [INFO] [stdout] 73 | | Request::BulkString(key.into()), [INFO] [stdout] 74 | | ])) [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/cmd/lists.rs:107:30 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn RPop(key: T) -> utils::BulkOutputCommand [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 107 | utils::BulkOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 108 | | Request::from_static("RPOP"), [INFO] [stdout] 109 | | Request::BulkString(key.into()), [INFO] [stdout] 110 | | ])) [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/cmd/pubsub.rs:142:29 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn Publish(key: T, value: V) -> utils::IntOutputCommand [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] ... [INFO] [stdout] 142 | utils::IntOutputCommand(Request::Array(vec![ [INFO] [stdout] | _____________________________^ [INFO] [stdout] 143 | | Request::from_static("PUBLISH"), [INFO] [stdout] 144 | | Request::BulkString(key.into()), [INFO] [stdout] 145 | | Request::BulkString(value.into()), [INFO] [stdout] 146 | | ])) [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/cmd/pubsub.rs:154:29 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn SPublish(key: T, value: V) -> utils::IntOutputCommand [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] ... [INFO] [stdout] 154 | utils::IntOutputCommand(Request::Array(vec![ [INFO] [stdout] | _____________________________^ [INFO] [stdout] 155 | | Request::from_static("SPUBLISH"), [INFO] [stdout] 156 | | Request::BulkString(key.into()), [INFO] [stdout] 157 | | Request::BulkString(value.into()), [INFO] [stdout] 158 | | ])) [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/cmd/strings.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn Get(key: T) -> utils::BulkOutputCommand [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9 | utils::BulkOutputCommand(Request::Array(vec![ [INFO] [stdout] | ______________________________^ [INFO] [stdout] 10 | | Request::from_static("GET"), [INFO] [stdout] 11 | | Request::BulkString(key.into()), [INFO] [stdout] 12 | | ])) [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/cmd/strings.rs:29:17 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn Set(key: T, value: V) -> SetCommand [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] ... [INFO] [stdout] 29 | expire: Expire::None, [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/cmd/strings.rs:137:29 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn IncrBy(key: T, increment: I) -> utils::IntOutputCommand [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] ... [INFO] [stdout] 137 | utils::IntOutputCommand(Request::Array(vec![ [INFO] [stdout] | _____________________________^ [INFO] [stdout] 138 | | Request::from_static("INCRBY"), [INFO] [stdout] 139 | | Request::BulkString(key.into()), [INFO] [stdout] 140 | | Request::BulkString(i64::from(increment).to_string().into()), [INFO] [stdout] 141 | | ])) [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/codec.rs:91:20 [INFO] [stdout] | [INFO] [stdout] 90 | fn from(val: ByteString) -> BulkString { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 91 | BulkString(val.into_bytes()) [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/codec.rs:127:20 [INFO] [stdout] | [INFO] [stdout] 126 | fn from(val: BytesMut) -> BulkString { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 127 | BulkString(val.freeze()) [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/codec.rs:239:29 [INFO] [stdout] | [INFO] [stdout] 238 | fn from(val: T) -> Request { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 239 | Request::BulkString(val.into()) [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/codec.rs:370:9 [INFO] [stdout] | [INFO] [stdout] 369 | fn try_from(val: Response) -> Result { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 370 | i64::try_from(val).and_then(|x| match x { [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/codec.rs:505:21 [INFO] [stdout] | [INFO] [stdout] 504 | fn try_from(val: Response) -> Result { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 505 | i64::try_from(val).and_then(|x| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 529 | impl_tryfrom_integers!(isize, usize, i32, u32, u64); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `impl_tryfrom_integers` (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/connector.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn new(address: A) -> RedisConnector> { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 24 | passwords: Vec::new(), [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/connector.rs:25:24 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn new(address: A) -> RedisConnector> { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 25 | connector: Pipeline::new(Connector::default()), [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/connector.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn connector(self, connector: U) -> RedisConnector [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] ... [INFO] [stdout] 61 | connector: Pipeline::new(connector), [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/errors.rs:34:25 [INFO] [stdout] | [INFO] [stdout] 33 | fn from(err: io::Error) -> Error { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 34 | Error::PeerGone(Some(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] [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/errors.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 79 | fn from(err: Either) -> CommandError { [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 80 | Into::::into(err).into() [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/simple.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 44 | self, [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 45 | cmd: SubscribeOutputCommand, [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 48 | Ok(SubscriptionClient { [INFO] [stdout] | ____________^ [INFO] [stdout] 49 | | client: self, [INFO] [stdout] 50 | | _cmd: std::marker::PhantomData, [INFO] [stdout] 51 | | }) [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/simple.rs:76:57 [INFO] [stdout] | [INFO] [stdout] 76 | .map_err(|e| CommandError::Protocol(Error::PeerGone(Some(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: aborting due to 32 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ntex-redis` (lib test) due to 33 previous errors [INFO] running `Command { std: "docker" "inspect" "584150cf7b4f6268a00aa4e1c50bd210ba934598aa8bc1a08121bca412b29b4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "584150cf7b4f6268a00aa4e1c50bd210ba934598aa8bc1a08121bca412b29b4c", kill_on_drop: false }` [INFO] [stdout] 584150cf7b4f6268a00aa4e1c50bd210ba934598aa8bc1a08121bca412b29b4c