[INFO] cloning repository https://github.com/GappelSolutions/lazychat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GappelSolutions/lazychat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGappelSolutions%2Flazychat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGappelSolutions%2Flazychat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 35f84a3e2e7fd7fc4c5fb0f10f1d26e3a1e1812d
[INFO] checking GappelSolutions/lazychat against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGappelSolutions%2Flazychat" "/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/GappelSolutions/lazychat
[INFO] finished tweaking git repo https://github.com/GappelSolutions/lazychat
[INFO] tweaked toml for git repo https://github.com/GappelSolutions/lazychat written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GappelSolutions/lazychat on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GappelSolutions/lazychat 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serial v0.4.0
[INFO] [stderr]   Downloaded serial_test_derive v3.3.1
[INFO] [stderr]   Downloaded serial-windows v0.4.0
[INFO] [stderr]   Downloaded serial_test v3.3.1
[INFO] [stderr]   Downloaded notify v7.0.0
[INFO] [stderr]   Downloaded portable-pty v0.8.1
[INFO] [stderr]   Downloaded notify-types v1.0.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] 7d4e195505874c07ed5db8097ad6009c85374833d95a734783938bf92ebdd9e2
[INFO] running `Command { std: "docker" "start" "7d4e195505874c07ed5db8097ad6009c85374833d95a734783938bf92ebdd9e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d4e195505874c07ed5db8097ad6009c85374833d95a734783938bf92ebdd9e2", 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" "7d4e195505874c07ed5db8097ad6009c85374833d95a734783938bf92ebdd9e2" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d4e195505874c07ed5db8097ad6009c85374833d95a734783938bf92ebdd9e2", 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" "7d4e195505874c07ed5db8097ad6009c85374833d95a734783938bf92ebdd9e2" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking clap_builder v4.5.56
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking notify-types v1.0.1
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking vte v0.11.1
[INFO] [stderr]     Checking vt100 v0.15.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking serial-core v0.4.0
[INFO] [stderr]     Checking termios v0.2.2
[INFO] [stderr]     Checking ioctl-rs v0.1.6
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking inotify v0.10.2
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking serial-unix v0.4.0
[INFO] [stderr]     Checking sysinfo v0.30.13
[INFO] [stderr]     Checking uuid v1.20.0
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking serial v0.4.0
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking notify v7.0.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling serial_test_derive v3.3.1
[INFO] [stderr]     Checking serial_test v3.3.1
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking filedescriptor v0.8.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking portable-pty v0.8.1
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking clap v4.5.56
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking lazychat v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `validate_preset_name` is never used
[INFO] [stdout]   --> src/process/headless.rs:22:4
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn validate_preset_name(name: &str) -> Result<()> {
[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 `validate_preset_name` is never used
[INFO] [stdout]   --> src/process/headless.rs:22:4
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn validate_preset_name(name: &str) -> Result<()> {
[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 import: `super::*`
[INFO] [stdout]    --> tests/config_tests.rs:292:9
[INFO] [stdout]     |
[INFO] [stdout] 292 |     use super::*;
[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: `super::*`
[INFO] [stdout]    --> tests/config_tests.rs:589:9
[INFO] [stdout]     |
[INFO] [stdout] 589 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PresetManager` and `Preset`
[INFO] [stdout]  --> src/config/mod.rs:5:19
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use presets::{Preset, PresetManager};
[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 imports: `OrphanSession` and `discover_orphan_sessions`
[INFO] [stdout]  --> src/process/mod.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use adoption::{discover_orphan_sessions, OrphanSession};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `headless::HeadlessTerminal`
[INFO] [stdout]  --> src/process/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use headless::HeadlessTerminal;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ManagedProcess` and `ProcessRegistry`
[INFO] [stdout]  --> src/process/mod.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use registry::{ManagedProcess, ProcessRegistry};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PresetManager` and `Preset`
[INFO] [stdout]  --> src/config/mod.rs:5:19
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use presets::{Preset, PresetManager};
[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 imports: `OrphanSession` and `discover_orphan_sessions`
[INFO] [stdout]  --> src/process/mod.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use adoption::{discover_orphan_sessions, OrphanSession};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `headless::HeadlessTerminal`
[INFO] [stdout]  --> src/process/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use headless::HeadlessTerminal;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ManagedProcess` and `ProcessRegistry`
[INFO] [stdout]  --> src/process/mod.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use registry::{ManagedProcess, ProcessRegistry};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `registered_pids`
[INFO] [stdout]    --> tests/process_tests.rs:396:13
[INFO] [stdout]     |
[INFO] [stdout] 396 |         let registered_pids: HashSet<u32> = HashSet::new();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_registered_pids`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `preset_filter` and `preset_filter_active` are never read
[INFO] [stdout]   --> src/app.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct App {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub preset_filter: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 76 |     pub preset_filter_active: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `preset_next`, `preset_prev`, and `managed_process_count` are never used
[INFO] [stdout]    --> src/app.rs:632:12
[INFO] [stdout]     |
[INFO] [stdout]  82 | impl App {
[INFO] [stdout]     | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 632 |     pub fn preset_next(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 638 |     pub fn preset_prev(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 |     pub fn managed_process_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `config_path` and `matcher` are never read
[INFO] [stdout]   --> src/config/presets.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct PresetManager {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 43 |     presets: Vec<Preset>,
[INFO] [stdout] 44 |     config_path: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 45 |     matcher: SkimMatcherV2,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `find_by_name`, `find_by_shortcut`, `fuzzy_search`, `reload`, and `get_config_path` are never used
[INFO] [stdout]    --> src/config/presets.rs:127:12
[INFO] [stdout]     |
[INFO] [stdout]  48 | impl PresetManager {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 127 |     pub fn find_by_name(&self, name: &str) -> Option<&Preset> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn find_by_shortcut(&self, shortcut: &str) -> Option<&Preset> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     pub fn fuzzy_search(&self, query: &str) -> Vec<(&Preset, i64)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     pub fn reload(&mut self) -> Result<()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 |     pub fn get_config_path(&self) -> &PathBuf {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Task` is never constructed
[INFO] [stdout]   --> src/data/mod.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct Task {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DailyStats` is never constructed
[INFO] [stdout]   --> src/data/mod.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct DailyStats {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HistoryEntry` is never constructed
[INFO] [stdout]   --> src/data/mod.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct HistoryEntry {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `session_id`, `pid`, `cwd`, and `status` are never read
[INFO] [stdout]   --> src/process/adoption.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct OrphanSession {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 11 |     pub session_id: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 12 |     pub pid: Option<u32>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 13 |     pub cwd: Option<String>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 14 |     pub status: String, // from state file: "working", "active", "idle"
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `OrphanSession` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_active_session_ids` is never used
[INFO] [stdout]    --> src/process/adoption.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub fn get_active_session_ids() -> Result<Vec<String>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `validate_preset_name` is never used
[INFO] [stdout]   --> src/process/headless.rs:22:4
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn validate_preset_name(name: &str) -> Result<()> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_alive` and `terminate` are never used
[INFO] [stdout]    --> src/process/headless.rs:99:12
[INFO] [stdout]     |
[INFO] [stdout]  41 | impl HeadlessTerminal {
[INFO] [stdout]     | --------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  99 |     pub fn is_alive(&mut self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     pub fn terminate(mut self) -> Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_all_processes_mut`, `find_by_pid`, `find_by_session`, and `update_status` are never used
[INFO] [stdout]    --> src/process/registry.rs:113:12
[INFO] [stdout]     |
[INFO] [stdout]  33 | impl ProcessRegistry {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub fn get_all_processes_mut(&mut self) -> &mut Vec<ManagedProcess> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn find_by_pid(&self, pid: u32) -> Option<&ManagedProcess> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |     pub fn find_by_session(&self, session_id: &str) -> Option<&ManagedProcess> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |     pub fn update_status(&mut self, pid: u32, status: &str) -> Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_preset_detail` is never used
[INFO] [stdout]   --> src/ui/presets.rs:61:8
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn draw_preset_detail(f: &mut Frame, app: &App, area: Rect) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui/mod.rs:448:28
[INFO] [stdout]     |
[INFO] [stdout] 448 | pub fn styled_block(title: &str, is_active: bool) -> Block {
[INFO] [stdout]     |                            ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 448 | pub fn styled_block(title: &str, is_active: bool) -> Block<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `preset_filter` and `preset_filter_active` are never read
[INFO] [stdout]   --> src/app.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct App {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub preset_filter: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 76 |     pub preset_filter_active: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `preset_next`, `preset_prev`, and `managed_process_count` are never used
[INFO] [stdout]    --> src/app.rs:632:12
[INFO] [stdout]     |
[INFO] [stdout]  82 | impl App {
[INFO] [stdout]     | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 632 |     pub fn preset_next(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 638 |     pub fn preset_prev(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 766 |     pub fn managed_process_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `config_path` and `matcher` are never read
[INFO] [stdout]   --> src/config/presets.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct PresetManager {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 43 |     presets: Vec<Preset>,
[INFO] [stdout] 44 |     config_path: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 45 |     matcher: SkimMatcherV2,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `find_by_name`, `find_by_shortcut`, `fuzzy_search`, `reload`, and `get_config_path` are never used
[INFO] [stdout]    --> src/config/presets.rs:127:12
[INFO] [stdout]     |
[INFO] [stdout]  48 | impl PresetManager {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 127 |     pub fn find_by_name(&self, name: &str) -> Option<&Preset> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn find_by_shortcut(&self, shortcut: &str) -> Option<&Preset> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     pub fn fuzzy_search(&self, query: &str) -> Vec<(&Preset, i64)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     pub fn reload(&mut self) -> Result<()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 |     pub fn get_config_path(&self) -> &PathBuf {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Task` is never constructed
[INFO] [stdout]   --> src/data/mod.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct Task {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DailyStats` is never constructed
[INFO] [stdout]   --> src/data/mod.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct DailyStats {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HistoryEntry` is never constructed
[INFO] [stdout]   --> src/data/mod.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct HistoryEntry {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `session_id`, `pid`, `cwd`, and `status` are never read
[INFO] [stdout]   --> src/process/adoption.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct OrphanSession {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 11 |     pub session_id: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 12 |     pub pid: Option<u32>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 13 |     pub cwd: Option<String>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 14 |     pub status: String, // from state file: "working", "active", "idle"
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `OrphanSession` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_active_session_ids` is never used
[INFO] [stdout]    --> src/process/adoption.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub fn get_active_session_ids() -> Result<Vec<String>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `validate_preset_name` is never used
[INFO] [stdout]   --> src/process/headless.rs:22:4
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn validate_preset_name(name: &str) -> Result<()> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_alive` and `terminate` are never used
[INFO] [stdout]    --> src/process/headless.rs:99:12
[INFO] [stdout]     |
[INFO] [stdout]  41 | impl HeadlessTerminal {
[INFO] [stdout]     | --------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  99 |     pub fn is_alive(&mut self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     pub fn terminate(mut self) -> Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_all_processes_mut`, `find_by_pid`, `find_by_session`, and `update_status` are never used
[INFO] [stdout]    --> src/process/registry.rs:113:12
[INFO] [stdout]     |
[INFO] [stdout]  33 | impl ProcessRegistry {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub fn get_all_processes_mut(&mut self) -> &mut Vec<ManagedProcess> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn find_by_pid(&self, pid: u32) -> Option<&ManagedProcess> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |     pub fn find_by_session(&self, session_id: &str) -> Option<&ManagedProcess> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |     pub fn update_status(&mut self, pid: u32, status: &str) -> Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_preset_detail` is never used
[INFO] [stdout]   --> src/ui/presets.rs:61:8
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn draw_preset_detail(f: &mut Frame, app: &App, area: Rect) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui/mod.rs:448:28
[INFO] [stdout]     |
[INFO] [stdout] 448 | pub fn styled_block(title: &str, is_active: bool) -> Block {
[INFO] [stdout]     |                            ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 448 | pub fn styled_block(title: &str, is_active: bool) -> Block<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `notify`
[INFO] [stderr]   --> Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | notify = "7"
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `notify`
[INFO] [stderr] warning: unused dependency `similar`
[INFO] [stderr]   --> Cargo.toml:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | similar = "2"
[INFO] [stderr]    | ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `similar`
[INFO] [stderr] warning: unused dependency `thiserror`
[INFO] [stderr]   --> Cargo.toml:16:1
[INFO] [stderr]    |
[INFO] [stderr] 16 | thiserror = "2"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `thiserror`
[INFO] [stderr] warning: unused dependency `tracing-subscriber`
[INFO] [stderr]   --> Cargo.toml:41:15
[INFO] [stderr]    |
[INFO] [stderr] 41 | [dependencies.tracing-subscriber]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `tracing-subscriber`
[INFO] [stderr] warning: `lazychat` (manifest) generated 4 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.66s
[INFO] running `Command { std: "docker" "inspect" "7d4e195505874c07ed5db8097ad6009c85374833d95a734783938bf92ebdd9e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d4e195505874c07ed5db8097ad6009c85374833d95a734783938bf92ebdd9e2", kill_on_drop: false }`
[INFO] [stdout] 7d4e195505874c07ed5db8097ad6009c85374833d95a734783938bf92ebdd9e2
