[INFO] cloning repository https://github.com/kstost/cokacmux
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kstost/cokacmux" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkstost%2Fcokacmux", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkstost%2Fcokacmux'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9f1ad54b60b36a7e6f354a5079ffa1842b4b0b15
[INFO] testing kstost/cokacmux against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkstost%2Fcokacmux" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kstost/cokacmux
[INFO] finished tweaking git repo https://github.com/kstost/cokacmux
[INFO] tweaked toml for git repo https://github.com/kstost/cokacmux written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kstost/cokacmux on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kstost/cokacmux 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9d4706b64cc3ffa75f15d3842eaf6043a2d9344a70a0d7a5786cb8d7d05dec6e
[INFO] running `Command { std: "docker" "start" "9d4706b64cc3ffa75f15d3842eaf6043a2d9344a70a0d7a5786cb8d7d05dec6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d4706b64cc3ffa75f15d3842eaf6043a2d9344a70a0d7a5786cb8d7d05dec6e", 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" "9d4706b64cc3ffa75f15d3842eaf6043a2d9344a70a0d7a5786cb8d7d05dec6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d4706b64cc3ffa75f15d3842eaf6043a2d9344a70a0d7a5786cb8d7d05dec6e", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d4706b64cc3ffa75f15d3842eaf6043a2d9344a70a0d7a5786cb8d7d05dec6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling vte v0.15.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling vt100 v0.16.2 (/opt/rustwide/workdir/vendor/vt100-cokac)
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling serial2 v0.2.37
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling portable-pty v0.9.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling ratatui v0.28.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling cokacmux v0.2.39 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `One` is never constructed
[INFO] [stdout]     --> src/bin/cokacmux.rs:2385:5
[INFO] [stdout]      |
[INFO] [stdout] 2383 | enum ProviderFilter {
[INFO] [stdout]      |      -------------- variant in this enum
[INFO] [stdout] 2384 |     All,
[INFO] [stdout] 2385 |     One(Provider),
[INFO] [stdout]      |     ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ProviderFilter` has derived impls for the traits `Clone` and `Debug`, but these are 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: method `cycle` is never used
[INFO] [stdout]     --> src/bin/cokacmux.rs:2389:8
[INFO] [stdout]      |
[INFO] [stdout] 2388 | impl ProviderFilter {
[INFO] [stdout]      | ------------------- method in this implementation
[INFO] [stdout] 2389 |     fn cycle(self) -> Self {
[INFO] [stdout]      |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:9735:8
[INFO] [stdout]       |
[INFO] [stdout]  9598 | impl App {
[INFO] [stdout]       | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  9735 |     fn agent_sidebar_width(&self, total_width: u16) -> u16 {
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 10462 |     fn take_latest_hidden_auxiliary_agent(&mut self, parent: &AgentKey) -> Option<AgentAuxPane> {
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11585 |     fn live_auxiliary_restore_candidate_for_active_agent(
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11592 |     fn live_auxiliary_restore_candidate_for_active_agent_kind(
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11832 |     fn restore_live_auxiliary_for_active_agent(
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15797 |     fn live_agent_restore_candidate(&self) -> Option<SessionInfo> {
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18142 |     fn detach_agent(&mut self) {
[INFO] [stdout]       |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_codex_ai_search` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21579:4
[INFO] [stdout]       |
[INFO] [stdout] 21579 | fn run_codex_ai_search(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_claude_ai_search` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21589:4
[INFO] [stdout]       |
[INFO] [stdout] 21589 | fn run_claude_ai_search(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_opencode_ai_search` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21598:4
[INFO] [stdout]       |
[INFO] [stdout] 21598 | fn run_opencode_ai_search(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_pi_ai_search` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21607:4
[INFO] [stdout]       |
[INFO] [stdout] 21607 | fn run_pi_ai_search(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_gjc_ai_search` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21616:4
[INFO] [stdout]       |
[INFO] [stdout] 21616 | fn run_gjc_ai_search(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_codex_ai_title` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21953:4
[INFO] [stdout]       |
[INFO] [stdout] 21953 | fn run_codex_ai_title(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_claude_ai_title` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21962:4
[INFO] [stdout]       |
[INFO] [stdout] 21962 | fn run_claude_ai_title(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_opencode_ai_title` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21970:4
[INFO] [stdout]       |
[INFO] [stdout] 21970 | fn run_opencode_ai_title(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_pi_ai_title` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21978:4
[INFO] [stdout]       |
[INFO] [stdout] 21978 | fn run_pi_ai_title(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_gjc_ai_title` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21986:4
[INFO] [stdout]       |
[INFO] [stdout] 21986 | fn run_gjc_ai_title(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `claude_structured_output_error` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:22357:4
[INFO] [stdout]       |
[INFO] [stdout] 22357 | fn claude_structured_output_error(raw: &str) -> Option<String> {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `agent_terminal_width` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:39184:4
[INFO] [stdout]       |
[INFO] [stdout] 39184 | fn agent_terminal_width(total_width: u16, configured_width: u16) -> u16 {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `help_text` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:44443:4
[INFO] [stdout]       |
[INFO] [stdout] 44443 | fn help_text(focus: FocusPane, width: usize, keybindings: &KeyBindings) -> String {
[INFO] [stdout]       |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
[INFO] running `Command { std: "docker" "inspect" "9d4706b64cc3ffa75f15d3842eaf6043a2d9344a70a0d7a5786cb8d7d05dec6e", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d4706b64cc3ffa75f15d3842eaf6043a2d9344a70a0d7a5786cb8d7d05dec6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling cokacmux v0.2.39 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stdout] warning: variant `One` is never constructed
[INFO] [stdout]     --> src/bin/cokacmux.rs:2385:5
[INFO] [stdout]      |
[INFO] [stdout] 2383 | enum ProviderFilter {
[INFO] [stdout]      |      -------------- variant in this enum
[INFO] [stdout] 2384 |     All,
[INFO] [stdout] 2385 |     One(Provider),
[INFO] [stdout]      |     ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ProviderFilter` has derived impls for the traits `Clone` and `Debug`, but these are 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: method `cycle` is never used
[INFO] [stdout]     --> src/bin/cokacmux.rs:2389:8
[INFO] [stdout]      |
[INFO] [stdout] 2388 | impl ProviderFilter {
[INFO] [stdout]      | ------------------- method in this implementation
[INFO] [stdout] 2389 |     fn cycle(self) -> Self {
[INFO] [stdout]      |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:9735:8
[INFO] [stdout]       |
[INFO] [stdout]  9598 | impl App {
[INFO] [stdout]       | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  9735 |     fn agent_sidebar_width(&self, total_width: u16) -> u16 {
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 10462 |     fn take_latest_hidden_auxiliary_agent(&mut self, parent: &AgentKey) -> Option<AgentAuxPane> {
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11585 |     fn live_auxiliary_restore_candidate_for_active_agent(
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11592 |     fn live_auxiliary_restore_candidate_for_active_agent_kind(
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11832 |     fn restore_live_auxiliary_for_active_agent(
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15797 |     fn live_agent_restore_candidate(&self) -> Option<SessionInfo> {
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18142 |     fn detach_agent(&mut self) {
[INFO] [stdout]       |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_codex_ai_search` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21579:4
[INFO] [stdout]       |
[INFO] [stdout] 21579 | fn run_codex_ai_search(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_claude_ai_search` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21589:4
[INFO] [stdout]       |
[INFO] [stdout] 21589 | fn run_claude_ai_search(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_opencode_ai_search` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21598:4
[INFO] [stdout]       |
[INFO] [stdout] 21598 | fn run_opencode_ai_search(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_pi_ai_search` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21607:4
[INFO] [stdout]       |
[INFO] [stdout] 21607 | fn run_pi_ai_search(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_gjc_ai_search` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21616:4
[INFO] [stdout]       |
[INFO] [stdout] 21616 | fn run_gjc_ai_search(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_codex_ai_title` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21953:4
[INFO] [stdout]       |
[INFO] [stdout] 21953 | fn run_codex_ai_title(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_claude_ai_title` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21962:4
[INFO] [stdout]       |
[INFO] [stdout] 21962 | fn run_claude_ai_title(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_opencode_ai_title` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21970:4
[INFO] [stdout]       |
[INFO] [stdout] 21970 | fn run_opencode_ai_title(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_pi_ai_title` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21978:4
[INFO] [stdout]       |
[INFO] [stdout] 21978 | fn run_pi_ai_title(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_gjc_ai_title` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:21986:4
[INFO] [stdout]       |
[INFO] [stdout] 21986 | fn run_gjc_ai_title(
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `claude_structured_output_error` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:22357:4
[INFO] [stdout]       |
[INFO] [stdout] 22357 | fn claude_structured_output_error(raw: &str) -> Option<String> {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `agent_terminal_width` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:39184:4
[INFO] [stdout]       |
[INFO] [stdout] 39184 | fn agent_terminal_width(total_width: u16, configured_width: u16) -> u16 {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `help_text` is never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:44443:4
[INFO] [stdout]       |
[INFO] [stdout] 44443 | fn help_text(focus: FocusPane, width: usize, keybindings: &KeyBindings) -> String {
[INFO] [stdout]       |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `One` is never constructed
[INFO] [stdout]     --> src/bin/cokacmux.rs:2385:5
[INFO] [stdout]      |
[INFO] [stdout] 2383 | enum ProviderFilter {
[INFO] [stdout]      |      -------------- variant in this enum
[INFO] [stdout] 2384 |     All,
[INFO] [stdout] 2385 |     One(Provider),
[INFO] [stdout]      |     ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ProviderFilter` has derived impls for the traits `Clone` and `Debug`, but these are 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: method `cycle` is never used
[INFO] [stdout]     --> src/bin/cokacmux.rs:2389:8
[INFO] [stdout]      |
[INFO] [stdout] 2388 | impl ProviderFilter {
[INFO] [stdout]      | ------------------- method in this implementation
[INFO] [stdout] 2389 |     fn cycle(self) -> Self {
[INFO] [stdout]      |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `agent_sidebar_width`, `take_latest_hidden_auxiliary_agent`, `restore_live_auxiliary_for_active_agent`, and `detach_agent` are never used
[INFO] [stdout]      --> src/bin/cokacmux.rs:9735:8
[INFO] [stdout]       |
[INFO] [stdout]  9598 | impl App {
[INFO] [stdout]       | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  9735 |     fn agent_sidebar_width(&self, total_width: u16) -> u16 {
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 10462 |     fn take_latest_hidden_auxiliary_agent(&mut self, parent: &AgentKey) -> Option<AgentAuxPane> {
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11832 |     fn restore_live_auxiliary_for_active_agent(
[INFO] [stdout]       |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18142 |     fn detach_agent(&mut self) {
[INFO] [stdout]       |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cokacmux` (bin "cokacmux" test); 3 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name cokacmux --edition=2021 src/bin/cokacmux.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="claude"' --cfg 'feature="cli"' --cfg 'feature="codex"' --cfg 'feature="default"' --cfg 'feature="discovery"' --cfg 'feature="gjc"' --cfg 'feature="opencode"' --cfg 'feature="pi"' --cfg 'feature="tui"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("claude", "cli", "codex", "default", "discovery", "gjc", "opencode", "pi", "tui"))' -C metadata=8c155f5d5b0b3dd6 -C extra-filename=-d97f94ec630b08dc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-9e4c44ac98d8e4ea.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-42a31951350e5786.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-1439bc005e970884.rlib --extern cokacmux=/opt/rustwide/target/debug/deps/libcokacmux-227e11a3849356ae.rlib --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-6605508d00904415.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-e88aafd6df834140.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-177b4b632c025eff.rlib --extern portable_pty=/opt/rustwide/target/debug/deps/libportable_pty-036caeff7d981f2e.rlib --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-73b08e693ce4e9fb.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-98633a67c3b633c1.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-32e7857338c6dccb.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-bac922c224000995.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-4c5cdd8aca8af356.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-bc09c9e5b199016a.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-418477b165ade47f.rlib --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-b1bc0d6c10c00ecc.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-a9595195f725449d.rlib --extern vt100=/opt/rustwide/target/debug/deps/libvt100-e4937556f6894c26.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-c2d37a50b638d74d/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9d4706b64cc3ffa75f15d3842eaf6043a2d9344a70a0d7a5786cb8d7d05dec6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d4706b64cc3ffa75f15d3842eaf6043a2d9344a70a0d7a5786cb8d7d05dec6e", kill_on_drop: false }`
[INFO] [stdout] 9d4706b64cc3ffa75f15d3842eaf6043a2d9344a70a0d7a5786cb8d7d05dec6e
