[INFO] cloning repository https://github.com/kirexp/r-utils
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kirexp/r-utils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkirexp%2Fr-utils", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkirexp%2Fr-utils'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 57e65df7652faaeda44b762407e57cea6eadf12e
[INFO] checking kirexp/r-utils against master#61cc47e367d7be91e13bcd01e4e96e0e233d4f6d for pr-133502-18
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkirexp%2Fr-utils" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kirexp/r-utils
[INFO] finished tweaking git repo https://github.com/kirexp/r-utils
[INFO] tweaked toml for git repo https://github.com/kirexp/r-utils written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kirexp/r-utils on toolchain 61cc47e367d7be91e13bcd01e4e96e0e233d4f6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kirexp/r-utils 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" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.28
[INFO] [stderr]   Downloaded frankenstein v0.30.8
[INFO] [stderr]   Downloaded zerocopy v0.8.28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a1c57f7ce65a55b9a3fdd1c6d1088db532a9a200047f7e4ef165cb1d8c7c1443
[INFO] running `Command { std: "docker" "start" "-a" "a1c57f7ce65a55b9a3fdd1c6d1088db532a9a200047f7e4ef165cb1d8c7c1443", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a1c57f7ce65a55b9a3fdd1c6d1088db532a9a200047f7e4ef165cb1d8c7c1443", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1c57f7ce65a55b9a3fdd1c6d1088db532a9a200047f7e4ef165cb1d8c7c1443", kill_on_drop: false }`
[INFO] [stdout] a1c57f7ce65a55b9a3fdd1c6d1088db532a9a200047f7e4ef165cb1d8c7c1443
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a6486b25e9741864b0c2d588a1d05aa81a0d2d0f4d4f689a3f3dbceda73933e5
[INFO] running `Command { std: "docker" "start" "-a" "a6486b25e9741864b0c2d588a1d05aa81a0d2d0f4d4f689a3f3dbceda73933e5", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.47
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling typed-builder-macro v0.18.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking typed-builder v0.18.2
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling bot_macros v0.1.0 (/opt/rustwide/workdir/bot_macros)
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking hyper-util v0.1.18
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.12.24
[INFO] [stderr]     Checking frankenstein v0.30.8
[INFO] [stderr]     Checking kexp-utils v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `GenericResult`
[INFO] [stdout]  --> src/tgbot.rs:3:40
[INFO] [stdout]   |
[INFO] [stdout] 3 |     use crate::base::base::{BotResult, GenericResult};
[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: `GenericResult`
[INFO] [stdout]    --> src/tgbot.rs:178:64
[INFO] [stdout]     |
[INFO] [stdout] 178 |     use crate::base::base::{BotError, BotResult, GenericError, GenericResult};
[INFO] [stdout]     |                                                                ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `UserInfo`
[INFO] [stdout]    --> src/tgbot.rs:181:56
[INFO] [stdout]     |
[INFO] [stdout] 181 |         StepExecutionResult, TemporaryMessageProvider, UserInfo,
[INFO] [stdout]     |                                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BotCommand as BotMCommand` and `SetMyCommandsParams`
[INFO] [stdout]    --> src/tgbot.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |         BotCommand as BotMCommand, BotCommandScope, BotCommandScopeChat, CallbackQuery,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 186 |         KeyboardButton, Message, ReplyKeyboardMarkup, ReplyMarkup, SendMessageParams,
[INFO] [stdout] 187 |         SetMyCommandsParams,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RwLockReadGuard`
[INFO] [stdout]    --> src/tgbot.rs:191:38
[INFO] [stdout]     |
[INFO] [stdout] 191 |     use tokio::sync::{Mutex, RwLock, RwLockReadGuard};
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `GenericResult`
[INFO] [stdout]  --> src/tgbot.rs:3:40
[INFO] [stdout]   |
[INFO] [stdout] 3 |     use crate::base::base::{BotResult, GenericResult};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/tgbot.rs:325:16
[INFO] [stdout]     |
[INFO] [stdout] 325 |             if (message_text.is_some() && message_text.unwrap().to_lowercase() == "/cancel") {
[INFO] [stdout]     |                ^                                                                           ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 325 -             if (message_text.is_some() && message_text.unwrap().to_lowercase() == "/cancel") {
[INFO] [stdout] 325 +             if message_text.is_some() && message_text.unwrap().to_lowercase() == "/cancel" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `GenericResult`
[INFO] [stdout]    --> src/tgbot.rs:178:64
[INFO] [stdout]     |
[INFO] [stdout] 178 |     use crate::base::base::{BotError, BotResult, GenericError, GenericResult};
[INFO] [stdout]     |                                                                ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `UserInfo`
[INFO] [stdout]    --> src/tgbot.rs:181:56
[INFO] [stdout]     |
[INFO] [stdout] 181 |         StepExecutionResult, TemporaryMessageProvider, UserInfo,
[INFO] [stdout]     |                                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BotCommand as BotMCommand` and `SetMyCommandsParams`
[INFO] [stdout]    --> src/tgbot.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |         BotCommand as BotMCommand, BotCommandScope, BotCommandScopeChat, CallbackQuery,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 186 |         KeyboardButton, Message, ReplyKeyboardMarkup, ReplyMarkup, SendMessageParams,
[INFO] [stdout] 187 |         SetMyCommandsParams,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RwLockReadGuard`
[INFO] [stdout]    --> src/tgbot.rs:191:38
[INFO] [stdout]     |
[INFO] [stdout] 191 |     use tokio::sync::{Mutex, RwLock, RwLockReadGuard};
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/tgbot.rs:325:16
[INFO] [stdout]     |
[INFO] [stdout] 325 |             if (message_text.is_some() && message_text.unwrap().to_lowercase() == "/cancel") {
[INFO] [stdout]     |                ^                                                                           ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 325 -             if (message_text.is_some() && message_text.unwrap().to_lowercase() == "/cancel") {
[INFO] [stdout] 325 +             if message_text.is_some() && message_text.unwrap().to_lowercase() == "/cancel" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/tgbot.rs:190:32
[INFO] [stdout]     |
[INFO] [stdout] 190 |     use std::sync::{Arc, Once, ONCE_INIT};
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/tgbot.rs:190:32
[INFO] [stdout]     |
[INFO] [stdout] 190 |     use std::sync::{Arc, Once, ONCE_INIT};
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/tgbot.rs:195:25
[INFO] [stdout]     |
[INFO] [stdout] 195 |     static ONCE: Once = ONCE_INIT;
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated constant
[INFO] [stdout]     |
[INFO] [stdout] 195 -     static ONCE: Once = ONCE_INIT;
[INFO] [stdout] 195 +     static ONCE: Once = Once::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/tgbot.rs:195:25
[INFO] [stdout]     |
[INFO] [stdout] 195 |     static ONCE: Once = ONCE_INIT;
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated constant
[INFO] [stdout]     |
[INFO] [stdout] 195 -     static ONCE: Once = ONCE_INIT;
[INFO] [stdout] 195 +     static ONCE: Once = Once::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/tgbot.rs:337:25
[INFO] [stdout]     |
[INFO] [stdout] 337 |             if let Some(mut active_sm) = sm_repo.check_active_task_sm(chat_id).await {
[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]    --> src/tgbot.rs:337:25
[INFO] [stdout]     |
[INFO] [stdout] 337 |             if let Some(mut active_sm) = sm_repo.check_active_task_sm(chat_id).await {
[INFO] [stdout]     |                         ----^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chat_id`
[INFO] [stdout]    --> src/tgbot.rs:384:13
[INFO] [stdout]     |
[INFO] [stdout] 384 |             chat_id: i64,
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chat_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message`
[INFO] [stdout]    --> src/tgbot.rs:385:13
[INFO] [stdout]     |
[INFO] [stdout] 385 |             message: &MessageWrapper,
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `send_result`
[INFO] [stdout]    --> src/tgbot.rs:489:33
[INFO] [stdout]     |
[INFO] [stdout] 489 | ...                   let send_result =
[INFO] [stdout]     |                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you might have meant to pattern match on the similarly named struct `SendResult`
[INFO] [stdout]     |
[INFO] [stdout] 489 -                             let send_result =
[INFO] [stdout] 489 +                             let tgbot::bot_structs::SendResult =
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 489 |                             let _send_result =
[INFO] [stdout]     |                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chat_id`
[INFO] [stdout]    --> src/tgbot.rs:384:13
[INFO] [stdout]     |
[INFO] [stdout] 384 |             chat_id: i64,
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chat_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message`
[INFO] [stdout]    --> src/tgbot.rs:385:13
[INFO] [stdout]     |
[INFO] [stdout] 385 |             message: &MessageWrapper,
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/tgbot.rs:213:17
[INFO] [stdout]     |
[INFO] [stdout] 213 |                 SINGLETON_INSTANCE.as_ref().unwrap()
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `send_result`
[INFO] [stdout]    --> src/tgbot.rs:489:33
[INFO] [stdout]     |
[INFO] [stdout] 489 | ...                   let send_result =
[INFO] [stdout]     |                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you might have meant to pattern match on the similarly named struct `SendResult`
[INFO] [stdout]     |
[INFO] [stdout] 489 -                             let send_result =
[INFO] [stdout] 489 +                             let tgbot::bot_structs::SendResult =
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 489 |                             let _send_result =
[INFO] [stdout]     |                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chat_id`
[INFO] [stdout]    --> src/tgbot.rs:562:17
[INFO] [stdout]     |
[INFO] [stdout] 562 |                 chat_id: i64,
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chat_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message_to_process`
[INFO] [stdout]    --> src/tgbot.rs:561:17
[INFO] [stdout]     |
[INFO] [stdout] 561 |                 message_to_process: &MessageWrapper,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message_to_process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_id`
[INFO] [stdout]    --> src/tgbot.rs:567:38
[INFO] [stdout]     |
[INFO] [stdout] 567 |             async fn has_user(&self, user_id: &i64) -> bool {
[INFO] [stdout]     |                                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AuthProcessor` is never constructed
[INFO] [stdout]    --> src/tgbot.rs:555:20
[INFO] [stdout]     |
[INFO] [stdout] 555 |         pub struct AuthProcessor;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/tgbot.rs:213:17
[INFO] [stdout]     |
[INFO] [stdout] 213 |                 SINGLETON_INSTANCE.as_ref().unwrap()
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.86s
[INFO] running `Command { std: "docker" "inspect" "a6486b25e9741864b0c2d588a1d05aa81a0d2d0f4d4f689a3f3dbceda73933e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6486b25e9741864b0c2d588a1d05aa81a0d2d0f4d4f689a3f3dbceda73933e5", kill_on_drop: false }`
[INFO] [stdout] a6486b25e9741864b0c2d588a1d05aa81a0d2d0f4d4f689a3f3dbceda73933e5
