[INFO] cloning repository https://github.com/atomicdotdev/atomic
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/atomicdotdev/atomic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatomicdotdev%2Fatomic", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatomicdotdev%2Fatomic'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b0b8170f06f29c03552e10488c990ee9b2265790
[INFO] checking atomicdotdev/atomic against master#64b72a1fa5449d928d5f553b01a596b78ee255d2 for pr-153457
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatomicdotdev%2Fatomic" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/atomicdotdev/atomic
[INFO] finished tweaking git repo https://github.com/atomicdotdev/atomic
[INFO] tweaked toml for git repo https://github.com/atomicdotdev/atomic written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/atomicdotdev/atomic on toolchain 64b72a1fa5449d928d5f553b01a596b78ee255d2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+64b72a1fa5449d928d5f553b01a596b78ee255d2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/atomicdotdev/atomic 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" "+64b72a1fa5449d928d5f553b01a596b78ee255d2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quickcheck v1.1.0
[INFO] [stderr]   Downloaded redb v2.6.3
[INFO] [stderr]   Downloaded serde_bser v0.4.0
[INFO] [stderr]   Downloaded fastcdc v3.2.1
[INFO] [stderr]   Downloaded quickcheck_macros v1.2.0
[INFO] [stderr]   Downloaded watchman_client v0.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+64b72a1fa5449d928d5f553b01a596b78ee255d2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 671834fb2552af37128a206fe1a3fe87ae8b3be93df8f8d074e900116adbf833
[INFO] running `Command { std: "docker" "start" "-a" "671834fb2552af37128a206fe1a3fe87ae8b3be93df8f8d074e900116adbf833", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "671834fb2552af37128a206fe1a3fe87ae8b3be93df8f8d074e900116adbf833", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "671834fb2552af37128a206fe1a3fe87ae8b3be93df8f8d074e900116adbf833", kill_on_drop: false }`
[INFO] [stdout] 671834fb2552af37128a206fe1a3fe87ae8b3be93df8f8d074e900116adbf833
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+64b72a1fa5449d928d5f553b01a596b78ee255d2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cee6bce8ba9f1dd362e18d3a61f227944912671a0b8dc33a2070443e74dc348e
[INFO] running `Command { std: "docker" "start" "-a" "cee6bce8ba9f1dd362e18d3a61f227944912671a0b8dc33a2070443e74dc348e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling libc v0.2.181
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling zmij v1.0.20
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking regex-syntax v0.8.9
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling redb v2.6.3
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking fastcdc v3.2.1
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking jiff v0.2.19
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking compression-core v0.4.31
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking compression-codecs v0.4.36
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking serde_bytes v0.11.19
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking env_filter v1.0.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]     Checking sdd v3.0.10
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking is-wsl v0.4.0
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking open v5.3.3
[INFO] [stderr]     Checking scc v2.4.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking tempfile v3.25.0
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking clap_builder v4.5.58
[INFO] [stderr]     Checking env_logger v0.11.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking quickcheck v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling quickcheck_macros v1.2.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling serial_test_derive v3.3.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking dialoguer v0.11.0
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking clap v4.5.58
[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]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking serde_bser v0.4.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking serial_test v3.3.1
[INFO] [stderr]     Checking atomic-core v0.1.0 (/opt/rustwide/workdir/atomic-core)
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking atomic-config v0.1.0 (/opt/rustwide/workdir/atomic-config)
[INFO] [stderr]     Checking atomic-identity v0.1.0 (/opt/rustwide/workdir/atomic-identity)
[INFO] [stdout] warning: unused import: `crate::types::Base32`
[INFO] [stdout]    --> atomic-core/src/change/credit.rs:723:9
[INFO] [stdout]     |
[INFO] [stdout] 723 |     use crate::types::Base32;
[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: `Base32`
[INFO] [stdout]    --> atomic-core/src/change/store.rs:530:24
[INFO] [stdout]     |
[INFO] [stdout] 530 |     use crate::types::{Base32, ChangePosition};
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::crdt::BranchId`
[INFO] [stdout]    --> atomic-core/src/crdt/apply/context.rs:982:13
[INFO] [stdout]     |
[INFO] [stdout] 982 |         use crate::crdt::BranchId;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::types::NodeId`
[INFO] [stdout]    --> atomic-core/src/crdt/apply/context.rs:983:13
[INFO] [stdout]     |
[INFO] [stdout] 983 |         use crate::types::NodeId;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StackState`
[INFO] [stdout]    --> atomic-core/src/pristine/overlay.rs:613:57
[INFO] [stdout]     |
[INFO] [stdout] 613 |     use crate::pristine::{MutTxnT, Pristine, StackKind, StackState, StackTxnT};
[INFO] [stdout]     |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `VertexFlags`
[INFO] [stdout]    --> atomic-core/src/output/repo/content.rs:273:70
[INFO] [stdout]     |
[INFO] [stdout] 273 |     use crate::output::alive::{AliveGraph, AliveVertex, OrderResult, VertexFlags, VertexId};
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking async-compression v0.4.39
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-util v0.6.10
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking watchman_client v0.9.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stdout] warning: unused variable: `max_len`
[INFO] [stdout]     --> atomic-core/src/record/workflow/record.rs:1579:21
[INFO] [stdout]      |
[INFO] [stdout] 1579 |                 let max_len = (*old_len).max(*new_len);
[INFO] [stdout]      |                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_len`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking atomic-repository v0.1.0 (/opt/rustwide/workdir/atomic-repository)
[INFO] [stdout] warning: unused imports: `AITool` and `SuggestionType`
[INFO] [stdout]     --> atomic-repository/src/record.rs:1540:35
[INFO] [stdout]      |
[INFO] [stdout] 1540 |         use atomic_core::change::{AITool, AIVendor, SuggestionType};
[INFO] [stdout]      |                                   ^^^^^^            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AITool` and `SuggestionType`
[INFO] [stdout]     --> atomic-repository/src/record.rs:1583:35
[INFO] [stdout]      |
[INFO] [stdout] 1583 |         use atomic_core::change::{AITool, AIVendor, SuggestionType};
[INFO] [stdout]      |                                   ^^^^^^            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AITool`
[INFO] [stdout]     --> atomic-repository/src/record.rs:1603:35
[INFO] [stdout]      |
[INFO] [stdout] 1603 |         use atomic_core::change::{AITool, AIVendor};
[INFO] [stdout]      |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `atomic_core::change::GraphOp`
[INFO] [stdout]     --> atomic-repository/src/repository/tests.rs:1788:13
[INFO] [stdout]      |
[INFO] [stdout] 1788 |         use atomic_core::change::GraphOp;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]     --> atomic-repository/src/history.rs:1304:9
[INFO] [stdout]      |
[INFO] [stdout] 1304 |     use super::*;
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stdout] warning: field `changes_dir` is never read
[INFO] [stdout]     --> atomic-repository/src/changestore.rs:1081:5
[INFO] [stdout]      |
[INFO] [stdout] 1080 | struct ProvenanceIterator<'a> {
[INFO] [stdout]      |        ------------------ field in this struct
[INFO] [stdout] 1081 |     changes_dir: &'a Path,
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking atomic-agent v0.1.0 (/opt/rustwide/workdir/atomic-agent)
[INFO] [stderr]     Checking atomic-remote v0.1.0 (/opt/rustwide/workdir/atomic-remote)
[INFO] [stdout] warning: unused variable: `temp_dir`
[INFO] [stdout]    --> atomic-repository/src/repository/tests.rs:576:14
[INFO] [stdout]     |
[INFO] [stdout] 576 |         let (temp_dir, repo) = create_temp_repo();
[INFO] [stdout]     |              ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_temp_dir`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `outcome`
[INFO] [stdout]     --> atomic-repository/src/repository/tests.rs:1348:13
[INFO] [stdout]      |
[INFO] [stdout] 1348 |         let outcome = repo.archive(&dest, options).unwrap();
[INFO] [stdout]      |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_outcome`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]     --> atomic-agent/src/record.rs:1126:9
[INFO] [stdout]      |
[INFO] [stdout] 1126 |     use std::path::PathBuf;
[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: `crate::event::TurnChanges`
[INFO] [stdout]     --> atomic-agent/src/turn/orchestrator.rs:1390:9
[INFO] [stdout]      |
[INFO] [stdout] 1390 |     use crate::event::TurnChanges;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `changes_dir` is never read
[INFO] [stdout]     --> atomic-repository/src/changestore.rs:1081:5
[INFO] [stdout]      |
[INFO] [stdout] 1080 | struct ProvenanceIterator<'a> {
[INFO] [stdout]      |        ------------------ field in this struct
[INFO] [stdout] 1081 |     changes_dir: &'a Path,
[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: `file_ops`
[INFO] [stdout]    --> atomic-core/src/diff/semantic_to_crdt.rs:739:13
[INFO] [stdout]     |
[INFO] [stdout] 739 |         let file_ops = converter.convert_diff(&diff, "test.rs").unwrap();
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_ops`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_ops`
[INFO] [stdout]    --> atomic-core/src/diff/semantic_to_crdt.rs:755:13
[INFO] [stdout]     |
[INFO] [stdout] 755 |         let file_ops = converter.convert_diff(&diff, "test.rs").unwrap();
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_ops`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_ops`
[INFO] [stdout]    --> atomic-core/src/diff/semantic_to_crdt.rs:839:13
[INFO] [stdout]     |
[INFO] [stdout] 839 |         let file_ops = converter.convert_diff(&diff, "main.rs").unwrap();
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_ops`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking atomic-cli v0.1.0 (/opt/rustwide/workdir/atomic-cli)
[INFO] [stdout] warning: unexpected `cfg` condition value: `remote`
[INFO] [stdout]  --> atomic-cli/tests/push_integration_test.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg(feature = "remote")]
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `remote` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> atomic-core/src/record/workflow/collect.rs:810:13
[INFO] [stdout]     |
[INFO] [stdout] 810 |         let mut working_copy = Memory::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: variable does not need to be mutable
[INFO] [stdout]    --> atomic-core/src/record/workflow/collect.rs:822:13
[INFO] [stdout]     |
[INFO] [stdout] 822 |         let mut working_copy = Memory::new();
[INFO] [stdout]     |             ----^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> atomic-core/src/record/workflow/collect.rs:837:13
[INFO] [stdout]     |
[INFO] [stdout] 837 |         let mut working_copy = Memory::new();
[INFO] [stdout]     |             ----^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> atomic-core/src/record/workflow/collect.rs:859:13
[INFO] [stdout]     |
[INFO] [stdout] 859 |         let mut working_copy = Memory::new();
[INFO] [stdout]     |             ----^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> atomic-core/src/record/workflow/collect.rs:959:13
[INFO] [stdout]     |
[INFO] [stdout] 959 |         let mut working_copy = Memory::new();
[INFO] [stdout]     |             ----^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `trunk_id`
[INFO] [stdout]     --> atomic-core/src/record/workflow/crdt/builder.rs:1493:13
[INFO] [stdout]      |
[INFO] [stdout] 1493 |         let trunk_id = builder.add_file("main.rs", Some(Encoding::Utf8));
[INFO] [stdout]      |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trunk_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `trunk_id`
[INFO] [stdout]     --> atomic-core/src/record/workflow/crdt/builder.rs:1511:13
[INFO] [stdout]      |
[INFO] [stdout] 1511 |         let trunk_id = builder.add_file_with_content("test.txt", content, None);
[INFO] [stdout]      |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trunk_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `branch_id`
[INFO] [stdout]     --> atomic-core/src/record/workflow/crdt/builder.rs:1562:13
[INFO] [stdout]      |
[INFO] [stdout] 1562 |         let branch_id = builder.add_line_with_content(trunk_id, None, b"let x = 42;");
[INFO] [stdout]      |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_branch_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `build_hunks_from_diff` and `format_stat_graph`
[INFO] [stdout]    --> atomic-cli/src/commands/diff/mod.rs:178:25
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub(crate) use output::{build_hunks_from_diff, format_stat_graph};
[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: `atomic_repository::record::RecordOptions`
[INFO] [stdout]   --> atomic-cli/src/commands/stash.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 | use atomic_repository::record::RecordOptions;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Hash`
[INFO] [stdout]   --> atomic-cli/src/commands/clone/types.rs:25:26
[INFO] [stdout]    |
[INFO] [stdout] 25 | use atomic_core::types::{Hash, Merkle};
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CloneOutcome`, `ClonePhase`, `CloneProgress`, and `CloneStats`
[INFO] [stdout]    --> atomic-cli/src/commands/clone/mod.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub use types::{CloneOutcome, ClonePhase, CloneProgress, CloneStats};
[INFO] [stdout]     |                 ^^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CleanupGuard`, `format_count as helpers_format_count`, and `infer_repo_name`
[INFO] [stdout]    --> atomic-cli/src/commands/clone/mod.rs:147:19
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub use helpers::{format_count as helpers_format_count, infer_repo_name, CleanupGuard};
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DEFAULT_STACK` and `DEFAULT_TIMEOUT_SECS`
[INFO] [stdout]    --> atomic-cli/src/commands/clone/mod.rs:150:19
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub use command::{DEFAULT_STACK, DEFAULT_TIMEOUT_SECS};
[INFO] [stdout]     |                   ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DEFAULT_REMOTE` and `DEFAULT_TIMEOUT_SECS`
[INFO] [stdout]    --> atomic-cli/src/commands/pull/mod.rs:160:25
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub use command::{Pull, DEFAULT_REMOTE, DEFAULT_TIMEOUT_SECS};
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PullChange`, `PullOutcome`, and `PullStats`
[INFO] [stdout]    --> atomic-cli/src/commands/pull/mod.rs:161:17
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub use types::{PullChange, PullOutcome, PullStats};
[INFO] [stdout]     |                 ^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Merkle` and `NodeId`
[INFO] [stdout]   --> atomic-cli/src/commands/push/helpers.rs:30:40
[INFO] [stdout]    |
[INFO] [stdout] 30 | use atomic_core::types::{Base32, Hash, Merkle, NodeId};
[INFO] [stdout]    |                                        ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DEFAULT_REMOTE` and `DEFAULT_TIMEOUT_SECS`
[INFO] [stdout]    --> atomic-cli/src/commands/push/mod.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub use command::{Push, DEFAULT_REMOTE, DEFAULT_TIMEOUT_SECS};
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PushChange`, `PushOutcome`, and `PushStats`
[INFO] [stdout]    --> atomic-cli/src/commands/push/mod.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub use types::{PushChange, PushOutcome, PushStats};
[INFO] [stdout]     |                 ^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ColorMode`, `StatusChar`, `conflict`, and `renamed`
[INFO] [stdout]   --> atomic-cli/src/output/mod.rs:61:29
[INFO] [stdout]    |
[INFO] [stdout] 61 |     added, author, command, conflict, deleted, emphasis, error, hash, hint, info, modified, path,
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout] 62 |     renamed, stack, success, timestamp, untracked, warning, ColorMode, StatusChar,
[INFO] [stdout]    |     ^^^^^^^                                                 ^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Alignment`, `Column`, `KeyValueTable`, `Row`, and `Table`
[INFO] [stdout]   --> atomic-cli/src/output/mod.rs:65:17
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub use table::{Alignment, Column, KeyValueTable, Row, Table};
[INFO] [stdout]    |                 ^^^^^^^^^  ^^^^^^  ^^^^^^^^^^^^^  ^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_len`
[INFO] [stdout]     --> atomic-core/src/record/workflow/record.rs:1579:21
[INFO] [stdout]      |
[INFO] [stdout] 1579 |                 let max_len = (*old_len).max(*new_len);
[INFO] [stdout]      |                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `atomic_core::types::Merkle`
[INFO] [stdout]  --> atomic-cli/src/commands/change/tests.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     use atomic_core::types::Merkle;
[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: `atomic_repository::record::RecordOptions`
[INFO] [stdout]   --> atomic-cli/src/commands/stash.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 | use atomic_repository::record::RecordOptions;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Hash`
[INFO] [stdout]   --> atomic-cli/src/commands/clone/types.rs:25:26
[INFO] [stdout]    |
[INFO] [stdout] 25 | use atomic_core::types::{Hash, Merkle};
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ClonePhase` and `CloneProgress`
[INFO] [stdout]    --> atomic-cli/src/commands/clone/mod.rs:144:31
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub use types::{CloneOutcome, ClonePhase, CloneProgress, CloneStats};
[INFO] [stdout]     |                               ^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `format_count as helpers_format_count`
[INFO] [stdout]    --> atomic-cli/src/commands/clone/mod.rs:147:19
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub use helpers::{format_count as helpers_format_count, infer_repo_name, CleanupGuard};
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r1`
[INFO] [stdout]     --> atomic-agent/src/provenance/accumulator.rs:1783:13
[INFO] [stdout]      |
[INFO] [stdout] 1783 |         let r1 = acc.append_tool_call("read", Some("c1"), None, None, None, None, 1001);
[INFO] [stdout]      |             ^^ help: if this is intentional, prefix it with an underscore: `_r1`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash_b` is never used
[INFO] [stdout]    --> atomic-core/src/apply/error.rs:626:8
[INFO] [stdout]     |
[INFO] [stdout] 626 |     fn hash_b() -> Hash {
[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]    --> atomic-cli/src/commands/stash.rs:277:30
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub fn with_dependencies(mut self, _deps: bool) -> Self {
[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: value assigned to `progress` is never read
[INFO] [stdout]    --> atomic-cli/src/commands/clone/command.rs:523:9
[INFO] [stdout]     |
[INFO] [stdout] 523 |         progress.phase = ClonePhase::ConfiguringRemote;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `progress` is never read
[INFO] [stdout]    --> atomic-cli/src/commands/clone/command.rs:537:9
[INFO] [stdout]     |
[INFO] [stdout] 537 |         progress.phase = ClonePhase::Complete;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `progress` is never read
[INFO] [stdout]    --> atomic-cli/src/commands/clone/command.rs:436:13
[INFO] [stdout]     |
[INFO] [stdout] 436 |             progress.phase = ClonePhase::Complete;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_size` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/mod.rs:487:8
[INFO] [stdout]     |
[INFO] [stdout] 487 | pub fn format_size(bytes: u64) -> String {
[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 `format_count` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/mod.rs:521:8
[INFO] [stdout]     |
[INFO] [stdout] 521 | pub fn format_count(count: u64, singular: &str, plural: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_count_auto` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/mod.rs:545:8
[INFO] [stdout]     |
[INFO] [stdout] 545 | pub fn format_count_auto(count: usize, singular: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_files`, `with_all`, `with_dry_run`, `with_force`, `with_recursive`, and `with_directory` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/add.rs:208:12
[INFO] [stdout]     |
[INFO] [stdout] 187 | impl Add {
[INFO] [stdout]     | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn with_files<I, S>(mut self, files: I) -> Self
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 |     pub fn with_all(mut self, all: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 224 |     pub fn with_dry_run(mut self, dry_run: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 230 |     pub fn with_force(mut self, force: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub fn with_recursive(mut self, recursive: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 245 |     pub fn with_directory(mut self, directory: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_hash`, `is_sequence`, and `is_latest` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/change/types.rs:146:12
[INFO] [stdout]     |
[INFO] [stdout]  74 | impl ChangeIdentifier {
[INFO] [stdout]     | --------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 146 |     pub fn is_hash(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn is_sequence(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn is_latest(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> atomic-cli/src/commands/change/command.rs:97:12
[INFO] [stdout]     |
[INFO] [stdout]  82 | impl ChangeCmd {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  97 |     pub fn with_identifier(mut self, id: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |     pub fn with_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn with_format(mut self, format: ChangeFormat) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     pub fn with_show_deps(mut self, show_deps: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub fn with_show_hunks(mut self, show_hunks: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |     pub fn with_full_hash(mut self, full_hash: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub fn with_show_provenance(mut self, show_provenance: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> atomic-cli/src/commands/diff/command.rs:159:12
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl Diff {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 159 |     pub fn with_files<I, S>(mut self, files: I) -> Self
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     pub fn with_change(mut self, change: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     pub fn with_algorithm(mut self, algorithm: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 181 |     pub fn with_context(mut self, context: usize) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |     pub fn with_stat(mut self, stat: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub fn with_no_color(mut self, no_color: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 |     pub fn with_name_only(mut self, name_only: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |     pub fn with_name_status(mut self, name_status: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub fn with_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 217 |     pub fn with_word_diff(mut self, word_diff: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_stat_graph` is never used
[INFO] [stdout]   --> atomic-cli/src/commands/diff/output.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub(crate) fn format_stat_graph(insertions: usize, deletions: usize, max_width: usize) -> String {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `has_changes`, `is_added`, `is_deleted`, and `is_modified` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/diff/types.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout]  95 | impl FileDiffStats {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn has_changes(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |     pub fn is_added(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     pub fn is_deleted(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |     pub fn is_modified(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `total_changes` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/diff/types.rs:221:12
[INFO] [stdout]     |
[INFO] [stdout] 188 | impl DiffStats {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 221 |     pub fn total_changes(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> atomic-cli/src/commands/diff/types.rs:306:12
[INFO] [stdout]     |
[INFO] [stdout] 304 | impl DiffOutputConfig {
[INFO] [stdout]     | --------------------- associated items in this implementation
[INFO] [stdout] 305 |     /// Create a new config with default settings.
[INFO] [stdout] 306 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 |     pub fn with_context(mut self, lines: usize) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 317 |     pub fn with_color(mut self, color: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 323 |     pub fn with_format(mut self, format: DiffFormat) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 329 |     pub fn with_stat_width(mut self, width: usize) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 335 |     pub fn with_line_numbers(mut self, show: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 341 |     pub fn with_path_prefix(mut self, show: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 347 |     pub fn with_word_diff(mut self, word_diff: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_added`, `is_removed`, `is_deleted`, `is_context`, and `is_modified` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/diff/types.rs:467:12
[INFO] [stdout]     |
[INFO] [stdout] 430 | impl HunkLine {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 467 |     pub fn is_added(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 472 |     pub fn is_removed(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 477 |     pub fn is_deleted(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 482 |     pub fn is_context(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 487 |     pub fn is_modified(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `has_changes` and `total_changes` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/diff/types.rs:535:12
[INFO] [stdout]     |
[INFO] [stdout] 533 | impl FileDiff {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] 534 |     /// Check if this file diff has any changes.
[INFO] [stdout] 535 |     pub fn has_changes(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 |     pub fn total_changes(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `at_path`, `with_stack`, and `with_kind` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/init.rs:321:12
[INFO] [stdout]     |
[INFO] [stdout] 301 | impl Init {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 321 |     pub fn at_path<P: Into<PathBuf>>(path: P) -> Self {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 |     pub fn with_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 336 |     pub fn with_kind(mut self, kind: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> atomic-cli/src/commands/log/command.rs:120:12
[INFO] [stdout]     |
[INFO] [stdout]  93 | impl Log {
[INFO] [stdout]     | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub fn with_count(mut self, count: usize) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub fn with_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn with_tags_only(mut self, tags_only: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub fn with_path(mut self, path: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |     pub fn with_format(mut self, format: LogFormat) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn with_reverse(mut self, reverse: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn with_from(mut self, from: u64) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     pub fn with_full_hash(mut self, full_hash: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_author` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/log/command.rs:550:8
[INFO] [stdout]     |
[INFO] [stdout] 550 | pub fn format_author(author: &Author) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LogOutputConfig` is never constructed
[INFO] [stdout]    --> atomic-cli/src/commands/log/command.rs:562:12
[INFO] [stdout]     |
[INFO] [stdout] 562 | pub struct LogOutputConfig {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> atomic-cli/src/commands/log/command.rs:591:12
[INFO] [stdout]     |
[INFO] [stdout] 589 | impl LogOutputConfig {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout] 590 |     /// Create a new config with defaults.
[INFO] [stdout] 591 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 606 |     pub fn format(mut self, format: LogFormat) -> Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 612 |     pub fn full_hash(mut self, full_hash: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 621 |     pub fn hash_length(mut self, len: usize) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 627 |     pub fn count(mut self, count: usize) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 633 |     pub fn reverse(mut self, reverse: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 639 |     pub fn tags_only(mut self, tags_only: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 645 |     pub fn path(mut self, path: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 651 |     pub fn stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 657 |     pub fn from_sequence(mut self, seq: u64) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_dry_run`, and `with_force` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/mv.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl Move {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout] 111 |     /// Create a new Move command.
[INFO] [stdout] 112 |     pub fn new<S1: Into<String>, S2: Into<String>>(source: S1, destination: S2) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |     pub fn with_dry_run(mut self, dry_run: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn with_force(mut self, force: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> atomic-cli/src/commands/record/mod.rs:263:12
[INFO] [stdout]     |
[INFO] [stdout] 261 | impl Record {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] 262 |     /// Builder: set the commit message.
[INFO] [stdout] 263 |     pub fn with_message(mut self, message: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 |     pub fn with_all(mut self, all: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 275 |     pub fn with_files<I, S>(mut self, files: I) -> Self
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 |     pub fn with_author(mut self, author: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |     pub fn with_identity(mut self, identity: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |     pub fn with_usage(mut self, usage: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |     pub fn with_edit(mut self, edit: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |     pub fn with_algorithm(mut self, algorithm: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |     pub fn with_dry_run(mut self, dry_run: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |     pub fn with_skip_binary(mut self, skip_binary: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 |     pub fn with_max_size(mut self, max_size: u64) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 |     pub fn with_max_file_size(mut self, max_size: u64) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 339 |     pub fn with_ai_assisted(mut self, ai_assisted: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 345 |     pub fn with_ai_provider(mut self, provider: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 351 |     pub fn with_ai_model(mut self, model: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 357 |     pub fn with_ai_tool(mut self, tool: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 363 |     pub fn with_ai_suggestion_type(mut self, suggestion_type: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 369 |     pub fn with_ai_input_tokens(mut self, tokens: u64) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 375 |     pub fn with_ai_output_tokens(mut self, tokens: u64) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 381 |     pub fn with_ai_cost_usd(mut self, cost: f64) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 387 |     pub fn with_ai_request_id(mut self, request_id: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 393 |     pub fn with_ai_session_id(mut self, session_id: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_delete`, `with_keep`, `with_recursive`, `with_dry_run`, and `with_force` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/remove.rs:155:12
[INFO] [stdout]     |
[INFO] [stdout] 140 | impl Remove {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 155 |     pub fn with_delete(mut self, delete: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |     pub fn with_keep(mut self, keep: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 |     pub fn with_recursive(mut self, recursive: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     pub fn with_dry_run(mut self, dry_run: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn with_force(mut self, force: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_files`, `with_stack`, `with_dry_run`, `with_force`, `is_partial_reset`, and `normalize_path` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/reset.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 120 | impl Reset {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn with_files<I, S>(mut self, files: I) -> Self
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     pub fn with_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub fn with_dry_run(mut self, dry_run: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub fn with_force(mut self, force: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     pub fn is_partial_reset(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |     pub fn normalize_path(&self, repo_root: &std::path::Path, path: &str) -> CliResult<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_reference`, `with_message`, `with_reword`, `with_no_edit`, and `with_dry_run` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/revise.rs:261:12
[INFO] [stdout]     |
[INFO] [stdout] 245 | impl Revise {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 261 |     pub fn with_reference(mut self, reference: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |     pub fn with_message(mut self, message: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |     pub fn with_reword(mut self, reword: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |     pub fn with_no_edit(mut self, no_edit: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 |     pub fn with_dry_run(mut self, dry_run: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_source`, and `with_switch` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/split.rs:133:12
[INFO] [stdout]     |
[INFO] [stdout] 131 | impl Split {
[INFO] [stdout]     | ---------- associated items in this implementation
[INFO] [stdout] 132 |     /// Create a new Split command with the given name.
[INFO] [stdout] 133 |     pub fn new(name: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     pub fn with_source(mut self, source: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub fn with_switch(mut self, switch: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `with_name`, `new`, and `with_force` are never used
[INFO] [stdout]   --> atomic-cli/src/commands/stack/delete.rs:80:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | impl Delete {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] 79 |     /// Create a new Delete command targeting the given stack.
[INFO] [stdout] 80 |     pub fn with_name(name: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn with_force(mut self, force: bool) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `with_verbose` are never used
[INFO] [stdout]   --> atomic-cli/src/commands/stack/list.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl List {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 63 |     /// Create a new List command with default settings.
[INFO] [stdout] 64 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub fn with_verbose(mut self, verbose: bool) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `with_name`, `with_from`, `with_empty`, and `with_switch` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/stack/new.rs:220:12
[INFO] [stdout]     |
[INFO] [stdout] 218 | impl New {
[INFO] [stdout]     | -------- associated items in this implementation
[INFO] [stdout] 219 |     /// Create a new New command with the given stack name.
[INFO] [stdout] 220 |     pub fn with_name(name: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |     pub fn with_from(mut self, from: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |     pub fn with_empty(mut self, empty: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 |     pub fn with_switch(mut self, switch: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_name` is never used
[INFO] [stdout]   --> atomic-cli/src/commands/stack/switch.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl Switch {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 72 |     /// Create a new Switch command targeting the given stack.
[INFO] [stdout] 73 |     pub fn with_name(name: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_message`, `with_include_untracked`, `with_keep`, `with_all`, and `with_dependencies` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/stash.rs:253:12
[INFO] [stdout]     |
[INFO] [stdout] 241 | impl Stash {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 253 |     pub fn with_message(mut self, message: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 259 |     pub fn with_include_untracked(mut self, include: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 265 |     pub fn with_keep(mut self, keep: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     pub fn with_all(mut self, all: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 |     pub fn with_dependencies(mut self, _deps: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_path`, `with_short`, and `with_no_untracked` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/status.rs:200:12
[INFO] [stdout]     |
[INFO] [stdout] 188 | impl Status {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 200 |     pub fn with_path(mut self, path: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 |     pub fn with_short(mut self, short: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 212 |     pub fn with_no_untracked(mut self, no_untracked: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StatusOutputConfig` is never constructed
[INFO] [stdout]    --> atomic-cli/src/commands/status.rs:500:12
[INFO] [stdout]     |
[INFO] [stdout] 500 | pub struct StatusOutputConfig {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `short`, `hide_untracked`, and `filter_path` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/status.rs:511:12
[INFO] [stdout]     |
[INFO] [stdout] 509 | impl StatusOutputConfig {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout] 510 |     /// Create a new config with defaults.
[INFO] [stdout] 511 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 516 |     pub fn short(mut self) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 522 |     pub fn hide_untracked(mut self) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 528 |     pub fn filter_path(mut self, path: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `status_code` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/status.rs:537:8
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub fn status_code(status: FileStatus) -> char {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `status_description` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/status.rs:551:8
[INFO] [stdout]     |
[INFO] [stdout] 551 | pub fn status_description(status: FileStatus) -> &'static str {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_recordable` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/status.rs:568:8
[INFO] [stdout]     |
[INFO] [stdout] 568 | pub fn is_recordable(status: FileStatus) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_name`, `with_message`, `with_author`, `with_stack`, and `with_force` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/tag/create.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 119 | impl Create {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 120 |     /// Create a new Create command with default settings.
[INFO] [stdout] 121 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn with_name(name: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     pub fn with_message(mut self, message: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |     pub fn with_author(mut self, author: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |     pub fn with_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |     pub fn with_force(mut self, force: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_name` is never used
[INFO] [stdout]   --> atomic-cli/src/commands/tag/delete.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl Delete {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 53 |     /// Create a new Delete command targeting the given tag.
[INFO] [stdout] 54 |     pub fn with_name(name: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_verbose`, `with_stack`, `with_pattern`, and `with_annotated_only` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/tag/list.rs:88:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | impl List {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout]  87 |     /// Create a new List command with default settings.
[INFO] [stdout]  88 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  98 |     pub fn with_verbose(mut self, verbose: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn with_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |     pub fn with_pattern(mut self, pattern: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub fn with_annotated_only(mut self, annotated_only: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_name` is never used
[INFO] [stdout]   --> atomic-cli/src/commands/tag/show.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl Show {
[INFO] [stdout]    | --------- associated function in this implementation
[INFO] [stdout] 61 |     /// Create a new Show command targeting the given tag.
[INFO] [stdout] 62 |     pub fn with_name(name: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_path`, `with_stack`, `with_insecure`, `with_timeout`, and `with_download_only` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/clone/command.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 140 | impl Clone {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 168 |     pub fn with_path(mut self, path: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     pub fn with_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     pub fn with_insecure(mut self, insecure: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn with_timeout(mut self, timeout: u64) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     pub fn with_download_only(mut self, download_only: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_disabled` and `path` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/clone/helpers.rs:287:12
[INFO] [stdout]     |
[INFO] [stdout] 240 | impl CleanupGuard {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 287 |     pub fn is_disabled(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 292 |     pub fn path(&self) -> &Path {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `normalize_url` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/clone/helpers.rs:494:8
[INFO] [stdout]     |
[INFO] [stdout] 494 | pub fn normalize_url(url: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cleanup_on_error` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/clone/helpers.rs:506:8
[INFO] [stdout]     |
[INFO] [stdout] 506 | pub fn cleanup_on_error(path: &Path) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `record_tag_downloaded`, `with_phase`, `downloads_complete`, `applies_complete`, `is_complete`, and `download_percent` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/clone/types.rs:140:12
[INFO] [stdout]     |
[INFO] [stdout]  87 | impl CloneProgress {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn record_tag_downloaded(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     pub fn with_phase(mut self, phase: ClonePhase) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn downloads_complete(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn applies_complete(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |     pub fn is_complete(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |     pub fn download_percent(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `total_downloaded`, `has_downloads`, `is_noop`, `record_tag_downloaded`, and `record_skipped` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/clone/types.rs:374:12
[INFO] [stdout]     |
[INFO] [stdout] 249 | impl CloneStats {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 374 |     pub fn total_downloaded(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 379 |     pub fn has_downloads(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 387 |     pub fn is_noop(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 396 |     pub fn record_tag_downloaded(&mut self, bytes: u64) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 402 |     pub fn record_skipped(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CloneOutcome` is never constructed
[INFO] [stdout]    --> atomic-cli/src/commands/clone/types.rs:414:12
[INFO] [stdout]     |
[INFO] [stdout] 414 | pub struct CloneOutcome {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> atomic-cli/src/commands/clone/types.rs:450:12
[INFO] [stdout]     |
[INFO] [stdout] 448 | impl CloneOutcome {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] 449 |     /// Create a new clone outcome with the given stats and target path.
[INFO] [stdout] 450 |     pub fn new(stats: CloneStats, target_path: PathBuf) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 464 |     pub fn download_only(stats: CloneStats, target_path: PathBuf) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 478 |     pub fn with_remote_state(mut self, state: Merkle) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 484 |     pub fn with_local_state(mut self, state: Merkle) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 490 |     pub fn with_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 496 |     pub fn with_remote_url(mut self, url: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 502 |     pub fn add_warning(&mut self, warning: impl Into<String>) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 507 |     pub fn is_success(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 512 |     pub fn has_warnings(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 519 |     pub fn states_match(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> atomic-cli/src/commands/pull/command.rs:184:12
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl Pull {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 184 |     pub fn with_remote(mut self, remote: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 |     pub fn with_to_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 |     pub fn with_from_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 |     pub fn with_dry_run(mut self, dry_run: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn with_all(mut self, all: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 214 |     pub fn with_insecure(mut self, insecure: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub fn with_timeout(mut self, timeout: u64) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 226 |     pub fn with_download_only(mut self, download_only: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_message`, `is_tagged`, and `has_message` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/pull/types.rs:159:12
[INFO] [stdout]     |
[INFO] [stdout]  90 | impl PullChange {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 159 |     pub fn with_message(mut self, message: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |     pub fn is_tagged(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 170 |     pub fn has_message(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `total_downloaded`, `has_downloads`, `is_noop`, `record_tag_downloaded`, `record_skipped`, and `merge` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/pull/types.rs:394:12
[INFO] [stdout]     |
[INFO] [stdout] 269 | impl PullStats {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 394 |     pub fn total_downloaded(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 399 |     pub fn has_downloads(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 407 |     pub fn is_noop(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 |     pub fn record_tag_downloaded(&mut self, bytes: u64) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 422 |     pub fn record_skipped(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 427 |     pub fn merge(&mut self, other: &PullStats) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PullOutcome` is never constructed
[INFO] [stdout]    --> atomic-cli/src/commands/pull/types.rs:444:12
[INFO] [stdout]     |
[INFO] [stdout] 444 | pub struct PullOutcome {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> atomic-cli/src/commands/pull/types.rs:463:12
[INFO] [stdout]     |
[INFO] [stdout] 461 | impl PullOutcome {
[INFO] [stdout]     | ---------------- associated items in this implementation
[INFO] [stdout] 462 |     /// Create a new pull outcome with the given stats.
[INFO] [stdout] 463 |     pub fn new(stats: PullStats) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 476 |     pub fn dry_run(stats: PullStats) -> Self {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 489 |     pub fn download_only(stats: PullStats) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 502 |     pub fn with_remote_state(mut self, state: Merkle) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 508 |     pub fn with_local_state(mut self, state: Merkle) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 |     pub fn add_warning(&mut self, warning: impl Into<String>) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 519 |     pub fn add_local_only_change(&mut self, hash: impl Into<String>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 524 |     pub fn is_success(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 529 |     pub fn has_warnings(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 534 |     pub fn has_local_only_changes(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 539 |     pub fn local_only_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> atomic-cli/src/commands/push/command.rs:152:12
[INFO] [stdout]     |
[INFO] [stdout] 126 | impl Push {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 152 |     pub fn with_remote(mut self, remote: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |     pub fn with_to_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     pub fn with_from_stack(mut self, stack: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 170 |     pub fn with_dry_run(mut self, dry_run: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     pub fn with_force(mut self, force: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn with_all(mut self, all: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |     pub fn with_insecure(mut self, insecure: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     pub fn with_timeout(mut self, timeout: u64) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_message` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/push/types.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl PushChange {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 144 |     pub fn has_message(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PushStats` is never constructed
[INFO] [stdout]    --> atomic-cli/src/commands/push/types.rs:185:12
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub struct PushStats {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> atomic-cli/src/commands/push/types.rs:200:12
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl PushStats {
[INFO] [stdout]     | -------------- associated items in this implementation
[INFO] [stdout] 199 |     /// Create new empty statistics.
[INFO] [stdout] 200 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |     pub fn total_uploaded(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |     pub fn has_uploads(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub fn is_noop(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |     pub fn has_failures(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 233 |     pub fn record_change_uploaded(&mut self, bytes: u64) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 239 |     pub fn record_tag_uploaded(&mut self, bytes: u64) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 245 |     pub fn record_skipped(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 |     pub fn record_failed(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PushOutcome` is never constructed
[INFO] [stdout]    --> atomic-cli/src/commands/push/types.rs:262:12
[INFO] [stdout]     |
[INFO] [stdout] 262 | pub struct PushOutcome {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `dry_run`, `with_remote_state`, `add_warning`, `has_warnings`, and `is_success` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/push/types.rs:275:12
[INFO] [stdout]     |
[INFO] [stdout] 273 | impl PushOutcome {
[INFO] [stdout]     | ---------------- associated items in this implementation
[INFO] [stdout] 274 |     /// Create a new push outcome with the given stats.
[INFO] [stdout] 275 |     pub fn new(stats: PushStats) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 |     pub fn dry_run(stats: PushStats) -> Self {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 295 |     pub fn with_remote_state(mut self, state: Hash) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 301 |     pub fn add_warning(&mut self, warning: impl Into<String>) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 |     pub fn has_warnings(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 |     pub fn is_success(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_verbose` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/remote/mod.rs:155:12
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl Remote {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 155 |     pub fn with_verbose(mut self, verbose: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `slug` is never read
[INFO] [stdout]   --> atomic-cli/src/commands/hive/client.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct PulledIdentity {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub slug: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PulledIdentity` 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 `ClaimStatusResponse` is never constructed
[INFO] [stdout]    --> atomic-cli/src/commands/hive/client.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 145 | struct ClaimStatusResponse {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> atomic-cli/src/error.rs:334:12
[INFO] [stdout]     |
[INFO] [stdout] 308 | impl CliError {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 334 |     pub fn repository_not_found<P: Into<PathBuf>>(path: P) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 341 |     pub fn stack_not_found(name: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 |     pub fn file_not_found<P: Into<PathBuf>>(path: P) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 351 |     pub fn change_not_found(hash: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 356 |     pub fn remote_error(message: impl Into<String>, url: Option<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 |     pub fn is_not_found(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 378 |     pub fn is_stack_error(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 388 |     pub fn is_file_error(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 400 |     pub fn is_remote_error(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 410 |     pub fn is_user_fixable(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 439 |     pub fn is_internal(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ColorMode` is never used
[INFO] [stdout]   --> atomic-cli/src/output/colors.rs:45:10
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub enum ColorMode {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `should_colorize` is never used
[INFO] [stdout]   --> atomic-cli/src/output/colors.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl ColorMode {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] 61 |     /// Check if colors should be used based on this mode.
[INFO] [stdout] 62 |     pub fn should_colorize(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `StatusChar` is never used
[INFO] [stdout]    --> atomic-cli/src/output/colors.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub enum StatusChar {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `char` and `styled` are never used
[INFO] [stdout]    --> atomic-cli/src/output/colors.rs:120:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | impl StatusChar {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] 119 |     /// Get the raw character for this status.
[INFO] [stdout] 120 |     pub fn char(&self) -> char {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub fn styled(&self) -> StyledObject<char> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `renamed` is never used
[INFO] [stdout]    --> atomic-cli/src/output/colors.rs:502:8
[INFO] [stdout]     |
[INFO] [stdout] 502 | pub fn renamed<D: std::fmt::Display>(text: D) -> StyledObject<D> {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `conflict` is never used
[INFO] [stdout]    --> atomic-cli/src/output/colors.rs:509:8
[INFO] [stdout]     |
[INFO] [stdout] 509 | pub fn conflict<D: std::fmt::Display>(text: D) -> StyledObject<D> {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_byte_progress_bar` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:139:8
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub fn create_byte_progress_bar(total_bytes: u64, message: &str) -> ProgressBar {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_hidden_progress` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub fn create_hidden_progress(total: u64) -> ProgressBar {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_multi_progress` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:172:8
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub fn create_multi_progress() -> MultiProgress {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_spinner` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:182:8
[INFO] [stdout]     |
[INFO] [stdout] 182 | pub fn add_spinner(mp: &MultiProgress, message: &str) -> ProgressBar {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_progress_bar` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:197:8
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub fn add_progress_bar(mp: &MultiProgress, total: u64, message: &str) -> ProgressBar {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `suspend` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:214:8
[INFO] [stdout]     |
[INFO] [stdout] 214 | pub fn suspend<R>(mp: &MultiProgress, f: impl FnOnce() -> R) -> R {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `finish_warning` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:249:8
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub fn finish_warning(pb: &ProgressBar, message: &str) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `finish_and_clear` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:262:8
[INFO] [stdout]     |
[INFO] [stdout] 262 | pub fn finish_and_clear(pb: &ProgressBar) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `byte_progress_style` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:332:4
[INFO] [stdout]     |
[INFO] [stdout] 332 | fn byte_progress_style() -> ProgressStyle {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `warning_style` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:344:4
[INFO] [stdout]     |
[INFO] [stdout] 344 | fn warning_style() -> ProgressStyle {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_position` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:358:8
[INFO] [stdout]     |
[INFO] [stdout] 358 | pub fn set_position(pb: &ProgressBar, pos: u64) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_message` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:368:8
[INFO] [stdout]     |
[INFO] [stdout] 368 | pub fn set_message(pb: &ProgressBar, message: &str) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_finished` is never used
[INFO] [stdout]    --> atomic-cli/src/output/progress.rs:377:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn is_finished(pb: &ProgressBar) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `max_width` is never used
[INFO] [stdout]    --> atomic-cli/src/output/table.rs:177:12
[INFO] [stdout]     |
[INFO] [stdout] 121 | impl Column {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 177 |     pub fn max_width(mut self, width: usize) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `len`, `is_empty`, and `add_cell` are never used
[INFO] [stdout]    --> atomic-cli/src/output/table.rs:196:12
[INFO] [stdout]     |
[INFO] [stdout] 194 | impl Row {
[INFO] [stdout]     | -------- associated items in this implementation
[INFO] [stdout] 195 |     /// Create a new empty row.
[INFO] [stdout] 196 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     pub fn len(&self) -> usize {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub fn add_cell<S: Into<String>>(mut self, cell: S) -> Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_empty`, `row_count`, `column_count`, `set_header`, `show_header_separator`, and `column_separator` are never used
[INFO] [stdout]    --> atomic-cli/src/output/table.rs:299:12
[INFO] [stdout]     |
[INFO] [stdout] 282 | impl Table {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 299 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 |     pub fn row_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |     pub fn column_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 316 |     pub fn set_header<I, S>(&mut self, headers: I) -> &mut Self
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 |     pub fn show_header_separator(&mut self, show: bool) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 332 |     pub fn column_separator(&mut self, sep: impl Into<String>) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `KeyValueTable` is never constructed
[INFO] [stdout]    --> atomic-cli/src/output/table.rs:529:12
[INFO] [stdout]     |
[INFO] [stdout] 529 | pub struct KeyValueTable {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> atomic-cli/src/output/table.rs:540:12
[INFO] [stdout]     |
[INFO] [stdout] 538 | impl KeyValueTable {
[INFO] [stdout]     | ------------------ associated items in this implementation
[INFO] [stdout] 539 |     /// Create a new empty key-value table.
[INFO] [stdout] 540 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 549 |     pub fn add<K: Into<String>, V: Into<String>>(mut self, key: K, value: V) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 555 |     pub fn separator<S: Into<String>>(mut self, sep: S) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 561 |     pub fn align_values(mut self, align: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 567 |     pub fn len(&self) -> usize {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 572 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 577 |     fn render(&self) -> String {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> atomic-cli/src/commands/stack/delete.rs:255:17
[INFO] [stdout]     |
[INFO] [stdout] 255 |             let mut repo = Repository::init(repo_path).unwrap();
[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]    --> atomic-cli/src/commands/stash.rs:277:30
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub fn with_dependencies(mut self, _deps: bool) -> Self {
[INFO] [stdout]     |                              ----^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `progress` is never read
[INFO] [stdout]    --> atomic-cli/src/commands/clone/command.rs:523:9
[INFO] [stdout]     |
[INFO] [stdout] 523 |         progress.phase = ClonePhase::ConfiguringRemote;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `progress` is never read
[INFO] [stdout]    --> atomic-cli/src/commands/clone/command.rs:537:9
[INFO] [stdout]     |
[INFO] [stdout] 537 |         progress.phase = ClonePhase::Complete;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `progress` is never read
[INFO] [stdout]    --> atomic-cli/src/commands/clone/command.rs:436:13
[INFO] [stdout]     |
[INFO] [stdout] 436 |             progress.phase = ClonePhase::Complete;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_count_auto` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/mod.rs:545:8
[INFO] [stdout]     |
[INFO] [stdout] 545 | pub fn format_count_auto(count: usize, singular: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_directory` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/add.rs:245:12
[INFO] [stdout]     |
[INFO] [stdout] 187 | impl Add {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 245 |     pub fn with_directory(mut self, directory: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_show_provenance` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/change/command.rs:133:12
[INFO] [stdout]     |
[INFO] [stdout]  82 | impl ChangeCmd {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub fn with_show_provenance(mut self, show_provenance: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_word_diff` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/diff/types.rs:347:12
[INFO] [stdout]     |
[INFO] [stdout] 304 | impl DiffOutputConfig {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 347 |     pub fn with_word_diff(mut self, word_diff: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_added`, `is_removed`, `is_deleted`, and `is_modified` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/diff/types.rs:467:12
[INFO] [stdout]     |
[INFO] [stdout] 430 | impl HunkLine {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 467 |     pub fn is_added(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 472 |     pub fn is_removed(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 477 |     pub fn is_deleted(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 487 |     pub fn is_modified(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `total_changes` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/diff/types.rs:543:12
[INFO] [stdout]     |
[INFO] [stdout] 533 | impl FileDiff {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 543 |     pub fn total_changes(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `full_hash` is never read
[INFO] [stdout]    --> atomic-cli/src/commands/log/command.rs:566:9
[INFO] [stdout]     |
[INFO] [stdout] 562 | pub struct LogOutputConfig {
[INFO] [stdout]     |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 566 |     pub full_hash: bool,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LogOutputConfig` 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: method `full_hash` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/log/command.rs:612:12
[INFO] [stdout]     |
[INFO] [stdout] 589 | impl LogOutputConfig {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 612 |     pub fn full_hash(mut self, full_hash: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_max_file_size` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/record/mod.rs:333:12
[INFO] [stdout]     |
[INFO] [stdout] 261 | impl Record {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 333 |     pub fn with_max_file_size(mut self, max_size: u64) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_delete` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/remove.rs:155:12
[INFO] [stdout]     |
[INFO] [stdout] 140 | impl Remove {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 155 |     pub fn with_delete(mut self, delete: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> atomic-cli/src/commands/stack/delete.rs:88:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | impl Delete {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_all` and `with_dependencies` are never used
[INFO] [stdout]    --> atomic-cli/src/commands/stash.rs:271:12
[INFO] [stdout]     |
[INFO] [stdout] 241 | impl Stash {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 271 |     pub fn with_all(mut self, all: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 |     pub fn with_dependencies(mut self, _deps: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> atomic-cli/src/commands/tag/create.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 119 | impl Create {
[INFO] [stdout]     | ----------- associated function in this implementation
[INFO] [stdout] 120 |     /// Create a new Create command with default settings.
[INFO] [stdout] 121 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.06s
[INFO] running `Command { std: "docker" "inspect" "cee6bce8ba9f1dd362e18d3a61f227944912671a0b8dc33a2070443e74dc348e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cee6bce8ba9f1dd362e18d3a61f227944912671a0b8dc33a2070443e74dc348e", kill_on_drop: false }`
[INFO] [stdout] cee6bce8ba9f1dd362e18d3a61f227944912671a0b8dc33a2070443e74dc348e
