[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] testing applemonger/squadbot against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapplemonger%2Fsquadbot" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/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-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/applemonger/squadbot on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 55cc6cf7739bd90645cfd4cf54d9f16ae123c135fa6ce4ca15a9861de6750bd5
[INFO] running `Command { std: "docker" "start" "-a" "55cc6cf7739bd90645cfd4cf54d9f16ae123c135fa6ce4ca15a9861de6750bd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55cc6cf7739bd90645cfd4cf54d9f16ae123c135fa6ce4ca15a9861de6750bd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55cc6cf7739bd90645cfd4cf54d9f16ae123c135fa6ce4ca15a9861de6750bd5", kill_on_drop: false }`
[INFO] [stdout] 55cc6cf7739bd90645cfd4cf54d9f16ae123c135fa6ce4ca15a9861de6750bd5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 27ceb9573a19898f8c748c5010c6e919b4332886c8d75df110d5b3b8448ab896
[INFO] running `Command { std: "docker" "start" "-a" "27ceb9573a19898f8c748c5010c6e919b4332886c8d75df110d5b3b8448ab896", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]    Compiling once_cell v1.12.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling async-trait v0.1.56
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling tracing-core v0.1.27
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling rustls-pemfile v1.0.0
[INFO] [stderr]    Compiling hashbrown v0.12.1
[INFO] [stderr]    Compiling serenity v0.11.2
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling typemap_rev v0.1.5
[INFO] [stderr]    Compiling levenshtein v1.0.5
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling mio v0.8.3
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling sha1 v0.6.1
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling combine v4.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling uwl v0.6.0
[INFO] [stderr]    Compiling ordered-float v2.10.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[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 command_attr v0.4.0
[INFO] [stderr]    Compiling webpki-roots v0.22.3
[INFO] [stderr]    Compiling tokio v1.19.2
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling tracing v0.1.35
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling dashmap v5.3.4
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling time v0.3.9
[INFO] [stderr]    Compiling tungstenite v0.17.2
[INFO] [stderr]    Compiling redis v0.21.5
[INFO] [stderr]    Compiling async-tungstenite v0.17.2
[INFO] [stderr]    Compiling hyper v0.14.19
[INFO] [stderr]    Compiling hyper-rustls v0.23.0
[INFO] [stderr]    Compiling reqwest v0.11.11
[INFO] [stderr]    Compiling 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<RoleId>,
[INFO] [stdout]  91 | |     squad_id: &String,
[INFO] [stdout]  92 | | ) -> redis::RedisResult<()> {
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[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]     = 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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[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]     = 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]     = 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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[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]     = 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]     = 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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[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]     = 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]     = 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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[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<HashMap<UserId, u64>> {
[INFO] [stdout]     | |_____________________________________________^
[INFO] [stdout]     |
[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]     = 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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[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]     = 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]     = 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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[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 1m 36s
[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 2`
[INFO] running `Command { std: "docker" "inspect" "27ceb9573a19898f8c748c5010c6e919b4332886c8d75df110d5b3b8448ab896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27ceb9573a19898f8c748c5010c6e919b4332886c8d75df110d5b3b8448ab896", kill_on_drop: false }`
[INFO] [stdout] 27ceb9573a19898f8c748c5010c6e919b4332886c8d75df110d5b3b8448ab896
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d56e1517ecce6acc67d007c0a997b63c2747d76a72c4c965e6a2ddf8890dbf84
[INFO] running `Command { std: "docker" "start" "-a" "d56e1517ecce6acc67d007c0a997b63c2747d76a72c4c965e6a2ddf8890dbf84", kill_on_drop: false }`
[INFO] [stderr]    Compiling 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<RoleId>,
[INFO] [stdout]  91 | |     squad_id: &String,
[INFO] [stdout]  92 | | ) -> redis::RedisResult<()> {
[INFO] [stdout]     | |___________________________^
[INFO] [stdout]     |
[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]     = 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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[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]     = 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]     = 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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[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]     = 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]     = 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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[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]     = 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]     = 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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[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<HashMap<UserId, u64>> {
[INFO] [stdout]     | |_____________________________________________^
[INFO] [stdout]     |
[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]     = 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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[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]     = 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]     = 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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[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 `test` profile [unoptimized + debuginfo] target(s) in 3.85s
[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 2`
[INFO] running `Command { std: "docker" "inspect" "d56e1517ecce6acc67d007c0a997b63c2747d76a72c4c965e6a2ddf8890dbf84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d56e1517ecce6acc67d007c0a997b63c2747d76a72c4c965e6a2ddf8890dbf84", kill_on_drop: false }`
[INFO] [stdout] d56e1517ecce6acc67d007c0a997b63c2747d76a72c4c965e6a2ddf8890dbf84
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a6dfbaa28ca0215eb75044b75f11dd06eed52a2511c1da8e2f336788368f587d
[INFO] running `Command { std: "docker" "start" "-a" "a6dfbaa28ca0215eb75044b75f11dd06eed52a2511c1da8e2f336788368f587d", kill_on_drop: false }`
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/redis_io.rs:86:1
[INFO] [stderr]     |
[INFO] [stderr]  86 | / pub fn build_posting(
[INFO] [stderr]  87 | |     con: &mut redis::Connection,
[INFO] [stderr]  88 | |     channel_id: &String,
[INFO] [stderr]  89 | |     message_id: &String,
[INFO] [stderr]  90 | |     role_id: Option<RoleId>,
[INFO] [stderr]  91 | |     squad_id: &String,
[INFO] [stderr]  92 | | ) -> redis::RedisResult<()> {
[INFO] [stderr]     | |___________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/redis_io.rs:99:10
[INFO] [stderr]     |
[INFO] [stderr]  99 |         .query(con)?;
[INFO] [stderr]     |          ^^^^^
[INFO] [stderr]     = 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] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr]  99 ~         .query::<()>(con)?;
[INFO] [stderr] 100 |     redis::cmd("HSET")
[INFO] [stderr] ...
[INFO] [stderr] 103 |         .arg(&channel_id)
[INFO] [stderr] 104 ~         .query::<()>(con)?;
[INFO] [stderr] 105 |     redis::cmd("HSET")
[INFO] [stderr] ...
[INFO] [stderr] 108 |         .arg(&message_id)
[INFO] [stderr] 109 ~         .query::<()>(con)?;
[INFO] [stderr] 110 |     redis::cmd("SADD")
[INFO] [stderr] 111 |         .arg(&channels_id)
[INFO] [stderr] 112 |         .arg(&channel_id)
[INFO] [stderr] 113 ~         .query::<()>(con)?;
[INFO] [stderr] 114 |     redis::cmd("EXPIRE")
[INFO] [stderr] 115 |         .arg(&channels_id)
[INFO] [stderr] 116 |         .arg(POSTING_TTL)
[INFO] [stderr] 117 ~         .query::<()>(con)?;
[INFO] [stderr] 118 |     match role_id {
[INFO] [stderr] ...
[INFO] [stderr] 123 |                 .arg(id.as_u64().to_string())
[INFO] [stderr] 124 ~                 .query::<()>(con)?;
[INFO] [stderr] 125 |         }
[INFO] [stderr] ...
[INFO] [stderr] 130 |         .arg(POSTING_TTL)
[INFO] [stderr] 131 ~         .query::<()>(con)?;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/redis_io.rs:141:1
[INFO] [stderr]     |
[INFO] [stderr] 141 | / pub fn build_squad(
[INFO] [stderr] 142 | |     con: &mut redis::Connection,
[INFO] [stderr] 143 | |     squad_id: &String,
[INFO] [stderr] 144 | |     capacity: u8,
[INFO] [stderr] 145 | | ) -> redis::RedisResult<()> {
[INFO] [stderr]     | |___________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/redis_io.rs:151:10
[INFO] [stderr]     |
[INFO] [stderr] 151 |         .query(con)?;
[INFO] [stderr]     |          ^^^^^
[INFO] [stderr]     = 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] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 151 ~         .query::<()>(con)?;
[INFO] [stderr] 152 |     redis::cmd("HSET")
[INFO] [stderr] ...
[INFO] [stderr] 155 |         .arg(capacity)
[INFO] [stderr] 156 ~         .query::<()>(con)?;
[INFO] [stderr] 157 |     redis::cmd("HSET")
[INFO] [stderr] ...
[INFO] [stderr] 160 |         .arg(0)
[INFO] [stderr] 161 ~         .query::<()>(con)?;
[INFO] [stderr] 162 |     redis::cmd("EXPIRE")
[INFO] [stderr] 163 |         .arg(&squad_id)
[INFO] [stderr] 164 |         .arg(SQUAD_TTL)
[INFO] [stderr] 165 ~         .query::<()>(con)?;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/redis_io.rs:178:1
[INFO] [stderr]     |
[INFO] [stderr] 178 | / pub fn add_member(
[INFO] [stderr] 179 | |     con: &mut redis::Connection,
[INFO] [stderr] 180 | |     squad_id: &String,
[INFO] [stderr] 181 | |     user_id: &String,
[INFO] [stderr] 182 | |     expires: u32,
[INFO] [stderr] 183 | | ) -> redis::RedisResult<()> {
[INFO] [stderr]     | |___________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/redis_io.rs:195:22
[INFO] [stderr]     |
[INFO] [stderr] 195 |                     .query(con)?;
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     = 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] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 195 ~                     .query::<()>(con)?;
[INFO] [stderr] 196 ~                 redis::cmd("EXPIRE").arg(&members_id).arg(ttl).query::<()>(con)?;
[INFO] [stderr] 197 |             } else {
[INFO] [stderr] ...
[INFO] [stderr] 202 |                         .arg(&member_id)
[INFO] [stderr] 203 ~                         .query::<()>(con)?;
[INFO] [stderr] 204 |                 }
[INFO] [stderr] ...
[INFO] [stderr] 210 |                 .arg(expires)
[INFO] [stderr] 211 ~                 .query::<()>(con)?;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/redis_io.rs:221:1
[INFO] [stderr]     |
[INFO] [stderr] 221 | / pub fn delete_member(
[INFO] [stderr] 222 | |     con: &mut redis::Connection,
[INFO] [stderr] 223 | |     squad_id: &String,
[INFO] [stderr] 224 | |     user_id: &String,
[INFO] [stderr] 225 | | ) -> redis::RedisResult<()> {
[INFO] [stderr]     | |___________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/redis_io.rs:234:10
[INFO] [stderr]     |
[INFO] [stderr] 234 |         .query(con)?;
[INFO] [stderr]     |          ^^^^^
[INFO] [stderr]     = 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] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 234 ~         .query::<()>(con)?;
[INFO] [stderr] 235 ~     redis::cmd("DEL").arg(&member_id).query::<()>(con)?;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/redis_io.rs:247:1
[INFO] [stderr]     |
[INFO] [stderr] 247 | / pub fn get_members(
[INFO] [stderr] 248 | |     con: &mut redis::Connection,
[INFO] [stderr] 249 | |     squad_id: &String,
[INFO] [stderr] 250 | | ) -> redis::RedisResult<HashMap<UserId, u64>> {
[INFO] [stderr]     | |_____________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/redis_io.rs:287:18
[INFO] [stderr]     |
[INFO] [stderr] 287 |                 .query(con)?;
[INFO] [stderr]     |                  ^^^^^
[INFO] [stderr]     = 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] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 287 |                 .query::<()>(con)?;
[INFO] [stderr]     |                       ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/redis_io.rs:355:1
[INFO] [stderr]     |
[INFO] [stderr] 355 | pub fn fill_squad(con: &mut redis::Connection, squad_id: &String) -> redis::RedisResult<()> {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/redis_io.rs:360:10
[INFO] [stderr]     |
[INFO] [stderr] 360 |         .query(con)?;
[INFO] [stderr]     |          ^^^^^
[INFO] [stderr]     = 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] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 360 |         .query::<()>(con)?;
[INFO] [stderr]     |               ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `squadbot` (bin "squadbot" test) generated 6 warnings (run `cargo fix --bin "squadbot" -p squadbot --tests` to apply 6 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[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 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/squadbot-8e4a9ba89ab743bf)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a6dfbaa28ca0215eb75044b75f11dd06eed52a2511c1da8e2f336788368f587d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6dfbaa28ca0215eb75044b75f11dd06eed52a2511c1da8e2f336788368f587d", kill_on_drop: false }`
[INFO] [stdout] a6dfbaa28ca0215eb75044b75f11dd06eed52a2511c1da8e2f336788368f587d
