[INFO] cloning repository https://github.com/applemonger/squadbot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/applemonger/squadbot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapplemonger%2Fsquadbot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapplemonger%2Fsquadbot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 480867ccee72ef3880ec290e3e3eeeddaeaa39ae [INFO] checking applemonger/squadbot against master#51ff895062ba60a7cba53f57af928c3fb7b0f2f4 for pr-146167 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapplemonger%2Fsquadbot" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/applemonger/squadbot [INFO] finished tweaking git repo https://github.com/applemonger/squadbot [INFO] tweaked toml for git repo https://github.com/applemonger/squadbot written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/applemonger/squadbot on toolchain 51ff895062ba60a7cba53f57af928c3fb7b0f2f4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+51ff895062ba60a7cba53f57af928c3fb7b0f2f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/applemonger/squadbot 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" "+51ff895062ba60a7cba53f57af928c3fb7b0f2f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tracing-core v0.1.27 [INFO] [stderr] Downloaded command_attr v0.4.0 [INFO] [stderr] Downloaded dashmap v5.3.4 [INFO] [stderr] Downloaded tungstenite v0.17.2 [INFO] [stderr] Downloaded async-tungstenite v0.17.2 [INFO] [stderr] Downloaded syn v1.0.96 [INFO] [stderr] Downloaded serenity v0.11.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+51ff895062ba60a7cba53f57af928c3fb7b0f2f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 528065e71335d172fa4a98af371d64903eae2c6ffd9e1f07659538df143f7768 [INFO] running `Command { std: "docker" "start" "-a" "528065e71335d172fa4a98af371d64903eae2c6ffd9e1f07659538df143f7768", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "528065e71335d172fa4a98af371d64903eae2c6ffd9e1f07659538df143f7768", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "528065e71335d172fa4a98af371d64903eae2c6ffd9e1f07659538df143f7768", kill_on_drop: false }` [INFO] [stdout] 528065e71335d172fa4a98af371d64903eae2c6ffd9e1f07659538df143f7768 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+51ff895062ba60a7cba53f57af928c3fb7b0f2f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f58a75be528a347898eaf557c0d636107335378f3c4883219f78930932ea40a6 [INFO] running `Command { std: "docker" "start" "-a" "f58a75be528a347898eaf557c0d636107335378f3c4883219f78930932ea40a6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking tracing-core v0.1.27 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Checking futures-util v0.3.21 [INFO] [stderr] Checking rustls v0.20.6 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking parking_lot_core v0.9.3 [INFO] [stderr] Checking ordered-float v2.10.0 [INFO] [stderr] Checking sha1_smol v1.0.0 [INFO] [stderr] Compiling serenity v0.11.2 [INFO] [stderr] Checking hashbrown v0.12.1 [INFO] [stderr] Checking combine v4.6.4 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking sha1 v0.6.1 [INFO] [stderr] Checking uwl v0.6.0 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking futures v0.3.21 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling tracing-attributes v0.1.21 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Compiling command_attr v0.4.0 [INFO] [stderr] Checking tokio v1.19.2 [INFO] [stderr] Checking thiserror v1.0.31 [INFO] [stderr] Checking tracing v0.1.35 [INFO] [stderr] Checking serde v1.0.137 [INFO] [stderr] Checking tokio-util v0.7.3 [INFO] [stderr] Checking tokio-rustls v0.23.4 [INFO] [stderr] Checking h2 v0.3.13 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking serde_json v1.0.81 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking dashmap v5.3.4 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking time v0.3.9 [INFO] [stderr] Checking tungstenite v0.17.2 [INFO] [stderr] Checking redis v0.21.5 [INFO] [stderr] Checking async-tungstenite v0.17.2 [INFO] [stderr] Checking hyper v0.14.19 [INFO] [stderr] Checking hyper-rustls v0.23.0 [INFO] [stderr] Checking reqwest v0.11.11 [INFO] [stderr] Checking squadbot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_io.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / pub fn build_posting( [INFO] [stdout] 87 | | con: &mut redis::Connection, [INFO] [stdout] 88 | | channel_id: &String, [INFO] [stdout] 89 | | message_id: &String, [INFO] [stdout] 90 | | role_id: Option, [INFO] [stdout] 91 | | squad_id: &String, [INFO] [stdout] 92 | | ) -> redis::RedisResult<()> { [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_io.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | .query(con)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 99 ~ .query::<()>(con)?; [INFO] [stdout] 100| redis::cmd("HSET") [INFO] [stdout] ... [INFO] [stdout] 103| .arg(&channel_id) [INFO] [stdout] 104~ .query::<()>(con)?; [INFO] [stdout] 105| redis::cmd("HSET") [INFO] [stdout] ... [INFO] [stdout] 108| .arg(&message_id) [INFO] [stdout] 109~ .query::<()>(con)?; [INFO] [stdout] 110| redis::cmd("SADD") [INFO] [stdout] 111| .arg(&channels_id) [INFO] [stdout] 112| .arg(&channel_id) [INFO] [stdout] 113~ .query::<()>(con)?; [INFO] [stdout] 114| redis::cmd("EXPIRE") [INFO] [stdout] 115| .arg(&channels_id) [INFO] [stdout] 116| .arg(POSTING_TTL) [INFO] [stdout] 117~ .query::<()>(con)?; [INFO] [stdout] 118| match role_id { [INFO] [stdout] ... [INFO] [stdout] 123| .arg(id.as_u64().to_string()) [INFO] [stdout] 124~ .query::<()>(con)?; [INFO] [stdout] 125| } [INFO] [stdout] ... [INFO] [stdout] 130| .arg(POSTING_TTL) [INFO] [stdout] 131~ .query::<()>(con)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_io.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / pub fn build_squad( [INFO] [stdout] 142 | | con: &mut redis::Connection, [INFO] [stdout] 143 | | squad_id: &String, [INFO] [stdout] 144 | | capacity: u8, [INFO] [stdout] 145 | | ) -> redis::RedisResult<()> { [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_io.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | .query(con)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 151 ~ .query::<()>(con)?; [INFO] [stdout] 152 | redis::cmd("HSET") [INFO] [stdout] ... [INFO] [stdout] 155 | .arg(capacity) [INFO] [stdout] 156 ~ .query::<()>(con)?; [INFO] [stdout] 157 | redis::cmd("HSET") [INFO] [stdout] ... [INFO] [stdout] 160 | .arg(0) [INFO] [stdout] 161 ~ .query::<()>(con)?; [INFO] [stdout] 162 | redis::cmd("EXPIRE") [INFO] [stdout] 163 | .arg(&squad_id) [INFO] [stdout] 164 | .arg(SQUAD_TTL) [INFO] [stdout] 165 ~ .query::<()>(con)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_io.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / pub fn build_posting( [INFO] [stdout] 87 | | con: &mut redis::Connection, [INFO] [stdout] 88 | | channel_id: &String, [INFO] [stdout] 89 | | message_id: &String, [INFO] [stdout] 90 | | role_id: Option, [INFO] [stdout] 91 | | squad_id: &String, [INFO] [stdout] 92 | | ) -> redis::RedisResult<()> { [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_io.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | .query(con)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 99 ~ .query::<()>(con)?; [INFO] [stdout] 100| redis::cmd("HSET") [INFO] [stdout] ... [INFO] [stdout] 103| .arg(&channel_id) [INFO] [stdout] 104~ .query::<()>(con)?; [INFO] [stdout] 105| redis::cmd("HSET") [INFO] [stdout] ... [INFO] [stdout] 108| .arg(&message_id) [INFO] [stdout] 109~ .query::<()>(con)?; [INFO] [stdout] 110| redis::cmd("SADD") [INFO] [stdout] 111| .arg(&channels_id) [INFO] [stdout] 112| .arg(&channel_id) [INFO] [stdout] 113~ .query::<()>(con)?; [INFO] [stdout] 114| redis::cmd("EXPIRE") [INFO] [stdout] 115| .arg(&channels_id) [INFO] [stdout] 116| .arg(POSTING_TTL) [INFO] [stdout] 117~ .query::<()>(con)?; [INFO] [stdout] 118| match role_id { [INFO] [stdout] ... [INFO] [stdout] 123| .arg(id.as_u64().to_string()) [INFO] [stdout] 124~ .query::<()>(con)?; [INFO] [stdout] 125| } [INFO] [stdout] ... [INFO] [stdout] 130| .arg(POSTING_TTL) [INFO] [stdout] 131~ .query::<()>(con)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_io.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / pub fn build_squad( [INFO] [stdout] 142 | | con: &mut redis::Connection, [INFO] [stdout] 143 | | squad_id: &String, [INFO] [stdout] 144 | | capacity: u8, [INFO] [stdout] 145 | | ) -> redis::RedisResult<()> { [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_io.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | .query(con)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 151 ~ .query::<()>(con)?; [INFO] [stdout] 152 | redis::cmd("HSET") [INFO] [stdout] ... [INFO] [stdout] 155 | .arg(capacity) [INFO] [stdout] 156 ~ .query::<()>(con)?; [INFO] [stdout] 157 | redis::cmd("HSET") [INFO] [stdout] ... [INFO] [stdout] 160 | .arg(0) [INFO] [stdout] 161 ~ .query::<()>(con)?; [INFO] [stdout] 162 | redis::cmd("EXPIRE") [INFO] [stdout] 163 | .arg(&squad_id) [INFO] [stdout] 164 | .arg(SQUAD_TTL) [INFO] [stdout] 165 ~ .query::<()>(con)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_io.rs:178:1 [INFO] [stdout] | [INFO] [stdout] 178 | / pub fn add_member( [INFO] [stdout] 179 | | con: &mut redis::Connection, [INFO] [stdout] 180 | | squad_id: &String, [INFO] [stdout] 181 | | user_id: &String, [INFO] [stdout] 182 | | expires: u32, [INFO] [stdout] 183 | | ) -> redis::RedisResult<()> { [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_io.rs:195:22 [INFO] [stdout] | [INFO] [stdout] 195 | .query(con)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 195 ~ .query::<()>(con)?; [INFO] [stdout] 196 ~ redis::cmd("EXPIRE").arg(&members_id).arg(ttl).query::<()>(con)?; [INFO] [stdout] 197 | } else { [INFO] [stdout] ... [INFO] [stdout] 202 | .arg(&member_id) [INFO] [stdout] 203 ~ .query::<()>(con)?; [INFO] [stdout] 204 | } [INFO] [stdout] ... [INFO] [stdout] 210 | .arg(expires) [INFO] [stdout] 211 ~ .query::<()>(con)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_io.rs:178:1 [INFO] [stdout] | [INFO] [stdout] 178 | / pub fn add_member( [INFO] [stdout] 179 | | con: &mut redis::Connection, [INFO] [stdout] 180 | | squad_id: &String, [INFO] [stdout] 181 | | user_id: &String, [INFO] [stdout] 182 | | expires: u32, [INFO] [stdout] 183 | | ) -> redis::RedisResult<()> { [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_io.rs:195:22 [INFO] [stdout] | [INFO] [stdout] 195 | .query(con)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 195 ~ .query::<()>(con)?; [INFO] [stdout] 196 ~ redis::cmd("EXPIRE").arg(&members_id).arg(ttl).query::<()>(con)?; [INFO] [stdout] 197 | } else { [INFO] [stdout] ... [INFO] [stdout] 202 | .arg(&member_id) [INFO] [stdout] 203 ~ .query::<()>(con)?; [INFO] [stdout] 204 | } [INFO] [stdout] ... [INFO] [stdout] 210 | .arg(expires) [INFO] [stdout] 211 ~ .query::<()>(con)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_io.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | / pub fn delete_member( [INFO] [stdout] 222 | | con: &mut redis::Connection, [INFO] [stdout] 223 | | squad_id: &String, [INFO] [stdout] 224 | | user_id: &String, [INFO] [stdout] 225 | | ) -> redis::RedisResult<()> { [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_io.rs:234:10 [INFO] [stdout] | [INFO] [stdout] 234 | .query(con)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 234 ~ .query::<()>(con)?; [INFO] [stdout] 235 ~ redis::cmd("DEL").arg(&member_id).query::<()>(con)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_io.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | / pub fn delete_member( [INFO] [stdout] 222 | | con: &mut redis::Connection, [INFO] [stdout] 223 | | squad_id: &String, [INFO] [stdout] 224 | | user_id: &String, [INFO] [stdout] 225 | | ) -> redis::RedisResult<()> { [INFO] [stdout] | |___________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_io.rs:234:10 [INFO] [stdout] | [INFO] [stdout] 234 | .query(con)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 234 ~ .query::<()>(con)?; [INFO] [stdout] 235 ~ redis::cmd("DEL").arg(&member_id).query::<()>(con)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_io.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | / pub fn get_members( [INFO] [stdout] 248 | | con: &mut redis::Connection, [INFO] [stdout] 249 | | squad_id: &String, [INFO] [stdout] 250 | | ) -> redis::RedisResult> { [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_io.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 287 | .query(con)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 287 | .query::<()>(con)?; [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_io.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | / pub fn get_members( [INFO] [stdout] 248 | | con: &mut redis::Connection, [INFO] [stdout] 249 | | squad_id: &String, [INFO] [stdout] 250 | | ) -> redis::RedisResult> { [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_io.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 287 | .query(con)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 287 | .query::<()>(con)?; [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_io.rs:355:1 [INFO] [stdout] | [INFO] [stdout] 355 | pub fn fill_squad(con: &mut redis::Connection, squad_id: &String) -> redis::RedisResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_io.rs:360:10 [INFO] [stdout] | [INFO] [stdout] 360 | .query(con)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 360 | .query::<()>(con)?; [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/redis_io.rs:355:1 [INFO] [stdout] | [INFO] [stdout] 355 | pub fn fill_squad(con: &mut redis::Connection, squad_id: &String) -> redis::RedisResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/redis_io.rs:360:10 [INFO] [stdout] | [INFO] [stdout] 360 | .query(con)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 360 | .query::<()>(con)?; [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.76s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.21.5, squadbot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6` [INFO] running `Command { std: "docker" "inspect" "f58a75be528a347898eaf557c0d636107335378f3c4883219f78930932ea40a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f58a75be528a347898eaf557c0d636107335378f3c4883219f78930932ea40a6", kill_on_drop: false }` [INFO] [stdout] f58a75be528a347898eaf557c0d636107335378f3c4883219f78930932ea40a6