[INFO] cloning repository https://github.com/yyefree/dtu-passthru
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yyefree/dtu-passthru" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyyefree%2Fdtu-passthru", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyyefree%2Fdtu-passthru'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e67c4c44425adc7028b616eefac0a75025c4ffb7
[INFO] checking yyefree/dtu-passthru against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyyefree%2Fdtu-passthru" "/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/yyefree/dtu-passthru
[INFO] finished tweaking git repo https://github.com/yyefree/dtu-passthru
[INFO] tweaked toml for git repo https://github.com/yyefree/dtu-passthru written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yyefree/dtu-passthru on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yyefree/dtu-passthru 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" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uuid v1.23.4
[INFO] [stderr]   Downloaded redox_syscall v0.9.0
[INFO] [stderr]   Downloaded zerocopy v0.8.53
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.53
[INFO] [stderr]   Downloaded jsonwebtoken v9.3.1
[INFO] [stderr]   Downloaded rustls-native-certs v0.7.3
[INFO] [stderr]   Downloaded simple_asn1 v0.6.4
[INFO] [stderr]   Downloaded rumqttc v0.24.0
[INFO] [stderr]   Downloaded tokio-tungstenite v0.29.0
[INFO] [stderr]   Downloaded tungstenite v0.29.0
[INFO] [stderr]   Downloaded bcrypt v0.17.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1db27de479b57022798560eea479734952d665d66d8f1170198e6aafb1bec801
[INFO] running `Command { std: "docker" "start" "1db27de479b57022798560eea479734952d665d66d8f1170198e6aafb1bec801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1db27de479b57022798560eea479734952d665d66d8f1170198e6aafb1bec801", 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" "1db27de479b57022798560eea479734952d665d66d8f1170198e6aafb1bec801" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1db27de479b57022798560eea479734952d665d66d8f1170198e6aafb1bec801", 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" "1db27de479b57022798560eea479734952d665d66d8f1170198e6aafb1bec801" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling cc v1.2.66
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.53
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking rustls-pki-types v1.15.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.13
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling time-macros v0.2.31
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]     Checking bcrypt v0.17.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking time v0.3.53
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]     Checking tungstenite v0.29.0
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-tungstenite v0.29.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-rustls v0.25.0
[INFO] [stderr]     Checking rumqttc v0.24.0
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking dtu-passthru v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `mqtt` is never read
[INFO] [stdout]  --> src/config.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct AppConfig {
[INFO] [stdout]   |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 8 |     pub mqtt: MqttConfig,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AppConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/config.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct MqttConfig {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 31 |     pub enabled: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 32 |     pub broker: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 33 |     pub port: u16,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 34 |     pub client_id: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 35 |     pub username: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 36 |     pub password: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 37 |     pub topic_prefix: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MqttConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `max_group_devices` and `rate_limit_bytes_per_sec` are never read
[INFO] [stdout]   --> src/config.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct PassthruConfig {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 60 |     pub max_frame_size: usize,
[INFO] [stdout] 61 |     pub max_group_devices: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 62 |     pub rate_limit_bytes_per_sec: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PassthruConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `connected_at` and `brand` are never read
[INFO] [stdout]   --> src/core/session_manager.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Session {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub connected_at: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 16 |     pub last_heartbeat_at: std::sync::Mutex<i64>,
[INFO] [stdout] 17 |     pub brand: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Session` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `online_count` is never used
[INFO] [stdout]   --> src/core/session_manager.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl SessionManager {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub fn online_count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_member_count`, `broadcast_to_group`, `group_exists`, and `is_device_in_group` are never used
[INFO] [stdout]    --> src/core/group_manager.rs:139:12
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl GroupManager {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 139 |     pub fn get_member_count(&self, group_id: &str) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |     pub fn broadcast_to_group(&self, group_id: &str, data: Vec<u8>) -> Result<usize, String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |     pub fn group_exists(&self, group_id: &str) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 |     pub fn is_device_in_group(&self, group_id: &str, device_id: &str) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `send_to_device` is never used
[INFO] [stdout]    --> src/core/passthru_engine.rs:121:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | impl PassthruEngine {
[INFO] [stdout]     | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub async fn send_to_device(&self, device_id: &str, data: &[u8]) -> Result<(), String> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `GroupEmpty` is never constructed
[INFO] [stdout]   --> src/core/alert_service.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub enum AlertEvent {
[INFO] [stdout]    |          ---------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 10 |     GroupEmpty { group_id: String, tenant_id: String },
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AlertEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get` and `get_all` are never used
[INFO] [stdout]   --> src/core/device_shadow.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl DeviceShadowService {
[INFO] [stdout]    | ------------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 76 |     pub fn get(&self, device_id: &str) -> Option<DeviceShadow> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |     pub fn get_all(&self) -> Vec<DeviceShadow> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `imei` and `brand` are never read
[INFO] [stdout]  --> src/core/hook_manager.rs:6:42
[INFO] [stdout]   |
[INFO] [stdout] 6 |     DeviceConnected { device_id: String, imei: String, ip: String, brand: String },
[INFO] [stdout]   |     ---------------                      ^^^^                      ^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     fields in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `HookEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `imei` is never read
[INFO] [stdout]  --> src/core/hook_manager.rs:7:45
[INFO] [stdout]   |
[INFO] [stdout] 7 |     DeviceDisconnected { device_id: String, imei: String, reason: String },
[INFO] [stdout]   |     ------------------                      ^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `HookEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `DeviceHeartbeat`, `DataReceived`, `DataSent`, and `AuthSuccess` are never constructed
[INFO] [stdout]   --> src/core/hook_manager.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum HookEvent {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  8 |     DeviceHeartbeat { device_id: String, signal_strength: Option<i32> },
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]  9 |     DataReceived { device_id: String, bytes: usize },
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 10 |     DataSent { device_id: String, bytes: usize },
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 11 |     AuthSuccess { device_id: String, imei: String, ip: String },
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HookEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `stats_service` is never read
[INFO] [stdout]  --> src/core/metrics.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct MetricsCollector {
[INFO] [stdout]   |            ---------------- field in this struct
[INFO] [stdout] 8 |     session_manager: Arc<SessionManager>,
[INFO] [stdout] 9 |     stats_service: Arc<StatsService>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GroupMember` is never constructed
[INFO] [stdout]   --> src/db/models.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct GroupMember {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_device_groups`, `create_user`, `create_audit_log`, `increment_forward_stats`, `get_enabled_alert_rules`, and `get_enabled_forward_rules` are never used
[INFO] [stdout]     --> src/db/repository.rs:803:18
[INFO] [stdout]      |
[INFO] [stdout]   10 | impl Repository {
[INFO] [stdout]      | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  803 |     pub async fn get_device_groups(&self, device_id: &str, tenant_id: &str) -> AppResult<Vec<Group>> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  844 |     pub async fn create_user(&self, username: &str, password_hash: &str, role: &str) -> AppResult<User> {
[INFO] [stdout]      |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1035 |     pub async fn create_audit_log(&self, user_id: &str, action: &str, resource_type: Option<&str>, resource_id: Option<&str>, deta...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1105 |     pub async fn increment_forward_stats(&self, rule_id: &str, success: bool) -> AppResult<()> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1119 |     pub async fn get_enabled_alert_rules(&self) -> AppResult<Vec<AlertRule>> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1124 |     pub async fn get_enabled_forward_rules(&self) -> AppResult<Vec<ForwardRule>> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Mqtt` is never constructed
[INFO] [stdout]  --> src/protocol/adapter.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum ProtocolType {
[INFO] [stdout]   |          ------------ variant in this enum
[INFO] [stdout] 5 |     TcpPassthrough,
[INFO] [stdout] 6 |     Mqtt,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ProtocolType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `brand`, `protocol`, and `extra` are never read
[INFO] [stdout]   --> src/protocol/adapter.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct RegisterInfo {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 11 |     pub imei: String,
[INFO] [stdout] 12 |     pub brand: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 13 |     pub protocol: ProtocolType,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 14 |     pub extra: Vec<(String, String)>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RegisterInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `temperature` is never read
[INFO] [stdout]   --> src/protocol/adapter.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct HeartbeatInfo {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 19 |     pub signal_strength: Option<i32>,
[INFO] [stdout] 20 |     pub temperature: Option<f32>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HeartbeatInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TASHI_ESCAPE` is never used
[INFO] [stdout]  --> src/protocol/tashi.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const TASHI_ESCAPE: u8 = 0xFD;
[INFO] [stdout]   |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TASHI_ESCAPE_DATA` is never used
[INFO] [stdout]  --> src/protocol/tashi.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const TASHI_ESCAPE_DATA: u8 = 0xED;
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mqtt` is never read
[INFO] [stdout]  --> src/config.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct AppConfig {
[INFO] [stdout]   |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 8 |     pub mqtt: MqttConfig,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AppConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/config.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct MqttConfig {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 31 |     pub enabled: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 32 |     pub broker: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 33 |     pub port: u16,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 34 |     pub client_id: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 35 |     pub username: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 36 |     pub password: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 37 |     pub topic_prefix: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MqttConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `max_group_devices` and `rate_limit_bytes_per_sec` are never read
[INFO] [stdout]   --> src/config.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct PassthruConfig {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 60 |     pub max_frame_size: usize,
[INFO] [stdout] 61 |     pub max_group_devices: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 62 |     pub rate_limit_bytes_per_sec: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PassthruConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `connected_at` and `brand` are never read
[INFO] [stdout]   --> src/core/session_manager.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Session {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub connected_at: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 16 |     pub last_heartbeat_at: std::sync::Mutex<i64>,
[INFO] [stdout] 17 |     pub brand: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Session` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `online_count` is never used
[INFO] [stdout]   --> src/core/session_manager.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl SessionManager {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub fn online_count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_member_count`, `broadcast_to_group`, `group_exists`, and `is_device_in_group` are never used
[INFO] [stdout]    --> src/core/group_manager.rs:139:12
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl GroupManager {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 139 |     pub fn get_member_count(&self, group_id: &str) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |     pub fn broadcast_to_group(&self, group_id: &str, data: Vec<u8>) -> Result<usize, String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |     pub fn group_exists(&self, group_id: &str) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 |     pub fn is_device_in_group(&self, group_id: &str, device_id: &str) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `send_to_device` is never used
[INFO] [stdout]    --> src/core/passthru_engine.rs:121:18
[INFO] [stdout]     |
[INFO] [stdout]  13 | impl PassthruEngine {
[INFO] [stdout]     | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub async fn send_to_device(&self, device_id: &str, data: &[u8]) -> Result<(), String> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `GroupEmpty` is never constructed
[INFO] [stdout]   --> src/core/alert_service.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub enum AlertEvent {
[INFO] [stdout]    |          ---------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 10 |     GroupEmpty { group_id: String, tenant_id: String },
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AlertEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get` and `get_all` are never used
[INFO] [stdout]   --> src/core/device_shadow.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl DeviceShadowService {
[INFO] [stdout]    | ------------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 76 |     pub fn get(&self, device_id: &str) -> Option<DeviceShadow> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |     pub fn get_all(&self) -> Vec<DeviceShadow> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `imei` and `brand` are never read
[INFO] [stdout]  --> src/core/hook_manager.rs:6:42
[INFO] [stdout]   |
[INFO] [stdout] 6 |     DeviceConnected { device_id: String, imei: String, ip: String, brand: String },
[INFO] [stdout]   |     ---------------                      ^^^^                      ^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     fields in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `HookEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `imei` is never read
[INFO] [stdout]  --> src/core/hook_manager.rs:7:45
[INFO] [stdout]   |
[INFO] [stdout] 7 |     DeviceDisconnected { device_id: String, imei: String, reason: String },
[INFO] [stdout]   |     ------------------                      ^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `HookEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `DeviceHeartbeat`, `DataReceived`, `DataSent`, and `AuthSuccess` are never constructed
[INFO] [stdout]   --> src/core/hook_manager.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum HookEvent {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  8 |     DeviceHeartbeat { device_id: String, signal_strength: Option<i32> },
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]  9 |     DataReceived { device_id: String, bytes: usize },
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 10 |     DataSent { device_id: String, bytes: usize },
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 11 |     AuthSuccess { device_id: String, imei: String, ip: String },
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HookEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `stats_service` is never read
[INFO] [stdout]  --> src/core/metrics.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct MetricsCollector {
[INFO] [stdout]   |            ---------------- field in this struct
[INFO] [stdout] 8 |     session_manager: Arc<SessionManager>,
[INFO] [stdout] 9 |     stats_service: Arc<StatsService>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GroupMember` is never constructed
[INFO] [stdout]   --> src/db/models.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct GroupMember {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_device_groups`, `create_user`, `create_audit_log`, `increment_forward_stats`, `get_enabled_alert_rules`, and `get_enabled_forward_rules` are never used
[INFO] [stdout]     --> src/db/repository.rs:803:18
[INFO] [stdout]      |
[INFO] [stdout]   10 | impl Repository {
[INFO] [stdout]      | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  803 |     pub async fn get_device_groups(&self, device_id: &str, tenant_id: &str) -> AppResult<Vec<Group>> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  844 |     pub async fn create_user(&self, username: &str, password_hash: &str, role: &str) -> AppResult<User> {
[INFO] [stdout]      |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1035 |     pub async fn create_audit_log(&self, user_id: &str, action: &str, resource_type: Option<&str>, resource_id: Option<&str>, deta...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1105 |     pub async fn increment_forward_stats(&self, rule_id: &str, success: bool) -> AppResult<()> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1119 |     pub async fn get_enabled_alert_rules(&self) -> AppResult<Vec<AlertRule>> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1124 |     pub async fn get_enabled_forward_rules(&self) -> AppResult<Vec<ForwardRule>> {
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Mqtt` is never constructed
[INFO] [stdout]  --> src/protocol/adapter.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum ProtocolType {
[INFO] [stdout]   |          ------------ variant in this enum
[INFO] [stdout] 5 |     TcpPassthrough,
[INFO] [stdout] 6 |     Mqtt,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ProtocolType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `brand`, `protocol`, and `extra` are never read
[INFO] [stdout]   --> src/protocol/adapter.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct RegisterInfo {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 11 |     pub imei: String,
[INFO] [stdout] 12 |     pub brand: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 13 |     pub protocol: ProtocolType,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 14 |     pub extra: Vec<(String, String)>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RegisterInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `temperature` is never read
[INFO] [stdout]   --> src/protocol/adapter.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct HeartbeatInfo {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 19 |     pub signal_strength: Option<i32>,
[INFO] [stdout] 20 |     pub temperature: Option<f32>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HeartbeatInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TASHI_ESCAPE` is never used
[INFO] [stdout]  --> src/protocol/tashi.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const TASHI_ESCAPE: u8 = 0xFD;
[INFO] [stdout]   |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TASHI_ESCAPE_DATA` is never used
[INFO] [stdout]  --> src/protocol/tashi.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const TASHI_ESCAPE_DATA: u8 = 0xED;
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
[INFO] running `Command { std: "docker" "inspect" "1db27de479b57022798560eea479734952d665d66d8f1170198e6aafb1bec801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1db27de479b57022798560eea479734952d665d66d8f1170198e6aafb1bec801", kill_on_drop: false }`
[INFO] [stdout] 1db27de479b57022798560eea479734952d665d66d8f1170198e6aafb1bec801
