[INFO] cloning repository https://github.com/SvenBroeckling/dicerooms
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SvenBroeckling/dicerooms" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSvenBroeckling%2Fdicerooms", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSvenBroeckling%2Fdicerooms'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8fa65fe4f56aa665fc5858208c5047922a7bb625
[INFO] checking SvenBroeckling/dicerooms against master#b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd for pr-155499
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSvenBroeckling%2Fdicerooms" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SvenBroeckling/dicerooms
[INFO] finished tweaking git repo https://github.com/SvenBroeckling/dicerooms
[INFO] tweaked toml for git repo https://github.com/SvenBroeckling/dicerooms written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SvenBroeckling/dicerooms on toolchain b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SvenBroeckling/dicerooms 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" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded globset v0.4.16
[INFO] [stderr]   Downloaded winapi-util v0.1.10
[INFO] [stderr]   Downloaded ignore v0.4.23
[INFO] [stderr]   Downloaded cc v1.2.34
[INFO] [stderr]   Downloaded url v2.5.6
[INFO] [stderr]   Downloaded tera v1.20.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7828fd978f56c0cebf9f23f5006f77eba3849c20bd175dbb20e129ad3fdf3262
[INFO] running `Command { std: "docker" "start" "-a" "7828fd978f56c0cebf9f23f5006f77eba3849c20bd175dbb20e129ad3fdf3262", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7828fd978f56c0cebf9f23f5006f77eba3849c20bd175dbb20e129ad3fdf3262", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7828fd978f56c0cebf9f23f5006f77eba3849c20bd175dbb20e129ad3fdf3262", kill_on_drop: false }`
[INFO] [stdout] 7828fd978f56c0cebf9f23f5006f77eba3849c20bd175dbb20e129ad3fdf3262
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e352ae967650ee071ac1436c3d80a6f1457888c25738f2b6e9fc09b51a759e1
[INFO] running `Command { std: "docker" "start" "-a" "2e352ae967650ee071ac1436c3d80a6f1457888c25738f2b6e9fc09b51a759e1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking bstr v1.12.0
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]     Checking bitflags v2.9.3
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking unic-ucd-segment v0.9.0
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking uuid v1.18.0
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking unic-segment v0.9.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking tungstenite v0.26.2
[INFO] [stderr]     Checking pest v2.8.1
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.6
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-tungstenite v0.26.2
[INFO] [stderr]     Checking tera v1.20.0
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking hyper-util v0.1.16
[INFO] [stderr]     Checking axum v0.8.4
[INFO] [stderr]     Checking redis v0.25.4
[INFO] [stderr]     Checking rooms v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `redis::aio::Connection`: aio::Connection is deprecated. Use aio::MultiplexedConnection instead.
[INFO] [stdout]    --> src/models.rs:126:31
[INFO] [stdout]     |
[INFO] [stdout] 126 |         F: FnOnce(redis::aio::Connection) -> Fut,
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `redis::aio::Connection`: aio::Connection is deprecated. Use aio::MultiplexedConnection instead.
[INFO] [stdout]    --> src/models.rs:126:31
[INFO] [stdout]     |
[INFO] [stdout] 126 |         F: FnOnce(redis::aio::Connection) -> Fut,
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/rooms.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |     let mut you_name;
[INFO] [stdout]     |         ----^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/rooms.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 214 |     let mut you_color;
[INFO] [stdout]     |         ----^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/rooms.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |     let mut you_name;
[INFO] [stdout]     |         ----^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/rooms.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 214 |     let mut you_color;
[INFO] [stdout]     |         ----^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `redis::Client::get_tokio_connection`: aio::Connection is deprecated. Use client::get_multiplexed_tokio_connection instead.
[INFO] [stdout]    --> src/models.rs:137:22
[INFO] [stdout]     |
[INFO] [stdout] 137 |         match client.get_tokio_connection().await {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `redis::Client::get_tokio_connection`: aio::Connection is deprecated. Use client::get_multiplexed_tokio_connection instead.
[INFO] [stdout]    --> src/models.rs:137:22
[INFO] [stdout]     |
[INFO] [stdout] 137 |         match client.get_tokio_connection().await {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `redis::Client::get_tokio_connection`: aio::Connection is deprecated. Use client::get_multiplexed_tokio_connection instead.
[INFO] [stdout]   --> src/models.rs:71:62
[INFO] [stdout]    |
[INFO] [stdout] 71 | ...                   match timeout(attempt_timeout, c.get_tokio_connection()).await {
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `redis::Client::get_tokio_connection`: aio::Connection is deprecated. Use client::get_multiplexed_tokio_connection instead.
[INFO] [stdout]   --> src/models.rs:71:62
[INFO] [stdout]    |
[INFO] [stdout] 71 | ...                   match timeout(attempt_timeout, c.get_tokio_connection()).await {
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `redis::Client::get_tokio_connection`: aio::Connection is deprecated. Use client::get_multiplexed_tokio_connection instead.
[INFO] [stdout]    --> src/models.rs:217:48
[INFO] [stdout]     |
[INFO] [stdout] 217 |         let hashes: Vec<String> = match client.get_tokio_connection().await {
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `redis::Client::get_tokio_connection`: aio::Connection is deprecated. Use client::get_multiplexed_tokio_connection instead.
[INFO] [stdout]    --> src/models.rs:253:53
[INFO] [stdout]     |
[INFO] [stdout] 253 |             let data: Option<String> = match client.get_tokio_connection().await {
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `redis::Client::get_tokio_connection`: aio::Connection is deprecated. Use client::get_multiplexed_tokio_connection instead.
[INFO] [stdout]    --> src/models.rs:217:48
[INFO] [stdout]     |
[INFO] [stdout] 217 |         let hashes: Vec<String> = match client.get_tokio_connection().await {
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `redis::Client::get_tokio_connection`: aio::Connection is deprecated. Use client::get_multiplexed_tokio_connection instead.
[INFO] [stdout]    --> src/models.rs:253:53
[INFO] [stdout]     |
[INFO] [stdout] 253 |             let data: Option<String> = match client.get_tokio_connection().await {
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `persist_rooms_remove`, `list_rooms`, and `delete_room` are never used
[INFO] [stdout]    --> src/models.rs:165:14
[INFO] [stdout]     |
[INFO] [stdout] 123 | impl ModelController {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 165 |     async fn persist_rooms_remove(&self, hash: &str) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 |     pub async fn list_rooms(&self) -> Result<Vec<Room>, Error> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |     pub async fn delete_room(&self, hash: String) -> Result<Room, Error> {
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `persist_rooms_remove`, `list_rooms`, and `delete_room` are never used
[INFO] [stdout]    --> src/models.rs:165:14
[INFO] [stdout]     |
[INFO] [stdout] 123 | impl ModelController {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 165 |     async fn persist_rooms_remove(&self, hash: &str) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 |     pub async fn list_rooms(&self) -> Result<Vec<Room>, Error> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |     pub async fn delete_room(&self, hash: String) -> Result<Room, Error> {
[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 17.29s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.25.4
[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" "2e352ae967650ee071ac1436c3d80a6f1457888c25738f2b6e9fc09b51a759e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e352ae967650ee071ac1436c3d80a6f1457888c25738f2b6e9fc09b51a759e1", kill_on_drop: false }`
[INFO] [stdout] 2e352ae967650ee071ac1436c3d80a6f1457888c25738f2b6e9fc09b51a759e1
