[INFO] cloning repository https://github.com/alseif0x/rustycore
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alseif0x/rustycore" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falseif0x%2Frustycore", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falseif0x%2Frustycore'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 167146aee543a2a313a080a51f43fa675b73d821
[INFO] checking alseif0x/rustycore against try#5f6abd89da253a562ad85d235b9342a3ac336c28 for pr-156114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falseif0x%2Frustycore" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/alseif0x/rustycore
[INFO] finished tweaking git repo https://github.com/alseif0x/rustycore
[INFO] tweaked toml for git repo https://github.com/alseif0x/rustycore written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alseif0x/rustycore on toolchain 5f6abd89da253a562ad85d235b9342a3ac336c28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5f6abd89da253a562ad85d235b9342a3ac336c28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alseif0x/rustycore 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" "+5f6abd89da253a562ad85d235b9342a3ac336c28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+5f6abd89da253a562ad85d235b9342a3ac336c28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 581310297f3325c1a28e352fd18498f356b7e9e21497d438d6b5416e359bca18
[INFO] running `Command { std: "docker" "start" "-a" "581310297f3325c1a28e352fd18498f356b7e9e21497d438d6b5416e359bca18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "581310297f3325c1a28e352fd18498f356b7e9e21497d438d6b5416e359bca18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "581310297f3325c1a28e352fd18498f356b7e9e21497d438d6b5416e359bca18", kill_on_drop: false }`
[INFO] [stdout] 581310297f3325c1a28e352fd18498f356b7e9e21497d438d6b5416e359bca18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+5f6abd89da253a562ad85d235b9342a3ac336c28" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94b359d6621af154227f4009e55364be111af4ef072f200558801381743cbcc5
[INFO] running `Command { std: "docker" "start" "-a" "94b359d6621af154227f4009e55364be111af4ef072f200558801381743cbcc5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]     Checking wow-core v0.1.0 (/opt/rustwide/workdir/crates/wow-core)
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stdout] warning: usage of an `unsafe` block
[INFO] [stdout]   --> crates/wow-core/src/guid.rs:70:18
[INFO] [stdout]    |
[INFO] [stdout] 70 |             Some(unsafe { std::mem::transmute(val) })
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-W unsafe-code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking wow-constants v0.1.0 (/opt/rustwide/workdir/crates/wow-constants)
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking regex-syntax v0.8.9
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking wow-config v0.1.0 (/opt/rustwide/workdir/crates/wow-config)
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking inventory v0.3.22
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking glam v0.29.3
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling aws-lc-rs v1.16.0
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking hecs v0.10.5
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling wow-recastdetour v0.1.0 (/opt/rustwide/workdir/crates/wow-recastdetour)
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking aws-lc-sys v0.37.1
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking wow-entities v0.1.0 (/opt/rustwide/workdir/crates/wow-entities)
[INFO] [stderr]     Checking wow-ecs v0.1.0 (/opt/rustwide/workdir/crates/wow-ecs)
[INFO] [stderr]     Checking wow-movement v0.1.0 (/opt/rustwide/workdir/crates/wow-movement)
[INFO] [stderr]     Checking wow-loot v0.1.0 (/opt/rustwide/workdir/crates/wow-loot)
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stdout] warning: unused import: `TAU`
[INFO] [stdout]  --> crates/wow-movement/src/generators/fleeing.rs:1:46
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::f32::consts::{FRAC_PI_4, FRAC_PI_8, TAU};
[INFO] [stdout]   |                                              ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]     Checking wow-crypto v0.1.0 (/opt/rustwide/workdir/crates/wow-crypto)
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stdout] warning: field `k` is never read
[INFO] [stdout]    --> crates/wow-crypto/src/bnet_srp6.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout]  98 | pub struct BnetSrp6 {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 103 |     k: BigUint,
[INFO] [stdout]     |     ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wow-logging v0.1.0 (/opt/rustwide/workdir/crates/wow-logging)
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking sqlx-mysql v0.8.6
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]     Checking wow-packet v0.1.0 (/opt/rustwide/workdir/crates/wow-packet)
[INFO] [stderr]     Checking wow-script v0.1.0 (/opt/rustwide/workdir/crates/wow-script)
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stdout] warning: unused macro definition: `impl_movement_client_packet`
[INFO] [stdout]    --> crates/wow-packet/src/packets/movement.rs:366:14
[INFO] [stdout]     |
[INFO] [stdout] 366 | macro_rules! impl_movement_client_packet {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wow-scripts v0.1.0 (/opt/rustwide/workdir/crates/wow-scripts)
[INFO] [stderr]     Checking wow-spell v0.1.0 (/opt/rustwide/workdir/crates/wow-spell)
[INFO] [stdout] warning: unused macro definition: `impl_movement_client_packet`
[INFO] [stdout]    --> crates/wow-packet/src/packets/movement.rs:366:14
[INFO] [stdout]     |
[INFO] [stdout] 366 | macro_rules! impl_movement_client_packet {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wow-combat v0.1.0 (/opt/rustwide/workdir/crates/wow-combat)
[INFO] [stdout] warning: function `rustycore_dt_free` is never used
[INFO] [stdout]    --> crates/wow-recastdetour/src/lib.rs:381:8
[INFO] [stdout]     |
[INFO] [stdout] 381 |     fn rustycore_dt_free(ptr: *mut std::ffi::c_void);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rustycore_dt_create_square_tile_data` is never used
[INFO] [stdout]    --> crates/wow-recastdetour/src/lib.rs:382:8
[INFO] [stdout]     |
[INFO] [stdout] 382 |     fn rustycore_dt_create_square_tile_data(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wow-social v0.1.0 (/opt/rustwide/workdir/crates/wow-social)
[INFO] [stderr]     Checking wow-chat v0.1.0 (/opt/rustwide/workdir/crates/wow-chat)
[INFO] [stderr]     Checking wow-pvp v0.1.0 (/opt/rustwide/workdir/crates/wow-pvp)
[INFO] [stderr]     Checking wow-achievement v0.1.0 (/opt/rustwide/workdir/crates/wow-achievement)
[INFO] [stdout] warning: field `k` is never read
[INFO] [stdout]    --> crates/wow-crypto/src/bnet_srp6.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout]  98 | pub struct BnetSrp6 {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 103 |     k: BigUint,
[INFO] [stdout]     |     ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wow-collections v0.1.0 (/opt/rustwide/workdir/crates/wow-collections)
[INFO] [stdout] warning: usage of an `unsafe` block
[INFO] [stdout]   --> crates/wow-core/src/guid.rs:70:18
[INFO] [stdout]    |
[INFO] [stdout] 70 |             Some(unsafe { std::mem::transmute(val) })
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-W unsafe-code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stdout] warning: function `max_power_for_class` is never used
[INFO] [stdout]     --> crates/wow-packet/src/packets/update.rs:2258:4
[INFO] [stdout]      |
[INFO] [stdout] 2258 | fn max_power_for_class(class: u8, _level: u8) -> i32 {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wow-handler v0.1.0 (/opt/rustwide/workdir/crates/wow-handler)
[INFO] [stderr]     Checking wow-math v0.1.0 (/opt/rustwide/workdir/crates/wow-math)
[INFO] [stderr]     Checking wow-map v0.1.0 (/opt/rustwide/workdir/crates/wow-map)
[INFO] [stderr]    Compiling wow-proto v0.1.0 (/opt/rustwide/workdir/crates/wow-proto)
[INFO] [stdout] warning: unused variable: `payload_len`
[INFO] [stdout]    --> crates/wow-packet/src/compression.rs:390:38
[INFO] [stdout]     |
[INFO] [stdout] 390 |         for (i, (compressed, opcode, payload_len)) in [
[INFO] [stdout]     |                                      ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload_len`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `base_in`
[INFO] [stdout]    --> crates/wow-packet/src/compression.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |             let base_in = decompressor.total_in() as usize;
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_base_in`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `status`
[INFO] [stdout]    --> crates/wow-packet/src/compression.rs:407:17
[INFO] [stdout]     |
[INFO] [stdout] 407 |             let status = decompressor
[INFO] [stdout]     |                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stdout] warning: function `max_power_for_class` is never used
[INFO] [stdout]     --> crates/wow-packet/src/packets/update.rs:2258:4
[INFO] [stdout]      |
[INFO] [stdout] 2258 | fn max_power_for_class(class: u8, _level: u8) -> i32 {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking wow-database v0.1.0 (/opt/rustwide/workdir/crates/wow-database)
[INFO] [stderr]     Checking wow-data v0.1.0 (/opt/rustwide/workdir/crates/wow-data)
[INFO] [stderr]     Checking bnet-server v0.1.0 (/opt/rustwide/workdir/crates/bnet-server)
[INFO] [stdout] warning: fields `icon`, `allowed_security_level`, `region`, and `battlegroup` are never read
[INFO] [stdout]   --> crates/bnet-server/src/realm/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Realm {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub icon: u8,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub allowed_security_level: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub region: u8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 31 |     pub battlegroup: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Realm` 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: fields `hotfix_version`, `win64_auth_seed`, and `mac64_auth_seed` are never read
[INFO] [stdout]   --> crates/bnet-server/src/realm/mod.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct RealmBuildInfo {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub hotfix_version: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 41 |     pub build: u32,
[INFO] [stdout] 42 |     pub win64_auth_seed: Option<Vec<u8>>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 43 |     pub mac64_auth_seed: Option<Vec<u8>>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RealmBuildInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `find_realm_by_address` is never used
[INFO] [stdout]   --> crates/bnet-server/src/realm/mod.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl RealmManager {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn find_realm_by_address(&self, address: &str, port: u16) -> Option<&Realm> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FormInputs` is never constructed
[INFO] [stdout]  --> crates/bnet-server/src/rest/types.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct FormInputs {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `local_address`, `wrong_pass_max`, `wrong_pass_ban_time`, and `wrong_pass_ban_type` are never read
[INFO] [stdout]   --> crates/bnet-server/src/state.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct AppState {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub local_address: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub wrong_pass_max: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 27 |     /// Ban duration in seconds after max failed attempts.
[INFO] [stdout] 28 |     pub wrong_pass_ban_time: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 29 |     /// Ban type: 0 = IP, 1 = account.
[INFO] [stdout] 30 |     pub wrong_pass_ban_type: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> crates/bnet-server/src/state.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub struct AccountInfo {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 78 |     pub id: u32,
[INFO] [stdout] 79 |     pub login: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 80 |     pub is_locked_to_ip: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 81 |     pub lock_country: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 82 |     pub last_ip: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 83 |     pub failed_logins: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 84 |     pub is_banned: bool,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 85 |     pub is_permanently_banned: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AccountInfo` 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 `security_level` is never read
[INFO] [stdout]   --> crates/bnet-server/src/state.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct GameAccountInfo {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub security_level: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GameAccountInfo` 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 `icon`, `allowed_security_level`, `region`, and `battlegroup` are never read
[INFO] [stdout]   --> crates/bnet-server/src/realm/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Realm {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub icon: u8,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub allowed_security_level: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub region: u8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 31 |     pub battlegroup: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Realm` 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: fields `hotfix_version`, `win64_auth_seed`, and `mac64_auth_seed` are never read
[INFO] [stdout]   --> crates/bnet-server/src/realm/mod.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct RealmBuildInfo {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub hotfix_version: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 41 |     pub build: u32,
[INFO] [stdout] 42 |     pub win64_auth_seed: Option<Vec<u8>>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 43 |     pub mac64_auth_seed: Option<Vec<u8>>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RealmBuildInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `find_realm_by_address` is never used
[INFO] [stdout]   --> crates/bnet-server/src/realm/mod.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl RealmManager {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn find_realm_by_address(&self, address: &str, port: u16) -> Option<&Realm> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FormInputs` is never constructed
[INFO] [stdout]  --> crates/bnet-server/src/rest/types.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct FormInputs {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `local_address`, `wrong_pass_max`, `wrong_pass_ban_time`, and `wrong_pass_ban_type` are never read
[INFO] [stdout]   --> crates/bnet-server/src/state.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct AppState {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub local_address: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub wrong_pass_max: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 27 |     /// Ban duration in seconds after max failed attempts.
[INFO] [stdout] 28 |     pub wrong_pass_ban_time: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 29 |     /// Ban type: 0 = IP, 1 = account.
[INFO] [stdout] 30 |     pub wrong_pass_ban_type: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> crates/bnet-server/src/state.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub struct AccountInfo {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 78 |     pub id: u32,
[INFO] [stdout] 79 |     pub login: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 80 |     pub is_locked_to_ip: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 81 |     pub lock_country: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 82 |     pub last_ip: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 83 |     pub failed_logins: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 84 |     pub is_banned: bool,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 85 |     pub is_permanently_banned: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AccountInfo` 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 `security_level` is never read
[INFO] [stdout]   --> crates/bnet-server/src/state.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct GameAccountInfo {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub security_level: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GameAccountInfo` 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: value assigned to `offset` is never read
[INFO] [stdout]    --> crates/wow-data/src/wdc4.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |             offset += FIELD_STORAGE_INFO_SIZE;
[INFO] [stdout]     |             --------------------------------- `offset` is overwritten here before the previous value is read
[INFO] [stdout] ...
[INFO] [stdout] 221 |         offset = common_end;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `string_table_size` and `max_id` are never read
[INFO] [stdout]   --> crates/wow-data/src/wdc4.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct Wdc4Header {
[INFO] [stdout]    |        ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 59 |     string_table_size: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     max_id: u32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Wdc4Header` has a derived impl for the trait `Debug`, but this is 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: field `val2` is never read
[INFO] [stdout]   --> crates/wow-data/src/wdc4.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 90 | struct FieldStorageInfo {
[INFO] [stdout]    |        ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 99 |     val2: u32,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FieldStorageInfo` 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: value assigned to `offset` is never read
[INFO] [stdout]    --> crates/wow-data/src/wdc4.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |             offset += FIELD_STORAGE_INFO_SIZE;
[INFO] [stdout]     |             --------------------------------- `offset` is overwritten here before the previous value is read
[INFO] [stdout] ...
[INFO] [stdout] 221 |         offset = common_end;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wow-instances v0.1.0 (/opt/rustwide/workdir/crates/wow-instances)
[INFO] [stdout] warning: fields `string_table_size` and `max_id` are never read
[INFO] [stdout]   --> crates/wow-data/src/wdc4.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct Wdc4Header {
[INFO] [stdout]    |        ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 59 |     string_table_size: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     max_id: u32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Wdc4Header` has a derived impl for the trait `Debug`, but this is 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: field `val2` is never read
[INFO] [stdout]   --> crates/wow-data/src/wdc4.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 90 | struct FieldStorageInfo {
[INFO] [stdout]    |        ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 99 |     val2: u32,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FieldStorageInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wow-network v0.1.0 (/opt/rustwide/workdir/crates/wow-network)
[INFO] [stderr]     Checking wow-ai v0.1.0 (/opt/rustwide/workdir/crates/wow-ai)
[INFO] [stdout] warning: unused import: `Duration`
[INFO] [stdout]   --> crates/wow-ai/src/lib.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::time::{Duration, Instant};
[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: `Duration`
[INFO] [stdout]   --> crates/wow-ai/src/lib.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::time::{Duration, Instant};
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `position_dist` is never used
[INFO] [stdout]    --> crates/wow-ai/src/lib.rs:384:4
[INFO] [stdout]     |
[INFO] [stdout] 384 | fn position_dist(a: &Position, b: &Position) -> f32 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `position_dist` is never used
[INFO] [stdout]    --> crates/wow-ai/src/lib.rs:384:4
[INFO] [stdout]     |
[INFO] [stdout] 384 | fn position_dist(a: &Position, b: &Position) -> f32 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wow-world v0.1.0 (/opt/rustwide/workdir/crates/wow-world)
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]   --> crates/wow-world/src/handlers/inspect.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use wow_packet::ServerPacket;
[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: `wow_packet::ServerPacket`
[INFO] [stdout]   --> crates/wow-world/src/handlers/quest.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use wow_packet::ServerPacket;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]   --> crates/wow-world/src/handlers/social.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use wow_packet::ServerPacket;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TrainerListRequest`
[INFO] [stdout]   --> crates/wow-world/src/handlers/trainer.rs:35:81
[INFO] [stdout]    |
[INFO] [stdout] 35 |     LearnedSpells, TrainerBuyFailed, TrainerBuySpellRequest, TrainerListPacket, TrainerListRequest,
[INFO] [stdout]    |                                                                                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]     --> crates/wow-world/src/session.rs:6162:13
[INFO] [stdout]      |
[INFO] [stdout] 6162 |         use wow_packet::ServerPacket;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]     --> crates/wow-world/src/session.rs:6307:13
[INFO] [stdout]      |
[INFO] [stdout] 6307 |         use wow_packet::ServerPacket;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]     --> crates/wow-world/src/session.rs:7387:13
[INFO] [stdout]      |
[INFO] [stdout] 7387 |         use wow_packet::ServerPacket;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]      --> crates/wow-world/src/session.rs:13621:21
[INFO] [stdout]       |
[INFO] [stdout] 13621 |                 use wow_packet::ServerPacket;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]      --> crates/wow-world/src/session.rs:14282:13
[INFO] [stdout]       |
[INFO] [stdout] 14282 |         use wow_packet::ServerPacket;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]   --> crates/wow-world/src/handlers/inspect.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use wow_packet::ServerPacket;
[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: `wow_packet::ServerPacket`
[INFO] [stdout]   --> crates/wow-world/src/handlers/quest.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use wow_packet::ServerPacket;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]   --> crates/wow-world/src/handlers/social.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use wow_packet::ServerPacket;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TrainerListRequest`
[INFO] [stdout]   --> crates/wow-world/src/handlers/trainer.rs:35:81
[INFO] [stdout]    |
[INFO] [stdout] 35 |     LearnedSpells, TrainerBuyFailed, TrainerBuySpellRequest, TrainerListPacket, TrainerListRequest,
[INFO] [stdout]    |                                                                                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]     --> crates/wow-world/src/session.rs:6162:13
[INFO] [stdout]      |
[INFO] [stdout] 6162 |         use wow_packet::ServerPacket;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]     --> crates/wow-world/src/session.rs:6307:13
[INFO] [stdout]      |
[INFO] [stdout] 6307 |         use wow_packet::ServerPacket;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]     --> crates/wow-world/src/session.rs:7387:13
[INFO] [stdout]      |
[INFO] [stdout] 7387 |         use wow_packet::ServerPacket;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]      --> crates/wow-world/src/session.rs:13621:21
[INFO] [stdout]       |
[INFO] [stdout] 13621 |                 use wow_packet::ServerPacket;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wow_packet::ServerPacket`
[INFO] [stdout]      --> crates/wow-world/src/session.rs:14282:13
[INFO] [stdout]       |
[INFO] [stdout] 14282 |         use wow_packet::ServerPacket;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `target_guid`
[INFO] [stdout]    --> crates/wow-world/src/handlers/group.rs:206:13
[INFO] [stdout]     |
[INFO] [stdout] 206 |         let target_guid = match pkt.read_packed_guid() {
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_target_guid`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]     --> crates/wow-world/src/session.rs:6367:59
[INFO] [stdout]      |
[INFO] [stdout] 6367 |                     q.objectives.iter().enumerate().all(|(i, obj)| {
[INFO] [stdout]      |                                                           ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]     --> crates/wow-world/src/session.rs:6324:22
[INFO] [stdout]      |
[INFO] [stdout] 6324 |                 for (i, obj) in quest.objectives.iter().enumerate() {
[INFO] [stdout]      |                      ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `send_quest_giver_status` is never used
[INFO] [stdout]     --> crates/wow-world/src/handlers/character.rs:7525:8
[INFO] [stdout]      |
[INFO] [stdout] 1248 | impl WorldSession {
[INFO] [stdout]      | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 7525 |     fn send_quest_giver_status(&self, guid: ObjectGuid, status: u32) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `check_creature_aggro` is never used
[INFO] [stdout]      --> crates/wow-world/src/session.rs:14177:25
[INFO] [stdout]       |
[INFO] [stdout] 13317 | impl WorldSession {
[INFO] [stdout]       | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 14177 |     pub(crate) async fn check_creature_aggro(&mut self) {
[INFO] [stdout]       |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking world-server v0.1.0 (/opt/rustwide/workdir/crates/world-server)
[INFO] [stdout] warning: unused variable: `target_guid`
[INFO] [stdout]    --> crates/wow-world/src/handlers/group.rs:206:13
[INFO] [stdout]     |
[INFO] [stdout] 206 |         let target_guid = match pkt.read_packed_guid() {
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_target_guid`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]     --> crates/wow-world/src/session.rs:6367:59
[INFO] [stdout]      |
[INFO] [stdout] 6367 |                     q.objectives.iter().enumerate().all(|(i, obj)| {
[INFO] [stdout]      |                                                           ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]     --> crates/wow-world/src/session.rs:6324:22
[INFO] [stdout]      |
[INFO] [stdout] 6324 |                 for (i, obj) in quest.objectives.iter().enumerate() {
[INFO] [stdout]      |                      ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `send_quest_giver_status` is never used
[INFO] [stdout]     --> crates/wow-world/src/handlers/character.rs:7525:8
[INFO] [stdout]      |
[INFO] [stdout] 1248 | impl WorldSession {
[INFO] [stdout]      | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 7525 |     fn send_quest_giver_status(&self, guid: ObjectGuid, status: u32) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `check_creature_aggro` is never used
[INFO] [stdout]      --> crates/wow-world/src/session.rs:14177:25
[INFO] [stdout]       |
[INFO] [stdout] 13317 | impl WorldSession {
[INFO] [stdout]       | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 14177 |     pub(crate) async fn check_creature_aggro(&mut self) {
[INFO] [stdout]       |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> crates/world-server/src/main.rs:1055:13
[INFO] [stdout]      |
[INFO] [stdout] 1055 |         let mut stmt = world_db.prepare(WorldStatements::SEL_PLAYER_XP_FOR_LEVEL);
[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]     --> crates/world-server/src/main.rs:1055:13
[INFO] [stdout]      |
[INFO] [stdout] 1055 |         let mut stmt = world_db.prepare(WorldStatements::SEL_PLAYER_XP_FOR_LEVEL);
[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: function `hex_to_bytes` is never used
[INFO] [stdout]     --> crates/world-server/src/main.rs:2399:4
[INFO] [stdout]      |
[INFO] [stdout] 2399 | fn hex_to_bytes(hex: &str) -> Vec<u8> {
[INFO] [stdout]      |    ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hex_to_bytes` is never used
[INFO] [stdout]     --> crates/world-server/src/main.rs:2399:4
[INFO] [stdout]      |
[INFO] [stdout] 2399 | fn hex_to_bytes(hex: &str) -> Vec<u8> {
[INFO] [stdout]      |    ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
[INFO] running `Command { std: "docker" "inspect" "94b359d6621af154227f4009e55364be111af4ef072f200558801381743cbcc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94b359d6621af154227f4009e55364be111af4ef072f200558801381743cbcc5", kill_on_drop: false }`
[INFO] [stdout] 94b359d6621af154227f4009e55364be111af4ef072f200558801381743cbcc5
