[INFO] cloning repository https://github.com/ckaznable/tive
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ckaznable/tive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fckaznable%2Ftive", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fckaznable%2Ftive'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 85358d34f3b1d588b1cb1acdf4680685a1a279f9
[INFO] checking ckaznable/tive against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fckaznable%2Ftive" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ckaznable/tive
[INFO] finished tweaking git repo https://github.com/ckaznable/tive
[INFO] tweaked toml for git repo https://github.com/ckaznable/tive written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ckaznable/tive 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/ckaznable/tive 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]     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 ratatui v0.30.0-alpha.2
[INFO] [stderr]   Downloaded tui-input v0.12.0
[INFO] [stderr]   Downloaded line-clipping v0.2.1
[INFO] [stderr]   Downloaded ratatui-crossterm v0.1.0-alpha.2
[INFO] [stderr]   Downloaded ratatui-macros v0.7.0-alpha.1
[INFO] [stderr]   Downloaded ratatui-termwiz v0.1.0-alpha.2
[INFO] [stderr]   Downloaded ratatui-core v0.1.0-alpha.3
[INFO] [stderr]   Downloaded finl_unicode v1.3.0
[INFO] [stderr]   Downloaded cc v1.2.20
[INFO] [stderr]   Downloaded ratatui-widgets v0.3.0-alpha.2
[INFO] [stderr]   Downloaded nix v0.30.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 5016d6a6bd283f9320b033679f6abeae7a92869639b3c992ee54abb04bb3687a
[INFO] running `Command { std: "docker" "start" "5016d6a6bd283f9320b033679f6abeae7a92869639b3c992ee54abb04bb3687a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5016d6a6bd283f9320b033679f6abeae7a92869639b3c992ee54abb04bb3687a", 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" "5016d6a6bd283f9320b033679f6abeae7a92869639b3c992ee54abb04bb3687a" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5016d6a6bd283f9320b033679f6abeae7a92869639b3c992ee54abb04bb3687a", 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" "5016d6a6bd283f9320b033679f6abeae7a92869639b3c992ee54abb04bb3687a" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling cc v1.2.20
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking line-clipping v0.2.1
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling nix v0.30.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking rustls-pki-types v1.11.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking unicode-truncate v2.0.0
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking ratatui-core v0.1.0-alpha.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking ratatui-widgets v0.3.0-alpha.2
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0-alpha.2
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking ratatui-macros v0.7.0-alpha.1
[INFO] [stderr]     Checking ratatui v0.30.0-alpha.2
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking tui-input v0.12.0
[INFO] [stderr]     Checking tui-textarea v0.7.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking h2 v0.4.9
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking hyper-util v0.1.11
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.15
[INFO] [stderr]     Checking tive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `tool_calls`
[INFO] [stdout]    --> src/main.rs:106:43
[INFO] [stdout]     |
[INFO] [stdout] 106 | ...                   ToolCalls(tool_calls) => {
[INFO] [stdout]     |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tool_calls`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tool_results`
[INFO] [stdout]    --> src/main.rs:109:44
[INFO] [stdout]     |
[INFO] [stdout] 109 | ...                   ToolResult(tool_results) => {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tool_results`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tool_calls`
[INFO] [stdout]    --> src/main.rs:106:43
[INFO] [stdout]     |
[INFO] [stdout] 106 | ...                   ToolCalls(tool_calls) => {
[INFO] [stdout]     |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tool_calls`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tool_results`
[INFO] [stdout]    --> src/main.rs:109:44
[INFO] [stdout]     |
[INFO] [stdout] 109 | ...                   ToolResult(tool_results) => {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tool_results`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `thread_id` is never read
[INFO] [stdout]    --> src/chat.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct ChatReader {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] 115 |     thread: Arc<Mutex<ChatThreadInner>>,
[INFO] [stdout] 116 |     thread_id: Option<String>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ChatReader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `arguments` are never read
[INFO] [stdout]   --> src/client.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct ToolCall {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 31 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 32 |     pub arguments: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ToolCall` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `result` are never read
[INFO] [stdout]   --> src/client.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct ToolResult {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 37 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 38 |     pub result: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ToolResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `state`, `last_error`, and `error_code` are never read
[INFO] [stdout]   --> src/host.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct HostStatus {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 31 |     state: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 32 |     last_error: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 33 |     error_code: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HostStatus` 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: fields `timestamp` and `status` are never read
[INFO] [stdout]   --> src/host.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct HostMessage {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 49 |     pub timestamp: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 50 |     pub status: HostStatus,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HostMessage` 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: field `created_at` is never read
[INFO] [stdout]   --> src/message.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct BaseMessage {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BaseMessage` 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: field `0` is never read
[INFO] [stdout]   --> src/message.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |     ToolCallResult(ToolCallResult),
[INFO] [stdout]    |     -------------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Message` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 44 -     ToolCallResult(ToolCallResult),
[INFO] [stdout] 44 +     ToolCallResult(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `id`, and `args` are never read
[INFO] [stdout]   --> src/message.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct ToolCall {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 49 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 50 |     pub id: String,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 51 |     pub args: Value,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ToolCall` 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: fields `tool_calls` and `files` are never read
[INFO] [stdout]   --> src/message.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct AIMessage {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub tool_calls: Vec<ToolCall>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 60 |     pub files: Vec<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AIMessage` 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: constant `ANIMATION_CHAR_TOP` is never used
[INFO] [stdout]   --> src/widget/message.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | const ANIMATION_CHAR_TOP: char = '>';
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ANIMATION_CHAR_BOTTOM` is never used
[INFO] [stdout]   --> src/widget/message.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | const ANIMATION_CHAR_BOTTOM: char = '<';
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ANIMATION_CHAR_LEFT` is never used
[INFO] [stdout]   --> src/widget/message.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | const ANIMATION_CHAR_LEFT: char = 'A';
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ANIMATION_CHAR_RIGHT` is never used
[INFO] [stdout]   --> src/widget/message.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | const ANIMATION_CHAR_RIGHT: char = 'V';
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/widget/message.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     Top(u16),
[INFO] [stdout]    |     --- ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MessageBorderAnimationPos` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 26 -     Top(u16),
[INFO] [stdout] 26 +     Top(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Bottom`, `Left`, and `Right` are never constructed
[INFO] [stdout]   --> src/widget/message.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | enum MessageBorderAnimationPos {
[INFO] [stdout]    |      ------------------------- variants in this enum
[INFO] [stdout] 26 |     Top(u16),
[INFO] [stdout] 27 |     Bottom(u16),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 28 |     Left(u16),
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 29 |     Right(u16),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MessageBorderAnimationPos` 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: field `pos` is never read
[INFO] [stdout]   --> src/widget/message.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct MessageAnimation {
[INFO] [stdout]    |        ---------------- field in this struct
[INFO] [stdout] 34 |     pos: MessageBorderAnimationPos,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MessageAnimation` 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: field `thread_id` is never read
[INFO] [stdout]    --> src/chat.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct ChatReader {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] 115 |     thread: Arc<Mutex<ChatThreadInner>>,
[INFO] [stdout] 116 |     thread_id: Option<String>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ChatReader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `arguments` are never read
[INFO] [stdout]   --> src/client.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct ToolCall {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 31 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 32 |     pub arguments: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ToolCall` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `result` are never read
[INFO] [stdout]   --> src/client.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct ToolResult {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 37 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 38 |     pub result: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ToolResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `state`, `last_error`, and `error_code` are never read
[INFO] [stdout]   --> src/host.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct HostStatus {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 31 |     state: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 32 |     last_error: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 33 |     error_code: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HostStatus` 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: fields `timestamp` and `status` are never read
[INFO] [stdout]   --> src/host.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct HostMessage {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 49 |     pub timestamp: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 50 |     pub status: HostStatus,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HostMessage` 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: field `created_at` is never read
[INFO] [stdout]   --> src/message.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct BaseMessage {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BaseMessage` 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: field `0` is never read
[INFO] [stdout]   --> src/message.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |     ToolCallResult(ToolCallResult),
[INFO] [stdout]    |     -------------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Message` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 44 -     ToolCallResult(ToolCallResult),
[INFO] [stdout] 44 +     ToolCallResult(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `id`, and `args` are never read
[INFO] [stdout]   --> src/message.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct ToolCall {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 49 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 50 |     pub id: String,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 51 |     pub args: Value,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ToolCall` 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: fields `tool_calls` and `files` are never read
[INFO] [stdout]   --> src/message.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct AIMessage {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub tool_calls: Vec<ToolCall>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 60 |     pub files: Vec<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AIMessage` 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: constant `ANIMATION_CHAR_TOP` is never used
[INFO] [stdout]   --> src/widget/message.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | const ANIMATION_CHAR_TOP: char = '>';
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ANIMATION_CHAR_BOTTOM` is never used
[INFO] [stdout]   --> src/widget/message.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | const ANIMATION_CHAR_BOTTOM: char = '<';
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ANIMATION_CHAR_LEFT` is never used
[INFO] [stdout]   --> src/widget/message.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | const ANIMATION_CHAR_LEFT: char = 'A';
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ANIMATION_CHAR_RIGHT` is never used
[INFO] [stdout]   --> src/widget/message.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | const ANIMATION_CHAR_RIGHT: char = 'V';
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/widget/message.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     Top(u16),
[INFO] [stdout]    |     --- ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MessageBorderAnimationPos` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 26 -     Top(u16),
[INFO] [stdout] 26 +     Top(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Bottom`, `Left`, and `Right` are never constructed
[INFO] [stdout]   --> src/widget/message.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | enum MessageBorderAnimationPos {
[INFO] [stdout]    |      ------------------------- variants in this enum
[INFO] [stdout] 26 |     Top(u16),
[INFO] [stdout] 27 |     Bottom(u16),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 28 |     Left(u16),
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 29 |     Right(u16),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MessageBorderAnimationPos` 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: field `pos` is never read
[INFO] [stdout]   --> src/widget/message.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct MessageAnimation {
[INFO] [stdout]    |        ---------------- field in this struct
[INFO] [stdout] 34 |     pos: MessageBorderAnimationPos,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MessageAnimation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `itertools`
[INFO] [stderr]  --> Cargo.toml:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | itertools = "0.14.0"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `itertools`
[INFO] [stderr] warning: unused dependency `tui-input`
[INFO] [stderr]   --> Cargo.toml:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | tui-input = "0.12.0"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `tui-input`
[INFO] [stderr] warning: `tive` (manifest) generated 2 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 10`
[INFO] running `Command { std: "docker" "inspect" "5016d6a6bd283f9320b033679f6abeae7a92869639b3c992ee54abb04bb3687a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5016d6a6bd283f9320b033679f6abeae7a92869639b3c992ee54abb04bb3687a", kill_on_drop: false }`
[INFO] [stdout] 5016d6a6bd283f9320b033679f6abeae7a92869639b3c992ee54abb04bb3687a
