[INFO] cloning repository https://github.com/williamchildres/terminal_messenger
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/williamchildres/terminal_messenger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamchildres%2Fterminal_messenger", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamchildres%2Fterminal_messenger'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f75c8881ffabc1122d864d3bd694802c7260e325
[INFO] building williamchildres/terminal_messenger against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamchildres%2Fterminal_messenger" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/williamchildres/terminal_messenger
[INFO] finished tweaking git repo https://github.com/williamchildres/terminal_messenger
[INFO] tweaked toml for git repo https://github.com/williamchildres/terminal_messenger written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/williamchildres/terminal_messenger on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/williamchildres/terminal_messenger 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8afbbfb419e420fe089884a0a2f447fef698a40b81ddf7f554e534757eaa2607
[INFO] running `Command { std: "docker" "start" "-a" "8afbbfb419e420fe089884a0a2f447fef698a40b81ddf7f554e534757eaa2607", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8afbbfb419e420fe089884a0a2f447fef698a40b81ddf7f554e534757eaa2607", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8afbbfb419e420fe089884a0a2f447fef698a40b81ddf7f554e534757eaa2607", kill_on_drop: false }`
[INFO] [stdout] 8afbbfb419e420fe089884a0a2f447fef698a40b81ddf7f554e534757eaa2607
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c0a32679c4facc0313fb08767d0c337338366f0480f061fc812b7e4f9e3d1cfe
[INFO] running `Command { std: "docker" "start" "-a" "c0a32679c4facc0313fb08767d0c337338366f0480f061fc812b7e4f9e3d1cfe", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.17
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling bytemuck v1.19.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling symphonia-core v0.5.4
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling symphonia-metadata v0.5.4
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling compact_str v0.8.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling alsa v0.9.1
[INFO] [stderr]    Compiling instability v0.3.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling symphonia-bundle-mp3 v0.5.4
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling ogg v0.8.0
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling data-encoding v2.6.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tungstenite v0.17.3
[INFO] [stderr]    Compiling ratatui v0.28.1
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling symphonia v0.5.4
[INFO] [stderr]    Compiling lewton v0.10.2
[INFO] [stderr]    Compiling env_filter v0.1.2
[INFO] [stderr]    Compiling uuid v1.10.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling hound v3.5.1
[INFO] [stderr]    Compiling claxon v0.4.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling rodio v0.19.0
[INFO] [stderr]    Compiling env_logger v0.11.5
[INFO] [stderr]    Compiling tokio-tungstenite v0.17.2
[INFO] [stderr]    Compiling tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling server v0.1.0 (/opt/rustwide/workdir/crates/server)
[INFO] [stderr]    Compiling client v0.1.0 (/opt/rustwide/workdir/crates/client)
[INFO] [stdout] warning: unused import: `crate::event::MouseEvent`
[INFO] [stdout]   --> crates/client/src/main.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use crate::event::MouseEvent;
[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: `crate::event::MouseEventKind`
[INFO] [stdout]   --> crates/client/src/main.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use crate::event::MouseEventKind;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `selected_server`
[INFO] [stdout]    --> crates/client/src/main.rs:215:25
[INFO] [stdout]     |
[INFO] [stdout] 215 |             if let Some(selected_server) = app.servers.get(app.selected_server.as_ref().unwrap()) {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selected_server`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `batch_tx`
[INFO] [stdout]   --> crates/server/src/websocket.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     batch_tx: mpsc::Sender<MessageType>,
[INFO] [stdout]    |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batch_tx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `selected_server_index` and `sound_sink` are never read
[INFO] [stdout]   --> crates/client/src/app.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct App {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub selected_server_index: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 58 |     sound_sink: Sink,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `connection_time` and `message_count` are never read
[INFO] [stdout]   --> crates/server/src/app.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct UserInfo {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 19 |     pub username: String,
[INFO] [stdout] 20 |     pub connection_time: SystemTime,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     pub message_count: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `username` is never read
[INFO] [stdout]   --> crates/server/src/app.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct UserCredentials {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 25 |     pub username: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> crates/server/src/app.rs:146:12
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl UserInfo {
[INFO] [stdout]     | ------------- associated function in this implementation
[INFO] [stdout] 146 |     pub fn new() -> UserInfo {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
[INFO] running `Command { std: "docker" "inspect" "c0a32679c4facc0313fb08767d0c337338366f0480f061fc812b7e4f9e3d1cfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0a32679c4facc0313fb08767d0c337338366f0480f061fc812b7e4f9e3d1cfe", kill_on_drop: false }`
[INFO] [stdout] c0a32679c4facc0313fb08767d0c337338366f0480f061fc812b7e4f9e3d1cfe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8a78f69fa54ee04e85ec0d0b758e5a67f70cbd5f4924a37dde0ae0f664c51c6c
[INFO] running `Command { std: "docker" "start" "-a" "8a78f69fa54ee04e85ec0d0b758e5a67f70cbd5f4924a37dde0ae0f664c51c6c", kill_on_drop: false }`
[INFO] [stderr]    Compiling client v0.1.0 (/opt/rustwide/workdir/crates/client)
[INFO] [stderr]    Compiling server v0.1.0 (/opt/rustwide/workdir/crates/server)
[INFO] [stdout] warning: unused variable: `batch_tx`
[INFO] [stdout]   --> crates/server/src/websocket.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     batch_tx: mpsc::Sender<MessageType>,
[INFO] [stdout]    |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batch_tx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::event::MouseEvent`
[INFO] [stdout]   --> crates/client/src/main.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use crate::event::MouseEvent;
[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: `crate::event::MouseEventKind`
[INFO] [stdout]   --> crates/client/src/main.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use crate::event::MouseEventKind;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `connection_time` and `message_count` are never read
[INFO] [stdout]   --> crates/server/src/app.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct UserInfo {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 19 |     pub username: String,
[INFO] [stdout] 20 |     pub connection_time: SystemTime,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     pub message_count: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `username` is never read
[INFO] [stdout]   --> crates/server/src/app.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct UserCredentials {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 25 |     pub username: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> crates/server/src/app.rs:146:12
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl UserInfo {
[INFO] [stdout]     | ------------- associated function in this implementation
[INFO] [stdout] 146 |     pub fn new() -> UserInfo {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `selected_server`
[INFO] [stdout]    --> crates/client/src/main.rs:215:25
[INFO] [stdout]     |
[INFO] [stdout] 215 |             if let Some(selected_server) = app.servers.get(app.selected_server.as_ref().unwrap()) {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selected_server`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `selected_server_index` and `sound_sink` are never read
[INFO] [stdout]   --> crates/client/src/app.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct App {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub selected_server_index: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 58 |     sound_sink: Sink,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.59s
[INFO] running `Command { std: "docker" "inspect" "8a78f69fa54ee04e85ec0d0b758e5a67f70cbd5f4924a37dde0ae0f664c51c6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a78f69fa54ee04e85ec0d0b758e5a67f70cbd5f4924a37dde0ae0f664c51c6c", kill_on_drop: false }`
[INFO] [stdout] 8a78f69fa54ee04e85ec0d0b758e5a67f70cbd5f4924a37dde0ae0f664c51c6c
