[INFO] cloning repository https://github.com/gamemann/srv-mon-term
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gamemann/srv-mon-term" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgamemann%2Fsrv-mon-term", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgamemann%2Fsrv-mon-term'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 77be401257b7aebbeb625f22eca6db0f3c2612ec
[INFO] checking gamemann/srv-mon-term against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgamemann%2Fsrv-mon-term" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gamemann/srv-mon-term
[INFO] finished tweaking git repo https://github.com/gamemann/srv-mon-term
[INFO] tweaked toml for git repo https://github.com/gamemann/srv-mon-term written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gamemann/srv-mon-term on toolchain 018018e881e2db0956f229dbb543e21f058d1ce7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gamemann/srv-mon-term 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" "+018018e881e2db0956f229dbb543e21f058d1ce7" "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]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pnet_base v0.34.0
[INFO] [stderr]   Downloaded surge-ping v0.8.4
[INFO] [stderr]   Downloaded no-std-net v0.6.0
[INFO] [stderr]   Downloaded pnet_macros_support v0.34.0
[INFO] [stderr]   Downloaded pnet_packet v0.34.0
[INFO] [stderr]   Downloaded pnet_macros v0.34.0
[INFO] [stderr]   Downloaded a2s v0.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 60fdcb9eaa979d6b5ffaca8fa3d535cd22038f4f4abcb197b420fc2ebf4a18d8
[INFO] running `Command { std: "docker" "start" "60fdcb9eaa979d6b5ffaca8fa3d535cd22038f4f4abcb197b420fc2ebf4a18d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60fdcb9eaa979d6b5ffaca8fa3d535cd22038f4f4abcb197b420fc2ebf4a18d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "60fdcb9eaa979d6b5ffaca8fa3d535cd22038f4f4abcb197b420fc2ebf4a18d8" "/opt/rustwide/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60fdcb9eaa979d6b5ffaca8fa3d535cd22038f4f4abcb197b420fc2ebf4a18d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "60fdcb9eaa979d6b5ffaca8fa3d535cd22038f4f4abcb197b420fc2ebf4a18d8" "/opt/rustwide/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking lru v0.18.0
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]     Checking no-std-net v0.6.0
[INFO] [stderr]    Compiling build_const v0.2.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.38.1
[INFO] [stderr]     Checking time v0.3.49
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking line-clipping v0.3.7
[INFO] [stderr]     Checking pnet_base v0.34.0
[INFO] [stderr]    Compiling crc v1.8.1
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]     Checking pnet_macros_support v0.34.0
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling tokio-cron-scheduler v0.15.1
[INFO] [stderr]     Checking bzip2 v0.4.4
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]     Checking hashlink v0.12.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking rusqlite v0.40.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]    Compiling pnet_macros v0.34.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking pnet_packet v0.34.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking ratatui-core v0.1.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking croner v3.0.1
[INFO] [stderr]     Checking ratatui-widgets v0.3.1
[INFO] [stderr]     Checking ratatui-crossterm v0.1.1
[INFO] [stderr]     Checking ratatui-macros v0.7.1
[INFO] [stderr]     Checking ratatui v0.30.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking a2s v0.6.1
[INFO] [stderr]     Checking surge-ping v0.8.4
[INFO] [stderr]     Checking gmon v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Logger`
[INFO] [stdout]   --> src/tui/interface/ifaces/logs.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |     logger::{Logger, buffer::LogBufferData, level::LogLevel},
[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: `Logger`
[INFO] [stdout]   --> src/tui/interface/ifaces/logs.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |     logger::{Logger, buffer::LogBufferData, level::LogLevel},
[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 variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:70:45
[INFO] [stdout]    |
[INFO] [stdout] 70 |     async fn fetch_snapshot_data(&mut self, ctx: Context) -> Result<Option<Self::DrawData>> {
[INFO] [stdout]    |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/tui/interface/ifaces/about.rs:102:45
[INFO] [stdout]     |
[INFO] [stdout] 102 |     async fn fetch_snapshot_data(&mut self, ctx: Context) -> Result<Option<Self::DrawData>> {
[INFO] [stdout]     |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:98:45
[INFO] [stdout]    |
[INFO] [stdout] 98 |     async fn fetch_snapshot_data(&mut self, ctx: Context) -> Result<Option<Self::DrawData>> {
[INFO] [stdout]    |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:53:53
[INFO] [stdout]    |
[INFO] [stdout] 53 |     async fn handle_input(&mut self, key: KeyEvent, ctx: Context) -> Result<TuiAction> {
[INFO] [stdout]    |                                                     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/about.rs:58:53
[INFO] [stdout]    |
[INFO] [stdout] 58 |     async fn handle_input(&mut self, key: KeyEvent, ctx: Context) -> Result<TuiAction> {
[INFO] [stdout]    |                                                     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:77:53
[INFO] [stdout]    |
[INFO] [stdout] 77 |     async fn handle_input(&mut self, key: KeyEvent, ctx: Context) -> Result<TuiAction> {
[INFO] [stdout]    |                                                     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/dashboard.rs:76:33
[INFO] [stdout]    |
[INFO] [stdout] 76 |     async fn cleanup(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:45:33
[INFO] [stdout]    |
[INFO] [stdout] 45 |     async fn cleanup(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/about.rs:50:33
[INFO] [stdout]    |
[INFO] [stdout] 50 |     async fn cleanup(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/tui/interface/ifaces/server/view.rs:129:33
[INFO] [stdout]     |
[INFO] [stdout] 129 |     async fn cleanup(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]     |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:69:33
[INFO] [stdout]    |
[INFO] [stdout] 69 |     async fn cleanup(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/dashboard.rs:72:33
[INFO] [stdout]    |
[INFO] [stdout] 72 |     async fn prepare(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 |     async fn prepare(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/about.rs:46:33
[INFO] [stdout]    |
[INFO] [stdout] 46 |     async fn prepare(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/tui/interface/ifaces/server/view.rs:125:33
[INFO] [stdout]     |
[INFO] [stdout] 125 |     async fn prepare(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]     |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:65:33
[INFO] [stdout]    |
[INFO] [stdout] 65 |     async fn prepare(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         frame: &mut Frame<'_>,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `area`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         area: Rect,
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         ctx: Context,
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |         frame: &mut Frame<'_>,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `area`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |         area: Rect,
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 |         ctx: Context,
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `draw_data`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |         draw_data: Option<&Self::DrawData>,
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_draw_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:70:45
[INFO] [stdout]    |
[INFO] [stdout] 70 |     async fn fetch_snapshot_data(&mut self, ctx: Context) -> Result<Option<Self::DrawData>> {
[INFO] [stdout]    |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/tui/interface/ifaces/about.rs:102:45
[INFO] [stdout]     |
[INFO] [stdout] 102 |     async fn fetch_snapshot_data(&mut self, ctx: Context) -> Result<Option<Self::DrawData>> {
[INFO] [stdout]     |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/tui/interface/ifaces/server/view.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 |         ctx: Context,
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:98:45
[INFO] [stdout]    |
[INFO] [stdout] 98 |     async fn fetch_snapshot_data(&mut self, ctx: Context) -> Result<Option<Self::DrawData>> {
[INFO] [stdout]    |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:53:53
[INFO] [stdout]    |
[INFO] [stdout] 53 |     async fn handle_input(&mut self, key: KeyEvent, ctx: Context) -> Result<TuiAction> {
[INFO] [stdout]    |                                                     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/about.rs:58:53
[INFO] [stdout]    |
[INFO] [stdout] 58 |     async fn handle_input(&mut self, key: KeyEvent, ctx: Context) -> Result<TuiAction> {
[INFO] [stdout]    |                                                     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:77:53
[INFO] [stdout]    |
[INFO] [stdout] 77 |     async fn handle_input(&mut self, key: KeyEvent, ctx: Context) -> Result<TuiAction> {
[INFO] [stdout]    |                                                     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/dashboard.rs:76:33
[INFO] [stdout]    |
[INFO] [stdout] 76 |     async fn cleanup(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:45:33
[INFO] [stdout]    |
[INFO] [stdout] 45 |     async fn cleanup(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/about.rs:50:33
[INFO] [stdout]    |
[INFO] [stdout] 50 |     async fn cleanup(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/tui/interface/ifaces/server/view.rs:129:33
[INFO] [stdout]     |
[INFO] [stdout] 129 |     async fn cleanup(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]     |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:69:33
[INFO] [stdout]    |
[INFO] [stdout] 69 |     async fn cleanup(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/dashboard.rs:72:33
[INFO] [stdout]    |
[INFO] [stdout] 72 |     async fn prepare(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 |     async fn prepare(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/about.rs:46:33
[INFO] [stdout]    |
[INFO] [stdout] 46 |     async fn prepare(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/tui/interface/ifaces/server/view.rs:125:33
[INFO] [stdout]     |
[INFO] [stdout] 125 |     async fn prepare(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]     |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:65:33
[INFO] [stdout]    |
[INFO] [stdout] 65 |     async fn prepare(&mut self, ctx: Context) -> Result<()> {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_path` is never used
[INFO] [stdout]   --> src/store/json/util.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl StoreCtx<JsonStore, StoreJsonState, StoreJsonOpts> {
[INFO] [stdout]    | ------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 65 |     async fn get_path(&self) -> Result<PathBuf> {
[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: `frame`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         frame: &mut Frame<'_>,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `area`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         area: Rect,
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/settings.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         ctx: Context,
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |         frame: &mut Frame<'_>,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `area`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |         area: Rect,
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_area`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 |         ctx: Context,
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `draw_data`
[INFO] [stdout]   --> src/tui/interface/ifaces/server/settings.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |         draw_data: Option<&Self::DrawData>,
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_draw_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/tui/interface/ifaces/server/view.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 |         ctx: Context,
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_path` is never used
[INFO] [stdout]   --> src/store/json/util.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl StoreCtx<JsonStore, StoreJsonState, StoreJsonOpts> {
[INFO] [stdout]    | ------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 65 |     async fn get_path(&self) -> Result<PathBuf> {
[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 42.21s
[INFO] running `Command { std: "docker" "inspect" "60fdcb9eaa979d6b5ffaca8fa3d535cd22038f4f4abcb197b420fc2ebf4a18d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60fdcb9eaa979d6b5ffaca8fa3d535cd22038f4f4abcb197b420fc2ebf4a18d8", kill_on_drop: false }`
[INFO] [stdout] 60fdcb9eaa979d6b5ffaca8fa3d535cd22038f4f4abcb197b420fc2ebf4a18d8
