[INFO] cloning repository https://github.com/valyagolev/progresscafe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/valyagolev/progresscafe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvalyagolev%2Fprogresscafe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvalyagolev%2Fprogresscafe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 63c7138fda3bc00b0b3572dc5365942c93d8664e
[INFO] testing valyagolev/progresscafe against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvalyagolev%2Fprogresscafe" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/valyagolev/progresscafe
[INFO] finished tweaking git repo https://github.com/valyagolev/progresscafe
[INFO] tweaked toml for git repo https://github.com/valyagolev/progresscafe written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/valyagolev/progresscafe on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/valyagolev/progresscafe 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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 65cc4e784242f74ebb75dc12a2ba4798a420c07cc079328e6f77b7d53a474e04
[INFO] running `Command { std: "docker" "start" "-a" "65cc4e784242f74ebb75dc12a2ba4798a420c07cc079328e6f77b7d53a474e04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65cc4e784242f74ebb75dc12a2ba4798a420c07cc079328e6f77b7d53a474e04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65cc4e784242f74ebb75dc12a2ba4798a420c07cc079328e6f77b7d53a474e04", kill_on_drop: false }`
[INFO] [stdout] 65cc4e784242f74ebb75dc12a2ba4798a420c07cc079328e6f77b7d53a474e04
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b52f1e187ee9e85321f80f20a6c997707766d1703a538dab885eef240d29106b
[INFO] running `Command { std: "docker" "start" "-a" "b52f1e187ee9e85321f80f20a6c997707766d1703a538dab885eef240d29106b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.138
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling serde v1.0.149
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling async-trait v0.1.59
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling serde_json v1.0.89
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling buf_redux v0.8.4
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling twoway v0.1.8
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling rustls-pemfile v0.2.1
[INFO] [stderr]    Compiling arc-swap v1.5.1
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling headers v0.3.8
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling multipart v0.18.0
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio v1.23.0
[INFO] [stderr]    Compiling tungstenite v0.17.3
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling tokio-tungstenite v0.17.2
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling combine v4.6.6
[INFO] [stderr]    Compiling hyper v0.14.23
[INFO] [stderr]    Compiling redis v0.22.1
[INFO] [stderr]    Compiling warp v0.3.3
[INFO] [stderr]    Compiling progresscafe v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `collections::HashMap` and `sync::Arc`
[INFO] [stdout]  --> src/main.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashMap, sync::Arc};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Key`
[INFO] [stdout]  --> src/main.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use store::{Key, Store, Update};
[INFO] [stdout]   |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Future`
[INFO] [stdout]  --> src/store.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | use futures::{Future, StreamExt};
[INFO] [stdout]   |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `aio::ConnectionManager`
[INFO] [stdout]  --> src/store.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use redis::{aio::ConnectionManager, Cmd, FromRedisValue, ToRedisArgs};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RedisResult`
[INFO] [stdout]  --> src/store.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | use redis::{AsyncCommands, RedisResult};
[INFO] [stdout]   |                            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/store.rs:166:5
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub async fn update(&self, update: &Update) -> Result<()> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/store.rs:168:15
[INFO] [stdout]     |
[INFO] [stdout] 168 |             c.query_async(&mut self.redis.clone()).await?;
[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] 168 |             c.query_async::<_, ()>(&mut self.redis.clone()).await?;
[INFO] [stdout]     |                          +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/store.rs:94:12
[INFO] [stdout]    |
[INFO] [stdout] 93 | impl Update {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 94 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.33s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0, progresscafe v0.1.0 (/opt/rustwide/workdir), redis v0.22.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "b52f1e187ee9e85321f80f20a6c997707766d1703a538dab885eef240d29106b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b52f1e187ee9e85321f80f20a6c997707766d1703a538dab885eef240d29106b", kill_on_drop: false }`
[INFO] [stdout] b52f1e187ee9e85321f80f20a6c997707766d1703a538dab885eef240d29106b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c293d5eed6e7d58a5007e788f609f2737554d943365cc131ec697d861d9d4a01
[INFO] running `Command { std: "docker" "start" "-a" "c293d5eed6e7d58a5007e788f609f2737554d943365cc131ec697d861d9d4a01", kill_on_drop: false }`
[INFO] [stderr]    Compiling progresscafe v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `collections::HashMap` and `sync::Arc`
[INFO] [stdout]  --> src/main.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashMap, sync::Arc};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Key`
[INFO] [stdout]  --> src/main.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use store::{Key, Store, Update};
[INFO] [stdout]   |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Future`
[INFO] [stdout]  --> src/store.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | use futures::{Future, StreamExt};
[INFO] [stdout]   |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `aio::ConnectionManager`
[INFO] [stdout]  --> src/store.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use redis::{aio::ConnectionManager, Cmd, FromRedisValue, ToRedisArgs};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RedisResult`
[INFO] [stdout]  --> src/store.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | use redis::{AsyncCommands, RedisResult};
[INFO] [stdout]   |                            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/store.rs:166:5
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub async fn update(&self, update: &Update) -> Result<()> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/store.rs:168:15
[INFO] [stdout]     |
[INFO] [stdout] 168 |             c.query_async(&mut self.redis.clone()).await?;
[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] 168 |             c.query_async::<_, ()>(&mut self.redis.clone()).await?;
[INFO] [stdout]     |                          +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.50s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0, progresscafe v0.1.0 (/opt/rustwide/workdir), redis v0.22.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "c293d5eed6e7d58a5007e788f609f2737554d943365cc131ec697d861d9d4a01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c293d5eed6e7d58a5007e788f609f2737554d943365cc131ec697d861d9d4a01", kill_on_drop: false }`
[INFO] [stdout] c293d5eed6e7d58a5007e788f609f2737554d943365cc131ec697d861d9d4a01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0ac0832f1584e4077e33d0b74788075d67e75daf31ab1b76c45f4e2a52f385fe
[INFO] running `Command { std: "docker" "start" "-a" "0ac0832f1584e4077e33d0b74788075d67e75daf31ab1b76c45f4e2a52f385fe", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `collections::HashMap` and `sync::Arc`
[INFO] [stderr]  --> src/main.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{collections::HashMap, sync::Arc};
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Key`
[INFO] [stderr]  --> src/main.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use store::{Key, Store, Update};
[INFO] [stderr]   |             ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Future`
[INFO] [stderr]  --> src/store.rs:4:15
[INFO] [stderr]   |
[INFO] [stderr] 4 | use futures::{Future, StreamExt};
[INFO] [stderr]   |               ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `aio::ConnectionManager`
[INFO] [stderr]  --> src/store.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use redis::{aio::ConnectionManager, Cmd, FromRedisValue, ToRedisArgs};
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `RedisResult`
[INFO] [stderr]  --> src/store.rs:6:28
[INFO] [stderr]   |
[INFO] [stderr] 6 | use redis::{AsyncCommands, RedisResult};
[INFO] [stderr]   |                            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/store.rs:166:5
[INFO] [stderr]     |
[INFO] [stderr] 166 |     pub async fn update(&self, update: &Update) -> Result<()> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/store.rs:168:15
[INFO] [stderr]     |
[INFO] [stderr] 168 |             c.query_async(&mut self.redis.clone()).await?;
[INFO] [stderr]     |               ^^^^^^^^^^^
[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] 168 |             c.query_async::<_, ()>(&mut self.redis.clone()).await?;
[INFO] [stderr]     |                          +++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `progresscafe` (bin "progresscafe" test) generated 6 warnings (run `cargo fix --bin "progresscafe" --tests` to apply 6 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.02s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0, progresscafe v0.1.0 (/opt/rustwide/workdir), redis v0.22.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/progresscafe-ef354a259ca47ac2)
[INFO] [stderr] error: test failed, to rerun pass `--bin progresscafe`
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test store::tests::it_works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- store::tests::it_works stdout ----
[INFO] [stdout] Error: Connection refused (os error 111)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     store::tests::it_works
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0ac0832f1584e4077e33d0b74788075d67e75daf31ab1b76c45f4e2a52f385fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ac0832f1584e4077e33d0b74788075d67e75daf31ab1b76c45f4e2a52f385fe", kill_on_drop: false }`
[INFO] [stdout] 0ac0832f1584e4077e33d0b74788075d67e75daf31ab1b76c45f4e2a52f385fe
