[INFO] cloning repository https://github.com/cgjerow/rust-lua-game-engine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cgjerow/rust-lua-game-engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcgjerow%2Frust-lua-game-engine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcgjerow%2Frust-lua-game-engine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 64c5d0e0023342872497af9085cabf088c1af610 [INFO] checking cgjerow/rust-lua-game-engine against master#040e2f8b9ff2d76fbe2146d6003e297ed4532088 for pr-143619 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcgjerow%2Frust-lua-game-engine" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/cgjerow/rust-lua-game-engine [INFO] finished tweaking git repo https://github.com/cgjerow/rust-lua-game-engine [INFO] tweaked toml for git repo https://github.com/cgjerow/rust-lua-game-engine written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/cgjerow/rust-lua-game-engine on toolchain 040e2f8b9ff2d76fbe2146d6003e297ed4532088 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+040e2f8b9ff2d76fbe2146d6003e297ed4532088" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/cgjerow/rust-lua-game-engine 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" "+040e2f8b9ff2d76fbe2146d6003e297ed4532088" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mlua-sys v0.6.8 [INFO] [stderr] Downloaded wgpu v25.0.2 [INFO] [stderr] Downloaded mlua v0.10.5 [INFO] [stderr] Downloaded wgpu-hal v25.0.2 [INFO] [stderr] Downloaded wgpu-core v25.0.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8955075918b6d00525c617f7c34ee2595c70db70b3cf844dc875e4d3604499b" "/opt/rustwide/cargo-home/bin/cargo" "+040e2f8b9ff2d76fbe2146d6003e297ed4532088" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c770fbeed92d152d3981d58e9faf8ce43f258226011de796fe4e7ea74b9d8db [INFO] running `Command { std: "docker" "start" "-a" "7c770fbeed92d152d3981d58e9faf8ce43f258226011de796fe4e7ea74b9d8db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c770fbeed92d152d3981d58e9faf8ce43f258226011de796fe4e7ea74b9d8db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c770fbeed92d152d3981d58e9faf8ce43f258226011de796fe4e7ea74b9d8db", kill_on_drop: false }` [INFO] [stdout] 7c770fbeed92d152d3981d58e9faf8ce43f258226011de796fe4e7ea74b9d8db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8955075918b6d00525c617f7c34ee2595c70db70b3cf844dc875e4d3604499b" "/opt/rustwide/cargo-home/bin/cargo" "+040e2f8b9ff2d76fbe2146d6003e297ed4532088" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce3675eac77d8c555a77695245f1d471b15c77f1b5a34164e4b3f0a130a911d0 [INFO] running `Command { std: "docker" "start" "-a" "ce3675eac77d8c555a77695245f1d471b15c77f1b5a34164e4b3f0a130a911d0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Checking libloading v0.8.8 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling cc v1.2.29 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling wayland-sys v0.31.6 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling rustversion v1.0.21 [INFO] [stderr] Compiling wayland-client v0.31.10 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Checking foldhash v0.1.5 [INFO] [stderr] Compiling wayland-backend v0.3.10 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking hashbrown v0.15.4 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking half v2.6.0 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling wayland-scanner v0.31.6 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling naga v25.0.1 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling ash v0.38.0+1.3.281 [INFO] [stderr] Checking adler2 v2.0.1 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Compiling env_home v0.1.0 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Checking codespan-reporting v0.12.0 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking indexmap v2.10.0 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking gpu-alloc-types v0.3.0 [INFO] [stderr] Checking spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Checking gpu-descriptor-types v0.2.0 [INFO] [stderr] Compiling wgpu-hal v25.0.2 [INFO] [stderr] Compiling which v7.0.3 [INFO] [stderr] Checking slab v0.4.10 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking raw-window-handle v0.6.2 [INFO] [stderr] Checking hexf-parse v0.2.1 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling luajit-src v210.5.12+a4f56a4 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking gpu-descriptor v0.3.2 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Checking gpu-alloc v0.6.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking ordered-float v4.6.0 [INFO] [stderr] Compiling lua-src v547.0.0 [INFO] [stderr] Checking polling v3.8.0 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking xkeysym v0.2.1 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Compiling bytemuck_derive v1.9.3 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Checking profiling v1.0.17 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Checking equator v0.4.2 [INFO] [stderr] Checking bytemuck v1.23.1 [INFO] [stderr] Checking aligned-vec v0.6.4 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Checking calloop v0.13.0 [INFO] [stderr] Checking v_frame v0.3.9 [INFO] [stderr] Checking xcursor v0.3.10 [INFO] [stderr] Checking arrayref v0.3.9 [INFO] [stderr] Checking glow v0.16.0 [INFO] [stderr] Checking renderdoc-sys v1.1.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.19.2 [INFO] [stderr] Checking cursor-icon v1.2.0 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling mlua-sys v0.6.8 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking av1-grain v0.2.4 [INFO] [stderr] Checking wayland-protocols v0.32.8 [INFO] [stderr] Checking wgpu-types v25.0.0 [INFO] [stderr] Checking wayland-cursor v0.31.10 [INFO] [stderr] Checking calloop-wayland-source v0.3.0 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking memmap2 v0.9.5 [INFO] [stderr] Checking owned_ttf_parser v0.25.0 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling wgpu-core v25.0.2 [INFO] [stderr] Checking new_debug_unreachable v1.0.6 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.9 [INFO] [stderr] Checking weezl v0.1.10 [INFO] [stderr] Checking imgref v1.11.0 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Checking bitstream-io v2.6.0 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Checking loop9 v0.1.5 [INFO] [stderr] Checking ab_glyph v0.2.30 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking avif-serialize v0.8.5 [INFO] [stderr] Compiling winit v0.30.11 [INFO] [stderr] Compiling wgpu v25.0.2 [INFO] [stderr] Checking jpeg-decoder v0.3.2 [INFO] [stderr] Checking byteorder-lite v0.1.0 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Checking as-raw-xcb-connection v1.0.1 [INFO] [stderr] Checking x11rb-protocol v0.13.1 [INFO] [stderr] Checking rgb v0.8.51 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking lebe v0.5.2 [INFO] [stderr] Checking zune-core v0.4.12 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Checking zune-jpeg v0.4.19 [INFO] [stderr] Checking exr v1.73.0 [INFO] [stderr] Checking gif v0.13.3 [INFO] [stderr] Checking image-webp v0.2.3 [INFO] [stderr] Checking wayland-protocols-wlr v0.3.8 [INFO] [stderr] Checking wayland-protocols-plasma v0.3.8 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking ravif v0.11.20 [INFO] [stderr] Checking sctk-adwaita v0.10.1 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking xkbcommon-dl v0.4.2 [INFO] [stderr] Checking bstr v1.12.0 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking smol_str v0.2.2 [INFO] [stderr] Checking dpi v0.1.2 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Checking image v0.25.6 [INFO] [stderr] Checking rand v0.9.1 [INFO] [stderr] Checking pollster v0.3.0 [INFO] [stderr] Checking mlua v0.10.5 [INFO] [stderr] Checking wgpu-core-deps-windows-linux-android v25.0.0 [INFO] [stderr] Checking x11rb v0.13.1 [INFO] [stderr] Checking rust-game-engine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `dimensional_camera::ThreeDimensionalCameraController` [INFO] [stdout] --> src/camera_3d/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use dimensional_camera::ThreeDimensionalCameraController; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `universal_camera::UniversalCameraController` [INFO] [stdout] --> src/camera_3d/mod.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use universal_camera::UniversalCameraController; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vec2` [INFO] [stdout] --> src/components_systems/physics_2d/physics_body.rs:1:14 [INFO] [stdout] | [INFO] [stdout] 1 | use cgmath::{vec2, Vector2}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `collections::HashMap` [INFO] [stdout] --> src/components_systems/physics_2d/physics_body.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{collections::HashMap, u8}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::components_systems::physics_2d::physics_body` [INFO] [stdout] --> src/components_systems/physics_2d/physics_body.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::components_systems::physics_2d::physics_body; // assume cgmath for math types [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `hitbox::HitboxComponent` [INFO] [stdout] --> src/components_systems/physics_2d/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use hitbox::HitboxComponent; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `transform_system_add_acceleration` and `transform_system_redirect` [INFO] [stdout] --> src/components_systems/physics_2d/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | transform_system_add_acceleration, transform_system_calculate_intended_position, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | transform_system_physics, transform_system_redirect, TransformComponent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CollisionInfo` [INFO] [stdout] --> src/components_systems/physics_3d/mod.rs:4:40 [INFO] [stdout] | [INFO] [stdout] 4 | pub use collision::{ColliderComponent, CollisionInfo}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SpriteFrame` [INFO] [stdout] --> src/components_systems/mod.rs:10:84 [INFO] [stdout] | [INFO] [stdout] 10 | pub use animation::{animation_system_update_frames, Animation, AnimationComponent, SpriteFrame}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `EuclideanSpace` [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:1:14 [INFO] [stdout] | [INFO] [stdout] 1 | use cgmath::{EuclideanSpace, Point3, Vector3}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `dimensional_camera::ThreeDimensionalCameraController` [INFO] [stdout] --> src/camera_3d/mod.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use dimensional_camera::ThreeDimensionalCameraController; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `universal_camera::UniversalCameraController` [INFO] [stdout] --> src/camera_3d/mod.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use universal_camera::UniversalCameraController; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vec2` [INFO] [stdout] --> src/components_systems/physics_2d/physics_body.rs:1:14 [INFO] [stdout] | [INFO] [stdout] 1 | use cgmath::{vec2, Vector2}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `collections::HashMap` [INFO] [stdout] --> src/components_systems/physics_2d/physics_body.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{collections::HashMap, u8}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::components_systems::physics_2d::physics_body` [INFO] [stdout] --> src/components_systems/physics_2d/physics_body.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::components_systems::physics_2d::physics_body; // assume cgmath for math types [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `hitbox::HitboxComponent` [INFO] [stdout] --> src/components_systems/physics_2d/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use hitbox::HitboxComponent; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `transform_system_add_acceleration` and `transform_system_redirect` [INFO] [stdout] --> src/components_systems/physics_2d/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | transform_system_add_acceleration, transform_system_calculate_intended_position, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | transform_system_physics, transform_system_redirect, TransformComponent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CollisionInfo` [INFO] [stdout] --> src/components_systems/physics_3d/mod.rs:4:40 [INFO] [stdout] | [INFO] [stdout] 4 | pub use collision::{ColliderComponent, CollisionInfo}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SpriteFrame` [INFO] [stdout] --> src/components_systems/mod.rs:10:84 [INFO] [stdout] | [INFO] [stdout] 10 | pub use animation::{animation_system_update_frames, Animation, AnimationComponent, SpriteFrame}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `EuclideanSpace` [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:1:14 [INFO] [stdout] | [INFO] [stdout] 1 | use cgmath::{EuclideanSpace, Point3, Vector3}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `entity` [INFO] [stdout] --> src/components_systems/physics_2d/transform.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | for (entity, body) in world.physics_bodies_2d.iter_mut() { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `entity` [INFO] [stdout] --> src/components_systems/physics_2d/transform.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | for (entity, body) in world.physics_bodies_2d.iter_mut() { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:468:22 [INFO] [stdout] | [INFO] [stdout] 468 | for (i, e) in group_elements.iter().enumerate() {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:468:25 [INFO] [stdout] | [INFO] [stdout] 468 | for (i, e) in group_elements.iter().enumerate() {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Perspective3D` and `Universal3D` are never constructed [INFO] [stdout] --> src/camera_3d/camera_3d.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum CameraMode { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] 7 | Perspective3D, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 8 | Orthographic2D, [INFO] [stdout] 9 | Universal3D, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CameraMode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `CameraAction` is never used [INFO] [stdout] --> src/camera_3d/camera_3d.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | pub enum CameraAction { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CameraInputMap` is never constructed [INFO] [stdout] --> src/camera_3d/camera_3d.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct CameraInputMap { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `insert`, and `get` are never used [INFO] [stdout] --> src/camera_3d/camera_3d.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 112 | impl CameraInputMap { [INFO] [stdout] | ------------------- associated items in this implementation [INFO] [stdout] 113 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | pub fn insert(mut self, key: KeyCode, action: CameraAction) -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | pub fn get(&self, key: &KeyCode) -> Option { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ThreeDimensionalCameraController` is never constructed [INFO] [stdout] --> src/camera_3d/dimensional_camera.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ThreeDimensionalCameraController { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `process_events`, and `update_camera` are never used [INFO] [stdout] --> src/camera_3d/dimensional_camera.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl ThreeDimensionalCameraController { [INFO] [stdout] | ------------------------------------- associated items in this implementation [INFO] [stdout] 17 | pub fn new(locked: bool, speed: f32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub fn process_events(&mut self, event: &WindowEvent) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | pub fn update_camera(&self, camera: &mut Camera3D) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UniversalCameraController` is never constructed [INFO] [stdout] --> src/camera_3d/universal_camera.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct UniversalCameraController { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/camera_3d/universal_camera.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 22 | impl UniversalCameraController { [INFO] [stdout] | ------------------------------ associated items in this implementation [INFO] [stdout] 23 | pub fn new(locked: bool, speed: f32, sensitivity: f32, input_map: CameraInputMap) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub fn disable_roll(mut self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub fn enable_roll(mut self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn disable_rotation(mut self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | pub fn enable_rotation(mut self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | pub fn disable_flight_mode(mut self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn enable_flight_mode(mut self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `total` is never read [INFO] [stdout] --> src/components_systems/health.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct HealthComponent { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 5 | pub total: u16, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HealthComponent` 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 `offset` and `is_solid` are never read [INFO] [stdout] --> src/components_systems/physics_2d/collision.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct ColliderComponent { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 13 | pub offset: [f32; 2], [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 14 | pub size: [f32; 2], [INFO] [stdout] 15 | pub is_solid: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ColliderComponent` 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: struct `HitboxComponent` is never constructed [INFO] [stdout] --> src/components_systems/physics_2d/hitbox.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct HitboxComponent { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Circle` is never constructed [INFO] [stdout] --> src/components_systems/physics_2d/physics_body.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 27 | pub enum Shape { [INFO] [stdout] | ----- variant in this enum [INFO] [stdout] 28 | Circle { radius: f32 }, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Shape` 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 `position`, `velocity`, `acceleration`, and `size` are never read [INFO] [stdout] --> src/components_systems/physics_2d/transform.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct TransformComponent { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 10 | pub position: [f32; 2], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 11 | pub velocity: [f32; 2], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 12 | pub acceleration: [f32; 2], [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 13 | pub size: [f32; 2], [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TransformComponent` 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: function `apply_physics_to_transform` is never used [INFO] [stdout] --> src/components_systems/physics_2d/transform.rs:36:4 [INFO] [stdout] | [INFO] [stdout] 36 | fn apply_physics_to_transform( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transform_system_add_acceleration` is never used [INFO] [stdout] --> src/components_systems/physics_2d/transform.rs:72:8 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn transform_system_add_acceleration(world: &mut World, id: Entity, dx: f32, dy: f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transform_system_redirect` is never used [INFO] [stdout] --> src/components_systems/physics_2d/transform.rs:79:8 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn transform_system_redirect( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `offset`, `size`, and `is_solid` are never read [INFO] [stdout] --> src/components_systems/physics_3d/collision.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct ColliderComponent { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 10 | pub offset: [f32; 3], [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 11 | pub size: [f32; 3], [INFO] [stdout] | ^^^^ [INFO] [stdout] 12 | pub is_solid: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ColliderComponent` 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: struct `CollisionInfo` is never constructed [INFO] [stdout] --> src/components_systems/physics_3d/collision.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct CollisionInfo { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `collision_system` is never used [INFO] [stdout] --> src/components_systems/physics_3d/collision.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn collision_system( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_colliding_3d` is never used [INFO] [stdout] --> src/components_systems/physics_3d/collision.rs:79:8 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn is_colliding_3d( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `velocity` and `acceleration` are never read [INFO] [stdout] --> src/components_systems/physics_3d/transform.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct TransformComponent { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 7 | pub position: [f32; 3], [INFO] [stdout] 8 | pub velocity: [f32; 3], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 9 | pub acceleration: [f32; 3], [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TransformComponent` 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: function `transform_system_physics` is never used [INFO] [stdout] --> src/components_systems/physics_3d/transform.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn transform_system_physics(world: &mut World, delta_time: f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transform_system_calculate_intended_position` is never used [INFO] [stdout] --> src/components_systems/physics_3d/transform.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn transform_system_calculate_intended_position( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transform_system_add_acceleration` is never used [INFO] [stdout] --> src/components_systems/physics_3d/transform.rs:84:8 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn transform_system_add_acceleration(world: &mut World, id: Entity, dx: f32, dy: f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transform_system_redirect` is never used [INFO] [stdout] --> src/components_systems/physics_3d/transform.rs:91:8 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn transform_system_redirect( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LuaCameraKeyBinding` is never constructed [INFO] [stdout] --> src/engine.rs:736:8 [INFO] [stdout] | [INFO] [stdout] 736 | struct LuaCameraKeyBinding { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LuaCameraConfig` is never constructed [INFO] [stdout] --> src/engine.rs:742:8 [INFO] [stdout] | [INFO] [stdout] 742 | struct LuaCameraConfig { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `from_lua_table`, `parse_keycode`, and `parse_camera_action` are never used [INFO] [stdout] --> src/engine.rs:750:8 [INFO] [stdout] | [INFO] [stdout] 749 | impl LuaCameraConfig { [INFO] [stdout] | -------------------- associated functions in this implementation [INFO] [stdout] 750 | fn from_lua_table(table: Table) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 773 | fn parse_keycode(s: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 791 | fn parse_camera_action(s: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `random_color` is never used [INFO] [stdout] --> src/engine.rs:862:4 [INFO] [stdout] | [INFO] [stdout] 862 | fn random_color() -> wgpu::Color { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_background` is never used [INFO] [stdout] --> src/graphics.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 10 | pub trait Graphics { [INFO] [stdout] | -------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 14 | fn set_background(&mut self, color: wgpu::Color); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `window` is never read [INFO] [stdout] --> src/graphics_2d/graphics_2d.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct Graphics2D { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 41 | window: Arc, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `vertex_buffer` and `index_buffer` are never read [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct Graphics3D { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 30 | vertex_buffer: wgpu::Buffer, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 31 | index_buffer: wgpu::Buffer, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `CompareFunction` is never used [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | pub enum CompareFunction { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `set_background` and `update_camera_config` are never used [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 71 | impl Graphics3D { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] 72 | pub fn set_background(&mut self, color: wgpu::Color) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 301 | pub fn update_camera_config( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `pretty_print_table` is never used [INFO] [stdout] --> src/lua_scriptor.rs:132:12 [INFO] [stdout] | [INFO] [stdout] 41 | impl LuaExtendedExecutor { [INFO] [stdout] | ------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 132 | pub fn pretty_print_table(table: LuaTable, indent: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `size` and `id` are never read [INFO] [stdout] --> src/texture.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Texture { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 10 | pub size: wgpu::Extent3d, [INFO] [stdout] | ^^^^ [INFO] [stdout] 11 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Texture` 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: associated function `from_bytes` is never used [INFO] [stdout] --> src/texture.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl Texture { [INFO] [stdout] | ------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 17 | pub fn from_bytes( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `colliders_3d` is never read [INFO] [stdout] --> src/world/world.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct World { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 26 | pub colliders_3d: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `World` 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: unused variable: `i` [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:468:22 [INFO] [stdout] | [INFO] [stdout] 468 | for (i, e) in group_elements.iter().enumerate() {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:468:25 [INFO] [stdout] | [INFO] [stdout] 468 | for (i, e) in group_elements.iter().enumerate() {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:572:9 [INFO] [stdout] | [INFO] [stdout] 572 | self.render(world.extract_render_queue()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 572 | let _ = self.render(world.extract_render_queue()); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Perspective3D` and `Universal3D` are never constructed [INFO] [stdout] --> src/camera_3d/camera_3d.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum CameraMode { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] 7 | Perspective3D, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 8 | Orthographic2D, [INFO] [stdout] 9 | Universal3D, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CameraMode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `CameraAction` is never used [INFO] [stdout] --> src/camera_3d/camera_3d.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | pub enum CameraAction { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CameraInputMap` is never constructed [INFO] [stdout] --> src/camera_3d/camera_3d.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct CameraInputMap { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `insert`, and `get` are never used [INFO] [stdout] --> src/camera_3d/camera_3d.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 112 | impl CameraInputMap { [INFO] [stdout] | ------------------- associated items in this implementation [INFO] [stdout] 113 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | pub fn insert(mut self, key: KeyCode, action: CameraAction) -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | pub fn get(&self, key: &KeyCode) -> Option { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ThreeDimensionalCameraController` is never constructed [INFO] [stdout] --> src/camera_3d/dimensional_camera.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ThreeDimensionalCameraController { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `process_events`, and `update_camera` are never used [INFO] [stdout] --> src/camera_3d/dimensional_camera.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl ThreeDimensionalCameraController { [INFO] [stdout] | ------------------------------------- associated items in this implementation [INFO] [stdout] 17 | pub fn new(locked: bool, speed: f32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub fn process_events(&mut self, event: &WindowEvent) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | pub fn update_camera(&self, camera: &mut Camera3D) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UniversalCameraController` is never constructed [INFO] [stdout] --> src/camera_3d/universal_camera.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct UniversalCameraController { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/camera_3d/universal_camera.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 22 | impl UniversalCameraController { [INFO] [stdout] | ------------------------------ associated items in this implementation [INFO] [stdout] 23 | pub fn new(locked: bool, speed: f32, sensitivity: f32, input_map: CameraInputMap) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub fn disable_roll(mut self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub fn enable_roll(mut self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn disable_rotation(mut self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | pub fn enable_rotation(mut self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | pub fn disable_flight_mode(mut self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn enable_flight_mode(mut self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `total` is never read [INFO] [stdout] --> src/components_systems/health.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct HealthComponent { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 5 | pub total: u16, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HealthComponent` 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 `offset` and `is_solid` are never read [INFO] [stdout] --> src/components_systems/physics_2d/collision.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct ColliderComponent { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 13 | pub offset: [f32; 2], [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 14 | pub size: [f32; 2], [INFO] [stdout] 15 | pub is_solid: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ColliderComponent` 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: struct `HitboxComponent` is never constructed [INFO] [stdout] --> src/components_systems/physics_2d/hitbox.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct HitboxComponent { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Circle` is never constructed [INFO] [stdout] --> src/components_systems/physics_2d/physics_body.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 27 | pub enum Shape { [INFO] [stdout] | ----- variant in this enum [INFO] [stdout] 28 | Circle { radius: f32 }, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Shape` 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 `position`, `velocity`, `acceleration`, and `size` are never read [INFO] [stdout] --> src/components_systems/physics_2d/transform.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct TransformComponent { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 10 | pub position: [f32; 2], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 11 | pub velocity: [f32; 2], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 12 | pub acceleration: [f32; 2], [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 13 | pub size: [f32; 2], [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TransformComponent` 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: function `apply_physics_to_transform` is never used [INFO] [stdout] --> src/components_systems/physics_2d/transform.rs:36:4 [INFO] [stdout] | [INFO] [stdout] 36 | fn apply_physics_to_transform( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transform_system_add_acceleration` is never used [INFO] [stdout] --> src/components_systems/physics_2d/transform.rs:72:8 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn transform_system_add_acceleration(world: &mut World, id: Entity, dx: f32, dy: f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transform_system_redirect` is never used [INFO] [stdout] --> src/components_systems/physics_2d/transform.rs:79:8 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn transform_system_redirect( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `offset`, `size`, and `is_solid` are never read [INFO] [stdout] --> src/components_systems/physics_3d/collision.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct ColliderComponent { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 10 | pub offset: [f32; 3], [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 11 | pub size: [f32; 3], [INFO] [stdout] | ^^^^ [INFO] [stdout] 12 | pub is_solid: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ColliderComponent` 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: struct `CollisionInfo` is never constructed [INFO] [stdout] --> src/components_systems/physics_3d/collision.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct CollisionInfo { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `collision_system` is never used [INFO] [stdout] --> src/components_systems/physics_3d/collision.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn collision_system( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_colliding_3d` is never used [INFO] [stdout] --> src/components_systems/physics_3d/collision.rs:79:8 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn is_colliding_3d( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `velocity` and `acceleration` are never read [INFO] [stdout] --> src/components_systems/physics_3d/transform.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct TransformComponent { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 7 | pub position: [f32; 3], [INFO] [stdout] 8 | pub velocity: [f32; 3], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 9 | pub acceleration: [f32; 3], [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TransformComponent` 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: function `transform_system_physics` is never used [INFO] [stdout] --> src/components_systems/physics_3d/transform.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn transform_system_physics(world: &mut World, delta_time: f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transform_system_calculate_intended_position` is never used [INFO] [stdout] --> src/components_systems/physics_3d/transform.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn transform_system_calculate_intended_position( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transform_system_add_acceleration` is never used [INFO] [stdout] --> src/components_systems/physics_3d/transform.rs:84:8 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn transform_system_add_acceleration(world: &mut World, id: Entity, dx: f32, dy: f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transform_system_redirect` is never used [INFO] [stdout] --> src/components_systems/physics_3d/transform.rs:91:8 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn transform_system_redirect( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LuaCameraKeyBinding` is never constructed [INFO] [stdout] --> src/engine.rs:736:8 [INFO] [stdout] | [INFO] [stdout] 736 | struct LuaCameraKeyBinding { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LuaCameraConfig` is never constructed [INFO] [stdout] --> src/engine.rs:742:8 [INFO] [stdout] | [INFO] [stdout] 742 | struct LuaCameraConfig { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `from_lua_table`, `parse_keycode`, and `parse_camera_action` are never used [INFO] [stdout] --> src/engine.rs:750:8 [INFO] [stdout] | [INFO] [stdout] 749 | impl LuaCameraConfig { [INFO] [stdout] | -------------------- associated functions in this implementation [INFO] [stdout] 750 | fn from_lua_table(table: Table) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 773 | fn parse_keycode(s: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 791 | fn parse_camera_action(s: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `random_color` is never used [INFO] [stdout] --> src/engine.rs:862:4 [INFO] [stdout] | [INFO] [stdout] 862 | fn random_color() -> wgpu::Color { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_background` is never used [INFO] [stdout] --> src/graphics.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 10 | pub trait Graphics { [INFO] [stdout] | -------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 14 | fn set_background(&mut self, color: wgpu::Color); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `window` is never read [INFO] [stdout] --> src/graphics_2d/graphics_2d.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct Graphics2D { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 41 | window: Arc, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `vertex_buffer` and `index_buffer` are never read [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct Graphics3D { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 30 | vertex_buffer: wgpu::Buffer, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 31 | index_buffer: wgpu::Buffer, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `CompareFunction` is never used [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | pub enum CompareFunction { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `set_background` and `update_camera_config` are never used [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 71 | impl Graphics3D { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] 72 | pub fn set_background(&mut self, color: wgpu::Color) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 301 | pub fn update_camera_config( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `pretty_print_table` is never used [INFO] [stdout] --> src/lua_scriptor.rs:132:12 [INFO] [stdout] | [INFO] [stdout] 41 | impl LuaExtendedExecutor { [INFO] [stdout] | ------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 132 | pub fn pretty_print_table(table: LuaTable, indent: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `size` and `id` are never read [INFO] [stdout] --> src/texture.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Texture { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 10 | pub size: wgpu::Extent3d, [INFO] [stdout] | ^^^^ [INFO] [stdout] 11 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Texture` 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: associated function `from_bytes` is never used [INFO] [stdout] --> src/texture.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl Texture { [INFO] [stdout] | ------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 17 | pub fn from_bytes( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `colliders_3d` is never read [INFO] [stdout] --> src/world/world.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct World { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 26 | pub colliders_3d: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `World` 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: unused `std::result::Result` that must be used [INFO] [stdout] --> src/graphics_3d/graphics_3d.rs:572:9 [INFO] [stdout] | [INFO] [stdout] 572 | self.render(world.extract_render_queue()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 572 | let _ = self.render(world.extract_render_queue()); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s [INFO] running `Command { std: "docker" "inspect" "ce3675eac77d8c555a77695245f1d471b15c77f1b5a34164e4b3f0a130a911d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce3675eac77d8c555a77695245f1d471b15c77f1b5a34164e4b3f0a130a911d0", kill_on_drop: false }` [INFO] [stdout] ce3675eac77d8c555a77695245f1d471b15c77f1b5a34164e4b3f0a130a911d0