[INFO] cloning repository https://github.com/JuggernautLabs/claude-container-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JuggernautLabs/claude-container-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJuggernautLabs%2Fclaude-container-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJuggernautLabs%2Fclaude-container-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7d42257bbfe632f9f9d942d1032bcf02937d1699
[INFO] checking JuggernautLabs/claude-container-rs against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJuggernautLabs%2Fclaude-container-rs" "/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/JuggernautLabs/claude-container-rs
[INFO] finished tweaking git repo https://github.com/JuggernautLabs/claude-container-rs
[INFO] tweaked toml for git repo https://github.com/JuggernautLabs/claude-container-rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JuggernautLabs/claude-container-rs 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/JuggernautLabs/claude-container-rs 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 signal-hook-tokio v0.3.1
[INFO] [stderr]   Downloaded libgit2-sys v0.17.0+1.8.1
[INFO] [stderr]   Downloaded git2 v0.19.0
[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] 34218cf8f8cf9e34bd14070622f38178eda6dcff16a7fb11e44ac3d38d58ba5c
[INFO] running `Command { std: "docker" "start" "34218cf8f8cf9e34bd14070622f38178eda6dcff16a7fb11e44ac3d38d58ba5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34218cf8f8cf9e34bd14070622f38178eda6dcff16a7fb11e44ac3d38d58ba5c", 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" "34218cf8f8cf9e34bd14070622f38178eda6dcff16a7fb11e44ac3d38d58ba5c" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34218cf8f8cf9e34bd14070622f38178eda6dcff16a7fb11e44ac3d38d58ba5c", 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" "34218cf8f8cf9e34bd14070622f38178eda6dcff16a7fb11e44ac3d38d58ba5c" "/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.183
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking serde_with v3.18.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling libz-sys v1.1.25
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling libgit2-sys v0.17.0+1.8.1
[INFO] [stderr]     Checking tar v0.4.45
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking bollard-stubs v1.47.1-rc.27.3.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking git2 v0.19.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking signal-hook-tokio v0.3.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyperlocal v0.9.1
[INFO] [stderr]     Checking bollard v0.18.1
[INFO] [stderr]     Checking gitvm v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ImageRef`
[INFO] [stdout]   --> src/types/session.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | use super::ids::{SessionName, ImageRef};
[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: `VolumeName`
[INFO] [stdout]  --> src/types/docker.rs:5:47
[INFO] [stdout]   |
[INFO] [stdout] 5 | use super::{ContainerName, ImageRef, ImageId, VolumeName, SessionName, THROWAWAY_LABEL, SESSION_LABEL};
[INFO] [stdout]   |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `container::*`
[INFO] [stdout]   --> src/types/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use container::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::git::*`
[INFO] [stdout]  --> src/render.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::types::git::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::docker::*`
[INFO] [stdout]  --> src/render.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::types::docker::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::action::*`
[INFO] [stdout]  --> src/render.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::types::action::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::verified::*`
[INFO] [stdout]   --> src/container/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use crate::types::verified::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/watch.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CommitHash`
[INFO] [stdout]  --> src/watch.rs:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::types::{SessionName, CommitHash};
[INFO] [stdout]   |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::BTreeMap`
[INFO] [stdout]   --> src/vm/staging.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use std::collections::BTreeMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ImageRef`
[INFO] [stdout]   --> src/types/session.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | use super::ids::{SessionName, ImageRef};
[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: `VolumeName`
[INFO] [stdout]  --> src/types/docker.rs:5:47
[INFO] [stdout]   |
[INFO] [stdout] 5 | use super::{ContainerName, ImageRef, ImageId, VolumeName, SessionName, THROWAWAY_LABEL, SESSION_LABEL};
[INFO] [stdout]   |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `container::*`
[INFO] [stdout]   --> src/types/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use container::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::git::*`
[INFO] [stdout]  --> src/render.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::types::git::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::docker::*`
[INFO] [stdout]  --> src/render.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::types::docker::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::action::*`
[INFO] [stdout]  --> src/render.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::types::action::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::verified::*`
[INFO] [stdout]   --> src/container/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use crate::types::verified::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/watch.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CommitHash`
[INFO] [stdout]  --> src/watch.rs:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::types::{SessionName, CommitHash};
[INFO] [stdout]   |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::BTreeMap`
[INFO] [stdout]   --> src/vm/staging.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use std::collections::BTreeMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `host_path`
[INFO] [stdout]     --> src/sync/mod.rs:1692:5
[INFO] [stdout]      |
[INFO] [stdout] 1692 |     host_path: &Path,
[INFO] [stdout]      |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_host_path`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `volumes`
[INFO] [stdout]   --> src/render.rs:66:56
[INFO] [stdout]    |
[INFO] [stdout] 66 |         crate::types::DiscoveredSession::VolumesOnly { volumes, metadata, .. } => {
[INFO] [stdout]    |                                                        ^^^^^^^ help: try ignoring the field: `volumes: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container`
[INFO] [stdout]   --> src/render.rs:70:52
[INFO] [stdout]    |
[INFO] [stdout] 70 |         crate::types::DiscoveredSession::Stopped { container, metadata, .. } => {
[INFO] [stdout]    |                                                    ^^^^^^^^^ help: try ignoring the field: `container: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container`
[INFO] [stdout]   --> src/render.rs:74:52
[INFO] [stdout]    |
[INFO] [stdout] 74 |         crate::types::DiscoveredSession::Running { container, metadata, .. } => {
[INFO] [stdout]    |                                                    ^^^^^^^^^ help: try ignoring the field: `container: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> src/render.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     name: &SessionName,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container`
[INFO] [stdout]    --> src/render.rs:438:36
[INFO] [stdout]     |
[INFO] [stdout] 438 |         ContainerAction::Rebuild { container, reasons, .. } => {
[INFO] [stdout]     |                                    ^^^^^^^^^ help: try ignoring the field: `container: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> src/container/mod.rs:108:43
[INFO] [stdout]     |
[INFO] [stdout] 108 |         docker::ContainerState::Stopped { info, .. } => {
[INFO] [stdout]     |                                           ^^^^ help: try ignoring the field: `info: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `confirmed`
[INFO] [stdout]     --> src/container/mod.rs:1010:31
[INFO] [stdout]      |
[INFO] [stdout] 1010 |         LaunchTarget::Rebuild(confirmed) => {
[INFO] [stdout]      |                               ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_confirmed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `confirmed`
[INFO] [stdout]     --> src/container/mod.rs:1154:31
[INFO] [stdout]      |
[INFO] [stdout] 1154 |         LaunchTarget::Rebuild(confirmed) => {
[INFO] [stdout]      |                               ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_confirmed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/watch.rs:320:13
[INFO] [stdout]     |
[INFO] [stdout] 320 |         let mut host_ahead = Vec::new();
[INFO] [stdout]     |             ----^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `target_branch`
[INFO] [stdout]    --> src/vm/programs.rs:264:40
[INFO] [stdout]     |
[INFO] [stdout] 264 | pub fn repo_push_action(repo: &RepoVM, target_branch: &BranchName) -> PushIntent {
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_target_branch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `host_path`
[INFO] [stdout]     --> src/sync/mod.rs:1692:5
[INFO] [stdout]      |
[INFO] [stdout] 1692 |     host_path: &Path,
[INFO] [stdout]      |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_host_path`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config_dir` is never read
[INFO] [stdout]   --> src/session/mod.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct SessionManager {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 24 |     docker: Docker,
[INFO] [stdout] 25 |     config_dir: PathBuf,   // ~/.config/claude-container
[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 `render_diff_lines` is never used
[INFO] [stdout]    --> src/render.rs:387:4
[INFO] [stdout]     |
[INFO] [stdout] 387 | fn render_diff_lines(diff: &Option<DiffSummary>) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_trial_conflicts` is never used
[INFO] [stdout]    --> src/render.rs:409:4
[INFO] [stdout]     |
[INFO] [stdout] 409 | fn render_trial_conflicts(trial: &Option<Vec<String>>) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `volumes`
[INFO] [stdout]   --> src/render.rs:66:56
[INFO] [stdout]    |
[INFO] [stdout] 66 |         crate::types::DiscoveredSession::VolumesOnly { volumes, metadata, .. } => {
[INFO] [stdout]    |                                                        ^^^^^^^ help: try ignoring the field: `volumes: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container`
[INFO] [stdout]   --> src/render.rs:70:52
[INFO] [stdout]    |
[INFO] [stdout] 70 |         crate::types::DiscoveredSession::Stopped { container, metadata, .. } => {
[INFO] [stdout]    |                                                    ^^^^^^^^^ help: try ignoring the field: `container: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container`
[INFO] [stdout]   --> src/render.rs:74:52
[INFO] [stdout]    |
[INFO] [stdout] 74 |         crate::types::DiscoveredSession::Running { container, metadata, .. } => {
[INFO] [stdout]    |                                                    ^^^^^^^^^ help: try ignoring the field: `container: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> src/render.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     name: &SessionName,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     async fn ref_read(&self, repo_path: &Path, ref_name: &str) -> Result<Option<String>, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 27 -     async fn ref_read(&self, repo_path: &Path, ref_name: &str) -> Result<Option<String>, VmBackendError>;
[INFO] [stdout] 27 +     fn ref_read(&self, repo_path: &Path, ref_name: &str) -> impl std::future::Future<Output = Result<Option<String>, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     async fn ref_write(&self, repo_path: &Path, ref_name: &str, hash: &str) -> Result<(), VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 28 -     async fn ref_write(&self, repo_path: &Path, ref_name: &str, hash: &str) -> Result<(), VmBackendError>;
[INFO] [stdout] 28 +     fn ref_write(&self, repo_path: &Path, ref_name: &str, hash: &str) -> impl std::future::Future<Output = Result<(), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     async fn tree_compare(&self, repo_path: &Path, a: &str, b: &str) -> Result<(bool, u32), VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 29 -     async fn tree_compare(&self, repo_path: &Path, a: &str, b: &str) -> Result<(bool, u32), VmBackendError>;
[INFO] [stdout] 29 +     fn tree_compare(&self, repo_path: &Path, a: &str, b: &str) -> impl std::future::Future<Output = Result<(bool, u32), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     async fn ancestry_check(&self, repo_path: &Path, a: &str, b: &str) -> Result<super::AncestryResult, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 30 -     async fn ancestry_check(&self, repo_path: &Path, a: &str, b: &str) -> Result<super::AncestryResult, VmBackendError>;
[INFO] [stdout] 30 +     fn ancestry_check(&self, repo_path: &Path, a: &str, b: &str) -> impl std::future::Future<Output = Result<super::AncestryResult, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     async fn merge_trees(&self, repo_path: &Path, ours: &str, theirs: &str) -> Result<(bool, Option<String>, Vec<String>), VmBackend...
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 31 -     async fn merge_trees(&self, repo_path: &Path, ours: &str, theirs: &str) -> Result<(bool, Option<String>, Vec<String>), VmBackendError>;
[INFO] [stdout] 31 +     fn merge_trees(&self, repo_path: &Path, ours: &str, theirs: &str) -> impl std::future::Future<Output = Result<(bool, Option<String>, Vec<String>), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     async fn checkout(&self, repo_path: &Path, ref_name: &str) -> Result<(), VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 32 -     async fn checkout(&self, repo_path: &Path, ref_name: &str) -> Result<(), VmBackendError>;
[INFO] [stdout] 32 +     fn checkout(&self, repo_path: &Path, ref_name: &str) -> impl std::future::Future<Output = Result<(), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     async fn commit(&self, repo_path: &Path, tree: &str, parents: &[String], message: &str) -> Result<String, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 33 -     async fn commit(&self, repo_path: &Path, tree: &str, parents: &[String], message: &str) -> Result<String, VmBackendError>;
[INFO] [stdout] 33 +     fn commit(&self, repo_path: &Path, tree: &str, parents: &[String], message: &str) -> impl std::future::Future<Output = Result<String, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     async fn bundle_create(&self, session: &str, repo: &str) -> Result<String, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 34 -     async fn bundle_create(&self, session: &str, repo: &str) -> Result<String, VmBackendError>;
[INFO] [stdout] 34 +     fn bundle_create(&self, session: &str, repo: &str) -> impl std::future::Future<Output = Result<String, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     async fn bundle_fetch(&self, repo_path: &Path, bundle_path: &str) -> Result<String, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 35 -     async fn bundle_fetch(&self, repo_path: &Path, bundle_path: &str) -> Result<String, VmBackendError>;
[INFO] [stdout] 35 +     fn bundle_fetch(&self, repo_path: &Path, bundle_path: &str) -> impl std::future::Future<Output = Result<String, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     async fn run_container(&self, image: &str, script: &str, mounts: &[Mount]) -> Result<(i64, String), VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 36 -     async fn run_container(&self, image: &str, script: &str, mounts: &[Mount]) -> Result<(i64, String), VmBackendError>;
[INFO] [stdout] 36 +     fn run_container(&self, image: &str, script: &str, mounts: &[Mount]) -> impl std::future::Future<Output = Result<(i64, String), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     async fn extract(&self, session: &str, repo: &str, host_path: &Path, session_branch: &str) -> Result<(u32, String), VmBackendErr...
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 39 -     async fn extract(&self, session: &str, repo: &str, host_path: &Path, session_branch: &str) -> Result<(u32, String), VmBackendError>;
[INFO] [stdout] 39 +     fn extract(&self, session: &str, repo: &str, host_path: &Path, session_branch: &str) -> impl std::future::Future<Output = Result<(u32, String), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     async fn inject(&self, session: &str, repo: &str, host_path: &Path, branch: &str) -> Result<(), VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 40 -     async fn inject(&self, session: &str, repo: &str, host_path: &Path, branch: &str) -> Result<(), VmBackendError>;
[INFO] [stdout] 40 +     fn inject(&self, session: &str, repo: &str, host_path: &Path, branch: &str) -> impl std::future::Future<Output = Result<(), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     async fn force_inject(&self, session: &str, repo: &str, host_path: &Path, branch: &str) -> Result<(), VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 41 -     async fn force_inject(&self, session: &str, repo: &str, host_path: &Path, branch: &str) -> Result<(), VmBackendError>;
[INFO] [stdout] 41 +     fn force_inject(&self, session: &str, repo: &str, host_path: &Path, branch: &str) -> impl std::future::Future<Output = Result<(), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     async fn agent_run(&self, task: &super::AgentTask, context: &str, mounts: &[Mount]) -> Result<(bool, Option<String>, Option<Stri...
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 44 -     async fn agent_run(&self, task: &super::AgentTask, context: &str, mounts: &[Mount]) -> Result<(bool, Option<String>, Option<String>), VmBackendError>;
[INFO] [stdout] 44 +     fn agent_run(&self, task: &super::AgentTask, context: &str, mounts: &[Mount]) -> impl std::future::Future<Output = Result<(bool, Option<String>, Option<String>), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     async fn interactive_session(&self, prompt: Option<&str>, mounts: &[Mount]) -> Result<i64, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 45 -     async fn interactive_session(&self, prompt: Option<&str>, mounts: &[Mount]) -> Result<i64, VmBackendError>;
[INFO] [stdout] 45 +     fn interactive_session(&self, prompt: Option<&str>, mounts: &[Mount]) -> impl std::future::Future<Output = Result<i64, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     async fn prompt_user(&self, message: &str) -> Result<bool, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 46 -     async fn prompt_user(&self, message: &str) -> Result<bool, VmBackendError>;
[INFO] [stdout] 46 +     fn prompt_user(&self, message: &str) -> impl std::future::Future<Output = Result<bool, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container`
[INFO] [stdout]    --> src/render.rs:438:36
[INFO] [stdout]     |
[INFO] [stdout] 438 |         ContainerAction::Rebuild { container, reasons, .. } => {
[INFO] [stdout]     |                                    ^^^^^^^^^ help: try ignoring the field: `container: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> src/container/mod.rs:108:43
[INFO] [stdout]     |
[INFO] [stdout] 108 |         docker::ContainerState::Stopped { info, .. } => {
[INFO] [stdout]     |                                           ^^^^ help: try ignoring the field: `info: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `confirmed`
[INFO] [stdout]     --> src/container/mod.rs:1010:31
[INFO] [stdout]      |
[INFO] [stdout] 1010 |         LaunchTarget::Rebuild(confirmed) => {
[INFO] [stdout]      |                               ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_confirmed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `confirmed`
[INFO] [stdout]     --> src/container/mod.rs:1154:31
[INFO] [stdout]      |
[INFO] [stdout] 1154 |         LaunchTarget::Rebuild(confirmed) => {
[INFO] [stdout]      |                               ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_confirmed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/watch.rs:320:13
[INFO] [stdout]     |
[INFO] [stdout] 320 |         let mut host_ahead = Vec::new();
[INFO] [stdout]     |             ----^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `target_branch`
[INFO] [stdout]    --> src/vm/programs.rs:264:40
[INFO] [stdout]     |
[INFO] [stdout] 264 | pub fn repo_push_action(repo: &RepoVM, target_branch: &BranchName) -> PushIntent {
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_target_branch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config_dir` is never read
[INFO] [stdout]   --> src/session/mod.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct SessionManager {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 24 |     docker: Docker,
[INFO] [stdout] 25 |     config_dir: PathBuf,   // ~/.config/claude-container
[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 `render_diff_lines` is never used
[INFO] [stdout]    --> src/render.rs:387:4
[INFO] [stdout]     |
[INFO] [stdout] 387 | fn render_diff_lines(diff: &Option<DiffSummary>) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_trial_conflicts` is never used
[INFO] [stdout]    --> src/render.rs:409:4
[INFO] [stdout]     |
[INFO] [stdout] 409 | fn render_trial_conflicts(trial: &Option<Vec<String>>) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     async fn ref_read(&self, repo_path: &Path, ref_name: &str) -> Result<Option<String>, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 27 -     async fn ref_read(&self, repo_path: &Path, ref_name: &str) -> Result<Option<String>, VmBackendError>;
[INFO] [stdout] 27 +     fn ref_read(&self, repo_path: &Path, ref_name: &str) -> impl std::future::Future<Output = Result<Option<String>, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     async fn ref_write(&self, repo_path: &Path, ref_name: &str, hash: &str) -> Result<(), VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 28 -     async fn ref_write(&self, repo_path: &Path, ref_name: &str, hash: &str) -> Result<(), VmBackendError>;
[INFO] [stdout] 28 +     fn ref_write(&self, repo_path: &Path, ref_name: &str, hash: &str) -> impl std::future::Future<Output = Result<(), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     async fn tree_compare(&self, repo_path: &Path, a: &str, b: &str) -> Result<(bool, u32), VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 29 -     async fn tree_compare(&self, repo_path: &Path, a: &str, b: &str) -> Result<(bool, u32), VmBackendError>;
[INFO] [stdout] 29 +     fn tree_compare(&self, repo_path: &Path, a: &str, b: &str) -> impl std::future::Future<Output = Result<(bool, u32), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     async fn ancestry_check(&self, repo_path: &Path, a: &str, b: &str) -> Result<super::AncestryResult, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 30 -     async fn ancestry_check(&self, repo_path: &Path, a: &str, b: &str) -> Result<super::AncestryResult, VmBackendError>;
[INFO] [stdout] 30 +     fn ancestry_check(&self, repo_path: &Path, a: &str, b: &str) -> impl std::future::Future<Output = Result<super::AncestryResult, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     async fn merge_trees(&self, repo_path: &Path, ours: &str, theirs: &str) -> Result<(bool, Option<String>, Vec<String>), VmBackend...
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 31 -     async fn merge_trees(&self, repo_path: &Path, ours: &str, theirs: &str) -> Result<(bool, Option<String>, Vec<String>), VmBackendError>;
[INFO] [stdout] 31 +     fn merge_trees(&self, repo_path: &Path, ours: &str, theirs: &str) -> impl std::future::Future<Output = Result<(bool, Option<String>, Vec<String>), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     async fn checkout(&self, repo_path: &Path, ref_name: &str) -> Result<(), VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 32 -     async fn checkout(&self, repo_path: &Path, ref_name: &str) -> Result<(), VmBackendError>;
[INFO] [stdout] 32 +     fn checkout(&self, repo_path: &Path, ref_name: &str) -> impl std::future::Future<Output = Result<(), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     async fn commit(&self, repo_path: &Path, tree: &str, parents: &[String], message: &str) -> Result<String, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 33 -     async fn commit(&self, repo_path: &Path, tree: &str, parents: &[String], message: &str) -> Result<String, VmBackendError>;
[INFO] [stdout] 33 +     fn commit(&self, repo_path: &Path, tree: &str, parents: &[String], message: &str) -> impl std::future::Future<Output = Result<String, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     async fn bundle_create(&self, session: &str, repo: &str) -> Result<String, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 34 -     async fn bundle_create(&self, session: &str, repo: &str) -> Result<String, VmBackendError>;
[INFO] [stdout] 34 +     fn bundle_create(&self, session: &str, repo: &str) -> impl std::future::Future<Output = Result<String, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     async fn bundle_fetch(&self, repo_path: &Path, bundle_path: &str) -> Result<String, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 35 -     async fn bundle_fetch(&self, repo_path: &Path, bundle_path: &str) -> Result<String, VmBackendError>;
[INFO] [stdout] 35 +     fn bundle_fetch(&self, repo_path: &Path, bundle_path: &str) -> impl std::future::Future<Output = Result<String, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     async fn run_container(&self, image: &str, script: &str, mounts: &[Mount]) -> Result<(i64, String), VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 36 -     async fn run_container(&self, image: &str, script: &str, mounts: &[Mount]) -> Result<(i64, String), VmBackendError>;
[INFO] [stdout] 36 +     fn run_container(&self, image: &str, script: &str, mounts: &[Mount]) -> impl std::future::Future<Output = Result<(i64, String), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     async fn extract(&self, session: &str, repo: &str, host_path: &Path, session_branch: &str) -> Result<(u32, String), VmBackendErr...
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 39 -     async fn extract(&self, session: &str, repo: &str, host_path: &Path, session_branch: &str) -> Result<(u32, String), VmBackendError>;
[INFO] [stdout] 39 +     fn extract(&self, session: &str, repo: &str, host_path: &Path, session_branch: &str) -> impl std::future::Future<Output = Result<(u32, String), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     async fn inject(&self, session: &str, repo: &str, host_path: &Path, branch: &str) -> Result<(), VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 40 -     async fn inject(&self, session: &str, repo: &str, host_path: &Path, branch: &str) -> Result<(), VmBackendError>;
[INFO] [stdout] 40 +     fn inject(&self, session: &str, repo: &str, host_path: &Path, branch: &str) -> impl std::future::Future<Output = Result<(), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     async fn force_inject(&self, session: &str, repo: &str, host_path: &Path, branch: &str) -> Result<(), VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 41 -     async fn force_inject(&self, session: &str, repo: &str, host_path: &Path, branch: &str) -> Result<(), VmBackendError>;
[INFO] [stdout] 41 +     fn force_inject(&self, session: &str, repo: &str, host_path: &Path, branch: &str) -> impl std::future::Future<Output = Result<(), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     async fn agent_run(&self, task: &super::AgentTask, context: &str, mounts: &[Mount]) -> Result<(bool, Option<String>, Option<Stri...
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 44 -     async fn agent_run(&self, task: &super::AgentTask, context: &str, mounts: &[Mount]) -> Result<(bool, Option<String>, Option<String>), VmBackendError>;
[INFO] [stdout] 44 +     fn agent_run(&self, task: &super::AgentTask, context: &str, mounts: &[Mount]) -> impl std::future::Future<Output = Result<(bool, Option<String>, Option<String>), VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     async fn interactive_session(&self, prompt: Option<&str>, mounts: &[Mount]) -> Result<i64, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 45 -     async fn interactive_session(&self, prompt: Option<&str>, mounts: &[Mount]) -> Result<i64, VmBackendError>;
[INFO] [stdout] 45 +     fn interactive_session(&self, prompt: Option<&str>, mounts: &[Mount]) -> impl std::future::Future<Output = Result<i64, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/vm/backend.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     async fn prompt_user(&self, message: &str) -> Result<bool, VmBackendError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 46 -     async fn prompt_user(&self, message: &str) -> Result<bool, VmBackendError>;
[INFO] [stdout] 46 +     fn prompt_user(&self, message: &str) -> impl std::future::Future<Output = Result<bool, VmBackendError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> tests/harness.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use std::collections::HashMap;
[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: `std::collections::HashMap`
[INFO] [stdout]   --> tests/harness.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use std::collections::HashMap;
[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: `std::collections::HashMap`
[INFO] [stdout]   --> tests/harness.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use std::collections::HashMap;
[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: `std::collections::HashMap`
[INFO] [stdout]   --> tests/e2e_launch_test.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::collections::HashMap;
[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: `Path`
[INFO] [stdout]   --> tests/e2e_launch_test.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::path::{Path, PathBuf};
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> tests/harness.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use std::collections::HashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/harness.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let mut env = vec![
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/harness.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let mut env = vec![
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> tests/harness.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use std::collections::HashMap;
[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: `std::collections::HashMap`
[INFO] [stdout]   --> tests/harness.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use std::collections::HashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/harness.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let mut env = vec![
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `main_h`
[INFO] [stdout]    --> tests/property_test.rs:278:14
[INFO] [stdout]     |
[INFO] [stdout] 278 |         let (main_h, session_h) = {
[INFO] [stdout]     |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_main_h`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `session_h`
[INFO] [stdout]    --> tests/property_test.rs:278:22
[INFO] [stdout]     |
[INFO] [stdout] 278 |         let (main_h, session_h) = {
[INFO] [stdout]     |                      ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session_h`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `arb_repo_state` is never used
[INFO] [stdout]   --> tests/property_test.rs:73:4
[INFO] [stdout]    |
[INFO] [stdout] 73 | fn arb_repo_state() -> impl Strategy<Value = RepoState> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/harness.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let mut env = vec![
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> tests/harness.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let name = session.name.clone();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `head_oid`
[INFO] [stdout]   --> tests/extract_test.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let head_oid = head_ref.peel_to_commit().unwrap().id();
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_head_oid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fetch`
[INFO] [stdout]    --> tests/extract_test.rs:272:9
[INFO] [stdout]     |
[INFO] [stdout] 272 |     let fetch = std::process::Command::new("git")
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_fetch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mock_for_agent`
[INFO] [stdout]   --> tests/end_to_end_vm_test.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |     let mock_for_agent = MockBackend::new();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mock_for_agent`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/harness.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let mut env = vec![
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `succeeded` and `assert_success` are never used
[INFO] [stdout]    --> tests/harness.rs:329:12
[INFO] [stdout]     |
[INFO] [stdout] 328 | impl ContainerResult {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] 329 |     pub fn succeeded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 |     pub fn assert_success(&self) {
[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: `std::collections::HashMap`
[INFO] [stdout]   --> tests/harness.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use std::collections::HashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/harness.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let mut env = vec![
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BinaryCheck` and `ImageValidation`
[INFO] [stdout]  --> tests/image_cache_test.rs:5:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use gitvm::types::{ImageRef, ImageValidation, BinaryCheck};
[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: `std::collections::HashMap`
[INFO] [stdout]   --> tests/harness.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use std::collections::HashMap;
[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: `std::path::Path`
[INFO] [stdout]  --> tests/inject_test.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/harness.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let mut env = vec![
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]    --> tests/two_leg_test.rs:226:5
[INFO] [stdout]     |
[INFO] [stdout] 226 | use std::path::Path;
[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: `name`
[INFO] [stdout]    --> tests/harness.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let name = session.name.clone();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/harness.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let mut env = vec![
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> tests/harness.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let name = session.name.clone();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `setup`
[INFO] [stdout]   --> tests/sync_e2e_test.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let setup = session.run_simple(
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_setup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `session_head`
[INFO] [stdout]    --> tests/sync_e2e_test.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |     let session_head = repo.head();
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session_head`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `outcome`
[INFO] [stdout]    --> tests/sync_e2e_test.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let outcome = result.unwrap();
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_outcome`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> tests/harness.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let name = session.name.clone();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `succeeded` and `assert_success` are never used
[INFO] [stdout]    --> tests/harness.rs:329:12
[INFO] [stdout]     |
[INFO] [stdout] 328 | impl ContainerResult {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] 329 |     pub fn succeeded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 |     pub fn assert_success(&self) {
[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: `name`
[INFO] [stdout]    --> tests/harness.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let name = session.name.clone();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> tests/harness.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let name = session.name.clone();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `merge_result`
[INFO] [stdout]    --> tests/docker_e2e_test.rs:271:9
[INFO] [stdout]     |
[INFO] [stdout] 271 |     let merge_result = engine.merge(&repo_path, &session_branch, "main", true).unwrap();
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_merge_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `succeeded` and `assert_success` are never used
[INFO] [stdout]    --> tests/harness.rs:329:12
[INFO] [stdout]     |
[INFO] [stdout] 328 | impl ContainerResult {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] 329 |     pub fn succeeded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 |     pub fn assert_success(&self) {
[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: `gitvm::session::SessionManager`
[INFO] [stdout]  --> tests/launch_test.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use gitvm::session::SessionManager;
[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: `ImageRef`
[INFO] [stdout]   --> src/types/session.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | use super::ids::{SessionName, ImageRef};
[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: `VolumeName`
[INFO] [stdout]  --> src/types/docker.rs:5:47
[INFO] [stdout]   |
[INFO] [stdout] 5 | use super::{ContainerName, ImageRef, ImageId, VolumeName, SessionName, THROWAWAY_LABEL, SESSION_LABEL};
[INFO] [stdout]   |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `container::*`
[INFO] [stdout]   --> src/types/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use container::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `snapshot::*`
[INFO] [stdout]   --> src/types/mod.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub use snapshot::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `agent::*`
[INFO] [stdout]   --> src/types/mod.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub use agent::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::verified::*`
[INFO] [stdout]   --> src/container/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use crate::types::verified::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::git::*`
[INFO] [stdout]  --> src/render.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::types::git::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::docker::*`
[INFO] [stdout]  --> src/render.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::types::docker::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::action::*`
[INFO] [stdout]  --> src/render.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::types::action::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/watch.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CommitHash`
[INFO] [stdout]  --> src/watch.rs:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::types::{SessionName, CommitHash};
[INFO] [stdout]   |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]  --> src/cmd/pull.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::path::PathBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `colored::Colorize`
[INFO] [stdout]  --> src/cmd/sync_cmd.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use colored::Colorize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `collect_conflicts` and `offer_reconciliation`
[INFO] [stdout]  --> src/cmd/sync_cmd.rs:9:19
[INFO] [stdout]   |
[INFO] [stdout] 9 | use super::pull::{collect_conflicts, offer_reconciliation};
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `collect_conflicts` and `offer_reconciliation`
[INFO] [stdout]   --> src/cmd/mod.rs:19:46
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(crate) use pull::{cmd_pull, cmd_extract, collect_conflicts, offer_reconciliation};
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `build_sync_plan`
[INFO] [stdout]   --> src/cmd/mod.rs:21:55
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub(crate) use sync_cmd::{cmd_sync, cmd_sync_preview, build_sync_plan};
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::PushStrategy`
[INFO] [stdout]   --> src/cmd/mod.rs:28:16
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub(crate) use super::PushStrategy;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ImageRef`
[INFO] [stdout]   --> src/types/session.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | use super::ids::{SessionName, ImageRef};
[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: `VolumeName`
[INFO] [stdout]  --> src/types/docker.rs:5:47
[INFO] [stdout]   |
[INFO] [stdout] 5 | use super::{ContainerName, ImageRef, ImageId, VolumeName, SessionName, THROWAWAY_LABEL, SESSION_LABEL};
[INFO] [stdout]   |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `container::*`
[INFO] [stdout]   --> src/types/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use container::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `snapshot::*`
[INFO] [stdout]   --> src/types/mod.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub use snapshot::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `agent::*`
[INFO] [stdout]   --> src/types/mod.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub use agent::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::verified::*`
[INFO] [stdout]   --> src/container/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use crate::types::verified::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::git::*`
[INFO] [stdout]  --> src/render.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::types::git::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::docker::*`
[INFO] [stdout]  --> src/render.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::types::docker::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::action::*`
[INFO] [stdout]  --> src/render.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::types::action::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/watch.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CommitHash`
[INFO] [stdout]  --> src/watch.rs:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::types::{SessionName, CommitHash};
[INFO] [stdout]   |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `colored::Colorize`
[INFO] [stdout]  --> src/cmd/sync_cmd.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use colored::Colorize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `collect_conflicts` and `offer_reconciliation`
[INFO] [stdout]  --> src/cmd/sync_cmd.rs:9:19
[INFO] [stdout]   |
[INFO] [stdout] 9 | use super::pull::{collect_conflicts, offer_reconciliation};
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `collect_conflicts` and `offer_reconciliation`
[INFO] [stdout]   --> src/cmd/mod.rs:19:46
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(crate) use pull::{cmd_pull, cmd_extract, collect_conflicts, offer_reconciliation};
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `build_sync_plan`
[INFO] [stdout]   --> src/cmd/mod.rs:21:55
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub(crate) use sync_cmd::{cmd_sync, cmd_sync_preview, build_sync_plan};
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::PushStrategy`
[INFO] [stdout]   --> src/cmd/mod.rs:28:16
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub(crate) use super::PushStrategy;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> tests/harness.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use std::collections::HashMap;
[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: `name`
[INFO] [stdout]    --> tests/harness.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let name = session.name.clone();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `volumes_proof`
[INFO] [stdout]   --> tests/launch_test.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     let volumes_proof = container::verify_volumes(&lc, &docker_proof, &session).await
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_volumes_proof`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `token_proof`
[INFO] [stdout]   --> tests/launch_test.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let token_proof = container::verify_token(&lc, token.trim())
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_token_proof`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> tests/harness.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use std::collections::HashMap;
[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: `gitvm::types::action::*`
[INFO] [stdout]   --> tests/api_surface_test.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use gitvm::types::action::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `lc`
[INFO] [stdout]    --> tests/e2e_launch_test.rs:321:9
[INFO] [stdout]     |
[INFO] [stdout] 321 |     let lc = gitvm::lifecycle::Lifecycle::new().expect("lifecycle");
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_lc`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `image`
[INFO] [stdout]    --> tests/e2e_launch_test.rs:322:9
[INFO] [stdout]     |
[INFO] [stdout] 322 |     let image = gitvm::types::ImageRef::new(BASE_IMAGE);
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_image`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container_name`
[INFO] [stdout]    --> tests/e2e_launch_test.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 |     let container_name = session.container_name();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_container_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> tests/harness.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use std::collections::HashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/harness.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let mut env = vec![
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/harness.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let mut env = vec![
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> tests/adversarial_test.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let result = vm.run(&backend, vec![
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `another_sha` is never used
[INFO] [stdout]   --> tests/types_test.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn another_sha() -> CommitHash {
[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 `pair` is never used
[INFO] [stdout]   --> tests/types_test.rs:38:4
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn pair(name: &str, container: GitSide, host: GitSide, relation: Option<PairRelation>) -> RepoPair {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `relation` is never used
[INFO] [stdout]   --> tests/types_test.rs:49:4
[INFO] [stdout]    |
[INFO] [stdout] 49 | fn relation(
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> tests/adversarial_test.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let result = vm.run(&backend, vec![
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> tests/adversarial_test.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |     let result = vm.run(&backend, vec![
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> tests/adversarial_test.rs:237:9
[INFO] [stdout]     |
[INFO] [stdout] 237 |     let result = vm.run(&backend, vec![
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/harness.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let mut env = vec![
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> tests/harness.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let name = session.name.clone();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> tests/harness.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let name = session.name.clone();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> tests/harness.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let name = session.name.clone();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `succeeded` and `assert_success` are never used
[INFO] [stdout]    --> tests/harness.rs:329:12
[INFO] [stdout]     |
[INFO] [stdout] 328 | impl ContainerResult {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] 329 |     pub fn succeeded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 |     pub fn assert_success(&self) {
[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: `name`
[INFO] [stdout]    --> tests/harness.rs:458:13
[INFO] [stdout]     |
[INFO] [stdout] 458 |         let name = session.name.clone();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> tests/output_test.rs:405:10
[INFO] [stdout]     |
[INFO] [stdout] 405 |     for (i, b) in raw_stdout.bytes().enumerate().take(500) {
[INFO] [stdout]     |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> tests/vm_test.rs:712:9
[INFO] [stdout]     |
[INFO] [stdout] 712 |     let result = vm.run(&mock, vec![
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `succeeded` and `assert_success` are never used
[INFO] [stdout]    --> tests/harness.rs:329:12
[INFO] [stdout]     |
[INFO] [stdout] 328 | impl ContainerResult {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] 329 |     pub fn succeeded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 |     pub fn assert_success(&self) {
[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: `host_path`
[INFO] [stdout]     --> src/sync/mod.rs:1692:5
[INFO] [stdout]      |
[INFO] [stdout] 1692 |     host_path: &Path,
[INFO] [stdout]      |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_host_path`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> src/container/mod.rs:108:43
[INFO] [stdout]     |
[INFO] [stdout] 108 |         docker::ContainerState::Stopped { info, .. } => {
[INFO] [stdout]     |                                           ^^^^ help: try ignoring the field: `info: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `confirmed`
[INFO] [stdout]     --> src/container/mod.rs:1010:31
[INFO] [stdout]      |
[INFO] [stdout] 1010 |         LaunchTarget::Rebuild(confirmed) => {
[INFO] [stdout]      |                               ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_confirmed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `confirmed`
[INFO] [stdout]     --> src/container/mod.rs:1154:31
[INFO] [stdout]      |
[INFO] [stdout] 1154 |         LaunchTarget::Rebuild(confirmed) => {
[INFO] [stdout]      |                               ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_confirmed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `volumes`
[INFO] [stdout]   --> src/render.rs:66:56
[INFO] [stdout]    |
[INFO] [stdout] 66 |         crate::types::DiscoveredSession::VolumesOnly { volumes, metadata, .. } => {
[INFO] [stdout]    |                                                        ^^^^^^^ help: try ignoring the field: `volumes: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container`
[INFO] [stdout]   --> src/render.rs:70:52
[INFO] [stdout]    |
[INFO] [stdout] 70 |         crate::types::DiscoveredSession::Stopped { container, metadata, .. } => {
[INFO] [stdout]    |                                                    ^^^^^^^^^ help: try ignoring the field: `container: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container`
[INFO] [stdout]   --> src/render.rs:74:52
[INFO] [stdout]    |
[INFO] [stdout] 74 |         crate::types::DiscoveredSession::Running { container, metadata, .. } => {
[INFO] [stdout]    |                                                    ^^^^^^^^^ help: try ignoring the field: `container: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> src/render.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     name: &SessionName,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container`
[INFO] [stdout]    --> src/render.rs:438:36
[INFO] [stdout]     |
[INFO] [stdout] 438 |         ContainerAction::Rebuild { container, reasons, .. } => {
[INFO] [stdout]     |                                    ^^^^^^^^^ help: try ignoring the field: `container: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/watch.rs:320:13
[INFO] [stdout]     |
[INFO] [stdout] 320 |         let mut host_ahead = Vec::new();
[INFO] [stdout]     |             ----^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `host_path`
[INFO] [stdout]     --> src/sync/mod.rs:1692:5
[INFO] [stdout]      |
[INFO] [stdout] 1692 |     host_path: &Path,
[INFO] [stdout]      |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_host_path`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> src/container/mod.rs:108:43
[INFO] [stdout]     |
[INFO] [stdout] 108 |         docker::ContainerState::Stopped { info, .. } => {
[INFO] [stdout]     |                                           ^^^^ help: try ignoring the field: `info: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `engine`
[INFO] [stdout]   --> src/cmd/push.rs:10:14
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let (lc, engine, plan, repo_paths) = build_sync_plan(name, branch, filter, include_deps).await?;
[INFO] [stdout]    |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_engine`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `engine`
[INFO] [stdout]   --> src/cmd/sync_cmd.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let (lc, engine, plan, repo_paths) = build_sync_plan(name, branch, filter, include_deps).await?;
[INFO] [stdout]    |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_engine`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `summary`
[INFO] [stdout]   --> src/cmd/watch.rs:51:26
[INFO] [stdout]    |
[INFO] [stdout] 51 |     watcher.run(|events, summary| {
[INFO] [stdout]    |                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_summary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `confirmed`
[INFO] [stdout]     --> src/container/mod.rs:1010:31
[INFO] [stdout]      |
[INFO] [stdout] 1010 |         LaunchTarget::Rebuild(confirmed) => {
[INFO] [stdout]      |                               ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_confirmed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `confirmed`
[INFO] [stdout]     --> src/container/mod.rs:1154:31
[INFO] [stdout]      |
[INFO] [stdout] 1154 |         LaunchTarget::Rebuild(confirmed) => {
[INFO] [stdout]      |                               ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_confirmed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `volumes`
[INFO] [stdout]   --> src/render.rs:66:56
[INFO] [stdout]    |
[INFO] [stdout] 66 |         crate::types::DiscoveredSession::VolumesOnly { volumes, metadata, .. } => {
[INFO] [stdout]    |                                                        ^^^^^^^ help: try ignoring the field: `volumes: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container`
[INFO] [stdout]   --> src/render.rs:70:52
[INFO] [stdout]    |
[INFO] [stdout] 70 |         crate::types::DiscoveredSession::Stopped { container, metadata, .. } => {
[INFO] [stdout]    |                                                    ^^^^^^^^^ help: try ignoring the field: `container: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container`
[INFO] [stdout]   --> src/render.rs:74:52
[INFO] [stdout]    |
[INFO] [stdout] 74 |         crate::types::DiscoveredSession::Running { container, metadata, .. } => {
[INFO] [stdout]    |                                                    ^^^^^^^^^ help: try ignoring the field: `container: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> src/render.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     name: &SessionName,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `container`
[INFO] [stdout]    --> src/render.rs:438:36
[INFO] [stdout]     |
[INFO] [stdout] 438 |         ContainerAction::Rebuild { container, reasons, .. } => {
[INFO] [stdout]     |                                    ^^^^^^^^^ help: try ignoring the field: `container: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/watch.rs:320:13
[INFO] [stdout]     |
[INFO] [stdout] 320 |         let mut host_ahead = Vec::new();
[INFO] [stdout]     |             ----^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `engine`
[INFO] [stdout]   --> src/cmd/push.rs:10:14
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let (lc, engine, plan, repo_paths) = build_sync_plan(name, branch, filter, include_deps).await?;
[INFO] [stdout]    |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_engine`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `engine`
[INFO] [stdout]   --> src/cmd/sync_cmd.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let (lc, engine, plan, repo_paths) = build_sync_plan(name, branch, filter, include_deps).await?;
[INFO] [stdout]    |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_engine`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `summary`
[INFO] [stdout]   --> src/cmd/watch.rs:51:26
[INFO] [stdout]    |
[INFO] [stdout] 51 |     watcher.run(|events, summary| {
[INFO] [stdout]    |                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_summary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_valid` is never used
[INFO] [stdout]    --> src/types/ids.rs:164:12
[INFO] [stdout]     |
[INFO] [stdout] 150 | impl CommitHash {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 164 |     pub fn is_valid(&self) -> 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: struct `Uncreated` is never constructed
[INFO] [stdout]   --> src/types/session.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Uncreated {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Created` is never constructed
[INFO] [stdout]   --> src/types/session.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct Created {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Running` is never constructed
[INFO] [stdout]   --> src/types/session.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct Running {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Stopped` is never constructed
[INFO] [stdout]   --> src/types/session.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct Stopped {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `create` is never used
[INFO] [stdout]   --> src/types/session.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 70 | impl Uncreated {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] 71 |     pub fn create(self, metadata: SessionMetadata, volumes: SessionVolumes) -> Created {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `start` and `delete` are never used
[INFO] [stdout]   --> src/types/session.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 76 | impl Created {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] 77 |     pub fn start(self, container: ContainerInspect) -> Running {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |     pub fn delete(self) -> Uncreated {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `stop` is never used
[INFO] [stdout]   --> src/types/session.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 85 | impl Running {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 86 |     pub fn stop(self) -> Stopped {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `resume`, `remove_container`, and `delete` are never used
[INFO] [stdout]   --> src/types/session.rs:92:12
[INFO] [stdout]    |
[INFO] [stdout] 91 | impl Stopped {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] 92 |     pub fn resume(self) -> Running {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub fn remove_container(self) -> Created {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub fn delete(self) -> Uncreated {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/types/session.rs:109:18
[INFO] [stdout]     |
[INFO] [stdout] 109 |     DoesNotExist(SessionName),
[INFO] [stdout]     |     ------------ ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscoveredSession` has a derived impl for the trait `Debug`, but this is 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] 109 -     DoesNotExist(SessionName),
[INFO] [stdout] 109 +     DoesNotExist(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]    --> src/types/session.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     VolumesOnly {
[INFO] [stdout]     |     ----------- field in this variant
[INFO] [stdout] 112 |         name: SessionName,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscoveredSession` 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 `volumes` are never read
[INFO] [stdout]    --> src/types/session.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |     Stopped {
[INFO] [stdout]     |     ------- fields in this variant
[INFO] [stdout] 118 |         name: SessionName,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 119 |         metadata: Option<SessionMetadata>,
[INFO] [stdout] 120 |         volumes: SessionVolumes,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscoveredSession` 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 `volumes` are never read
[INFO] [stdout]    --> src/types/session.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |     Running {
[INFO] [stdout]     |     ------- fields in this variant
[INFO] [stdout] 125 |         name: SessionName,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 126 |         metadata: Option<SessionMetadata>,
[INFO] [stdout] 127 |         volumes: SessionVolumes,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscoveredSession` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `image` is never read
[INFO] [stdout]  --> src/types/image.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ImageValidation {
[INFO] [stdout]   |            --------------- field in this struct
[INFO] [stdout] 8 |     pub image: ImageRef,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ImageValidation` 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 `cargo`, `npm`, and `pip` are never read
[INFO] [stdout]   --> src/types/volume.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct SessionVolumes {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub cargo: VolumeState<()>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 23 |     pub npm: VolumeState<()>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 24 |     pub pip: VolumeState<()>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SessionVolumes` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/types/volume.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     Exists {
[INFO] [stdout]    |     ------ field in this variant
[INFO] [stdout] 37 |         name: VolumeName,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VolumeState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/types/volume.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     Missing {
[INFO] [stdout]    |     ------- field in this variant
[INFO] [stdout] 41 |         name: VolumeName,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VolumeState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Present` is never constructed
[INFO] [stdout]   --> src/types/volume.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub enum VolumeState<Content> {
[INFO] [stdout]    |          ----------- variant in this enum
[INFO] [stdout] 30 |     /// Volume exists with inspected content
[INFO] [stdout] 31 |     Present {
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VolumeState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `name` is never used
[INFO] [stdout]   --> src/types/volume.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl<C> VolumeState<C> {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] 46 |     pub fn name(&self) -> &VolumeName {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `all_exist` and `missing` are never used
[INFO] [stdout]   --> src/types/volume.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 59 | impl SessionVolumes {
[INFO] [stdout]    | ------------------- methods in this implementation
[INFO] [stdout] 60 |     pub fn all_exist(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn missing(&self) -> Vec<&VolumeName> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `config`, `main_project`, `repos`, and `markers` are never read
[INFO] [stdout]   --> src/types/volume.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct SessionVolumeContent {
[INFO] [stdout]    |            -------------------- fields in this struct
[INFO] [stdout] 86 |     /// Config file present?
[INFO] [stdout] 87 |     pub config: ConfigState,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 88 |     /// Main project marker
[INFO] [stdout] 89 |     pub main_project: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 90 |     /// Repos found in the volume
[INFO] [stdout] 91 |     pub repos: Vec<VolumeRepo>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 92 |     /// Merge/sync markers
[INFO] [stdout] 93 |     pub markers: VolumeMarkers,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SessionVolumeContent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Present`, `Missing`, and `Invalid` are never constructed
[INFO] [stdout]    --> src/types/volume.rs:99:5
[INFO] [stdout]     |
[INFO] [stdout]  98 | pub enum ConfigState {
[INFO] [stdout]     |          ----------- variants in this enum
[INFO] [stdout]  99 |     Present {
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     Missing,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 103 |     Invalid(String),
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ConfigState` 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 `merge_into`, `sync`, `reconcile_complete`, `agent_result`, and `repo_manifest` are never read
[INFO] [stdout]    --> src/types/volume.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct VolumeMarkers {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] 119 |     /// .merge-into-branch — merge target in progress
[INFO] [stdout] 120 |     pub merge_into: Option<MergeIntoMarker>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 121 |     /// .sync-branch — sync/rebase in progress
[INFO] [stdout] 122 |     pub sync: Option<SyncMarker>,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 123 |     /// .reconcile-complete — fin was called
[INFO] [stdout] 124 |     pub reconcile_complete: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 125 |     /// .agent-result — last agent run results
[INFO] [stdout] 126 |     pub agent_result: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 127 |     /// .repo-manifest — snapshot of repos at creation
[INFO] [stdout] 128 |     pub repo_manifest: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `VolumeMarkers` 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 `branch`, `has_summary`, and `has_mounts` are never read
[INFO] [stdout]    --> src/types/volume.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub struct MergeIntoMarker {
[INFO] [stdout]     |            --------------- fields in this struct
[INFO] [stdout] 133 |     pub branch: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 134 |     pub has_summary: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 135 |     pub has_mounts: bool,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MergeIntoMarker` 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 `branch` and `has_summary` are never read
[INFO] [stdout]    --> src/types/volume.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub struct SyncMarker {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 140 |     pub branch: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 141 |     pub has_summary: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SyncMarker` 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 `claude_json`, `settings_json`, `history`, and `projects` are never read
[INFO] [stdout]    --> src/types/volume.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub struct StateVolumeContent {
[INFO] [stdout]     |            ------------------ fields in this struct
[INFO] [stdout] 151 |     /// .claude.json (trust dialog, settings)
[INFO] [stdout] 152 |     pub claude_json: ClaudeJsonState,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 153 |     /// settings.json (statusline)
[INFO] [stdout] 154 |     pub settings_json: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 155 |     /// Conversation history
[INFO] [stdout] 156 |     pub history: HistoryState,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 157 |     /// Projects with conversation data
[INFO] [stdout] 158 |     pub projects: Vec<String>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StateVolumeContent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Valid`, `Invalid`, and `Missing` are never constructed
[INFO] [stdout]    --> src/types/volume.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub enum ClaudeJsonState {
[INFO] [stdout]     |          --------------- variants in this enum
[INFO] [stdout] 163 |     /// File exists with valid JSON
[INFO] [stdout] 164 |     Valid,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 165 |     /// File exists but is invalid JSON
[INFO] [stdout] 166 |     Invalid,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 167 |     /// File missing (first launch or corrupted)
[INFO] [stdout] 168 |     Missing,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ClaudeJsonState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Present` and `Empty` are never constructed
[INFO] [stdout]    --> src/types/volume.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub enum HistoryState {
[INFO] [stdout]     |          ------------ variants in this enum
[INFO] [stdout] 173 |     /// Has conversation history
[INFO] [stdout] 174 |     Present { entries: usize },
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 175 |     /// No history file
[INFO] [stdout] 176 |     Empty,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HistoryState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `VolumeProblem` is never used
[INFO] [stdout]    --> src/types/volume.rs:185:10
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub enum VolumeProblem {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `project_repos` and `dependency_repos` are never used
[INFO] [stdout]   --> src/types/config.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl SessionConfig {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] 46 |     /// Return only project repos (filter out dependencies)
[INFO] [stdout] 47 |     pub fn project_repos(&self) -> BTreeMap<String, &ProjectConfig> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn dependency_repos(&self) -> BTreeMap<String, &ProjectConfig> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `main_project` is never used
[INFO] [stdout]   --> src/types/config.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl SessionConfig {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 64 |     /// Find the main project (main: true, or cwd match, or first)
[INFO] [stdout] 65 |     pub fn main_project(&self, cwd: Option<&PathBuf>) -> Option<&str> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SessionSnapshot` is never constructed
[INFO] [stdout]  --> src/types/snapshot.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct SessionSnapshot {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `repo_count` are never used
[INFO] [stdout]   --> src/types/snapshot.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl SessionSnapshot {
[INFO] [stdout]    | -------------------- associated items in this implementation
[INFO] [stdout] 13 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn repo_count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `destructive` is never read
[INFO] [stdout]   --> src/types/action.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Plan<A: Action> {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub destructive: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Plan` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `preview` and `execute` are never used
[INFO] [stdout]   --> src/types/action.rs:40:8
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub trait Action: Sized + fmt::Debug {
[INFO] [stdout]    |           ------ methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 40 |     fn preview(self) -> Result<Plan<Self>, Self::Error>;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     fn execute(self) -> Result<Self::Result, Self::Error>;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `execute` and `is_noop` are never used
[INFO] [stdout]   --> src/types/action.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl<A: Action> Plan<A> {
[INFO] [stdout]    | ----------------------- methods in this implementation
[INFO] [stdout] 47 |     /// Execute the planned action. Consumes the plan.
[INFO] [stdout] 48 |     pub fn execute(self) -> Result<A::Result, A::Error> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn is_noop(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `pending_merges` and `is_destructive` are never used
[INFO] [stdout]    --> src/types/action.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout]  99 | impl SessionSyncPlan {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn pending_merges(&self) -> Vec<&RepoSyncAction> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub fn is_destructive(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `commit_count` and `new_head` are never read
[INFO] [stdout]    --> src/types/action.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub struct ExtractResult {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] 169 |     /// Number of commits in the bundle
[INFO] [stdout] 170 |     pub commit_count: u32,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 171 |     /// The new HEAD on the session branch after extraction
[INFO] [stdout] 172 |     pub new_head: super::CommitHash,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExtractResult` 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 `repo_name` and `reason` are never read
[INFO] [stdout]    --> src/types/action.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 199 |     Skipped {
[INFO] [stdout]     |     ------- fields in this variant
[INFO] [stdout] 200 |         repo_name: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 201 |         reason: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RepoSyncResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Pulled`, `Pushed`, `Merged`, `ClonedToHost`, and `Failed` are never constructed
[INFO] [stdout]    --> src/types/action.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub enum RepoSyncResult {
[INFO] [stdout]     |          -------------- variants in this enum
[INFO] [stdout] 178 |     /// Successfully pulled (extract + merge)
[INFO] [stdout] 179 |     Pulled {
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |     Pushed {
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     Merged {
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     ClonedToHost {
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |     Failed {
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RepoSyncResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `session_name` is never read
[INFO] [stdout]    --> src/types/action.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub struct SyncResult {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] 218 |     pub session_name: super::SessionName,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SyncResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `succeeded`, `failed`, `conflicted`, `skipped`, and `is_partial` are never used
[INFO] [stdout]    --> src/types/action.rs:223:12
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl SyncResult {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] 223 |     pub fn succeeded(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |     pub fn failed(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub fn conflicted(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |     pub fn skipped(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |     pub fn is_partial(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PullPlan` is never constructed
[INFO] [stdout]    --> src/types/action.rs:253:12
[INFO] [stdout]     |
[INFO] [stdout] 253 | pub struct PullPlan {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RepoPullAction` is never constructed
[INFO] [stdout]    --> src/types/action.rs:260:12
[INFO] [stdout]     |
[INFO] [stdout] 260 | pub struct RepoPullAction {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ExtractPreview` is never used
[INFO] [stdout]    --> src/types/action.rs:267:10
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub enum ExtractPreview {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `MergePreview` is never used
[INFO] [stdout]    --> src/types/action.rs:277:10
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub enum MergePreview {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PushPlan` is never constructed
[INFO] [stdout]    --> src/types/action.rs:286:12
[INFO] [stdout]     |
[INFO] [stdout] 286 | pub struct PushPlan {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RepoPushAction` is never constructed
[INFO] [stdout]    --> src/types/action.rs:293:12
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub struct RepoPushAction {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `PushPreview` is never used
[INFO] [stdout]    --> src/types/action.rs:299:10
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub enum PushPreview {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ContainerPlan` is never constructed
[INFO] [stdout]    --> src/types/action.rs:308:12
[INFO] [stdout]     |
[INFO] [stdout] 308 | pub struct ContainerPlan {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ContainerAction` is never used
[INFO] [stdout]    --> src/types/action.rs:313:10
[INFO] [stdout]     |
[INFO] [stdout] 313 | pub enum ContainerAction {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]    --> src/types/action.rs:348:9
[INFO] [stdout]     |
[INFO] [stdout] 346 | pub struct FileDiff {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] 347 |     pub path: String,
[INFO] [stdout] 348 |     pub status: FileStatus,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FileDiff` 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/types/action.rs:358:13
[INFO] [stdout]     |
[INFO] [stdout] 358 |     Renamed(String), // old path
[INFO] [stdout]     |     ------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FileStatus` 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] 358 -     Renamed(String), // old path
[INFO] [stdout] 358 +     Renamed(()), // old path
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_inner` is never used
[INFO] [stdout]   --> src/types/verified.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl<P> Verified<P> {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn into_inner(self) -> P {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `version` is never read
[INFO] [stdout]   --> src/types/verified.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub struct DockerAvailable {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 67 |     pub version: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DockerAvailable` 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 `image_id` is never read
[INFO] [stdout]   --> src/types/verified.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub struct ValidImage {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 73 |     pub image: super::ImageRef,
[INFO] [stdout] 74 |     pub image_id: super::ImageId,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ValidImage` 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 `session` is never read
[INFO] [stdout]   --> src/types/verified.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub struct VolumesReady {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 81 |     pub session: super::SessionName,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VolumesReady` 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: struct `ContainerCreated` is never constructed
[INFO] [stdout]   --> src/types/verified.rs:98:12
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub struct ContainerCreated {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConfigValid` is never constructed
[INFO] [stdout]    --> src/types/verified.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct ConfigValid {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `docker` and `volumes` are never read
[INFO] [stdout]    --> src/types/verified.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub struct LaunchReady {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 122 |     pub docker: Verified<DockerAvailable>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 123 |     pub image: Verified<ValidImage>,
[INFO] [stdout] 124 |     pub volumes: Verified<VolumesReady>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LaunchReady` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SyncReady` is never constructed
[INFO] [stdout]    --> src/types/verified.rs:142:12
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub struct SyncReady {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RemovalApproved` is never constructed
[INFO] [stdout]    --> src/types/verified.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub struct RemovalApproved {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Rebasing` is never constructed
[INFO] [stdout]   --> src/types/git.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum GitSide {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 31 |     Rebasing {
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GitSide` 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: methods `is_readable`, `is_writable`, and `is_present` are never used
[INFO] [stdout]   --> src/types/git.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl GitSide {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn is_readable(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn is_writable(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn is_present(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/types/git.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub struct RepoPair {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 82 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RepoPair` 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 `squash` is never read
[INFO] [stdout]   --> src/types/git.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub struct PairRelation {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub squash: SquashState,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PairRelation` 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 `squash_base` is never read
[INFO] [stdout]    --> src/types/git.rs:413:33
[INFO] [stdout]     |
[INFO] [stdout] 413 |     SquashMerge { commits: u32, squash_base: CommitHash },
[INFO] [stdout]     |     -----------                 ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MergeOutcome` 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: variant `CreateBranch` is never constructed
[INFO] [stdout]    --> src/types/git.rs:416:5
[INFO] [stdout]     |
[INFO] [stdout] 410 | pub enum MergeOutcome {
[INFO] [stdout]     |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 416 |     CreateBranch { from: CommitHash },
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MergeOutcome` 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: variants `HostDirty`, `NoTargetBranch`, `ContainerDirty`, `MergeInProgress`, and `RepoMissing` are never constructed
[INFO] [stdout]    --> src/types/git.rs:422:5
[INFO] [stdout]     |
[INFO] [stdout] 421 | pub enum MergeBlocker {
[INFO] [stdout]     |          ------------ variants in this enum
[INFO] [stdout] 422 |     HostDirty,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 423 |     NoSessionBranch,
[INFO] [stdout] 424 |     NoTargetBranch,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 425 |     ContainerDirty,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 426 |     MergeInProgress,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 427 |     RepoMissing,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MergeBlocker` 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: enum `ImageState` is never used
[INFO] [stdout]   --> src/types/docker.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub enum ImageState {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RebuildReason` is never used
[INFO] [stdout]   --> src/types/docker.rs:58:10
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub enum RebuildReason {
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/types/docker.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     Running {
[INFO] [stdout]    |     ------- field in this variant
[INFO] [stdout] 72 |         name: ContainerName,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ContainerState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/types/docker.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     Stopped {
[INFO] [stdout]    |     ------- field in this variant
[INFO] [stdout] 77 |         name: ContainerName,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ContainerState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/types/docker.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     NotFound {
[INFO] [stdout]    |     -------- field in this variant
[INFO] [stdout] 82 |         name: ContainerName,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ContainerState` 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 `image_id`, `env_vars`, and `created` are never read
[INFO] [stdout]   --> src/types/docker.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub struct ContainerInspect {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 89 |     pub image_id: ImageId,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |     pub env_vars: Vec<(String, String)>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 93 |     pub mounts: Vec<MountInfo>,
[INFO] [stdout] 94 |     pub created: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ContainerInspect` 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 `read_only` is never read
[INFO] [stdout]    --> src/types/docker.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout]  99 | pub struct MountInfo {
[INFO] [stdout]     |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 103 |     pub read_only: bool,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MountInfo` 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: enum `MountProblem` is never used
[INFO] [stdout]    --> src/types/docker.rs:115:10
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub enum MountProblem {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TokenState` is never used
[INFO] [stdout]    --> src/types/docker.rs:134:10
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub enum TokenState {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `container_path` is never read
[INFO] [stdout]    --> src/types/docker.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |     File {
[INFO] [stdout]     |     ---- field in this variant
[INFO] [stdout] 150 |         host_path: PathBuf,
[INFO] [stdout] 151 |         container_path: PathBuf,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TokenMount` 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: variant `EnvVar` is never constructed
[INFO] [stdout]    --> src/types/docker.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub enum TokenMount {
[INFO] [stdout]     |          ---------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 154 |     EnvVar {
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TokenMount` 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: enum `AgentTask` is never used
[INFO] [stdout]   --> src/types/agent.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum AgentTask {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `env_value`, `prompt`, and `run_mode` are never used
[INFO] [stdout]   --> src/types/agent.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl AgentTask {
[INFO] [stdout]    | -------------- methods in this implementation
[INFO] [stdout] 46 |     pub fn env_value(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn prompt(&self) -> Option<&str> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn run_mode(&self) -> RunMode {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RunMode` is never used
[INFO] [stdout]   --> src/types/agent.rs:80:10
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub enum RunMode {
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `claude_flag` is never used
[INFO] [stdout]   --> src/types/agent.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | impl RunMode {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 88 |     /// The claude CLI flag for this mode
[INFO] [stdout] 89 |     pub fn claude_flag(&self) -> Option<&str> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentResult` is never constructed
[INFO] [stdout]   --> src/types/agent.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub struct AgentResult {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentRepoResult` is never constructed
[INFO] [stdout]    --> src/types/agent.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct AgentRepoResult {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SessionExit` is never used
[INFO] [stdout]    --> src/types/agent.rs:114:10
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub enum SessionExit {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/types/error.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub enum ContainerError {
[INFO] [stdout]    |          -------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 26 |     ContainerNotFound(ContainerName),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     ContainerStale {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     SessionExists(SessionName),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     VolumeMissing(VolumeName),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     NoToken,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     TokenCorrupted(PathBuf),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     MergeConflict { repo: String, files: Vec<String> },
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     BundleFailed { repo: String, reason: String },
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     BranchCreateFailed { repo: String, reason: String },
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     ConfigNotFound(PathBuf),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 |     ConfigParse(String),
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |     DestructiveBlocked(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ContainerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `check_volumes` and `plan_launch` are never used
[INFO] [stdout]    --> src/lifecycle/mod.rs:745:18
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl Lifecycle {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 745 |     pub async fn check_volumes(&self, session: &SessionName) -> SessionVolumes {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 841 |     pub async fn plan_launch(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config_dir` is never read
[INFO] [stdout]   --> src/session/mod.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct SessionManager {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 24 |     docker: Docker,
[INFO] [stdout] 25 |     config_dir: PathBuf,   // ~/.config/claude-container
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SessionCreatePlan` is never constructed
[INFO] [stdout]   --> src/session/mod.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct SessionCreatePlan {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `resolve_main_project` and `plan_create` are never used
[INFO] [stdout]    --> src/session/mod.rs:797:12
[INFO] [stdout]     |
[INFO] [stdout]  63 | impl SessionManager {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 797 |     pub fn resolve_main_project(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 834 |     pub async fn plan_create(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `extract`, `inject`, and `force_inject` are never used
[INFO] [stdout]     --> src/sync/mod.rs:643:18
[INFO] [stdout]      |
[INFO] [stdout]  106 | impl SyncEngine {
[INFO] [stdout]      | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  643 |     pub async fn extract(
[INFO] [stdout]      |                  ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1297 |     pub async fn inject(
[INFO] [stdout]      |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1417 |     pub async fn force_inject(
[INFO] [stdout]      |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `display_name_pub` is never used
[INFO] [stdout]   --> src/render.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn display_name_pub(action: &RepoSyncAction) -> String {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_change_bar_pub` is never used
[INFO] [stdout]    --> src/render.rs:343:8
[INFO] [stdout]     |
[INFO] [stdout] 343 | pub fn render_change_bar_pub(insertions: u32, deletions: u32, max_width: u32) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_diff_lines` is never used
[INFO] [stdout]    --> src/render.rs:387:4
[INFO] [stdout]     |
[INFO] [stdout] 387 | fn render_diff_lines(diff: &Option<DiffSummary>) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_trial_conflicts` is never used
[INFO] [stdout]    --> src/render.rs:409:4
[INFO] [stdout]     |
[INFO] [stdout] 409 | fn render_trial_conflicts(trial: &Option<Vec<String>>) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `container_plan` is never used
[INFO] [stdout]    --> src/render.rs:430:8
[INFO] [stdout]     |
[INFO] [stdout] 430 | pub fn container_plan(plan: &ContainerPlan) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sync_result` is never used
[INFO] [stdout]    --> src/render.rs:466:8
[INFO] [stdout]     |
[INFO] [stdout] 466 | pub fn sync_result(result: &crate::types::SyncResult) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `base64_decode` is never used
[INFO] [stdout]   --> src/shell_safety.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn base64_decode(input: &str) -> Result<String, base64::DecodeError> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Removed` is never constructed
[INFO] [stdout]   --> src/watch.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub enum ChangeKind {
[INFO] [stdout]    |          ---------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 42 |     Removed,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ChangeKind` 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 `synced`, `container_ahead`, `host_ahead`, `container_only`, `total_events`, and `uptime` are never read
[INFO] [stdout]    --> src/watch.rs:349:9
[INFO] [stdout]     |
[INFO] [stdout] 348 | pub struct WatchSummary {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 349 |     pub synced: u32,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 350 |     pub container_ahead: Vec<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 351 |     pub host_ahead: Vec<String>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 352 |     pub container_only: Vec<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 353 |     pub total_events: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 354 |     pub uptime: Duration,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_summary` is never used
[INFO] [stdout]    --> src/watch.rs:394:8
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub fn format_summary(summary: &WatchSummary) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_valid` is never used
[INFO] [stdout]    --> src/types/ids.rs:164:12
[INFO] [stdout]     |
[INFO] [stdout] 150 | impl CommitHash {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 164 |     pub fn is_valid(&self) -> 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: struct `Uncreated` is never constructed
[INFO] [stdout]   --> src/types/session.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Uncreated {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Created` is never constructed
[INFO] [stdout]   --> src/types/session.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct Created {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Running` is never constructed
[INFO] [stdout]   --> src/types/session.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct Running {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Stopped` is never constructed
[INFO] [stdout]   --> src/types/session.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct Stopped {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `create` is never used
[INFO] [stdout]   --> src/types/session.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 70 | impl Uncreated {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] 71 |     pub fn create(self, metadata: SessionMetadata, volumes: SessionVolumes) -> Created {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `start` and `delete` are never used
[INFO] [stdout]   --> src/types/session.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 76 | impl Created {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] 77 |     pub fn start(self, container: ContainerInspect) -> Running {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |     pub fn delete(self) -> Uncreated {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `stop` is never used
[INFO] [stdout]   --> src/types/session.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 85 | impl Running {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 86 |     pub fn stop(self) -> Stopped {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `resume`, `remove_container`, and `delete` are never used
[INFO] [stdout]   --> src/types/session.rs:92:12
[INFO] [stdout]    |
[INFO] [stdout] 91 | impl Stopped {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] 92 |     pub fn resume(self) -> Running {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub fn remove_container(self) -> Created {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub fn delete(self) -> Uncreated {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/types/session.rs:109:18
[INFO] [stdout]     |
[INFO] [stdout] 109 |     DoesNotExist(SessionName),
[INFO] [stdout]     |     ------------ ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscoveredSession` has a derived impl for the trait `Debug`, but this is 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] 109 -     DoesNotExist(SessionName),
[INFO] [stdout] 109 +     DoesNotExist(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]    --> src/types/session.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     VolumesOnly {
[INFO] [stdout]     |     ----------- field in this variant
[INFO] [stdout] 112 |         name: SessionName,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscoveredSession` 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 `volumes` are never read
[INFO] [stdout]    --> src/types/session.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |     Stopped {
[INFO] [stdout]     |     ------- fields in this variant
[INFO] [stdout] 118 |         name: SessionName,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 119 |         metadata: Option<SessionMetadata>,
[INFO] [stdout] 120 |         volumes: SessionVolumes,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscoveredSession` 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 `volumes` are never read
[INFO] [stdout]    --> src/types/session.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |     Running {
[INFO] [stdout]     |     ------- fields in this variant
[INFO] [stdout] 125 |         name: SessionName,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 126 |         metadata: Option<SessionMetadata>,
[INFO] [stdout] 127 |         volumes: SessionVolumes,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscoveredSession` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `image` is never read
[INFO] [stdout]  --> src/types/image.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ImageValidation {
[INFO] [stdout]   |            --------------- field in this struct
[INFO] [stdout] 8 |     pub image: ImageRef,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ImageValidation` 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 `cargo`, `npm`, and `pip` are never read
[INFO] [stdout]   --> src/types/volume.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct SessionVolumes {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub cargo: VolumeState<()>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 23 |     pub npm: VolumeState<()>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 24 |     pub pip: VolumeState<()>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SessionVolumes` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/types/volume.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     Exists {
[INFO] [stdout]    |     ------ field in this variant
[INFO] [stdout] 37 |         name: VolumeName,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VolumeState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/types/volume.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     Missing {
[INFO] [stdout]    |     ------- field in this variant
[INFO] [stdout] 41 |         name: VolumeName,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VolumeState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Present` is never constructed
[INFO] [stdout]   --> src/types/volume.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub enum VolumeState<Content> {
[INFO] [stdout]    |          ----------- variant in this enum
[INFO] [stdout] 30 |     /// Volume exists with inspected content
[INFO] [stdout] 31 |     Present {
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VolumeState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `name` is never used
[INFO] [stdout]   --> src/types/volume.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl<C> VolumeState<C> {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] 46 |     pub fn name(&self) -> &VolumeName {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `all_exist` and `missing` are never used
[INFO] [stdout]   --> src/types/volume.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 59 | impl SessionVolumes {
[INFO] [stdout]    | ------------------- methods in this implementation
[INFO] [stdout] 60 |     pub fn all_exist(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn missing(&self) -> Vec<&VolumeName> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `config`, `main_project`, `repos`, and `markers` are never read
[INFO] [stdout]   --> src/types/volume.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct SessionVolumeContent {
[INFO] [stdout]    |            -------------------- fields in this struct
[INFO] [stdout] 86 |     /// Config file present?
[INFO] [stdout] 87 |     pub config: ConfigState,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 88 |     /// Main project marker
[INFO] [stdout] 89 |     pub main_project: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 90 |     /// Repos found in the volume
[INFO] [stdout] 91 |     pub repos: Vec<VolumeRepo>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 92 |     /// Merge/sync markers
[INFO] [stdout] 93 |     pub markers: VolumeMarkers,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SessionVolumeContent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Present`, `Missing`, and `Invalid` are never constructed
[INFO] [stdout]    --> src/types/volume.rs:99:5
[INFO] [stdout]     |
[INFO] [stdout]  98 | pub enum ConfigState {
[INFO] [stdout]     |          ----------- variants in this enum
[INFO] [stdout]  99 |     Present {
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     Missing,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 103 |     Invalid(String),
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ConfigState` 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 `merge_into`, `sync`, `reconcile_complete`, `agent_result`, and `repo_manifest` are never read
[INFO] [stdout]    --> src/types/volume.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct VolumeMarkers {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] 119 |     /// .merge-into-branch — merge target in progress
[INFO] [stdout] 120 |     pub merge_into: Option<MergeIntoMarker>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 121 |     /// .sync-branch — sync/rebase in progress
[INFO] [stdout] 122 |     pub sync: Option<SyncMarker>,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 123 |     /// .reconcile-complete — fin was called
[INFO] [stdout] 124 |     pub reconcile_complete: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 125 |     /// .agent-result — last agent run results
[INFO] [stdout] 126 |     pub agent_result: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 127 |     /// .repo-manifest — snapshot of repos at creation
[INFO] [stdout] 128 |     pub repo_manifest: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `VolumeMarkers` 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 `branch`, `has_summary`, and `has_mounts` are never read
[INFO] [stdout]    --> src/types/volume.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub struct MergeIntoMarker {
[INFO] [stdout]     |            --------------- fields in this struct
[INFO] [stdout] 133 |     pub branch: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 134 |     pub has_summary: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 135 |     pub has_mounts: bool,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MergeIntoMarker` 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 `branch` and `has_summary` are never read
[INFO] [stdout]    --> src/types/volume.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub struct SyncMarker {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 140 |     pub branch: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 141 |     pub has_summary: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SyncMarker` 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 `claude_json`, `settings_json`, `history`, and `projects` are never read
[INFO] [stdout]    --> src/types/volume.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub struct StateVolumeContent {
[INFO] [stdout]     |            ------------------ fields in this struct
[INFO] [stdout] 151 |     /// .claude.json (trust dialog, settings)
[INFO] [stdout] 152 |     pub claude_json: ClaudeJsonState,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 153 |     /// settings.json (statusline)
[INFO] [stdout] 154 |     pub settings_json: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 155 |     /// Conversation history
[INFO] [stdout] 156 |     pub history: HistoryState,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 157 |     /// Projects with conversation data
[INFO] [stdout] 158 |     pub projects: Vec<String>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StateVolumeContent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Valid`, `Invalid`, and `Missing` are never constructed
[INFO] [stdout]    --> src/types/volume.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub enum ClaudeJsonState {
[INFO] [stdout]     |          --------------- variants in this enum
[INFO] [stdout] 163 |     /// File exists with valid JSON
[INFO] [stdout] 164 |     Valid,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 165 |     /// File exists but is invalid JSON
[INFO] [stdout] 166 |     Invalid,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 167 |     /// File missing (first launch or corrupted)
[INFO] [stdout] 168 |     Missing,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ClaudeJsonState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Present` and `Empty` are never constructed
[INFO] [stdout]    --> src/types/volume.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub enum HistoryState {
[INFO] [stdout]     |          ------------ variants in this enum
[INFO] [stdout] 173 |     /// Has conversation history
[INFO] [stdout] 174 |     Present { entries: usize },
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 175 |     /// No history file
[INFO] [stdout] 176 |     Empty,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HistoryState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `VolumeProblem` is never used
[INFO] [stdout]    --> src/types/volume.rs:185:10
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub enum VolumeProblem {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `project_repos` and `dependency_repos` are never used
[INFO] [stdout]   --> src/types/config.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl SessionConfig {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] 46 |     /// Return only project repos (filter out dependencies)
[INFO] [stdout] 47 |     pub fn project_repos(&self) -> BTreeMap<String, &ProjectConfig> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn dependency_repos(&self) -> BTreeMap<String, &ProjectConfig> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `main_project` is never used
[INFO] [stdout]   --> src/types/config.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl SessionConfig {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 64 |     /// Find the main project (main: true, or cwd match, or first)
[INFO] [stdout] 65 |     pub fn main_project(&self, cwd: Option<&PathBuf>) -> Option<&str> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SessionSnapshot` is never constructed
[INFO] [stdout]  --> src/types/snapshot.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct SessionSnapshot {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `repo_count` are never used
[INFO] [stdout]   --> src/types/snapshot.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl SessionSnapshot {
[INFO] [stdout]    | -------------------- associated items in this implementation
[INFO] [stdout] 13 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn repo_count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `destructive` is never read
[INFO] [stdout]   --> src/types/action.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Plan<A: Action> {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub destructive: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Plan` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `preview` and `execute` are never used
[INFO] [stdout]   --> src/types/action.rs:40:8
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub trait Action: Sized + fmt::Debug {
[INFO] [stdout]    |           ------ methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 40 |     fn preview(self) -> Result<Plan<Self>, Self::Error>;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     fn execute(self) -> Result<Self::Result, Self::Error>;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `execute` and `is_noop` are never used
[INFO] [stdout]   --> src/types/action.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl<A: Action> Plan<A> {
[INFO] [stdout]    | ----------------------- methods in this implementation
[INFO] [stdout] 47 |     /// Execute the planned action. Consumes the plan.
[INFO] [stdout] 48 |     pub fn execute(self) -> Result<A::Result, A::Error> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn is_noop(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `pending_merges` and `is_destructive` are never used
[INFO] [stdout]    --> src/types/action.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout]  99 | impl SessionSyncPlan {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn pending_merges(&self) -> Vec<&RepoSyncAction> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub fn is_destructive(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `commit_count` and `new_head` are never read
[INFO] [stdout]    --> src/types/action.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub struct ExtractResult {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] 169 |     /// Number of commits in the bundle
[INFO] [stdout] 170 |     pub commit_count: u32,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 171 |     /// The new HEAD on the session branch after extraction
[INFO] [stdout] 172 |     pub new_head: super::CommitHash,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExtractResult` 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: multiple variants are never constructed
[INFO] [stdout]    --> src/types/action.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub enum RepoSyncResult {
[INFO] [stdout]     |          -------------- variants in this enum
[INFO] [stdout] 178 |     /// Successfully pulled (extract + merge)
[INFO] [stdout] 179 |     Pulled {
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |     Pushed {
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     Merged {
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     ClonedToHost {
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 |     Skipped {
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |     Conflicted {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |     Failed {
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RepoSyncResult` 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 `session_name` and `results` are never read
[INFO] [stdout]    --> src/types/action.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub struct SyncResult {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 218 |     pub session_name: super::SessionName,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 219 |     pub results: Vec<RepoSyncResult>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SyncResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `succeeded`, `failed`, `conflicted`, `skipped`, and `is_partial` are never used
[INFO] [stdout]    --> src/types/action.rs:223:12
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl SyncResult {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] 223 |     pub fn succeeded(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |     pub fn failed(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub fn conflicted(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |     pub fn skipped(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |     pub fn is_partial(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PullPlan` is never constructed
[INFO] [stdout]    --> src/types/action.rs:253:12
[INFO] [stdout]     |
[INFO] [stdout] 253 | pub struct PullPlan {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RepoPullAction` is never constructed
[INFO] [stdout]    --> src/types/action.rs:260:12
[INFO] [stdout]     |
[INFO] [stdout] 260 | pub struct RepoPullAction {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ExtractPreview` is never used
[INFO] [stdout]    --> src/types/action.rs:267:10
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub enum ExtractPreview {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `MergePreview` is never used
[INFO] [stdout]    --> src/types/action.rs:277:10
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub enum MergePreview {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PushPlan` is never constructed
[INFO] [stdout]    --> src/types/action.rs:286:12
[INFO] [stdout]     |
[INFO] [stdout] 286 | pub struct PushPlan {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RepoPushAction` is never constructed
[INFO] [stdout]    --> src/types/action.rs:293:12
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub struct RepoPushAction {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `PushPreview` is never used
[INFO] [stdout]    --> src/types/action.rs:299:10
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub enum PushPreview {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ContainerPlan` is never constructed
[INFO] [stdout]    --> src/types/action.rs:308:12
[INFO] [stdout]     |
[INFO] [stdout] 308 | pub struct ContainerPlan {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ContainerAction` is never used
[INFO] [stdout]    --> src/types/action.rs:313:10
[INFO] [stdout]     |
[INFO] [stdout] 313 | pub enum ContainerAction {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]    --> src/types/action.rs:348:9
[INFO] [stdout]     |
[INFO] [stdout] 346 | pub struct FileDiff {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] 347 |     pub path: String,
[INFO] [stdout] 348 |     pub status: FileStatus,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FileDiff` 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/types/action.rs:358:13
[INFO] [stdout]     |
[INFO] [stdout] 358 |     Renamed(String), // old path
[INFO] [stdout]     |     ------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FileStatus` 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] 358 -     Renamed(String), // old path
[INFO] [stdout] 358 +     Renamed(()), // old path
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_inner` is never used
[INFO] [stdout]   --> src/types/verified.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl<P> Verified<P> {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn into_inner(self) -> P {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `version` is never read
[INFO] [stdout]   --> src/types/verified.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub struct DockerAvailable {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 67 |     pub version: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DockerAvailable` 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 `image_id` is never read
[INFO] [stdout]   --> src/types/verified.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub struct ValidImage {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 73 |     pub image: super::ImageRef,
[INFO] [stdout] 74 |     pub image_id: super::ImageId,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ValidImage` 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 `session` is never read
[INFO] [stdout]   --> src/types/verified.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub struct VolumesReady {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 81 |     pub session: super::SessionName,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VolumesReady` 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: struct `ContainerCreated` is never constructed
[INFO] [stdout]   --> src/types/verified.rs:98:12
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub struct ContainerCreated {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConfigValid` is never constructed
[INFO] [stdout]    --> src/types/verified.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct ConfigValid {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `docker` and `volumes` are never read
[INFO] [stdout]    --> src/types/verified.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub struct LaunchReady {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 122 |     pub docker: Verified<DockerAvailable>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 123 |     pub image: Verified<ValidImage>,
[INFO] [stdout] 124 |     pub volumes: Verified<VolumesReady>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LaunchReady` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SyncReady` is never constructed
[INFO] [stdout]    --> src/types/verified.rs:142:12
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub struct SyncReady {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RemovalApproved` is never constructed
[INFO] [stdout]    --> src/types/verified.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub struct RemovalApproved {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Rebasing` is never constructed
[INFO] [stdout]   --> src/types/git.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum GitSide {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 31 |     Rebasing {
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GitSide` 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: methods `is_readable`, `is_writable`, and `is_present` are never used
[INFO] [stdout]   --> src/types/git.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl GitSide {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn is_readable(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn is_writable(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn is_present(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/types/git.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub struct RepoPair {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 82 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RepoPair` 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 `squash` is never read
[INFO] [stdout]   --> src/types/git.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub struct PairRelation {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub squash: SquashState,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PairRelation` 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 `squash_base` is never read
[INFO] [stdout]    --> src/types/git.rs:413:33
[INFO] [stdout]     |
[INFO] [stdout] 413 |     SquashMerge { commits: u32, squash_base: CommitHash },
[INFO] [stdout]     |     -----------                 ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MergeOutcome` 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: variant `CreateBranch` is never constructed
[INFO] [stdout]    --> src/types/git.rs:416:5
[INFO] [stdout]     |
[INFO] [stdout] 410 | pub enum MergeOutcome {
[INFO] [stdout]     |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 416 |     CreateBranch { from: CommitHash },
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MergeOutcome` 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: variants `HostDirty`, `NoTargetBranch`, `ContainerDirty`, `MergeInProgress`, and `RepoMissing` are never constructed
[INFO] [stdout]    --> src/types/git.rs:422:5
[INFO] [stdout]     |
[INFO] [stdout] 421 | pub enum MergeBlocker {
[INFO] [stdout]     |          ------------ variants in this enum
[INFO] [stdout] 422 |     HostDirty,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 423 |     NoSessionBranch,
[INFO] [stdout] 424 |     NoTargetBranch,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 425 |     ContainerDirty,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 426 |     MergeInProgress,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 427 |     RepoMissing,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MergeBlocker` 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: enum `ImageState` is never used
[INFO] [stdout]   --> src/types/docker.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub enum ImageState {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RebuildReason` is never used
[INFO] [stdout]   --> src/types/docker.rs:58:10
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub enum RebuildReason {
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/types/docker.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     Running {
[INFO] [stdout]    |     ------- field in this variant
[INFO] [stdout] 72 |         name: ContainerName,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ContainerState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/types/docker.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     Stopped {
[INFO] [stdout]    |     ------- field in this variant
[INFO] [stdout] 77 |         name: ContainerName,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ContainerState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/types/docker.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     NotFound {
[INFO] [stdout]    |     -------- field in this variant
[INFO] [stdout] 82 |         name: ContainerName,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ContainerState` 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 `image_id`, `env_vars`, and `created` are never read
[INFO] [stdout]   --> src/types/docker.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub struct ContainerInspect {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 89 |     pub image_id: ImageId,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |     pub env_vars: Vec<(String, String)>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 93 |     pub mounts: Vec<MountInfo>,
[INFO] [stdout] 94 |     pub created: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ContainerInspect` 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 `read_only` is never read
[INFO] [stdout]    --> src/types/docker.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout]  99 | pub struct MountInfo {
[INFO] [stdout]     |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 103 |     pub read_only: bool,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MountInfo` 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: enum `MountProblem` is never used
[INFO] [stdout]    --> src/types/docker.rs:115:10
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub enum MountProblem {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TokenState` is never used
[INFO] [stdout]    --> src/types/docker.rs:134:10
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub enum TokenState {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `container_path` is never read
[INFO] [stdout]    --> src/types/docker.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |     File {
[INFO] [stdout]     |     ---- field in this variant
[INFO] [stdout] 150 |         host_path: PathBuf,
[INFO] [stdout] 151 |         container_path: PathBuf,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TokenMount` 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: variant `EnvVar` is never constructed
[INFO] [stdout]    --> src/types/docker.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub enum TokenMount {
[INFO] [stdout]     |          ---------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 154 |     EnvVar {
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TokenMount` 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: enum `AgentTask` is never used
[INFO] [stdout]   --> src/types/agent.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum AgentTask {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `env_value`, `prompt`, and `run_mode` are never used
[INFO] [stdout]   --> src/types/agent.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl AgentTask {
[INFO] [stdout]    | -------------- methods in this implementation
[INFO] [stdout] 46 |     pub fn env_value(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn prompt(&self) -> Option<&str> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn run_mode(&self) -> RunMode {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RunMode` is never used
[INFO] [stdout]   --> src/types/agent.rs:80:10
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub enum RunMode {
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `claude_flag` is never used
[INFO] [stdout]   --> src/types/agent.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | impl RunMode {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 88 |     /// The claude CLI flag for this mode
[INFO] [stdout] 89 |     pub fn claude_flag(&self) -> Option<&str> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentResult` is never constructed
[INFO] [stdout]   --> src/types/agent.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub struct AgentResult {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentRepoResult` is never constructed
[INFO] [stdout]    --> src/types/agent.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct AgentRepoResult {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SessionExit` is never used
[INFO] [stdout]    --> src/types/agent.rs:114:10
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub enum SessionExit {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/types/error.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub enum ContainerError {
[INFO] [stdout]    |          -------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 26 |     ContainerNotFound(ContainerName),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     ContainerStale {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     SessionExists(SessionName),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     VolumeMissing(VolumeName),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     NoToken,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     TokenCorrupted(PathBuf),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     MergeConflict { repo: String, files: Vec<String> },
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     BundleFailed { repo: String, reason: String },
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     BranchCreateFailed { repo: String, reason: String },
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     ConfigNotFound(PathBuf),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 |     ConfigParse(String),
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |     DestructiveBlocked(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ContainerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `check_volumes` and `plan_launch` are never used
[INFO] [stdout]    --> src/lifecycle/mod.rs:745:18
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl Lifecycle {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 745 |     pub async fn check_volumes(&self, session: &SessionName) -> SessionVolumes {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 841 |     pub async fn plan_launch(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config_dir` is never read
[INFO] [stdout]   --> src/session/mod.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct SessionManager {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] 24 |     docker: Docker,
[INFO] [stdout] 25 |     config_dir: PathBuf,   // ~/.config/claude-container
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SessionCreatePlan` is never constructed
[INFO] [stdout]   --> src/session/mod.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct SessionCreatePlan {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `resolve_main_project` and `plan_create` are never used
[INFO] [stdout]    --> src/session/mod.rs:797:12
[INFO] [stdout]     |
[INFO] [stdout]  63 | impl SessionManager {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 797 |     pub fn resolve_main_project(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 834 |     pub async fn plan_create(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `extract`, `inject`, and `force_inject` are never used
[INFO] [stdout]     --> src/sync/mod.rs:643:18
[INFO] [stdout]      |
[INFO] [stdout]  106 | impl SyncEngine {
[INFO] [stdout]      | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  643 |     pub async fn extract(
[INFO] [stdout]      |                  ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1297 |     pub async fn inject(
[INFO] [stdout]      |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1417 |     pub async fn force_inject(
[INFO] [stdout]      |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `display_name_pub` is never used
[INFO] [stdout]   --> src/render.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn display_name_pub(action: &RepoSyncAction) -> String {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_change_bar_pub` is never used
[INFO] [stdout]    --> src/render.rs:343:8
[INFO] [stdout]     |
[INFO] [stdout] 343 | pub fn render_change_bar_pub(insertions: u32, deletions: u32, max_width: u32) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_diff_lines` is never used
[INFO] [stdout]    --> src/render.rs:387:4
[INFO] [stdout]     |
[INFO] [stdout] 387 | fn render_diff_lines(diff: &Option<DiffSummary>) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_trial_conflicts` is never used
[INFO] [stdout]    --> src/render.rs:409:4
[INFO] [stdout]     |
[INFO] [stdout] 409 | fn render_trial_conflicts(trial: &Option<Vec<String>>) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `container_plan` is never used
[INFO] [stdout]    --> src/render.rs:430:8
[INFO] [stdout]     |
[INFO] [stdout] 430 | pub fn container_plan(plan: &ContainerPlan) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sync_result` is never used
[INFO] [stdout]    --> src/render.rs:466:8
[INFO] [stdout]     |
[INFO] [stdout] 466 | pub fn sync_result(result: &crate::types::SyncResult) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `base64_decode` is never used
[INFO] [stdout]   --> src/shell_safety.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn base64_decode(input: &str) -> Result<String, base64::DecodeError> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Removed` is never constructed
[INFO] [stdout]   --> src/watch.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub enum ChangeKind {
[INFO] [stdout]    |          ---------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 42 |     Removed,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ChangeKind` 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 `synced`, `container_ahead`, `host_ahead`, `container_only`, `total_events`, and `uptime` are never read
[INFO] [stdout]    --> src/watch.rs:349:9
[INFO] [stdout]     |
[INFO] [stdout] 348 | pub struct WatchSummary {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 349 |     pub synced: u32,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 350 |     pub container_ahead: Vec<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 351 |     pub host_ahead: Vec<String>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 352 |     pub container_only: Vec<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 353 |     pub total_events: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 354 |     pub uptime: Duration,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_summary` is never used
[INFO] [stdout]    --> src/watch.rs:394:8
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub fn format_summary(summary: &WatchSummary) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_conflicts` is never used
[INFO] [stdout]    --> src/cmd/pull.rs:322:15
[INFO] [stdout]     |
[INFO] [stdout] 322 | pub(crate) fn collect_conflicts(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "34218cf8f8cf9e34bd14070622f38178eda6dcff16a7fb11e44ac3d38d58ba5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34218cf8f8cf9e34bd14070622f38178eda6dcff16a7fb11e44ac3d38d58ba5c", kill_on_drop: false }`
[INFO] [stdout] 34218cf8f8cf9e34bd14070622f38178eda6dcff16a7fb11e44ac3d38d58ba5c
