[INFO] cloning repository https://github.com/soddygo/bevy-game-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/soddygo/bevy-game-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoddygo%2Fbevy-game-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoddygo%2Fbevy-game-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dbb0814c64fdbaae9c56a5cc1106e1e8d211c50c
[INFO] checking soddygo/bevy-game-demo against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoddygo%2Fbevy-game-demo" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/soddygo/bevy-game-demo
[INFO] finished tweaking git repo https://github.com/soddygo/bevy-game-demo
[INFO] tweaked toml for git repo https://github.com/soddygo/bevy-game-demo written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/soddygo/bevy-game-demo on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/soddygo/bevy-game-demo 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2e9c8d9329eb716c51feb960ebb2322d7204e39c6eed5e0aa471d374cb864843
[INFO] running `Command { std: "docker" "start" "2e9c8d9329eb716c51feb960ebb2322d7204e39c6eed5e0aa471d374cb864843", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e9c8d9329eb716c51feb960ebb2322d7204e39c6eed5e0aa471d374cb864843", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2e9c8d9329eb716c51feb960ebb2322d7204e39c6eed5e0aa471d374cb864843" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e9c8d9329eb716c51feb960ebb2322d7204e39c6eed5e0aa471d374cb864843", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2e9c8d9329eb716c51feb960ebb2322d7204e39c6eed5e0aa471d374cb864843" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking disqualified v1.0.0
[INFO] [stderr]     Checking bevy_ptr v0.16.1
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking async-executor v1.13.3
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking bumpalo v3.19.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling naga v24.0.0
[INFO] [stderr]     Checking typewit v1.14.0
[INFO] [stderr]    Compiling cc v1.2.35
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking atomicow v1.1.0
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]     Checking stackfuture v0.3.0
[INFO] [stderr]     Checking const_panic v0.2.14
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]    Compiling wgpu-hal v24.0.4
[INFO] [stderr]     Checking svg_fmt v0.4.5
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking twox-hash v2.1.1
[INFO] [stderr]     Checking ktx2 v0.3.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking ruzstd v0.8.1
[INFO] [stderr]     Checking async-fs v2.1.3
[INFO] [stderr]    Compiling wgpu-core v24.0.5
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking rectangle-pack v0.4.2
[INFO] [stderr]     Checking const_soft_float v0.1.4
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling wgpu v24.0.5
[INFO] [stderr]     Checking regex v1.11.2
[INFO] [stderr]     Checking sysinfo v0.34.2
[INFO] [stderr]     Checking const-fnv1a-hash v1.1.0
[INFO] [stderr]     Checking offset-allocator v0.2.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking radsort v0.1.1
[INFO] [stderr]     Checking constgebra v0.1.4
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]     Checking unicode-script v0.5.7
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]     Checking accesskit v0.18.0
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]     Checking ogg v0.8.0
[INFO] [stderr]     Checking rangemap v1.6.0
[INFO] [stderr]     Checking self_cell v1.2.0
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]    Compiling gilrs v0.11.0
[INFO] [stderr]     Checking lewton v0.10.2
[INFO] [stderr]     Checking grid v0.15.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking taffy v0.7.7
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking fontdb v0.16.2
[INFO] [stderr]    Compiling bevy_macro_utils v0.16.1
[INFO] [stderr]    Compiling encase_derive_impl v0.10.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling bytemuck_derive v1.10.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling assert_type_match v0.1.1
[INFO] [stderr]    Compiling variadics_please v1.1.0
[INFO] [stderr]    Compiling bevy_reflect_derive v0.16.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.16.1
[INFO] [stderr]    Compiling bevy_derive v0.16.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling encase_derive v0.10.0
[INFO] [stderr]    Compiling bevy_asset_macros v0.16.1
[INFO] [stderr]    Compiling bevy_render_macros v0.16.1
[INFO] [stderr]    Compiling bevy_encase_derive v0.16.1
[INFO] [stderr]    Compiling gltf-derive v1.4.1
[INFO] [stderr]    Compiling bevy_gizmos_macros v0.16.1
[INFO] [stderr]    Compiling bevy_state_macros v0.16.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.16
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking font-types v0.9.0
[INFO] [stderr]     Checking read-fonts v0.29.3
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking glam v0.29.3
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking erased-serde v0.4.6
[INFO] [stderr]     Checking wgpu-types v24.0.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking rustybuzz v0.14.1
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking gilrs-core v0.6.4
[INFO] [stderr]     Checking indexmap v2.11.0
[INFO] [stderr]     Checking bevy_platform v0.16.1
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking bevy_utils v0.16.1
[INFO] [stderr]     Checking bevy_tasks v0.16.1
[INFO] [stderr]     Checking petgraph v0.7.1
[INFO] [stderr]     Checking rodio v0.20.1
[INFO] [stderr]     Checking gltf-json v1.4.1
[INFO] [stderr]     Checking ctrlc v3.4.7
[INFO] [stderr]     Checking skrifa v0.31.3
[INFO] [stderr]     Checking polling v3.10.0
[INFO] [stderr]     Checking gethostname v1.0.2
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking swash v0.2.5
[INFO] [stderr]     Checking gltf v1.4.1
[INFO] [stderr]     Checking bevy_reflect v0.16.1
[INFO] [stderr]     Checking encase v0.10.0
[INFO] [stderr]     Checking hexasphere v15.1.0
[INFO] [stderr]     Checking bevy_mikktspace v0.16.1
[INFO] [stderr]     Checking accesskit_winit v0.25.0
[INFO] [stderr]     Checking cosmic-text v0.13.2
[INFO] [stderr]     Checking naga_oil v0.17.1
[INFO] [stderr]     Checking bevy_ecs v0.16.1
[INFO] [stderr]     Checking bevy_math v0.16.1
[INFO] [stderr]     Checking bevy_color v0.16.2
[INFO] [stderr]     Checking bevy_app v0.16.1
[INFO] [stderr]     Checking bevy_asset v0.16.1
[INFO] [stderr]     Checking bevy_log v0.16.1
[INFO] [stderr]     Checking bevy_input v0.16.1
[INFO] [stderr]     Checking bevy_time v0.16.1
[INFO] [stderr]     Checking bevy_a11y v0.16.1
[INFO] [stderr]     Checking bevy_state v0.16.1
[INFO] [stderr]     Checking bevy_transform v0.16.1
[INFO] [stderr]     Checking bevy_diagnostic v0.16.1
[INFO] [stderr]     Checking bevy_window v0.16.1
[INFO] [stderr]     Checking bevy_gilrs v0.16.1
[INFO] [stderr]     Checking bevy_image v0.16.1
[INFO] [stderr]     Checking bevy_audio v0.16.1
[INFO] [stderr]     Checking bevy_input_focus v0.16.1
[INFO] [stderr]     Checking bevy_mesh v0.16.1
[INFO] [stderr]     Checking bevy_winit v0.16.1
[INFO] [stderr]     Checking bevy_render v0.16.1
[INFO] [stderr]     Checking bevy_core_pipeline v0.16.1
[INFO] [stderr]     Checking bevy_picking v0.16.1
[INFO] [stderr]     Checking bevy_animation v0.16.1
[INFO] [stderr]     Checking bevy_scene v0.16.1
[INFO] [stderr]     Checking bevy_sprite v0.16.1
[INFO] [stderr]     Checking bevy_pbr v0.16.1
[INFO] [stderr]     Checking bevy_text v0.16.1
[INFO] [stderr]     Checking bevy_ui v0.16.1
[INFO] [stderr]     Checking bevy_gltf v0.16.1
[INFO] [stderr]     Checking bevy_gizmos v0.16.1
[INFO] [stderr]     Checking bevy_internal v0.16.1
[INFO] [stderr]     Checking bevy v0.16.1
[INFO] [stderr]     Checking bevy-game v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `animal_systems::*`
[INFO] [stdout]   --> src/systems/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use animal_systems::*;
[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: `components::Weather`
[INFO] [stdout]   --> src/main.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use components::Weather;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `animal_systems::*`
[INFO] [stdout]   --> src/systems/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use animal_systems::*;
[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: `components::Weather`
[INFO] [stdout]   --> src/main.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use components::Weather;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `player_position`
[INFO] [stdout]    --> src/traits/mod.rs:159:28
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn can_interact(&self, player_position: Vec2, interaction_range: f32) -> bool {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_position`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `interaction_range`
[INFO] [stdout]    --> src/traits/mod.rs:159:51
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn can_interact(&self, player_position: Vec2, interaction_range: f32) -> bool {
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_interaction_range`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/systems/interaction_systems.rs:28:33
[INFO] [stdout]    |
[INFO] [stdout] 28 |         for (entity, transform, mut interactable, mut animal, mut animation) in query.iter_mut() {
[INFO] [stdout]    |                                 ----^^^^^^^^^^^^
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entity`
[INFO] [stdout]   --> src/systems/interaction_systems.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |         for (entity, transform, mut interactable, mut animal, mut animation) in query.iter_mut() {
[INFO] [stdout]    |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entity`
[INFO] [stdout]    --> src/systems/interaction_systems.rs:183:14
[INFO] [stdout]     |
[INFO] [stdout] 183 |         for (entity, transform, interactable, animal) in query.iter_mut() {
[INFO] [stdout]     |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prompt_pos`
[INFO] [stdout]    --> src/systems/interaction_systems.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 let prompt_pos = Vec3::new(
[INFO] [stdout]     |                     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_prompt_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `direction`
[INFO] [stdout]    --> src/systems/interaction_systems.rs:240:25
[INFO] [stdout]     |
[INFO] [stdout] 240 |                     let direction = (player_pos - animal_pos).normalize();
[INFO] [stdout]     |                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_direction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/systems/inventory_systems.rs:172:49
[INFO] [stdout]     |
[INFO] [stdout] 172 |             for (entity, transform, mut animal, mut interactable) in animal_query.iter_mut() {
[INFO] [stdout]     |                                                 ----^^^^^^^^^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entity`
[INFO] [stdout]    --> src/systems/inventory_systems.rs:172:18
[INFO] [stdout]     |
[INFO] [stdout] 172 |             for (entity, transform, mut animal, mut interactable) in animal_query.iter_mut() {
[INFO] [stdout]     |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/systems/inventory_systems.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 |         mut inventory: ResMut<Inventory>,
[INFO] [stdout]     |         ----^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time`
[INFO] [stdout]    --> src/systems/inventory_systems.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         time: Res<Time>,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inventory`
[INFO] [stdout]    --> src/systems/inventory_systems.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 |         mut inventory: ResMut<Inventory>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inventory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/systems/world_systems.rs:663:13
[INFO] [stdout]     |
[INFO] [stdout] 663 |         for i in 0..house_count {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `alpha`
[INFO] [stdout]   --> src/systems/visual_feedback_systems.rs:49:17
[INFO] [stdout]    |
[INFO] [stdout] 49 |             let alpha = 1.0 - effect.timer.fraction();
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `alpha`
[INFO] [stdout]   --> src/systems/visual_feedback_systems.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |             let alpha = 1.0 - text.timer.fraction();
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `animal_type`
[INFO] [stdout]   --> src/systems/visual_feedback_systems.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |         animal_type: AnimalType,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_animal_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `animal_type`
[INFO] [stdout]    --> src/systems/visual_feedback_systems.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |         animal_type: AnimalType,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_animal_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/systems/visual_feedback_systems.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |         mut query: Query<(&Transform, &Interactable, &Animal), Without<Player>>,
[INFO] [stdout]     |         ----^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/systems/animal_animation_systems.rs:215:22
[INFO] [stdout]     |
[INFO] [stdout] 215 |                 for (i, pos) in [(-6.0, 4.0), (6.0, 4.0), (0.0, 6.0), (-8.0, -2.0), (8.0, -2.0)].iter().enumerate() {
[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]    --> src/systems/animal_animation_systems.rs:324:22
[INFO] [stdout]     |
[INFO] [stdout] 324 |                 for (i, x) in [-6.0, -2.0, 2.0, 6.0].iter().enumerate() {
[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]    --> src/systems/animal_animation_systems.rs:660:22
[INFO] [stdout]     |
[INFO] [stdout] 660 |                 for (i, x) in [-10.0, -4.0, 4.0, 10.0].iter().enumerate() {
[INFO] [stdout]     |                      ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AnimalPart` is never constructed
[INFO] [stdout]   --> src/components/mod.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub struct AnimalPart;
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `facing_left` is never read
[INFO] [stdout]   --> src/components/mod.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub struct AnimalAnimation {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub facing_left: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `last_production_time` is never read
[INFO] [stdout]   --> src/components/mod.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub struct AnimalProduction {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub last_production_time: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Pet` and `Play` are never constructed
[INFO] [stdout]    --> src/components/mod.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub enum InteractionType {
[INFO] [stdout]     |          --------------- variants in this enum
[INFO] [stdout] 187 |     Pet,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 188 |     Feed,
[INFO] [stdout] 189 |     Play,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InteractionType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Snowy` is never constructed
[INFO] [stdout]    --> src/components/mod.rs:213:5
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub enum WeatherType {
[INFO] [stdout]     |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 213 |     Snowy,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WeatherType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `description`, `is_daily`, and `deadline` are never read
[INFO] [stdout]    --> src/components/mod.rs:295:9
[INFO] [stdout]     |
[INFO] [stdout] 292 | pub struct Quest {
[INFO] [stdout]     |            ----- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 295 |     pub description: String,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |     pub is_daily: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 301 |     pub deadline: Option<u32>, // Day number
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Quest` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `FindItems`, `PlantFlowers`, and `WaterPlants` are never constructed
[INFO] [stdout]    --> src/components/mod.rs:308:5
[INFO] [stdout]     |
[INFO] [stdout] 305 | pub enum QuestType {
[INFO] [stdout]     |          --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 308 |     FindItems,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 309 |     InteractWithAnimals,
[INFO] [stdout] 310 |     PlantFlowers,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 311 |     WaterPlants,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `QuestType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `friendship_bonus` is never read
[INFO] [stdout]    --> src/components/mod.rs:318:9
[INFO] [stdout]     |
[INFO] [stdout] 315 | pub struct QuestReward {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 |     pub friendship_bonus: u32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `QuestReward` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `value` and `description` are never read
[INFO] [stdout]    --> src/components/mod.rs:344:9
[INFO] [stdout]     |
[INFO] [stdout] 339 | pub struct Item {
[INFO] [stdout]     |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 344 |     pub value: u32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 345 |     pub description: String,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Item` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]    --> src/components/mod.rs:366:5
[INFO] [stdout]     |
[INFO] [stdout] 357 | pub enum ItemType {
[INFO] [stdout]     |          -------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 366 |     Corn,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 367 |     Hay,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 370 |     WaterBucket,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 371 |     Basket,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 372 |     Shovel,
[INFO] [stdout] 373 |     Rake,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 376 |     Toy,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 377 |     Ribbon,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 378 |     Bell,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 383 |     ApplePie,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 384 |     MilkBottle,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ItemType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `text` and `color` are never read
[INFO] [stdout]    --> src/components/mod.rs:524:9
[INFO] [stdout]     |
[INFO] [stdout] 523 | pub struct InteractionEffect {
[INFO] [stdout]     |            ----------------- fields in this struct
[INFO] [stdout] 524 |     pub text: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 525 |     pub timer: Timer,
[INFO] [stdout] 526 |     pub color: Color,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `text` and `color` are never read
[INFO] [stdout]    --> src/components/mod.rs:531:9
[INFO] [stdout]     |
[INFO] [stdout] 530 | pub struct FloatingText {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 531 |     pub text: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 534 |     pub color: Color,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_base_speed` is never used
[INFO] [stdout]  --> src/traits/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait AnimalBehavior {
[INFO] [stdout]   |           -------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 7 |     fn get_base_speed(&self) -> f32;
[INFO] [stdout]   |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `can_interact` and `interact` are never used
[INFO] [stdout]   --> src/traits/mod.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub trait InteractableEntity {
[INFO] [stdout]    |           ------------------ methods in this trait
[INFO] [stdout] 18 |     fn can_interact(&self, player_position: Vec2, interaction_range: f32) -> bool;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 19 |     fn get_interaction_prompt(&self) -> String;
[INFO] [stdout] 20 |     fn interact(&mut self, interaction_type: InteractionType);
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_hour_f32` is never used
[INFO] [stdout]    --> src/systems/time_systems.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 124 | impl TimeOfDay {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn get_hour_f32(&self) -> f32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `add_random_items` is never used
[INFO] [stdout]    --> src/systems/inventory_systems.rs:214:12
[INFO] [stdout]     |
[INFO] [stdout]   7 | impl InventorySystems {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 214 |     pub fn add_random_items(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `animate_water` is never used
[INFO] [stdout]    --> src/systems/world_systems.rs:855:12
[INFO] [stdout]     |
[INFO] [stdout]   6 | impl WorldSystems {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 855 |     pub fn animate_water(
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WaterDecoration` is never constructed
[INFO] [stdout]    --> src/systems/world_systems.rs:868:12
[INFO] [stdout]     |
[INFO] [stdout] 868 | pub struct WaterDecoration;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `show_interaction_prompts` and `get_animal_name` are never used
[INFO] [stdout]    --> src/systems/visual_feedback_systems.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout]   6 | impl VisualFeedbackSystems {
[INFO] [stdout]     | -------------------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn show_interaction_prompts(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |     fn get_animal_name(animal_type: AnimalType) -> &'static str {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status_type` is never read
[INFO] [stdout]    --> src/systems/ui_systems.rs:397:9
[INFO] [stdout]     |
[INFO] [stdout] 396 | pub struct PlayerStatusText {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] 397 |     pub status_type: StatusType,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `player_position`
[INFO] [stdout]    --> src/traits/mod.rs:159:28
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn can_interact(&self, player_position: Vec2, interaction_range: f32) -> bool {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_position`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `interaction_range`
[INFO] [stdout]    --> src/traits/mod.rs:159:51
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn can_interact(&self, player_position: Vec2, interaction_range: f32) -> bool {
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_interaction_range`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/systems/interaction_systems.rs:28:33
[INFO] [stdout]    |
[INFO] [stdout] 28 |         for (entity, transform, mut interactable, mut animal, mut animation) in query.iter_mut() {
[INFO] [stdout]    |                                 ----^^^^^^^^^^^^
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entity`
[INFO] [stdout]   --> src/systems/interaction_systems.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |         for (entity, transform, mut interactable, mut animal, mut animation) in query.iter_mut() {
[INFO] [stdout]    |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entity`
[INFO] [stdout]    --> src/systems/interaction_systems.rs:183:14
[INFO] [stdout]     |
[INFO] [stdout] 183 |         for (entity, transform, interactable, animal) in query.iter_mut() {
[INFO] [stdout]     |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prompt_pos`
[INFO] [stdout]    --> src/systems/interaction_systems.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 let prompt_pos = Vec3::new(
[INFO] [stdout]     |                     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_prompt_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `direction`
[INFO] [stdout]    --> src/systems/interaction_systems.rs:240:25
[INFO] [stdout]     |
[INFO] [stdout] 240 |                     let direction = (player_pos - animal_pos).normalize();
[INFO] [stdout]     |                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_direction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/systems/inventory_systems.rs:172:49
[INFO] [stdout]     |
[INFO] [stdout] 172 |             for (entity, transform, mut animal, mut interactable) in animal_query.iter_mut() {
[INFO] [stdout]     |                                                 ----^^^^^^^^^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entity`
[INFO] [stdout]    --> src/systems/inventory_systems.rs:172:18
[INFO] [stdout]     |
[INFO] [stdout] 172 |             for (entity, transform, mut animal, mut interactable) in animal_query.iter_mut() {
[INFO] [stdout]     |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/systems/inventory_systems.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 |         mut inventory: ResMut<Inventory>,
[INFO] [stdout]     |         ----^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time`
[INFO] [stdout]    --> src/systems/inventory_systems.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         time: Res<Time>,
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inventory`
[INFO] [stdout]    --> src/systems/inventory_systems.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 |         mut inventory: ResMut<Inventory>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inventory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/systems/world_systems.rs:663:13
[INFO] [stdout]     |
[INFO] [stdout] 663 |         for i in 0..house_count {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `alpha`
[INFO] [stdout]   --> src/systems/visual_feedback_systems.rs:49:17
[INFO] [stdout]    |
[INFO] [stdout] 49 |             let alpha = 1.0 - effect.timer.fraction();
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `alpha`
[INFO] [stdout]   --> src/systems/visual_feedback_systems.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |             let alpha = 1.0 - text.timer.fraction();
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `animal_type`
[INFO] [stdout]   --> src/systems/visual_feedback_systems.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |         animal_type: AnimalType,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_animal_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `animal_type`
[INFO] [stdout]    --> src/systems/visual_feedback_systems.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |         animal_type: AnimalType,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_animal_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/systems/visual_feedback_systems.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |         mut query: Query<(&Transform, &Interactable, &Animal), Without<Player>>,
[INFO] [stdout]     |         ----^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/systems/animal_animation_systems.rs:215:22
[INFO] [stdout]     |
[INFO] [stdout] 215 |                 for (i, pos) in [(-6.0, 4.0), (6.0, 4.0), (0.0, 6.0), (-8.0, -2.0), (8.0, -2.0)].iter().enumerate() {
[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]    --> src/systems/animal_animation_systems.rs:324:22
[INFO] [stdout]     |
[INFO] [stdout] 324 |                 for (i, x) in [-6.0, -2.0, 2.0, 6.0].iter().enumerate() {
[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]    --> src/systems/animal_animation_systems.rs:660:22
[INFO] [stdout]     |
[INFO] [stdout] 660 |                 for (i, x) in [-10.0, -4.0, 4.0, 10.0].iter().enumerate() {
[INFO] [stdout]     |                      ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AnimalPart` is never constructed
[INFO] [stdout]   --> src/components/mod.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub struct AnimalPart;
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `facing_left` is never read
[INFO] [stdout]   --> src/components/mod.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub struct AnimalAnimation {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub facing_left: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `last_production_time` is never read
[INFO] [stdout]   --> src/components/mod.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub struct AnimalProduction {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub last_production_time: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Pet` and `Play` are never constructed
[INFO] [stdout]    --> src/components/mod.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub enum InteractionType {
[INFO] [stdout]     |          --------------- variants in this enum
[INFO] [stdout] 187 |     Pet,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 188 |     Feed,
[INFO] [stdout] 189 |     Play,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InteractionType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Snowy` is never constructed
[INFO] [stdout]    --> src/components/mod.rs:213:5
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub enum WeatherType {
[INFO] [stdout]     |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 213 |     Snowy,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WeatherType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `description`, `is_daily`, and `deadline` are never read
[INFO] [stdout]    --> src/components/mod.rs:295:9
[INFO] [stdout]     |
[INFO] [stdout] 292 | pub struct Quest {
[INFO] [stdout]     |            ----- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 295 |     pub description: String,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |     pub is_daily: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 301 |     pub deadline: Option<u32>, // Day number
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Quest` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `FindItems`, `PlantFlowers`, and `WaterPlants` are never constructed
[INFO] [stdout]    --> src/components/mod.rs:308:5
[INFO] [stdout]     |
[INFO] [stdout] 305 | pub enum QuestType {
[INFO] [stdout]     |          --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 308 |     FindItems,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 309 |     InteractWithAnimals,
[INFO] [stdout] 310 |     PlantFlowers,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 311 |     WaterPlants,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `QuestType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `friendship_bonus` is never read
[INFO] [stdout]    --> src/components/mod.rs:318:9
[INFO] [stdout]     |
[INFO] [stdout] 315 | pub struct QuestReward {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 |     pub friendship_bonus: u32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `QuestReward` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `value` and `description` are never read
[INFO] [stdout]    --> src/components/mod.rs:344:9
[INFO] [stdout]     |
[INFO] [stdout] 339 | pub struct Item {
[INFO] [stdout]     |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 344 |     pub value: u32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 345 |     pub description: String,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Item` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]    --> src/components/mod.rs:366:5
[INFO] [stdout]     |
[INFO] [stdout] 357 | pub enum ItemType {
[INFO] [stdout]     |          -------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 366 |     Corn,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 367 |     Hay,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 370 |     WaterBucket,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 371 |     Basket,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 372 |     Shovel,
[INFO] [stdout] 373 |     Rake,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 376 |     Toy,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 377 |     Ribbon,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 378 |     Bell,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 383 |     ApplePie,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 384 |     MilkBottle,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ItemType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `text` and `color` are never read
[INFO] [stdout]    --> src/components/mod.rs:524:9
[INFO] [stdout]     |
[INFO] [stdout] 523 | pub struct InteractionEffect {
[INFO] [stdout]     |            ----------------- fields in this struct
[INFO] [stdout] 524 |     pub text: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 525 |     pub timer: Timer,
[INFO] [stdout] 526 |     pub color: Color,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `text` and `color` are never read
[INFO] [stdout]    --> src/components/mod.rs:531:9
[INFO] [stdout]     |
[INFO] [stdout] 530 | pub struct FloatingText {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 531 |     pub text: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 534 |     pub color: Color,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_base_speed` is never used
[INFO] [stdout]  --> src/traits/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait AnimalBehavior {
[INFO] [stdout]   |           -------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 7 |     fn get_base_speed(&self) -> f32;
[INFO] [stdout]   |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `can_interact` and `interact` are never used
[INFO] [stdout]   --> src/traits/mod.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub trait InteractableEntity {
[INFO] [stdout]    |           ------------------ methods in this trait
[INFO] [stdout] 18 |     fn can_interact(&self, player_position: Vec2, interaction_range: f32) -> bool;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 19 |     fn get_interaction_prompt(&self) -> String;
[INFO] [stdout] 20 |     fn interact(&mut self, interaction_type: InteractionType);
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_hour_f32` is never used
[INFO] [stdout]    --> src/systems/time_systems.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 124 | impl TimeOfDay {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn get_hour_f32(&self) -> f32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `add_random_items` is never used
[INFO] [stdout]    --> src/systems/inventory_systems.rs:214:12
[INFO] [stdout]     |
[INFO] [stdout]   7 | impl InventorySystems {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 214 |     pub fn add_random_items(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `animate_water` is never used
[INFO] [stdout]    --> src/systems/world_systems.rs:855:12
[INFO] [stdout]     |
[INFO] [stdout]   6 | impl WorldSystems {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 855 |     pub fn animate_water(
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WaterDecoration` is never constructed
[INFO] [stdout]    --> src/systems/world_systems.rs:868:12
[INFO] [stdout]     |
[INFO] [stdout] 868 | pub struct WaterDecoration;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `show_interaction_prompts` and `get_animal_name` are never used
[INFO] [stdout]    --> src/systems/visual_feedback_systems.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout]   6 | impl VisualFeedbackSystems {
[INFO] [stdout]     | -------------------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn show_interaction_prompts(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |     fn get_animal_name(animal_type: AnimalType) -> &'static str {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status_type` is never read
[INFO] [stdout]    --> src/systems/ui_systems.rs:397:9
[INFO] [stdout]     |
[INFO] [stdout] 396 | pub struct PlayerStatusText {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] 397 |     pub status_type: StatusType,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v24.0.0, nix v0.29.0, nix v0.30.1, wgpu v24.0.5, wgpu-core v24.0.5, wgpu-hal v24.0.4, winit v0.30.12
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "2e9c8d9329eb716c51feb960ebb2322d7204e39c6eed5e0aa471d374cb864843", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e9c8d9329eb716c51feb960ebb2322d7204e39c6eed5e0aa471d374cb864843", kill_on_drop: false }`
[INFO] [stdout] 2e9c8d9329eb716c51feb960ebb2322d7204e39c6eed5e0aa471d374cb864843
