[INFO] cloning repository https://github.com/Sigeth/chatserver-lab
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Sigeth/chatserver-lab" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSigeth%2Fchatserver-lab", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSigeth%2Fchatserver-lab'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1158a8a6072e0881c2a99e34ac377e973f270699
[INFO] testing Sigeth/chatserver-lab 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%2FSigeth%2Fchatserver-lab" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Sigeth/chatserver-lab
[INFO] finished tweaking git repo https://github.com/Sigeth/chatserver-lab
[INFO] tweaked toml for git repo https://github.com/Sigeth/chatserver-lab written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Sigeth/chatserver-lab 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/Sigeth/chatserver-lab 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 36067cb393faf5843383d42f6897847ec162605611262e6a41e48c9d71ed65da
[INFO] running `Command { std: "docker" "start" "-a" "36067cb393faf5843383d42f6897847ec162605611262e6a41e48c9d71ed65da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "36067cb393faf5843383d42f6897847ec162605611262e6a41e48c9d71ed65da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36067cb393faf5843383d42f6897847ec162605611262e6a41e48c9d71ed65da", kill_on_drop: false }`
[INFO] [stdout] 36067cb393faf5843383d42f6897847ec162605611262e6a41e48c9d71ed65da
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 64d208c4b1089b439127185c2d22f40574917200cd16cecbd3757b884fb05a61
[INFO] running `Command { std: "docker" "start" "-a" "64d208c4b1089b439127185c2d22f40574917200cd16cecbd3757b884fb05a61", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]    Compiling fastrand v2.2.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling futures-lite v2.5.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling hex v0.3.2
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling itoa v1.0.13
[INFO] [stderr]    Compiling allocator-api2 v0.2.20
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling polling v3.7.4
[INFO] [stderr]    Compiling hashbrown v0.15.1
[INFO] [stderr]    Compiling async-io v2.4.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-std v1.13.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling crossterm v0.25.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling ratatui v0.24.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crypto-hash v0.3.4
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling chatproto v0.1.0 (/opt/rustwide/workdir/chatproto)
[INFO] [stdout] warning: unused import: `BigEndian`
[INFO] [stdout]  --> chatproto/src/netproto/decode.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | use byteorder::{BigEndian, LittleEndian, ReadBytesExt};
[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: `async_std::sync::RwLock`
[INFO] [stdout]  --> chatproto/src/solutions/sample.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use async_std::sync::RwLock;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `future` and `select`
[INFO] [stdout]  --> chatproto/src/solutions/sample.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | use futures::{future, select};
[INFO] [stdout]   |               ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `HashSet` and `VecDeque`
[INFO] [stdout]  --> chatproto/src/solutions/sample.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 |   collections::{HashMap, HashSet, VecDeque},
[INFO] [stdout]   |                          ^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `uuid::Uuid`
[INFO] [stdout]  --> chatproto/src/solutions/sample.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use uuid::Uuid;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FullyQualifiedMessage` and `MAILBOX_SIZE`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 |   core::{MessageServer, SpamChecker, MAILBOX_SIZE},
[INFO] [stdout]    |                                      ^^^^^^^^^^^^
[INFO] [stdout] 12 |   messages::{
[INFO] [stdout] 13 |     ClientError, ClientId, ClientMessage, ClientPollReply, ClientReply, FullyQualifiedMessage,
[INFO] [stdout]    |                                                                         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Outgoing`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::messages::{Outgoing, ServerMessage, ServerReply};
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> chatproto/src/netproto/decode.rs:230:11
[INFO] [stdout]     |
[INFO] [stdout] 230 |       for i in 0..clients_len as usize {
[INFO] [stdout]     |           ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 230 |       for _i in 0..clients_len as usize {
[INFO] [stdout]     |           +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `MAILBOX_SIZE`
[INFO] [stdout]     |
[INFO] [stdout] 230 -       for i in 0..clients_len as usize {
[INFO] [stdout] 230 +       for core::MAILBOX_SIZE in 0..clients_len as usize {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> chatproto/src/netproto/decode.rs:265:7
[INFO] [stdout]     |
[INFO] [stdout] 265 |   for i in 0..user_len as usize {
[INFO] [stdout]     |       ^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 265 |   for _i in 0..user_len as usize {
[INFO] [stdout]     |       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `MAILBOX_SIZE`
[INFO] [stdout]     |
[INFO] [stdout] 265 -   for i in 0..user_len as usize {
[INFO] [stdout] 265 +   for core::MAILBOX_SIZE in 0..user_len as usize {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rd`
[INFO] [stdout]    --> chatproto/src/netproto/decode.rs:294:34
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub fn sequence<X, R: Read, DEC>(rd: &mut R, d: DEC) -> anyhow::Result<Sequence<X>>
[INFO] [stdout]     |                                  ^^ help: if this is intentional, prefix it with an underscore: `_rd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `d`
[INFO] [stdout]    --> chatproto/src/netproto/decode.rs:294:46
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub fn sequence<X, R: Read, DEC>(rd: &mut R, d: DEC) -> anyhow::Result<Sequence<X>>
[INFO] [stdout]     |                                              ^ help: if this is intentional, prefix it with an underscore: `_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `w`
[INFO] [stdout]    --> chatproto/src/netproto/encode.rs:293:28
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub fn sequence<X, W, ENC>(w: &mut W, m: &Sequence<X>, f: ENC) -> std::io::Result<()>
[INFO] [stdout]     |                            ^ help: if this is intentional, prefix it with an underscore: `_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> chatproto/src/netproto/encode.rs:293:39
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub fn sequence<X, W, ENC>(w: &mut W, m: &Sequence<X>, f: ENC) -> std::io::Result<()>
[INFO] [stdout]     |                                       ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> chatproto/src/netproto/encode.rs:293:56
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub fn sequence<X, W, ENC>(w: &mut W, m: &Sequence<X>, f: ENC) -> std::io::Result<()>
[INFO] [stdout]     |                                                        ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `checker`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 |   fn new(checker: C, id: ServerId) -> Self {
[INFO] [stdout]    |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_checker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 31 |   fn new(checker: C, id: ServerId) -> Self {
[INFO] [stdout]    |                      ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `src_ip`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:41:41
[INFO] [stdout]    |
[INFO] [stdout] 41 |   async fn register_local_client(&self, src_ip: IpAddr, name: String) -> Option<ClientId> {
[INFO] [stdout]    |                                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_ip`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:41:57
[INFO] [stdout]    |
[INFO] [stdout] 41 |   async fn register_local_client(&self, src_ip: IpAddr, name: String) -> Option<ClientId> {
[INFO] [stdout]    |                                                         ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sequence`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     sequence: Sequence<A>,
[INFO] [stdout]    |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sequence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `src`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:65:41
[INFO] [stdout]    |
[INFO] [stdout] 65 |   async fn handle_client_message(&self, src: ClientId, msg: ClientMessage) -> Vec<ClientReply> {
[INFO] [stdout]    |                                         ^^^ help: if this is intentional, prefix it with an underscore: `_src`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:65:56
[INFO] [stdout]    |
[INFO] [stdout] 65 |   async fn handle_client_message(&self, src: ClientId, msg: ClientMessage) -> Vec<ClientReply> {
[INFO] [stdout]    |                                                        ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |   async fn client_poll(&self, client: ClientId) -> ClientPollReply {
[INFO] [stdout]    |                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:84:41
[INFO] [stdout]    |
[INFO] [stdout] 84 |   async fn handle_server_message(&self, msg: ServerMessage) -> ServerReply {
[INFO] [stdout]    |                                         ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `destination`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:94:28
[INFO] [stdout]    |
[INFO] [stdout] 94 |   async fn route_to(&self, destination: ServerId) -> Option<Vec<ServerId>> {
[INFO] [stdout]    |                            ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_destination`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `checker` is never read
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:23:3
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Server<C: SpamChecker> {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 23 |   checker: C,
[INFO] [stdout]    |   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> chatproto/src/netproto/encode.rs:206:24
[INFO] [stdout]     |
[INFO] [stdout] 206 |   for client_reply in m.clone() {
[INFO] [stdout]     |                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `[ClientReply]` does not implement `Clone`, so calling `clone` on `&[ClientReply]` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling client v0.1.0 (/opt/rustwide/workdir/client)
[INFO] [stderr]    Compiling server v0.1.0 (/opt/rustwide/workdir/server)
[INFO] [stdout] warning: unused import: `SpamChecker`
[INFO] [stdout]  --> server/src/main.rs:4:54
[INFO] [stdout]   |
[INFO] [stdout] 4 | use chatproto::core::{DefaultChecker, MessageServer, SpamChecker};
[INFO] [stdout]   |                                                      ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reset_cursor` is never used
[INFO] [stdout]   --> client/src/inputbox.rs:58:10
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl IBox {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 58 |   pub fn reset_cursor(&mut self) {
[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 1m 20s
[INFO] running `Command { std: "docker" "inspect" "64d208c4b1089b439127185c2d22f40574917200cd16cecbd3757b884fb05a61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64d208c4b1089b439127185c2d22f40574917200cd16cecbd3757b884fb05a61", kill_on_drop: false }`
[INFO] [stdout] 64d208c4b1089b439127185c2d22f40574917200cd16cecbd3757b884fb05a61
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] bb3f61978c840d28aa9845d2f9574e523043a5553843440a2bc278d46c553ed4
[INFO] running `Command { std: "docker" "start" "-a" "bb3f61978c840d28aa9845d2f9574e523043a5553843440a2bc278d46c553ed4", kill_on_drop: false }`
[INFO] [stderr]    Compiling chatproto v0.1.0 (/opt/rustwide/workdir/chatproto)
[INFO] [stderr]    Compiling server v0.1.0 (/opt/rustwide/workdir/server)
[INFO] [stderr]    Compiling client v0.1.0 (/opt/rustwide/workdir/client)
[INFO] [stdout] warning: unused import: `BigEndian`
[INFO] [stdout]  --> chatproto/src/netproto/decode.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | use byteorder::{BigEndian, LittleEndian, ReadBytesExt};
[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: `async_std::sync::RwLock`
[INFO] [stdout]  --> chatproto/src/solutions/sample.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use async_std::sync::RwLock;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `future` and `select`
[INFO] [stdout]  --> chatproto/src/solutions/sample.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | use futures::{future, select};
[INFO] [stdout]   |               ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `HashSet` and `VecDeque`
[INFO] [stdout]  --> chatproto/src/solutions/sample.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 |   collections::{HashMap, HashSet, VecDeque},
[INFO] [stdout]   |                          ^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `uuid::Uuid`
[INFO] [stdout]  --> chatproto/src/solutions/sample.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use uuid::Uuid;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FullyQualifiedMessage` and `MAILBOX_SIZE`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 |   core::{MessageServer, SpamChecker, MAILBOX_SIZE},
[INFO] [stdout]    |                                      ^^^^^^^^^^^^
[INFO] [stdout] 12 |   messages::{
[INFO] [stdout] 13 |     ClientError, ClientId, ClientMessage, ClientPollReply, ClientReply, FullyQualifiedMessage,
[INFO] [stdout]    |                                                                         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Outgoing`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::messages::{Outgoing, ServerMessage, ServerReply};
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> chatproto/src/netproto/decode.rs:230:11
[INFO] [stdout]     |
[INFO] [stdout] 230 |       for i in 0..clients_len as usize {
[INFO] [stdout]     |           ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 230 |       for _i in 0..clients_len as usize {
[INFO] [stdout]     |           +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `MAILBOX_SIZE`
[INFO] [stdout]     |
[INFO] [stdout] 230 -       for i in 0..clients_len as usize {
[INFO] [stdout] 230 +       for core::MAILBOX_SIZE in 0..clients_len as usize {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> chatproto/src/netproto/decode.rs:265:7
[INFO] [stdout]     |
[INFO] [stdout] 265 |   for i in 0..user_len as usize {
[INFO] [stdout]     |       ^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 265 |   for _i in 0..user_len as usize {
[INFO] [stdout]     |       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `MAILBOX_SIZE`
[INFO] [stdout]     |
[INFO] [stdout] 265 -   for i in 0..user_len as usize {
[INFO] [stdout] 265 +   for core::MAILBOX_SIZE in 0..user_len as usize {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rd`
[INFO] [stdout]    --> chatproto/src/netproto/decode.rs:294:34
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub fn sequence<X, R: Read, DEC>(rd: &mut R, d: DEC) -> anyhow::Result<Sequence<X>>
[INFO] [stdout]     |                                  ^^ help: if this is intentional, prefix it with an underscore: `_rd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `d`
[INFO] [stdout]    --> chatproto/src/netproto/decode.rs:294:46
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub fn sequence<X, R: Read, DEC>(rd: &mut R, d: DEC) -> anyhow::Result<Sequence<X>>
[INFO] [stdout]     |                                              ^ help: if this is intentional, prefix it with an underscore: `_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `w`
[INFO] [stdout]    --> chatproto/src/netproto/encode.rs:293:28
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub fn sequence<X, W, ENC>(w: &mut W, m: &Sequence<X>, f: ENC) -> std::io::Result<()>
[INFO] [stdout]     |                            ^ help: if this is intentional, prefix it with an underscore: `_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> chatproto/src/netproto/encode.rs:293:39
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub fn sequence<X, W, ENC>(w: &mut W, m: &Sequence<X>, f: ENC) -> std::io::Result<()>
[INFO] [stdout]     |                                       ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> chatproto/src/netproto/encode.rs:293:56
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub fn sequence<X, W, ENC>(w: &mut W, m: &Sequence<X>, f: ENC) -> std::io::Result<()>
[INFO] [stdout]     |                                                        ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `checker`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 |   fn new(checker: C, id: ServerId) -> Self {
[INFO] [stdout]    |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_checker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 31 |   fn new(checker: C, id: ServerId) -> Self {
[INFO] [stdout]    |                      ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `src_ip`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:41:41
[INFO] [stdout]    |
[INFO] [stdout] 41 |   async fn register_local_client(&self, src_ip: IpAddr, name: String) -> Option<ClientId> {
[INFO] [stdout]    |                                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_ip`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:41:57
[INFO] [stdout]    |
[INFO] [stdout] 41 |   async fn register_local_client(&self, src_ip: IpAddr, name: String) -> Option<ClientId> {
[INFO] [stdout]    |                                                         ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sequence`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     sequence: Sequence<A>,
[INFO] [stdout]    |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sequence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `src`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:65:41
[INFO] [stdout]    |
[INFO] [stdout] 65 |   async fn handle_client_message(&self, src: ClientId, msg: ClientMessage) -> Vec<ClientReply> {
[INFO] [stdout]    |                                         ^^^ help: if this is intentional, prefix it with an underscore: `_src`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:65:56
[INFO] [stdout]    |
[INFO] [stdout] 65 |   async fn handle_client_message(&self, src: ClientId, msg: ClientMessage) -> Vec<ClientReply> {
[INFO] [stdout]    |                                                        ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |   async fn client_poll(&self, client: ClientId) -> ClientPollReply {
[INFO] [stdout]    |                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:84:41
[INFO] [stdout]    |
[INFO] [stdout] 84 |   async fn handle_server_message(&self, msg: ServerMessage) -> ServerReply {
[INFO] [stdout]    |                                         ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `destination`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:94:28
[INFO] [stdout]    |
[INFO] [stdout] 94 |   async fn route_to(&self, destination: ServerId) -> Option<Vec<ServerId>> {
[INFO] [stdout]    |                            ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_destination`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `checker` is never read
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:23:3
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Server<C: SpamChecker> {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 23 |   checker: C,
[INFO] [stdout]    |   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> chatproto/src/netproto/encode.rs:206:24
[INFO] [stdout]     |
[INFO] [stdout] 206 |   for client_reply in m.clone() {
[INFO] [stdout]     |                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `[ClientReply]` does not implement `Clone`, so calling `clone` on `&[ClientReply]` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SpamChecker`
[INFO] [stdout]  --> server/src/main.rs:4:54
[INFO] [stdout]   |
[INFO] [stdout] 4 | use chatproto::core::{DefaultChecker, MessageServer, SpamChecker};
[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: `BigEndian`
[INFO] [stdout]  --> chatproto/src/netproto/decode.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | use byteorder::{BigEndian, LittleEndian, ReadBytesExt};
[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: `async_std::sync::RwLock`
[INFO] [stdout]  --> chatproto/src/solutions/sample.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use async_std::sync::RwLock;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `future` and `select`
[INFO] [stdout]  --> chatproto/src/solutions/sample.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | use futures::{future, select};
[INFO] [stdout]   |               ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `HashSet` and `VecDeque`
[INFO] [stdout]  --> chatproto/src/solutions/sample.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 |   collections::{HashMap, HashSet, VecDeque},
[INFO] [stdout]   |                          ^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `uuid::Uuid`
[INFO] [stdout]  --> chatproto/src/solutions/sample.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use uuid::Uuid;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FullyQualifiedMessage` and `MAILBOX_SIZE`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 |   core::{MessageServer, SpamChecker, MAILBOX_SIZE},
[INFO] [stdout]    |                                      ^^^^^^^^^^^^
[INFO] [stdout] 12 |   messages::{
[INFO] [stdout] 13 |     ClientError, ClientId, ClientMessage, ClientPollReply, ClientReply, FullyQualifiedMessage,
[INFO] [stdout]    |                                                                         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Outgoing`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::messages::{Outgoing, ServerMessage, ServerReply};
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reset_cursor` is never used
[INFO] [stdout]   --> client/src/inputbox.rs:58:10
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl IBox {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 58 |   pub fn reset_cursor(&mut self) {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> chatproto/src/netproto/decode.rs:230:11
[INFO] [stdout]     |
[INFO] [stdout] 230 |       for i in 0..clients_len as usize {
[INFO] [stdout]     |           ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 230 |       for _i in 0..clients_len as usize {
[INFO] [stdout]     |           +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `MAILBOX_SIZE`
[INFO] [stdout]     |
[INFO] [stdout] 230 -       for i in 0..clients_len as usize {
[INFO] [stdout] 230 +       for core::MAILBOX_SIZE in 0..clients_len as usize {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> chatproto/src/netproto/decode.rs:265:7
[INFO] [stdout]     |
[INFO] [stdout] 265 |   for i in 0..user_len as usize {
[INFO] [stdout]     |       ^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 265 |   for _i in 0..user_len as usize {
[INFO] [stdout]     |       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `MAILBOX_SIZE`
[INFO] [stdout]     |
[INFO] [stdout] 265 -   for i in 0..user_len as usize {
[INFO] [stdout] 265 +   for core::MAILBOX_SIZE in 0..user_len as usize {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rd`
[INFO] [stdout]    --> chatproto/src/netproto/decode.rs:294:34
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub fn sequence<X, R: Read, DEC>(rd: &mut R, d: DEC) -> anyhow::Result<Sequence<X>>
[INFO] [stdout]     |                                  ^^ help: if this is intentional, prefix it with an underscore: `_rd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `d`
[INFO] [stdout]    --> chatproto/src/netproto/decode.rs:294:46
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub fn sequence<X, R: Read, DEC>(rd: &mut R, d: DEC) -> anyhow::Result<Sequence<X>>
[INFO] [stdout]     |                                              ^ help: if this is intentional, prefix it with an underscore: `_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `w`
[INFO] [stdout]    --> chatproto/src/netproto/encode.rs:293:28
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub fn sequence<X, W, ENC>(w: &mut W, m: &Sequence<X>, f: ENC) -> std::io::Result<()>
[INFO] [stdout]     |                            ^ help: if this is intentional, prefix it with an underscore: `_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> chatproto/src/netproto/encode.rs:293:39
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub fn sequence<X, W, ENC>(w: &mut W, m: &Sequence<X>, f: ENC) -> std::io::Result<()>
[INFO] [stdout]     |                                       ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> chatproto/src/netproto/encode.rs:293:56
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub fn sequence<X, W, ENC>(w: &mut W, m: &Sequence<X>, f: ENC) -> std::io::Result<()>
[INFO] [stdout]     |                                                        ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `checker`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 |   fn new(checker: C, id: ServerId) -> Self {
[INFO] [stdout]    |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_checker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 31 |   fn new(checker: C, id: ServerId) -> Self {
[INFO] [stdout]    |                      ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `src_ip`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:41:41
[INFO] [stdout]    |
[INFO] [stdout] 41 |   async fn register_local_client(&self, src_ip: IpAddr, name: String) -> Option<ClientId> {
[INFO] [stdout]    |                                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_ip`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:41:57
[INFO] [stdout]    |
[INFO] [stdout] 41 |   async fn register_local_client(&self, src_ip: IpAddr, name: String) -> Option<ClientId> {
[INFO] [stdout]    |                                                         ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sequence`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     sequence: Sequence<A>,
[INFO] [stdout]    |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sequence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `src`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:65:41
[INFO] [stdout]    |
[INFO] [stdout] 65 |   async fn handle_client_message(&self, src: ClientId, msg: ClientMessage) -> Vec<ClientReply> {
[INFO] [stdout]    |                                         ^^^ help: if this is intentional, prefix it with an underscore: `_src`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:65:56
[INFO] [stdout]    |
[INFO] [stdout] 65 |   async fn handle_client_message(&self, src: ClientId, msg: ClientMessage) -> Vec<ClientReply> {
[INFO] [stdout]    |                                                        ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |   async fn client_poll(&self, client: ClientId) -> ClientPollReply {
[INFO] [stdout]    |                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:84:41
[INFO] [stdout]    |
[INFO] [stdout] 84 |   async fn handle_server_message(&self, msg: ServerMessage) -> ServerReply {
[INFO] [stdout]    |                                         ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `destination`
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:94:28
[INFO] [stdout]    |
[INFO] [stdout] 94 |   async fn route_to(&self, destination: ServerId) -> Option<Vec<ServerId>> {
[INFO] [stdout]    |                            ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_destination`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `checker` is never read
[INFO] [stdout]   --> chatproto/src/solutions/sample.rs:23:3
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Server<C: SpamChecker> {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 23 |   checker: C,
[INFO] [stdout]    |   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> chatproto/src/netproto/encode.rs:206:24
[INFO] [stdout]     |
[INFO] [stdout] 206 |   for client_reply in m.clone() {
[INFO] [stdout]     |                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `[messages::ClientReply]` does not implement `Clone`, so calling `clone` on `&[messages::ClientReply]` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.02s
[INFO] running `Command { std: "docker" "inspect" "bb3f61978c840d28aa9845d2f9574e523043a5553843440a2bc278d46c553ed4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb3f61978c840d28aa9845d2f9574e523043a5553843440a2bc278d46c553ed4", kill_on_drop: false }`
[INFO] [stdout] bb3f61978c840d28aa9845d2f9574e523043a5553843440a2bc278d46c553ed4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 04a333220d7ad8baa50435094b1be3c14683445a835abde5181077d6cd62b236
[INFO] running `Command { std: "docker" "start" "-a" "04a333220d7ad8baa50435094b1be3c14683445a835abde5181077d6cd62b236", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `BigEndian`
[INFO] [stderr]  --> chatproto/src/netproto/decode.rs:3:17
[INFO] [stderr]   |
[INFO] [stderr] 3 | use byteorder::{BigEndian, LittleEndian, ReadBytesExt};
[INFO] [stderr]   |                 ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `async_std::sync::RwLock`
[INFO] [stderr]  --> chatproto/src/solutions/sample.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use async_std::sync::RwLock;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `future` and `select`
[INFO] [stderr]  --> chatproto/src/solutions/sample.rs:2:15
[INFO] [stderr]   |
[INFO] [stderr] 2 | use futures::{future, select};
[INFO] [stderr]   |               ^^^^^^  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `HashSet` and `VecDeque`
[INFO] [stderr]  --> chatproto/src/solutions/sample.rs:5:26
[INFO] [stderr]   |
[INFO] [stderr] 5 |   collections::{HashMap, HashSet, VecDeque},
[INFO] [stderr]   |                          ^^^^^^^  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `uuid::Uuid`
[INFO] [stderr]  --> chatproto/src/solutions/sample.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use uuid::Uuid;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `FullyQualifiedMessage` and `MAILBOX_SIZE`
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:11:38
[INFO] [stderr]    |
[INFO] [stderr] 11 |   core::{MessageServer, SpamChecker, MAILBOX_SIZE},
[INFO] [stderr]    |                                      ^^^^^^^^^^^^
[INFO] [stderr] 12 |   messages::{
[INFO] [stderr] 13 |     ClientError, ClientId, ClientMessage, ClientPollReply, ClientReply, FullyQualifiedMessage,
[INFO] [stderr]    |                                                                         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Outgoing`
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:18:23
[INFO] [stderr]    |
[INFO] [stderr] 18 | use crate::messages::{Outgoing, ServerMessage, ServerReply};
[INFO] [stderr]    |                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]    --> chatproto/src/netproto/decode.rs:230:11
[INFO] [stderr]     |
[INFO] [stderr] 230 |       for i in 0..clients_len as usize {
[INFO] [stderr]     |           ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]     |
[INFO] [stderr] 230 |       for _i in 0..clients_len as usize {
[INFO] [stderr]     |           +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `MAILBOX_SIZE`
[INFO] [stderr]     |
[INFO] [stderr] 230 -       for i in 0..clients_len as usize {
[INFO] [stderr] 230 +       for core::MAILBOX_SIZE in 0..clients_len as usize {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]    --> chatproto/src/netproto/decode.rs:265:7
[INFO] [stderr]     |
[INFO] [stderr] 265 |   for i in 0..user_len as usize {
[INFO] [stderr]     |       ^
[INFO] [stderr]     |
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]     |
[INFO] [stderr] 265 |   for _i in 0..user_len as usize {
[INFO] [stderr]     |       +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `MAILBOX_SIZE`
[INFO] [stderr]     |
[INFO] [stderr] 265 -   for i in 0..user_len as usize {
[INFO] [stderr] 265 +   for core::MAILBOX_SIZE in 0..user_len as usize {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `rd`
[INFO] [stderr]    --> chatproto/src/netproto/decode.rs:294:34
[INFO] [stderr]     |
[INFO] [stderr] 294 | pub fn sequence<X, R: Read, DEC>(rd: &mut R, d: DEC) -> anyhow::Result<Sequence<X>>
[INFO] [stderr]     |                                  ^^ help: if this is intentional, prefix it with an underscore: `_rd`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `d`
[INFO] [stderr]    --> chatproto/src/netproto/decode.rs:294:46
[INFO] [stderr]     |
[INFO] [stderr] 294 | pub fn sequence<X, R: Read, DEC>(rd: &mut R, d: DEC) -> anyhow::Result<Sequence<X>>
[INFO] [stderr]     |                                              ^ help: if this is intentional, prefix it with an underscore: `_d`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `w`
[INFO] [stderr]    --> chatproto/src/netproto/encode.rs:293:28
[INFO] [stderr]     |
[INFO] [stderr] 293 | pub fn sequence<X, W, ENC>(w: &mut W, m: &Sequence<X>, f: ENC) -> std::io::Result<()>
[INFO] [stderr]     |                            ^ help: if this is intentional, prefix it with an underscore: `_w`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `m`
[INFO] [stderr]    --> chatproto/src/netproto/encode.rs:293:39
[INFO] [stderr]     |
[INFO] [stderr] 293 | pub fn sequence<X, W, ENC>(w: &mut W, m: &Sequence<X>, f: ENC) -> std::io::Result<()>
[INFO] [stderr]     |                                       ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> chatproto/src/netproto/encode.rs:293:56
[INFO] [stderr]     |
[INFO] [stderr] 293 | pub fn sequence<X, W, ENC>(w: &mut W, m: &Sequence<X>, f: ENC) -> std::io::Result<()>
[INFO] [stderr]     |                                                        ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `checker`
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:31:10
[INFO] [stderr]    |
[INFO] [stderr] 31 |   fn new(checker: C, id: ServerId) -> Self {
[INFO] [stderr]    |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_checker`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `id`
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:31:22
[INFO] [stderr]    |
[INFO] [stderr] 31 |   fn new(checker: C, id: ServerId) -> Self {
[INFO] [stderr]    |                      ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `src_ip`
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:41:41
[INFO] [stderr]    |
[INFO] [stderr] 41 |   async fn register_local_client(&self, src_ip: IpAddr, name: String) -> Option<ClientId> {
[INFO] [stderr]    |                                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_ip`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:41:57
[INFO] [stderr]    |
[INFO] [stderr] 41 |   async fn register_local_client(&self, src_ip: IpAddr, name: String) -> Option<ClientId> {
[INFO] [stderr]    |                                                         ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `sequence`
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:50:5
[INFO] [stderr]    |
[INFO] [stderr] 50 |     sequence: Sequence<A>,
[INFO] [stderr]    |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sequence`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `src`
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:65:41
[INFO] [stderr]    |
[INFO] [stderr] 65 |   async fn handle_client_message(&self, src: ClientId, msg: ClientMessage) -> Vec<ClientReply> {
[INFO] [stderr]    |                                         ^^^ help: if this is intentional, prefix it with an underscore: `_src`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `msg`
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:65:56
[INFO] [stderr]    |
[INFO] [stderr] 65 |   async fn handle_client_message(&self, src: ClientId, msg: ClientMessage) -> Vec<ClientReply> {
[INFO] [stderr]    |                                                        ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `client`
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:71:31
[INFO] [stderr]    |
[INFO] [stderr] 71 |   async fn client_poll(&self, client: ClientId) -> ClientPollReply {
[INFO] [stderr]    |                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `msg`
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:84:41
[INFO] [stderr]    |
[INFO] [stderr] 84 |   async fn handle_server_message(&self, msg: ServerMessage) -> ServerReply {
[INFO] [stderr]    |                                         ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `destination`
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:94:28
[INFO] [stderr]    |
[INFO] [stderr] 94 |   async fn route_to(&self, destination: ServerId) -> Option<Vec<ServerId>> {
[INFO] [stderr]    |                            ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_destination`
[INFO] [stderr] 
[INFO] [stderr] warning: field `checker` is never read
[INFO] [stderr]   --> chatproto/src/solutions/sample.rs:23:3
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct Server<C: SpamChecker> {
[INFO] [stderr]    |            ------ field in this struct
[INFO] [stderr] 23 |   checker: C,
[INFO] [stderr]    |   ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> chatproto/src/netproto/encode.rs:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |   for client_reply in m.clone() {
[INFO] [stderr]     |                        ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `[ClientReply]` does not implement `Clone`, so calling `clone` on `&[ClientReply]` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `chatproto` (lib) generated 26 warnings (run `cargo fix --lib -p chatproto` to apply 10 suggestions)
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> chatproto/src/netproto/encode.rs:206:24
[INFO] [stderr]     |
[INFO] [stderr] 206 |   for client_reply in m.clone() {
[INFO] [stderr]     |                        ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `[messages::ClientReply]` does not implement `Clone`, so calling `clone` on `&[messages::ClientReply]` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `chatproto` (lib test) generated 26 warnings (25 duplicates) (run `cargo fix --lib -p chatproto --tests` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `SpamChecker`
[INFO] [stderr]  --> server/src/main.rs:4:54
[INFO] [stderr]   |
[INFO] [stderr] 4 | use chatproto::core::{DefaultChecker, MessageServer, SpamChecker};
[INFO] [stderr]   |                                                      ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `server` (bin "server" test) generated 1 warning (run `cargo fix --bin "server" --tests` to apply 1 suggestion)
[INFO] [stderr] warning: method `reset_cursor` is never used
[INFO] [stderr]   --> client/src/inputbox.rs:58:10
[INFO] [stderr]    |
[INFO] [stderr]  8 | impl IBox {
[INFO] [stderr]    | --------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 58 |   pub fn reset_cursor(&mut self) {
[INFO] [stderr]    |          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `client` (bin "client" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/chatproto-59a83f4915710207)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test netproto::test::auth_decode ... ok
[INFO] [stdout] test netproto::test::auth_encode ... ok
[INFO] [stdout] test netproto::test::client_decode ... ok
[INFO] [stdout] test netproto::test::client_encode ... ok
[INFO] [stdout] test netproto::test::client_query_list_users ... ok
[INFO] [stdout] test netproto::test::client_query_poll ... ok
[INFO] [stdout] test netproto::test::client_query_register ... ok
[INFO] [stdout] test netproto::test::serverid_encode ... ok
[INFO] [stdout] test netproto::test::server_encode ... ok
[INFO] [stdout] test netproto::test::string_decode ... ok
[INFO] [stdout] test netproto::test::unicode ... ok
[INFO] [stdout] test netproto::test::server_decode ... ok
[INFO] [stdout] test netproto::test::serverid_decode ... ok
[INFO] [stdout] test netproto::test::u128 ... ok
[INFO] [stdout] test netproto::test::string_encode ... ok
[INFO] [stdout] test netproto::test::sequence ... FAILED
[INFO] [stdout] test solutions::sample::test::tester ... FAILED
[INFO] [stdout] test netproto::test::server_round_trip ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- netproto::test::sequence stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'netproto::test::sequence' (24) panicked at chatproto/src/netproto/encode.rs:299:3:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fb94c226982 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5fb94c226982 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5fb94c226982 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5fb94c226982 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5fb94c237daf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5fb94c237daf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5fb94c1f23d1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5fb94c1f23d1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5fb94c1fe6b2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5fb94c203d8f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5fb94c203c21 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5fb94c0cf34e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5fb94c0cf34e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5fb94c20444f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5fb94c20444f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5fb94c204276 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5fb94c1fe7e9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5fb94c1e684d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5fb94c241450 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5fb94c24142c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5fb94be04c79 - chatproto::netproto::encode::sequence::h54ec51ef1a18ae3a
[INFO] [stdout]                                at /opt/rustwide/workdir/chatproto/src/netproto/encode.rs:299:3
[INFO] [stdout]   21:     0x5fb94bdfd953 - chatproto::netproto::test::sequence::{{closure}}::hcedbf05b4d5651c4
[INFO] [stdout]                                at /opt/rustwide/workdir/chatproto/src/netproto/mod.rs:365:16
[INFO] [stdout]   22:     0x5fb94bdf7d3e - chatproto::netproto::test::round_trip::hfcfb5f58ddfe512e
[INFO] [stdout]                                at /opt/rustwide/workdir/chatproto/src/netproto/mod.rs:173:5
[INFO] [stdout]   23:     0x5fb94bdfd8ce - chatproto::netproto::test::sequence::h3f3535481bf99d9e
[INFO] [stdout]                                at /opt/rustwide/workdir/chatproto/src/netproto/mod.rs:364:5
[INFO] [stdout]   24:     0x5fb94bdfd977 - chatproto::netproto::test::sequence::{{closure}}::hf66462a8f51b4fe3
[INFO] [stdout]                                at /opt/rustwide/workdir/chatproto/src/netproto/mod.rs:354:16
[INFO] [stdout]   25:     0x5fb94bdf0116 - core::ops::function::FnOnce::call_once::h3ac5938a526884c6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5fb94c0cf10b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5fb94c0cf10b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5fb94c0e4d75 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5fb94c0e4d75 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5fb94c0e4d75 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x5fb94c0e4d75 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x5fb94c0e4d75 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5fb94c0e4d75 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5fb94c0e4d75 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5fb94c0bb564 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5fb94c0bb564 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5fb94c0bee2a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5fb94c0bee2a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5fb94c0bee2a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x5fb94c0bee2a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x5fb94c0bee2a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5fb94c0bee2a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5fb94c0bee2a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5fb94c1f994f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   45:     0x5fb94c1f994f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   46:     0x7df42e256aa4 - <unknown>
[INFO] [stdout]   47:     0x7df42e2e3a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- solutions::sample::test::tester stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'solutions::sample::test::tester' (34) panicked at chatproto/src/solutions/sample.rs:32:5:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fb94c226982 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5fb94c226982 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5fb94c226982 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5fb94c226982 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5fb94c237daf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5fb94c237daf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5fb94c1f23d1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5fb94c1f23d1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5fb94c1fe6b2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5fb94c203d8f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5fb94c203c21 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5fb94c0cf34e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5fb94c0cf34e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5fb94c20444f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5fb94c20444f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5fb94c204276 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5fb94c1fe7e9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5fb94c1e684d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5fb94c241450 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5fb94c24142c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5fb94be0d08e - <chatproto::solutions::sample::Server<C> as chatproto::core::MessageServer<C>>::new::h2e1921eb153c2d59
[INFO] [stdout]                                at /opt/rustwide/workdir/chatproto/src/solutions/sample.rs:32:5
[INFO] [stdout]   21:     0x5fb94bde63da - chatproto::testing::sequence_correct::{{closure}}::h638f61605a4380ac
[INFO] [stdout]                                at /opt/rustwide/workdir/chatproto/src/testing.rs:147:19
[INFO] [stdout]   22:     0x5fb94bdedac8 - chatproto::testing::all_tests::{{closure}}::h843b53e50f3e0fbe
[INFO] [stdout]                                at /opt/rustwide/workdir/chatproto/src/testing.rs:613:6
[INFO] [stdout]   23:     0x5fb94bde80e6 - chatproto::testing::test_message_server::{{closure}}::hf49229a2a60aa1f3
[INFO] [stdout]                                at /opt/rustwide/workdir/chatproto/src/testing.rs:673:40
[INFO] [stdout]   24:     0x5fb94be04d40 - <async_std::task::builder::SupportTaskLocals<F> as core::future::future::Future>::poll::{{closure}}::hce9bc39a18c19dc1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/task/builder.rs:199:29
[INFO] [stdout]   25:     0x5fb94be0ba18 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h641a2295211cf09c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   26:     0x5fb94be06765 - std::thread::local::LocalKey<T>::try_with::h6552f6b843c7f6e3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   27:     0x5fb94be0641e - std::thread::local::LocalKey<T>::with::ha14080c6323a3fbe
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   28:     0x5fb94be0b828 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h4ed17d39ea78fd6a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   29:     0x5fb94be04d01 - <async_std::task::builder::SupportTaskLocals<F> as core::future::future::Future>::poll::h8f970e48087acee0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/task/builder.rs:197:13
[INFO] [stdout]   30:     0x5fb94be14a64 - <futures_lite::future::Or<F1,F2> as core::future::future::Future>::poll::h85966bb4976d8015
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.5.0/src/future.rs:454:46
[INFO] [stdout]   31:     0x5fb94be0562e - async_executor::State::run::{{closure}}::h45f77e852a3cfaa3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/src/lib.rs:748:32
[INFO] [stdout]   32:     0x5fb94be05c4d - async_executor::Executor::run::{{closure}}::hdf7c921aee2ba6da
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/src/lib.rs:344:34
[INFO] [stdout]   33:     0x5fb94be05281 - async_executor::LocalExecutor::run::{{closure}}::hc66764470b32934c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/src/lib.rs:648:34
[INFO] [stdout]   34:     0x5fb94be08cc4 - async_io::driver::block_on::{{closure}}::hd18e9d149ea12857
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/src/driver.rs:199:53
[INFO] [stdout]   35:     0x5fb94be06bdd - std::thread::local::LocalKey<T>::try_with::hbf952edfe022d74e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   36:     0x5fb94be0646e - std::thread::local::LocalKey<T>::with::hb958ed78eb7b2bd1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   37:     0x5fb94be0895c - async_io::driver::block_on::hac2b4db0f6d705d0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.4.0/src/driver.rs:175:11
[INFO] [stdout]   38:     0x5fb94be162bf - async_global_executor::reactor::block_on::{{closure}}::hf635369c69a6acf0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:3:18
[INFO] [stdout]   39:     0x5fb94be1628f - async_global_executor::reactor::block_on::h98c53f3cf1c3064a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:12:5
[INFO] [stdout]   40:     0x5fb94be11b7d - async_global_executor::executor::block_on::{{closure}}::h8aac94f8237fb8b6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:36
[INFO] [stdout]   41:     0x5fb94be06ded - std::thread::local::LocalKey<T>::try_with::hd5036aa79369276f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   42:     0x5fb94be063de - std::thread::local::LocalKey<T>::with::h9fe5217214af29b3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   43:     0x5fb94be11b26 - async_global_executor::executor::block_on::h5d7f3e068ef24d5e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:20
[INFO] [stdout]   44:     0x5fb94be0c1ac - async_std::task::builder::Builder::blocking::{{closure}}::{{closure}}::h4021b41e63f4fcdd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/task/builder.rs:171:25
[INFO] [stdout]   45:     0x5fb94be0b936 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h22428d8af87916d9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   46:     0x5fb94be06f2d - std::thread::local::LocalKey<T>::try_with::hf84a40537494ed11
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   47:     0x5fb94be0639e - std::thread::local::LocalKey<T>::with::h783b5a316b68db76
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   48:     0x5fb94be0b869 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::ha1df34103258ef6d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   49:     0x5fb94be0c107 - async_std::task::builder::Builder::blocking::{{closure}}::habd5f0f168f9bbb1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/task/builder.rs:168:17
[INFO] [stdout]   50:     0x5fb94be0706d - std::thread::local::LocalKey<T>::try_with::hfb434a8b4a44c14e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   51:     0x5fb94be0656e - std::thread::local::LocalKey<T>::with::hea14b67b349ffefe
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   52:     0x5fb94be0bdec - async_std::task::builder::Builder::blocking::h7940c12ebd481c56
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/task/builder.rs:161:29
[INFO] [stdout]   53:     0x5fb94be14f0e - async_std::task::block_on::block_on::h1e39567733e746b8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/task/block_on.rs:33:20
[INFO] [stdout]   54:     0x5fb94bde7f7d - chatproto::testing::test_message_server::h6b1d0c00d8e63eaf
[INFO] [stdout]                                at /opt/rustwide/workdir/chatproto/src/testing.rs:671:3
[INFO] [stdout]   55:     0x5fb94be0c246 - chatproto::solutions::sample::test::tester::h65dc4cdcef1eaca5
[INFO] [stdout]                                at /opt/rustwide/workdir/chatproto/src/solutions/sample.rs:111:5
[INFO] [stdout]   56:     0x5fb94be0c267 - chatproto::solutions::sample::test::tester::{{closure}}::h189339c5508bf0a9
[INFO] [stdout]                                at /opt/rustwide/workdir/chatproto/src/solutions/sample.rs:110:14
[INFO] [stdout]   57:     0x5fb94bdf04f6 - core::ops::function::FnOnce::call_once::ha26c0d6b30f942f6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5fb94c0cf10b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5fb94c0cf10b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   60:     0x5fb94c0e4d75 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   61:     0x5fb94c0e4d75 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   62:     0x5fb94c0e4d75 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   63:     0x5fb94c0e4d75 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   64:     0x5fb94c0e4d75 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x5fb94c0e4d75 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   66:     0x5fb94c0e4d75 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   67:     0x5fb94c0bb564 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   68:     0x5fb94c0bb564 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   69:     0x5fb94c0bee2a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   70:     0x5fb94c0bee2a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   71:     0x5fb94c0bee2a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   72:     0x5fb94c0bee2a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   73:     0x5fb94c0bee2a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x5fb94c0bee2a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   75:     0x5fb94c0bee2a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   76:     0x5fb94c1f994f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   77:     0x5fb94c1f994f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   78:     0x7df42e256aa4 - <unknown>
[INFO] [stdout]   79:     0x7df42e2e3a34 - clone
[INFO] [stdout]   80:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     netproto::test::sequence
[INFO] [stdout]     solutions::sample::test::tester
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 16 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p chatproto --lib`
[INFO] running `Command { std: "docker" "inspect" "04a333220d7ad8baa50435094b1be3c14683445a835abde5181077d6cd62b236", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04a333220d7ad8baa50435094b1be3c14683445a835abde5181077d6cd62b236", kill_on_drop: false }`
[INFO] [stdout] 04a333220d7ad8baa50435094b1be3c14683445a835abde5181077d6cd62b236
