[INFO] cloning repository https://github.com/yikesboy/kastl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yikesboy/kastl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyikesboy%2Fkastl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyikesboy%2Fkastl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 10165061f937a03e257a885514a32994853e95f7
[INFO] checking yikesboy/kastl against 24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyikesboy%2Fkastl" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yikesboy/kastl
[INFO] finished tweaking git repo https://github.com/yikesboy/kastl
[INFO] tweaked toml for git repo https://github.com/yikesboy/kastl written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yikesboy/kastl on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yikesboy/kastl 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" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] af85025edf0dc3a4bb87f7e67c3c2032779c71b9c0db377419ee6ec970f6a602
[INFO] running `Command { std: "docker" "start" "af85025edf0dc3a4bb87f7e67c3c2032779c71b9c0db377419ee6ec970f6a602", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af85025edf0dc3a4bb87f7e67c3c2032779c71b9c0db377419ee6ec970f6a602", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "af85025edf0dc3a4bb87f7e67c3c2032779c71b9c0db377419ee6ec970f6a602" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af85025edf0dc3a4bb87f7e67c3c2032779c71b9c0db377419ee6ec970f6a602", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "af85025edf0dc3a4bb87f7e67c3c2032779c71b9c0db377419ee6ec970f6a602" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking indexmap v2.13.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking endi v1.1.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]     Checking papergrid v0.17.0
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking testing_table v0.3.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.25.10+spec-1.1.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking xdg-home v1.3.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking linux-keyutils v0.2.5
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking indicatif v0.18.4
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]     Checking tokio v1.51.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling tabled_derive v0.11.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking tabled v0.20.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking inquire v0.9.4
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking zvariant v4.2.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking zbus_names v3.0.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking zbus v4.4.0
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking secret-service v4.0.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking keyring v3.6.3
[INFO] [stderr]     Checking kastl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/ha/mod.rs:52:18
[INFO] [stdout]     |
[INFO] [stdout]  28 | impl HaClient {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  52 |     pub async fn get_components(&self) -> Result<HaComponentsResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub async fn get_events(&self) -> Result<HaEventsResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  60 |     pub async fn get_services(&self) -> Result<HaServicesResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  64 |     pub async fn get_history(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  73 |     pub async fn get_histroy_from_to_timestamp(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     pub async fn get_logbook(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  98 |     pub async fn get_logbook_from_to_timestamp(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |     pub async fn get_entity_logbook(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub async fn get_states(&self) -> Result<HaStatesResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub async fn get_entity_state(&self, entity_id: String) -> Result<HaState, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub async fn get_error_log(&self) -> Result<String, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub async fn update_or_create_state(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |     pub async fn send_event(
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |     pub async fn call_domain_service(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     pub async fn call_domain_service_with_service_response(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaComponentsResponse` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct HaComponentsResponse(pub Vec<String>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaEventsResponse` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct HaEventsResponse(pub Vec<HaEvent>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaEvent` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct HaEvent {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaServicesResponse` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct HaServicesResponse(pub Vec<HaService>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaService` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct HaService {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaHistoryResponse` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct HaHistoryResponse(pub Vec<Vec<HaStateChange>>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaStateChange` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub struct HaStateChange {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaStateChangeAttribute` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct HaStateChangeAttribute {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaHistoryOptions` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub struct HaHistoryOptions {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaHistoryQuery` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:92:12
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub struct HaHistoryQuery {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `from_default` and `from_query_options` are never used
[INFO] [stdout]    --> src/ha/dtos.rs:109:12
[INFO] [stdout]     |
[INFO] [stdout] 108 | impl HaHistoryQuery {
[INFO] [stdout]     | ------------------- associated functions in this implementation
[INFO] [stdout] 109 |     pub fn from_default(filter_entity_ids: Vec<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn from_query_options(value: &HaHistoryOptions, filter_entity_ids: Vec<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaLogbookResponse` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub struct HaLogbookResponse(pub Vec<HaLogbookEntry>);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaLogbookEntry` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub struct HaLogbookEntry {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaLogbookOptions` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub struct HaLogbookOptions {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaStatesResponse` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:153:12
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct HaStatesResponse(pub Vec<HaState>);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaState` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub struct HaState {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaStateUpdateRequest` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:164:12
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub struct HaStateUpdateRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaStateUpdateResponse` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:170:12
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub struct HaStateUpdateResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `HaEventData` is never used
[INFO] [stdout]    --> src/ha/dtos.rs:178:10
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub type HaEventData = HashMap<String, String>;
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaDomainServiceResponse` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:181:12
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub struct HaDomainServiceResponse(pub Vec<HaState>);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ServiceData` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:184:12
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub struct ServiceData {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaDomainServiceReturnResponse` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:189:12
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub struct HaDomainServiceReturnResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `MissingEntityId` is never constructed
[INFO] [stdout]   --> src/ha/error.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum HaError {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 25 |     MissingEntityId,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HaError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/ha/rest.rs:32:18
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl HaRestClient {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  32 |     pub async fn get_components(&self) -> Result<HaComponentsResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  36 |     pub async fn get_events(&self) -> Result<HaEventsResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  40 |     pub async fn get_services(&self) -> Result<HaServicesResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  44 |     pub async fn get_history(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  69 |     pub async fn get_logbook(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  83 |     pub async fn get_states(&self) -> Result<HaStatesResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub async fn get_entity_state(&self, entity_id: String) -> Result<HaState, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub async fn get_error_log(&self) -> Result<String, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  96 |     pub async fn update_or_create_state(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     pub async fn send_event(
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     pub async fn call_domain_service(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub async fn call_domain_service_with_service_response(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `post` is never used
[INFO] [stdout]    --> src/ha/rest.rs:166:14
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl HaRestClient {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 166 |     async fn post<Q: Serialize, B: Serialize, T: DeserializeOwned>(
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `COMPONENTS` is never used
[INFO] [stdout]  --> src/ha/routes.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub const COMPONENTS: &str = "components";
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EVENTS` is never used
[INFO] [stdout]  --> src/ha/routes.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const EVENTS: &str = "events";
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SERVICES` is never used
[INFO] [stdout]  --> src/ha/routes.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const SERVICES: &str = "services";
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HISTORY` is never used
[INFO] [stdout]  --> src/ha/routes.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const HISTORY: &str = "history/period";
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LOGBOOK` is never used
[INFO] [stdout]  --> src/ha/routes.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const LOGBOOK: &str = "logbook";
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STATES` is never used
[INFO] [stdout]  --> src/ha/routes.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const STATES: &str = "states";
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ERROR_LOG` is never used
[INFO] [stdout]  --> src/ha/routes.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const ERROR_LOG: &str = "error_log";
[INFO] [stdout]   |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/ha/mod.rs:52:18
[INFO] [stdout]     |
[INFO] [stdout]  28 | impl HaClient {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  52 |     pub async fn get_components(&self) -> Result<HaComponentsResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub async fn get_events(&self) -> Result<HaEventsResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  60 |     pub async fn get_services(&self) -> Result<HaServicesResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  64 |     pub async fn get_history(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  73 |     pub async fn get_histroy_from_to_timestamp(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     pub async fn get_logbook(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  98 |     pub async fn get_logbook_from_to_timestamp(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |     pub async fn get_entity_logbook(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub async fn get_states(&self) -> Result<HaStatesResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub async fn get_entity_state(&self, entity_id: String) -> Result<HaState, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub async fn get_error_log(&self) -> Result<String, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub async fn update_or_create_state(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |     pub async fn send_event(
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |     pub async fn call_domain_service(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     pub async fn call_domain_service_with_service_response(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaComponentsResponse` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct HaComponentsResponse(pub Vec<String>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaEventsResponse` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct HaEventsResponse(pub Vec<HaEvent>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaEvent` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct HaEvent {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaServicesResponse` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct HaServicesResponse(pub Vec<HaService>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaService` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct HaService {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaHistoryResponse` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct HaHistoryResponse(pub Vec<Vec<HaStateChange>>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaStateChange` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub struct HaStateChange {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaStateChangeAttribute` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct HaStateChangeAttribute {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaHistoryOptions` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub struct HaHistoryOptions {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaHistoryQuery` is never constructed
[INFO] [stdout]   --> src/ha/dtos.rs:92:12
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub struct HaHistoryQuery {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `from_default` and `from_query_options` are never used
[INFO] [stdout]    --> src/ha/dtos.rs:109:12
[INFO] [stdout]     |
[INFO] [stdout] 108 | impl HaHistoryQuery {
[INFO] [stdout]     | ------------------- associated functions in this implementation
[INFO] [stdout] 109 |     pub fn from_default(filter_entity_ids: Vec<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn from_query_options(value: &HaHistoryOptions, filter_entity_ids: Vec<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaLogbookResponse` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub struct HaLogbookResponse(pub Vec<HaLogbookEntry>);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaLogbookEntry` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub struct HaLogbookEntry {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaLogbookOptions` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub struct HaLogbookOptions {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaStatesResponse` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:153:12
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub struct HaStatesResponse(pub Vec<HaState>);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaState` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub struct HaState {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaStateUpdateRequest` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:164:12
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub struct HaStateUpdateRequest {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaStateUpdateResponse` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:170:12
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub struct HaStateUpdateResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `HaEventData` is never used
[INFO] [stdout]    --> src/ha/dtos.rs:178:10
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub type HaEventData = HashMap<String, String>;
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaDomainServiceResponse` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:181:12
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub struct HaDomainServiceResponse(pub Vec<HaState>);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ServiceData` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:184:12
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub struct ServiceData {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HaDomainServiceReturnResponse` is never constructed
[INFO] [stdout]    --> src/ha/dtos.rs:189:12
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub struct HaDomainServiceReturnResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `MissingEntityId` is never constructed
[INFO] [stdout]   --> src/ha/error.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum HaError {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 25 |     MissingEntityId,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HaError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/ha/rest.rs:32:18
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl HaRestClient {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  32 |     pub async fn get_components(&self) -> Result<HaComponentsResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  36 |     pub async fn get_events(&self) -> Result<HaEventsResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  40 |     pub async fn get_services(&self) -> Result<HaServicesResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  44 |     pub async fn get_history(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  69 |     pub async fn get_logbook(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  83 |     pub async fn get_states(&self) -> Result<HaStatesResponse, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub async fn get_entity_state(&self, entity_id: String) -> Result<HaState, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub async fn get_error_log(&self) -> Result<String, HaError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  96 |     pub async fn update_or_create_state(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     pub async fn send_event(
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     pub async fn call_domain_service(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub async fn call_domain_service_with_service_response(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `post` is never used
[INFO] [stdout]    --> src/ha/rest.rs:166:14
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl HaRestClient {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 166 |     async fn post<Q: Serialize, B: Serialize, T: DeserializeOwned>(
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `COMPONENTS` is never used
[INFO] [stdout]  --> src/ha/routes.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub const COMPONENTS: &str = "components";
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EVENTS` is never used
[INFO] [stdout]  --> src/ha/routes.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const EVENTS: &str = "events";
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SERVICES` is never used
[INFO] [stdout]  --> src/ha/routes.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const SERVICES: &str = "services";
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HISTORY` is never used
[INFO] [stdout]  --> src/ha/routes.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const HISTORY: &str = "history/period";
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LOGBOOK` is never used
[INFO] [stdout]  --> src/ha/routes.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const LOGBOOK: &str = "logbook";
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STATES` is never used
[INFO] [stdout]  --> src/ha/routes.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const STATES: &str = "states";
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ERROR_LOG` is never used
[INFO] [stdout]  --> src/ha/routes.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const ERROR_LOG: &str = "error_log";
[INFO] [stdout]   |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "af85025edf0dc3a4bb87f7e67c3c2032779c71b9c0db377419ee6ec970f6a602", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af85025edf0dc3a4bb87f7e67c3c2032779c71b9c0db377419ee6ec970f6a602", kill_on_drop: false }`
[INFO] [stdout] af85025edf0dc3a4bb87f7e67c3c2032779c71b9c0db377419ee6ec970f6a602
