[INFO] cloning repository https://github.com/Vixeliz/Vinox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Vixeliz/Vinox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVixeliz%2FVinox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVixeliz%2FVinox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1897e5b50291a476479b2ffbcb9b57836bb124ef [INFO] checking Vixeliz/Vinox against try#ebb118907fa893a392c699ddf120848fa0a8d6c2 for pr-116930 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVixeliz%2FVinox" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Vixeliz/Vinox on toolchain ebb118907fa893a392c699ddf120848fa0a8d6c2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ebb118907fa893a392c699ddf120848fa0a8d6c2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Vixeliz/Vinox [INFO] finished tweaking git repo https://github.com/Vixeliz/Vinox [INFO] tweaked toml for git repo https://github.com/Vixeliz/Vinox written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Vixeliz/Vinox 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" "+ebb118907fa893a392c699ddf120848fa0a8d6c2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+ebb118907fa893a392c699ddf120848fa0a8d6c2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 913622bc3b8dadd289df010ab13fed2090f7a48f585926264e49a713d61697da [INFO] running `Command { std: "docker" "start" "-a" "913622bc3b8dadd289df010ab13fed2090f7a48f585926264e49a713d61697da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "913622bc3b8dadd289df010ab13fed2090f7a48f585926264e49a713d61697da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "913622bc3b8dadd289df010ab13fed2090f7a48f585926264e49a713d61697da", kill_on_drop: false }` [INFO] [stdout] 913622bc3b8dadd289df010ab13fed2090f7a48f585926264e49a713d61697da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+ebb118907fa893a392c699ddf120848fa0a8d6c2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14799e7fe272afe7a4a57b00e53e3e7b7346bd3d92f4915bd192318e64c2bde3 [INFO] running `Command { std: "docker" "start" "-a" "14799e7fe272afe7a4a57b00e53e3e7b7346bd3d92f4915bd192318e64c2bde3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Compiling serde v1.0.180 [INFO] [stderr] Compiling serde_derive v1.0.180 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling xml-rs v0.8.16 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling thiserror v1.0.44 [INFO] [stderr] Checking bitflags v2.3.3 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Checking half v2.3.1 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking crossbeam-channel v0.5.8 [INFO] [stderr] Checking flate2 v1.0.26 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.87 [INFO] [stderr] Checking ttf-parser v0.19.1 [INFO] [stderr] Checking mint v0.5.9 [INFO] [stderr] Checking parking_lot_core v0.9.8 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking rayon v1.7.0 [INFO] [stderr] Compiling bumpalo v3.13.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking png v0.17.9 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.87 [INFO] [stderr] Checking owned_ttf_parser v0.19.0 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking ab_glyph v0.2.21 [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Checking glam v0.24.1 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling serde_json v1.0.104 [INFO] [stderr] Compiling camino v1.1.6 [INFO] [stderr] Compiling semver v1.0.18 [INFO] [stderr] Checking zeroize v1.6.0 [INFO] [stderr] Checking cpufeatures v0.2.9 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.87 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Checking euclid v0.22.9 [INFO] [stderr] Checking concurrent-queue v2.2.0 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling pulldown-cmark v0.9.3 [INFO] [stderr] Checking parking v2.1.0 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Checking weezl v0.1.7 [INFO] [stderr] Checking termcolor v1.2.0 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling wasm-bindgen v0.2.87 [INFO] [stderr] Checking pin-project-lite v0.2.10 [INFO] [stderr] Compiling fixed v1.23.1 [INFO] [stderr] Checking unicode-width v0.1.10 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking poly1305 v0.8.0 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Checking lyon_geom v1.0.4 [INFO] [stderr] Checking xcursor v0.3.4 [INFO] [stderr] Checking num-integer v0.1.45 [INFO] [stderr] Checking indexmap v1.9.3 [INFO] [stderr] Compiling libsqlite3-sys v0.26.0 [INFO] [stderr] Compiling cargo-platform v0.1.3 [INFO] [stderr] Checking chacha20 v0.9.1 [INFO] [stderr] Checking async-lock v2.7.0 [INFO] [stderr] Checking jpeg-decoder v0.3.0 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Checking gpu-alloc-types v0.3.0 [INFO] [stderr] Checking nix v0.25.1 [INFO] [stderr] Checking spirv v0.2.0+1.5.4 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.0 [INFO] [stderr] Checking gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Checking encoding_rs v0.8.32 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling fastrand v2.0.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Checking lebe v0.5.2 [INFO] [stderr] Compiling tempfile v3.7.0 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Checking hashbrown v0.14.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking gif v0.12.0 [INFO] [stderr] Checking gpu-descriptor v0.2.3 [INFO] [stderr] Checking tiff v0.8.1 [INFO] [stderr] Checking gpu-alloc v0.6.0 [INFO] [stderr] Checking chacha20poly1305 v0.10.1 [INFO] [stderr] Compiling cargo_metadata v0.14.2 [INFO] [stderr] Checking num-rational v0.4.1 [INFO] [stderr] Checking wayland-cursor v0.29.5 [INFO] [stderr] Checking alsa-sys v0.3.1 [INFO] [stderr] Checking lyon_path v1.0.4 [INFO] [stderr] Checking khronos-egl v4.1.0 [INFO] [stderr] Checking wgpu-types v0.17.0 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Checking profiling v1.0.8 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling bytecount v0.6.3 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling rustix v0.37.23 [INFO] [stderr] Compiling cpal v0.15.2 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling winit v0.28.6 [INFO] [stderr] Compiling skeptic v0.13.7 [INFO] [stderr] Checking alsa v0.7.1 [INFO] [stderr] Checking renetcode v0.0.9 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking hashlink v0.8.3 [INFO] [stderr] Checking nix v0.26.2 [INFO] [stderr] Checking ogg v0.8.0 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking float_next_after v0.1.5 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking octets v0.2.0 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Checking async-task v4.4.0 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking uuid v1.4.1 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Compiling gilrs v0.10.2 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking gilrs-core v0.5.6 [INFO] [stderr] Checking glyph_brush_layout v0.2.3 [INFO] [stderr] Checking glyph_brush_draw_cache v0.1.5 [INFO] [stderr] Checking renet v0.0.13 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Checking lewton v0.10.2 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Compiling ggez v0.9.3 (https://github.com/vixeliz/ggez?branch=devel#cea4a95d) [INFO] [stderr] Checking x11-dl v2.21.0 [INFO] [stderr] Checking lyon_algorithms v1.0.3 [INFO] [stderr] Compiling crevice-derive v0.10.0 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking ordered-float v3.7.0 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking hound v3.5.0 [INFO] [stderr] Checking atomic-waker v1.1.1 [INFO] [stderr] Checking claxon v0.4.3 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Checking urlencoding v2.1.2 [INFO] [stderr] Checking blocking v1.3.1 [INFO] [stderr] Checking glyph_brush v0.7.7 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking zip v0.6.6 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking toml v0.5.11 [INFO] [stderr] Checking obj-rs v0.7.1 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Compiling async-fs v1.6.0 [INFO] [stderr] Compiling async-net v1.7.0 [INFO] [stderr] Compiling async-process v1.7.0 [INFO] [stderr] Checking base64 v0.21.2 [INFO] [stderr] Compiling time-core v0.1.1 [INFO] [stderr] Checking emath v0.22.0 [INFO] [stderr] Checking pollster v0.3.0 [INFO] [stderr] Checking nohash-hasher v0.2.0 [INFO] [stderr] Checking ecolor v0.22.0 [INFO] [stderr] Checking typed-arena v2.0.2 [INFO] [stderr] Compiling time-macros v0.2.11 [INFO] [stderr] Checking epaint v0.22.0 [INFO] [stderr] Checking hecs v0.10.3 [INFO] [stderr] Compiling bytemuck_derive v1.4.1 [INFO] [stderr] Compiling thiserror-impl v1.0.44 [INFO] [stderr] Compiling pin-project-internal v1.1.2 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.87 [INFO] [stderr] Checking js-sys v0.3.64 [INFO] [stderr] Compiling gltf-derive v1.2.0 [INFO] [stderr] Checking web-sys v0.3.64 [INFO] [stderr] Checking wasm-bindgen-futures v0.4.37 [INFO] [stderr] Compiling smart-default v0.7.1 [INFO] [stderr] Checking gltf-json v1.2.0 [INFO] [stderr] Checking symphonia-core v0.5.3 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking tiny-skia-path v0.8.4 [INFO] [stderr] Checking symphonia-metadata v0.5.3 [INFO] [stderr] Checking symphonia-bundle-mp3 v0.5.3 [INFO] [stderr] Checking tiny-skia v0.8.4 [INFO] [stderr] Checking symphonia v0.5.3 [INFO] [stderr] Checking rodio v0.17.1 [INFO] [stderr] Checking crevice v0.13.0 [INFO] [stderr] Compiling fixed-macro-impl v1.2.0 [INFO] [stderr] Checking naga v0.13.0 [INFO] [stderr] Checking calloop v0.10.6 [INFO] [stderr] Checking lyon_tessellation v1.0.10 [INFO] [stderr] Checking lyon v1.0.1 [INFO] [stderr] Compiling miniquad v0.3.16 [INFO] [stderr] Checking deranged v0.3.6 [INFO] [stderr] Checking sctk-adwaita v0.5.4 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Checking time v0.3.24 [INFO] [stderr] Checking egui v0.22.0 [INFO] [stderr] Checking async-executor v1.5.1 [INFO] [stderr] Checking smol v1.3.0 [INFO] [stderr] Checking simple_logger v4.2.0 [INFO] [stderr] Checking ron v0.8.0 [INFO] [stderr] Checking wgpu-hal v0.17.0 [INFO] [stderr] Checking game-loop v0.10.2 [INFO] [stderr] Checking vinox_formats v0.1.0 (/opt/rustwide/workdir/vinox_formats) [INFO] [stderr] Checking vinox_generation v0.1.0 (/opt/rustwide/workdir/vinox_generation) [INFO] [stderr] Checking pin-project v1.1.2 [INFO] [stderr] Checking flume v0.10.14 [INFO] [stderr] Checking exr v1.6.4 [INFO] [stderr] Checking wgpu-core v0.17.0 [INFO] [stderr] Checking fixed-macro-types v1.2.0 [INFO] [stderr] Checking fixed-macro v1.2.0 [INFO] [stderr] Checking image v0.24.6 [INFO] [stderr] Checking wgpu v0.17.0 [INFO] [stderr] Checking gltf v1.2.0 [INFO] [stderr] Checking texture_packer v0.25.0 [INFO] [stderr] Checking ggez_atlas v0.1.0 (https://github.com/vixeliz/ggez_atlas#49215a58) [INFO] [stderr] Checking ggegui v0.3.7 (https://github.com/vixeliz/ggegui#a9d755f4) [INFO] [stderr] Checking rusqlite v0.29.0 [INFO] [stderr] Checking vinox_common v0.1.0 (/opt/rustwide/workdir/vinox_common) [INFO] [stderr] Checking vinox_server v0.1.0 (/opt/rustwide/workdir/vinox_server) [INFO] [stderr] Checking vinox_client v0.1.0 (/opt/rustwide/workdir/vinox_client) [INFO] [stdout] warning: unused imports: `Arc`, `Mutex` [INFO] [stdout] --> vinox_client/src/game.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | sync::{Arc, Mutex}, [INFO] [stdout] | ^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Arc`, `Mutex` [INFO] [stdout] --> vinox_client/src/ggez_state.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::{Arc, Mutex}; [INFO] [stdout] | ^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Arc`, `Mutex` [INFO] [stdout] --> vinox_client/src/game.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | sync::{Arc, Mutex}, [INFO] [stdout] | ^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Mesh3d` [INFO] [stdout] --> vinox_client/src/ggez_state.rs:13:58 [INFO] [stdout] | [INFO] [stdout] 13 | DrawParam, DrawParam3d, Drawable3d, ImageFormat, Mesh3d, Mesh3dBuilder, Sampler, Shader, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `glam::Vec3` [INFO] [stdout] --> vinox_client/src/ggez_state.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use glam::Vec3; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Arc`, `Mutex` [INFO] [stdout] --> vinox_client/src/ggez_state.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::{Arc, Mutex}; [INFO] [stdout] | ^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RgbaImage` [INFO] [stdout] --> vinox_client/src/render/model.rs:4:43 [INFO] [stdout] | [INFO] [stdout] 4 | use image::{EncodableLayout, ImageBuffer, RgbaImage}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Mesh3d` [INFO] [stdout] --> vinox_client/src/ggez_state.rs:13:58 [INFO] [stdout] | [INFO] [stdout] 13 | DrawParam, DrawParam3d, Drawable3d, ImageFormat, Mesh3d, Mesh3dBuilder, Sampler, Shader, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `glam::Vec3` [INFO] [stdout] --> vinox_client/src/ggez_state.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use glam::Vec3; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RgbaImage` [INFO] [stdout] --> vinox_client/src/render/model.rs:4:43 [INFO] [stdout] | [INFO] [stdout] 4 | use image::{EncodableLayout, ImageBuffer, RgbaImage}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `exit` is never used [INFO] [stdout] --> vinox_server/src/game.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 9 | impl VinoxServer { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 25 | pub fn exit(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `exit` is never used [INFO] [stdout] --> vinox_server/src/network/state.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl NetworkState { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 58 | pub fn exit(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `exit` is never used [INFO] [stdout] --> vinox_server/src/game.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 9 | impl VinoxServer { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 25 | pub fn exit(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `exit` is never used [INFO] [stdout] --> vinox_server/src/network/state.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl NetworkState { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 58 | pub fn exit(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | gameworld: &mut SharedState, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | ctx: &mut Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | gameworld: &mut SharedState, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | ctx: &mut Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | gameworld: &mut SharedState, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | gameworld: &mut SharedState, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:51:24 [INFO] [stdout] | [INFO] [stdout] 51 | fn tick(&mut self, gameworld: &mut SharedState, ctx: &mut Context) -> Result<(), String> { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:51:53 [INFO] [stdout] | [INFO] [stdout] 51 | fn tick(&mut self, gameworld: &mut SharedState, ctx: &mut Context) -> Result<(), String> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:51:24 [INFO] [stdout] | [INFO] [stdout] 51 | fn tick(&mut self, gameworld: &mut SharedState, ctx: &mut Context) -> Result<(), String> { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | gameworld: &mut SharedState, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:51:53 [INFO] [stdout] | [INFO] [stdout] 51 | fn tick(&mut self, gameworld: &mut SharedState, ctx: &mut Context) -> Result<(), String> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | gameworld: &mut SharedState, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `event` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | event: SceneEvents, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `event` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | event: SceneEvents, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | ctx: &mut Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | ctx: &mut Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `started` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | started: bool, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_started` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `started` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | started: bool, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_started` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:64:22 [INFO] [stdout] | [INFO] [stdout] 64 | fn ui(&mut self, gameworld: &mut SharedState, ui: &mut egui::Context, ctx: &mut Context) { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:64:22 [INFO] [stdout] | [INFO] [stdout] 64 | fn ui(&mut self, gameworld: &mut SharedState, ui: &mut egui::Context, ctx: &mut Context) { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:64:75 [INFO] [stdout] | [INFO] [stdout] 64 | fn ui(&mut self, gameworld: &mut SharedState, ui: &mut egui::Context, ctx: &mut Context) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/game/mod.rs:64:75 [INFO] [stdout] | [INFO] [stdout] 64 | fn ui(&mut self, gameworld: &mut SharedState, ui: &mut egui::Context, ctx: &mut Context) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | gameworld: &mut SharedState, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | ctx: &mut Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | gameworld: &mut SharedState, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | ctx: &mut Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | gameworld: &mut SharedState, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | gameworld: &mut SharedState, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:51:24 [INFO] [stdout] | [INFO] [stdout] 51 | fn tick(&mut self, gameworld: &mut SharedState, ctx: &mut Context) -> Result<(), String> { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:51:53 [INFO] [stdout] | [INFO] [stdout] 51 | fn tick(&mut self, gameworld: &mut SharedState, ctx: &mut Context) -> Result<(), String> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | gameworld: &mut SharedState, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `event` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | event: SceneEvents, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | ctx: &mut Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `started` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | started: bool, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_started` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:64:22 [INFO] [stdout] | [INFO] [stdout] 64 | fn ui(&mut self, gameworld: &mut SharedState, ui: &mut egui::Context, ctx: &mut Context) { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:64:75 [INFO] [stdout] | [INFO] [stdout] 64 | fn ui(&mut self, gameworld: &mut SharedState, ui: &mut egui::Context, ctx: &mut Context) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:51:24 [INFO] [stdout] | [INFO] [stdout] 51 | fn tick(&mut self, gameworld: &mut SharedState, ctx: &mut Context) -> Result<(), String> { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:51:53 [INFO] [stdout] | [INFO] [stdout] 51 | fn tick(&mut self, gameworld: &mut SharedState, ctx: &mut Context) -> Result<(), String> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | gameworld: &mut SharedState, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `event` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | event: SceneEvents, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | ctx: &mut Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `started` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | started: bool, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_started` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gameworld` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:64:22 [INFO] [stdout] | [INFO] [stdout] 64 | fn ui(&mut self, gameworld: &mut SharedState, ui: &mut egui::Context, ctx: &mut Context) { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gameworld` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> vinox_client/src/scene/menu/mod.rs:64:75 [INFO] [stdout] | [INFO] [stdout] 64 | fn ui(&mut self, gameworld: &mut SharedState, ui: &mut egui::Context, ctx: &mut Context) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Commands` is never constructed [INFO] [stdout] --> vinox_client/src/commands.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Commands {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `animations` is never read [INFO] [stdout] --> vinox_client/src/ggez_state.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 22 | pub struct GgezModel { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 23 | model: graphics::Model, [INFO] [stdout] 24 | animations: Vec, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Commands` is never constructed [INFO] [stdout] --> vinox_client/src/commands.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Commands {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `psx_shader` is never read [INFO] [stdout] --> vinox_client/src/ggez_state.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 69 | pub struct GgezState { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 74 | psx_shader: Shader, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `animations` is never read [INFO] [stdout] --> vinox_client/src/ggez_state.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 22 | pub struct GgezModel { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 23 | model: graphics::Model, [INFO] [stdout] 24 | animations: Vec, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_gltf_bytes` is never used [INFO] [stdout] --> vinox_client/src/render/model.rs:296:12 [INFO] [stdout] | [INFO] [stdout] 150 | impl Model { [INFO] [stdout] | ---------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 296 | pub fn from_gltf_bytes( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `psx_shader` is never read [INFO] [stdout] --> vinox_client/src/ggez_state.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 69 | pub struct GgezState { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 74 | psx_shader: Shader, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_gltf_bytes` is never used [INFO] [stdout] --> vinox_client/src/render/model.rs:296:12 [INFO] [stdout] | [INFO] [stdout] 150 | impl Model { [INFO] [stdout] | ---------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 296 | pub fn from_gltf_bytes( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> vinox_client/src/scene/mod.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | pub enum SceneEvents { [INFO] [stdout] | ----------- variants in this enum [INFO] [stdout] 21 | /// No event [INFO] [stdout] 22 | None, [INFO] [stdout] | ^^^^ [INFO] [stdout] 23 | /// event originated in `mouse_button_down_event()` [INFO] [stdout] 24 | MouseButtonDownEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 25 | /// event originated in `mouse_button_up_event()` [INFO] [stdout] 26 | MouseButtonUpEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 27 | /// event originated in `mouse_motion_event()` [INFO] [stdout] 28 | MouseMotionEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | /// event originated in `raw_mouse_motion_event()` [INFO] [stdout] 30 | RawMouseMotionEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | /// event originated in `mouse_enter_or_leave()` [INFO] [stdout] 32 | MouseEnterOrLeave, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | /// event originated in `mouse_wheel_event()` [INFO] [stdout] 34 | MouseWheelEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 35 | /// event originated in `key_down_event()` [INFO] [stdout] 36 | KeyDownEvent, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 37 | /// event originated in `key_up_event()` [INFO] [stdout] 38 | KeyUpEvent, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 39 | /// event originated in `text_input_event()` [INFO] [stdout] 40 | TextInputEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 41 | /// event originated in `touch_event()` [INFO] [stdout] 42 | TouchEvent, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 43 | /// event originated in `gamepad_button_down_event()` [INFO] [stdout] 44 | GamepadButtonDownEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 45 | /// event originated in `gamepad_button_up_event()` [INFO] [stdout] 46 | GamepadButtonUpEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 47 | /// event originated in `gamepad_axis_event()` [INFO] [stdout] 48 | GamepadAxisEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 49 | /// event originated in `focus_event()` [INFO] [stdout] 50 | FocusEvent, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 51 | /// event originated in `quit_event()` [INFO] [stdout] 52 | QuitEvent, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 53 | /// event originated in `resize_event()` [INFO] [stdout] 54 | ResizeEvent, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Pop` is never constructed [INFO] [stdout] --> vinox_client/src/scene/mod.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 59 | pub enum SceneSwitch { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 63 | Pop, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `pop` is never used [INFO] [stdout] --> vinox_client/src/scene/mod.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 85 | impl SceneSwitch { [INFO] [stdout] | ------------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 108 | pub fn pop() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `current` and `input` are never used [INFO] [stdout] --> vinox_client/src/scene/mod.rs:141:12 [INFO] [stdout] | [INFO] [stdout] 119 | impl SceneStack { [INFO] [stdout] | ----------------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 141 | pub fn current(&self) -> &dyn Scene { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 228 | pub fn input(&mut self, event: Ev, ctx: &mut C, started: bool) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> vinox_client/src/scene/mod.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | pub enum SceneEvents { [INFO] [stdout] | ----------- variants in this enum [INFO] [stdout] 21 | /// No event [INFO] [stdout] 22 | None, [INFO] [stdout] | ^^^^ [INFO] [stdout] 23 | /// event originated in `mouse_button_down_event()` [INFO] [stdout] 24 | MouseButtonDownEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 25 | /// event originated in `mouse_button_up_event()` [INFO] [stdout] 26 | MouseButtonUpEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 27 | /// event originated in `mouse_motion_event()` [INFO] [stdout] 28 | MouseMotionEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | /// event originated in `raw_mouse_motion_event()` [INFO] [stdout] 30 | RawMouseMotionEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | /// event originated in `mouse_enter_or_leave()` [INFO] [stdout] 32 | MouseEnterOrLeave, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | /// event originated in `mouse_wheel_event()` [INFO] [stdout] 34 | MouseWheelEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 35 | /// event originated in `key_down_event()` [INFO] [stdout] 36 | KeyDownEvent, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 37 | /// event originated in `key_up_event()` [INFO] [stdout] 38 | KeyUpEvent, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 39 | /// event originated in `text_input_event()` [INFO] [stdout] 40 | TextInputEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 41 | /// event originated in `touch_event()` [INFO] [stdout] 42 | TouchEvent, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 43 | /// event originated in `gamepad_button_down_event()` [INFO] [stdout] 44 | GamepadButtonDownEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 45 | /// event originated in `gamepad_button_up_event()` [INFO] [stdout] 46 | GamepadButtonUpEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 47 | /// event originated in `gamepad_axis_event()` [INFO] [stdout] 48 | GamepadAxisEvent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 49 | /// event originated in `focus_event()` [INFO] [stdout] 50 | FocusEvent, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 51 | /// event originated in `quit_event()` [INFO] [stdout] 52 | QuitEvent, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 53 | /// event originated in `resize_event()` [INFO] [stdout] 54 | ResizeEvent, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Pop` is never constructed [INFO] [stdout] --> vinox_client/src/scene/mod.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 59 | pub enum SceneSwitch { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 63 | Pop, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `pop` is never used [INFO] [stdout] --> vinox_client/src/scene/mod.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 85 | impl SceneSwitch { [INFO] [stdout] | ------------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 108 | pub fn pop() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `current` and `input` are never used [INFO] [stdout] --> vinox_client/src/scene/mod.rs:141:12 [INFO] [stdout] | [INFO] [stdout] 119 | impl SceneStack { [INFO] [stdout] | ----------------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 141 | pub fn current(&self) -> &dyn Scene { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 228 | pub fn input(&mut self, event: Ev, ctx: &mut C, started: bool) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 35 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 35 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 1m 19s [INFO] running `Command { std: "docker" "inspect" "14799e7fe272afe7a4a57b00e53e3e7b7346bd3d92f4915bd192318e64c2bde3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14799e7fe272afe7a4a57b00e53e3e7b7346bd3d92f4915bd192318e64c2bde3", kill_on_drop: false }` [INFO] [stdout] 14799e7fe272afe7a4a57b00e53e3e7b7346bd3d92f4915bd192318e64c2bde3