[INFO] cloning repository https://github.com/fram446742/crypted-messages
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fram446742/crypted-messages" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffram446742%2Fcrypted-messages", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffram446742%2Fcrypted-messages'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f5545adee60fcf9496bb54b065f90fedd713d352
[INFO] checking fram446742/crypted-messages/f5545adee60fcf9496bb54b065f90fedd713d352 against master#53509ca37e3b507887607c2f4a7f23bd4838f099 for pr-156027
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffram446742%2Fcrypted-messages" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/fram446742/crypted-messages
[INFO] finished tweaking git repo https://github.com/fram446742/crypted-messages
[INFO] tweaked toml for git repo https://github.com/fram446742/crypted-messages written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fram446742/crypted-messages on toolchain 53509ca37e3b507887607c2f4a7f23bd4838f099
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+53509ca37e3b507887607c2f4a7f23bd4838f099" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fram446742/crypted-messages 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" "+53509ca37e3b507887607c2f4a7f23bd4838f099" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toon v0.1.2
[INFO] [stderr]   Downloaded neli v0.7.3
[INFO] [stderr]   Downloaded local-ip-address v0.6.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+53509ca37e3b507887607c2f4a7f23bd4838f099" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 56d4e977c0800f115208d431b18918e7e3e50c3a412c6ae345903cd055229036
[INFO] running `Command { std: "docker" "start" "-a" "56d4e977c0800f115208d431b18918e7e3e50c3a412c6ae345903cd055229036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56d4e977c0800f115208d431b18918e7e3e50c3a412c6ae345903cd055229036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56d4e977c0800f115208d431b18918e7e3e50c3a412c6ae345903cd055229036", kill_on_drop: false }`
[INFO] [stdout] 56d4e977c0800f115208d431b18918e7e3e50c3a412c6ae345903cd055229036
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+53509ca37e3b507887607c2f4a7f23bd4838f099" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 087d9c1685deed1bb1ee6474bb4b80b108da92b6564e50eccd28da502a546004
[INFO] running `Command { std: "docker" "start" "-a" "087d9c1685deed1bb1ee6474bb4b80b108da92b6564e50eccd28da502a546004", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling instability v0.3.9
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking lru v0.16.3
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stderr]     Checking time-core v0.1.7
[INFO] [stderr]     Checking line-clipping v0.3.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking bytes v1.7.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking time v0.3.45
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking toon v0.1.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking kasuari v0.4.11
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking ratatui-core v0.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]    Compiling neli-proc-macros v0.2.2
[INFO] [stderr]     Checking ratatui-widgets v0.3.0
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking neli v0.7.3
[INFO] [stderr]     Checking ratatui-macros v0.7.0
[INFO] [stderr]     Checking ratatui v0.30.0
[INFO] [stderr]     Checking local-ip-address v0.6.9
[INFO] [stderr]     Checking crypted-messages v0.2.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `send_welcome_message`
[INFO] [stdout]  --> src/server/commands.rs:3:54
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::server::connection::{send_server_message, send_welcome_message};
[INFO] [stdout]   |                                                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::utils::get_timestamp`
[INFO] [stdout]  --> src/server/commands.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::utils::get_timestamp;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::server::commands::*`
[INFO] [stdout]   --> src/server/handler.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::server::commands::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `send_welcome_message`
[INFO] [stdout]  --> src/server/commands.rs:3:54
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::server::connection::{send_server_message, send_welcome_message};
[INFO] [stdout]   |                                                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::utils::get_timestamp`
[INFO] [stdout]  --> src/server/commands.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::utils::get_timestamp;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::server::commands::*`
[INFO] [stdout]   --> src/server/handler.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::server::commands::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name_label`
[INFO] [stdout]   --> src/server/commands.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 |             let name_label = "Your chat history: \n";
[INFO] [stdout]    |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_name_label`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name_label`
[INFO] [stdout]    --> src/server/commands.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 128 |             let name_label = "Your chat history: \n";
[INFO] [stdout]     |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_name_label`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name_label`
[INFO] [stdout]   --> src/server/commands.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 |             let name_label = "Your chat history: \n";
[INFO] [stdout]    |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_name_label`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name_label`
[INFO] [stdout]    --> src/server/commands.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 128 |             let name_label = "Your chat history: \n";
[INFO] [stdout]     |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_name_label`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_log` is never used
[INFO] [stdout]  --> src/logging.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn send_log(log_tx: Option<&tokio::sync::mpsc::UnboundedSender<String>>, msg: impl ToString) {
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_log` is never used
[INFO] [stdout]  --> src/logging.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn send_log(log_tx: Option<&tokio::sync::mpsc::UnboundedSender<String>>, msg: impl ToString) {
[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 26.15s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] running `Command { std: "docker" "inspect" "087d9c1685deed1bb1ee6474bb4b80b108da92b6564e50eccd28da502a546004", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "087d9c1685deed1bb1ee6474bb4b80b108da92b6564e50eccd28da502a546004", kill_on_drop: false }`
[INFO] [stdout] 087d9c1685deed1bb1ee6474bb4b80b108da92b6564e50eccd28da502a546004
