[INFO] cloning repository https://github.com/joeyclemens/Database
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joeyclemens/Database" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoeyclemens%2FDatabase", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoeyclemens%2FDatabase'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ad67343064cd14a8dbfb4d92fb766c08d5b53dd
[INFO] checking joeyclemens/Database against try#987a165cfab916796a8315782b83ac460a651ce2 for pr-145262
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoeyclemens%2FDatabase" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/joeyclemens/Database
[INFO] finished tweaking git repo https://github.com/joeyclemens/Database
[INFO] tweaked toml for git repo https://github.com/joeyclemens/Database written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/joeyclemens/Database on toolchain 987a165cfab916796a8315782b83ac460a651ce2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/joeyclemens/Database 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" "+987a165cfab916796a8315782b83ac460a651ce2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e6b1bb6043671438dc0391e6a3237de01cf1e3d3b2718c6152531ad1a1e8d34a
[INFO] running `Command { std: "docker" "start" "-a" "e6b1bb6043671438dc0391e6a3237de01cf1e3d3b2718c6152531ad1a1e8d34a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6b1bb6043671438dc0391e6a3237de01cf1e3d3b2718c6152531ad1a1e8d34a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6b1bb6043671438dc0391e6a3237de01cf1e3d3b2718c6152531ad1a1e8d34a", kill_on_drop: false }`
[INFO] [stdout] e6b1bb6043671438dc0391e6a3237de01cf1e3d3b2718c6152531ad1a1e8d34a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f1236df4d25274d5978fb598fe8bc85ce26ecff935f78b15a28f25fb0f4b0b35
[INFO] running `Command { std: "docker" "start" "-a" "f1236df4d25274d5978fb598fe8bc85ce26ecff935f78b15a28f25fb0f4b0b35", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling odbc-sys v0.24.0
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking widestring v1.2.0
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking force-send-sync v1.2.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking connection-string v0.2.0
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking pretty-hex v0.3.0
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking tokio v1.46.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking odbc-api v4.1.0
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking asynchronous-codec v0.6.2
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking bb8 v0.8.6
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking hyper-util v0.1.14
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr]     Checking async-native-tls v0.4.0
[INFO] [stderr]     Checking webbrowser v0.8.15
[INFO] [stderr]     Checking tiberius v0.12.3
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking Database v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Environment` and `Error`
[INFO] [stdout]  --> src/main.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 | use odbc_api::{Environment, Error, Cursor, buffers::TextRowSet, ResultSetMetadata};
[INFO] [stdout]   |                ^^^^^^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Environment` and `Error`
[INFO] [stdout]  --> src/main.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 | use odbc_api::{Environment, Error, Cursor, buffers::TextRowSet, ResultSetMetadata};
[INFO] [stdout]   |                ^^^^^^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:161:17
[INFO] [stdout]     |
[INFO] [stdout] 161 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:238:17
[INFO] [stdout]     |
[INFO] [stdout] 238 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]    --> src/main.rs:298:32
[INFO] [stdout]     |
[INFO] [stdout] 298 | async fn db_control_space(Path(db_name): Path<String>) -> impl IntoResponse {
[INFO] [stdout]     |                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:307:17
[INFO] [stdout]     |
[INFO] [stdout] 307 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:380:17
[INFO] [stdout]     |
[INFO] [stdout] 380 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:413:17
[INFO] [stdout]     |
[INFO] [stdout] 413 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:441:17
[INFO] [stdout]     |
[INFO] [stdout] 441 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]    --> src/main.rs:468:33
[INFO] [stdout]     |
[INFO] [stdout] 468 | async fn areaslevel2_page(Path((db_name, parent_id)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]     |                                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent_id`
[INFO] [stdout]    --> src/main.rs:468:42
[INFO] [stdout]     |
[INFO] [stdout] 468 | async fn areaslevel2_page(Path((db_name, parent_id)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]     |                                          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:161:17
[INFO] [stdout]     |
[INFO] [stdout] 161 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:477:17
[INFO] [stdout]     |
[INFO] [stdout] 477 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:552:17
[INFO] [stdout]     |
[INFO] [stdout] 552 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:584:17
[INFO] [stdout]     |
[INFO] [stdout] 584 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:238:17
[INFO] [stdout]     |
[INFO] [stdout] 238 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]    --> src/main.rs:298:32
[INFO] [stdout]     |
[INFO] [stdout] 298 | async fn db_control_space(Path(db_name): Path<String>) -> impl IntoResponse {
[INFO] [stdout]     |                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:617:17
[INFO] [stdout]     |
[INFO] [stdout] 617 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]    --> src/main.rs:640:33
[INFO] [stdout]     |
[INFO] [stdout] 640 | async fn areaslevel1_page(Path((db_name, parent_id)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]     |                                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent_id`
[INFO] [stdout]    --> src/main.rs:640:42
[INFO] [stdout]     |
[INFO] [stdout] 640 | async fn areaslevel1_page(Path((db_name, parent_id)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]     |                                          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:307:17
[INFO] [stdout]     |
[INFO] [stdout] 307 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:649:17
[INFO] [stdout]     |
[INFO] [stdout] 649 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:380:17
[INFO] [stdout]     |
[INFO] [stdout] 380 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:718:17
[INFO] [stdout]     |
[INFO] [stdout] 718 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:413:17
[INFO] [stdout]     |
[INFO] [stdout] 413 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:750:17
[INFO] [stdout]     |
[INFO] [stdout] 750 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:441:17
[INFO] [stdout]     |
[INFO] [stdout] 441 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]    --> src/main.rs:468:33
[INFO] [stdout]     |
[INFO] [stdout] 468 | async fn areaslevel2_page(Path((db_name, parent_id)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]     |                                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent_id`
[INFO] [stdout]    --> src/main.rs:468:42
[INFO] [stdout]     |
[INFO] [stdout] 468 | async fn areaslevel2_page(Path((db_name, parent_id)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]     |                                          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:783:17
[INFO] [stdout]     |
[INFO] [stdout] 783 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]    --> src/main.rs:806:35
[INFO] [stdout]     |
[INFO] [stdout] 806 | async fn room_schedule_page(Path((db_name, parent_id)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]     |                                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent_id`
[INFO] [stdout]    --> src/main.rs:806:44
[INFO] [stdout]     |
[INFO] [stdout] 806 | async fn room_schedule_page(Path((db_name, parent_id)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]     |                                            ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:477:17
[INFO] [stdout]     |
[INFO] [stdout] 477 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:815:17
[INFO] [stdout]     |
[INFO] [stdout] 815 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:877:17
[INFO] [stdout]     |
[INFO] [stdout] 877 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:552:17
[INFO] [stdout]     |
[INFO] [stdout] 552 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:909:17
[INFO] [stdout]     |
[INFO] [stdout] 909 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:584:17
[INFO] [stdout]     |
[INFO] [stdout] 584 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:942:17
[INFO] [stdout]     |
[INFO] [stdout] 942 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]    --> src/main.rs:966:38
[INFO] [stdout]     |
[INFO] [stdout] 966 | async fn room_schedule_all_page(Path(db_name): Path<String>) -> impl IntoResponse {
[INFO] [stdout]     |                                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:617:17
[INFO] [stdout]     |
[INFO] [stdout] 617 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]    --> src/main.rs:640:33
[INFO] [stdout]     |
[INFO] [stdout] 640 | async fn areaslevel1_page(Path((db_name, parent_id)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]     |                                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent_id`
[INFO] [stdout]    --> src/main.rs:640:42
[INFO] [stdout]     |
[INFO] [stdout] 640 | async fn areaslevel1_page(Path((db_name, parent_id)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]     |                                          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:976:17
[INFO] [stdout]     |
[INFO] [stdout] 976 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]     --> src/main.rs:1028:35
[INFO] [stdout]      |
[INFO] [stdout] 1028 | async fn item_schedule_page(Path((db_name, room_code)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]      |                                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `room_code`
[INFO] [stdout]     --> src/main.rs:1028:44
[INFO] [stdout]      |
[INFO] [stdout] 1028 | async fn item_schedule_page(Path((db_name, room_code)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]      |                                            ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_room_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:649:17
[INFO] [stdout]     |
[INFO] [stdout] 649 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1039:17
[INFO] [stdout]      |
[INFO] [stdout] 1039 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:718:17
[INFO] [stdout]     |
[INFO] [stdout] 718 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1104:17
[INFO] [stdout]      |
[INFO] [stdout] 1104 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]     --> src/main.rs:1132:45
[INFO] [stdout]      |
[INFO] [stdout] 1132 | async fn item_descriptions_search_page(Path(db_name): Path<String>) -> impl IntoResponse {
[INFO] [stdout]      |                                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1142:17
[INFO] [stdout]      |
[INFO] [stdout] 1142 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:750:17
[INFO] [stdout]     |
[INFO] [stdout] 750 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]     --> src/main.rs:1194:53
[INFO] [stdout]      |
[INFO] [stdout] 1194 | async fn room_types_search_page(axum::extract::Path(db_name): axum::extract::Path<String>) -> impl axum::response::IntoResponse {
[INFO] [stdout]      |                                                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:783:17
[INFO] [stdout]     |
[INFO] [stdout] 783 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]    --> src/main.rs:806:35
[INFO] [stdout]     |
[INFO] [stdout] 806 | async fn room_schedule_page(Path((db_name, parent_id)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]     |                                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent_id`
[INFO] [stdout]    --> src/main.rs:806:44
[INFO] [stdout]     |
[INFO] [stdout] 806 | async fn room_schedule_page(Path((db_name, parent_id)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]     |                                            ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1204:17
[INFO] [stdout]      |
[INFO] [stdout] 1204 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1272:17
[INFO] [stdout]      |
[INFO] [stdout] 1272 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:815:17
[INFO] [stdout]     |
[INFO] [stdout] 815 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1320:17
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:877:17
[INFO] [stdout]     |
[INFO] [stdout] 877 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1368:17
[INFO] [stdout]      |
[INFO] [stdout] 1368 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:909:17
[INFO] [stdout]     |
[INFO] [stdout] 909 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:942:17
[INFO] [stdout]     |
[INFO] [stdout] 942 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]    --> src/main.rs:966:38
[INFO] [stdout]     |
[INFO] [stdout] 966 | async fn room_schedule_all_page(Path(db_name): Path<String>) -> impl IntoResponse {
[INFO] [stdout]     |                                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:976:17
[INFO] [stdout]     |
[INFO] [stdout] 976 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]     --> src/main.rs:1028:35
[INFO] [stdout]      |
[INFO] [stdout] 1028 | async fn item_schedule_page(Path((db_name, room_code)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]      |                                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `room_code`
[INFO] [stdout]     --> src/main.rs:1028:44
[INFO] [stdout]      |
[INFO] [stdout] 1028 | async fn item_schedule_page(Path((db_name, room_code)): Path<(String, String)>) -> impl IntoResponse {
[INFO] [stdout]      |                                            ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_room_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1039:17
[INFO] [stdout]      |
[INFO] [stdout] 1039 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1104:17
[INFO] [stdout]      |
[INFO] [stdout] 1104 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]     --> src/main.rs:1132:45
[INFO] [stdout]      |
[INFO] [stdout] 1132 | async fn item_descriptions_search_page(Path(db_name): Path<String>) -> impl IntoResponse {
[INFO] [stdout]      |                                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1142:17
[INFO] [stdout]      |
[INFO] [stdout] 1142 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_name`
[INFO] [stdout]     --> src/main.rs:1194:53
[INFO] [stdout]      |
[INFO] [stdout] 1194 | async fn room_types_search_page(axum::extract::Path(db_name): axum::extract::Path<String>) -> impl axum::response::IntoResponse {
[INFO] [stdout]      |                                                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1204:17
[INFO] [stdout]      |
[INFO] [stdout] 1204 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1272:17
[INFO] [stdout]      |
[INFO] [stdout] 1272 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1320:17
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1368:17
[INFO] [stdout]      |
[INFO] [stdout] 1368 |             let mut conn = match tokio::runtime::Handle::current().block_on(pool.get()) {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/main.rs:202:13
[INFO] [stdout]     |
[INFO] [stdout] 202 |             unsafe { odbc_api::Environment::new().expect("Failed to create ODBC Environment") }
[INFO] [stdout]     |             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/main.rs:202:13
[INFO] [stdout]     |
[INFO] [stdout] 202 |             unsafe { odbc_api::Environment::new().expect("Failed to create ODBC Environment") }
[INFO] [stdout]     |             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `DbPool` is never used
[INFO] [stdout]    --> src/main.rs:217:6
[INFO] [stdout]     |
[INFO] [stdout] 217 | type DbPool = Pool<OdbcManager>;
[INFO] [stdout]     |      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Item_Ref` should have a snake case name
[INFO] [stdout]   --> src/main.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     Item_Ref: String,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to snake case: `item_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Room_Code` should have a snake case name
[INFO] [stdout]   --> src/main.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 |     Room_Code: String,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to snake case: `room_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Ignore_flag` should have a snake case name
[INFO] [stdout]   --> src/main.rs:91:5
[INFO] [stdout]    |
[INFO] [stdout] 91 |     Ignore_flag: String,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `ignore_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Qty_New` should have a snake case name
[INFO] [stdout]   --> src/main.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     Qty_New: i64,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to snake case: `qty_new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Qty_Trans` should have a snake case name
[INFO] [stdout]   --> src/main.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     Qty_Trans: i64,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to snake case: `qty_trans`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Notes` should have a snake case name
[INFO] [stdout]   --> src/main.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 |     Notes: String,
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to snake case: `notes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `DbPool` is never used
[INFO] [stdout]    --> src/main.rs:217:6
[INFO] [stdout]     |
[INFO] [stdout] 217 | type DbPool = Pool<OdbcManager>;
[INFO] [stdout]     |      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Item_Ref` should have a snake case name
[INFO] [stdout]   --> src/main.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     Item_Ref: String,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to snake case: `item_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Room_Code` should have a snake case name
[INFO] [stdout]   --> src/main.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 |     Room_Code: String,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to snake case: `room_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Ignore_flag` should have a snake case name
[INFO] [stdout]   --> src/main.rs:91:5
[INFO] [stdout]    |
[INFO] [stdout] 91 |     Ignore_flag: String,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `ignore_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Qty_New` should have a snake case name
[INFO] [stdout]   --> src/main.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     Qty_New: i64,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to snake case: `qty_new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Qty_Trans` should have a snake case name
[INFO] [stdout]   --> src/main.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     Qty_Trans: i64,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to snake case: `qty_trans`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Notes` should have a snake case name
[INFO] [stdout]   --> src/main.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 |     Notes: String,
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to snake case: `notes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] running `Command { std: "docker" "inspect" "f1236df4d25274d5978fb598fe8bc85ce26ecff935f78b15a28f25fb0f4b0b35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1236df4d25274d5978fb598fe8bc85ce26ecff935f78b15a28f25fb0f4b0b35", kill_on_drop: false }`
[INFO] [stdout] f1236df4d25274d5978fb598fe8bc85ce26ecff935f78b15a28f25fb0f4b0b35
