[INFO] cloning repository https://github.com/tungtose/first-triangle
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tungtose/first-triangle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftungtose%2Ffirst-triangle", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftungtose%2Ffirst-triangle'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 83484693bac44810197c29604193d1f1deab5144
[INFO] checking tungtose/first-triangle against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftungtose%2Ffirst-triangle" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tungtose/first-triangle
[INFO] finished tweaking git repo https://github.com/tungtose/first-triangle
[INFO] tweaked toml for git repo https://github.com/tungtose/first-triangle written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tungtose/first-triangle on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tungtose/first-triangle 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded errno v0.3.3
[INFO] [stderr]   Downloaded atomic_refcell v0.1.11
[INFO] [stderr]   Downloaded egui-wgpu v0.22.0
[INFO] [stderr]   Downloaded tobj v4.0.0
[INFO] [stderr]   Downloaded arboard v3.2.1
[INFO] [stderr]   Downloaded webbrowser v0.8.11
[INFO] [stderr]   Downloaded cgmath v0.18.0
[INFO] [stderr]   Downloaded xml-rs v0.8.18
[INFO] [stderr]   Downloaded profiling v1.0.10
[INFO] [stderr]   Downloaded aho-corasick v1.0.5
[INFO] [stderr]   Downloaded winnow v0.5.15
[INFO] [stderr]   Downloaded exr v1.7.0
[INFO] [stderr]   Downloaded regex v1.9.5
[INFO] [stderr]   Downloaded syn v2.0.32
[INFO] [stderr]   Downloaded rustix v0.38.13
[INFO] [stderr]   Downloaded regex-automata v0.3.8
[INFO] [stderr]   Downloaded linux-raw-sys v0.4.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] db7be8709e33ee4d9db71b1f658dfe57590c946bf4f3d8c50b0b755dc289ae7f
[INFO] running `Command { std: "docker" "start" "-a" "db7be8709e33ee4d9db71b1f658dfe57590c946bf4f3d8c50b0b755dc289ae7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db7be8709e33ee4d9db71b1f658dfe57590c946bf4f3d8c50b0b755dc289ae7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db7be8709e33ee4d9db71b1f658dfe57590c946bf4f3d8c50b0b755dc289ae7f", kill_on_drop: false }`
[INFO] [stdout] db7be8709e33ee4d9db71b1f658dfe57590c946bf4f3d8c50b0b755dc289ae7f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fccb597d918d83f88fa8064867ddd94440d9a894c89a51294c51fabdc83401f6
[INFO] running `Command { std: "docker" "start" "-a" "fccb597d918d83f88fa8064867ddd94440d9a894c89a51294c51fabdc83401f6", 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]    Compiling libm v0.2.7
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]     Checking smallvec v1.11.0
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling xml-rs v0.8.18
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]     Checking libloading v0.8.0
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking memchr v2.6.3
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling syn v2.0.32
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking flate2 v1.0.27
[INFO] [stderr]     Checking ttf-parser v0.19.1
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking parking_lot_core v0.9.8
[INFO] [stderr]     Checking ahash v0.7.6
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.0
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]     Checking termcolor v1.2.0
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking euclid v0.22.9
[INFO] [stderr]     Checking owned_ttf_parser v0.19.0
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking ab_glyph v0.2.21
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking indexmap v1.9.3
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking lyon_geom v1.0.4
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking gpu-alloc-types v0.2.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.1
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]     Checking gpu-descriptor v0.2.3
[INFO] [stderr]    Compiling winit v0.28.6
[INFO] [stderr]     Checking gpu-alloc v0.5.4
[INFO] [stderr]     Checking lyon_path v1.0.4
[INFO] [stderr]     Checking ash v0.37.3+1.3.251
[INFO] [stderr]     Checking wgpu-types v0.16.1
[INFO] [stderr]     Checking renderdoc-sys v1.0.0
[INFO] [stderr]     Checking profiling v1.0.10
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling rustix v0.38.13
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking x11rb-protocol v0.10.0
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling bytemuck_derive v1.5.0
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking aho-corasick v1.0.5
[INFO] [stderr]     Checking tiny-skia-path v0.8.4
[INFO] [stderr]     Checking calloop v0.10.6
[INFO] [stderr]     Checking tiny-skia v0.8.4
[INFO] [stderr]     Checking naga v0.12.3
[INFO] [stderr]     Checking emath v0.22.0
[INFO] [stderr]     Checking ecolor v0.22.0
[INFO] [stderr]     Checking pin-project v1.1.3
[INFO] [stderr]     Checking epaint v0.22.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]     Checking linux-raw-sys v0.4.7
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking jpeg-decoder v0.3.0
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking float_next_after v0.1.5
[INFO] [stderr]     Checking half v2.2.1
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]     Checking regex-automata v0.3.8
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking exr v1.7.0
[INFO] [stderr]    Compiling first-wgpu v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking webbrowser v0.8.11
[INFO] [stderr]     Checking lyon_tessellation v1.0.10
[INFO] [stderr]     Checking num-rational v0.4.1
[INFO] [stderr]     Checking x11rb v0.10.1
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking tiff v0.9.0
[INFO] [stderr]     Checking egui v0.22.0
[INFO] [stderr]     Checking arboard v3.2.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking lyon_algorithms v1.0.3
[INFO] [stderr]     Checking lyon_extra v1.0.1
[INFO] [stderr]     Checking regex v1.9.5
[INFO] [stderr]     Checking type-map v0.5.0
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking lyon v1.0.1
[INFO] [stderr]     Checking tobj v4.0.0
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr]     Checking pollster v0.3.0
[INFO] [stderr]     Checking image v0.24.7
[INFO] [stderr]     Checking wgpu-hal v0.16.2
[INFO] [stderr]     Checking wgpu-core v0.16.1
[INFO] [stderr]     Checking sctk-adwaita v0.5.4
[INFO] [stderr]     Checking smithay-clipboard v0.6.6
[INFO] [stderr]     Checking wgpu v0.16.3
[INFO] [stderr]     Checking egui-winit v0.22.0
[INFO] [stderr]     Checking egui-wgpu v0.22.0
[INFO] [stdout] warning: unused imports: `ElementState`, `KeyboardInput`, `MouseButton`, and `WindowId`
[INFO] [stdout]  --> src/app.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |     event::{ElementState, Event, KeyboardInput, MouseButton, WindowEvent},
[INFO] [stdout]   |             ^^^^^^^^^^^^         ^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 6 |     event_loop::{ControlFlow, EventLoop, EventLoopBuilder},
[INFO] [stdout] 7 |     window::{Window, WindowBuilder, WindowId},
[INFO] [stdout]   |                                     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `mouse::Mouse`
[INFO] [stdout]  --> src/core.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     mouse::Mouse,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cgmath::Vector2`
[INFO] [stdout]  --> src/renderer.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use cgmath::Vector2;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wgpu::include_wgsl`
[INFO] [stdout]  --> src/renderer.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use wgpu::include_wgsl;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Button` and `TopBottomPanel`
[INFO] [stdout]  --> src/ui.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use egui::{Button, Context, FontDefinitions, FullOutput, RawInput, TopBottomPanel, Vec2};
[INFO] [stdout]   |            ^^^^^^                                                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ElementState`, `KeyboardInput`, `MouseButton`, and `WindowId`
[INFO] [stdout]  --> src/app.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |     event::{ElementState, Event, KeyboardInput, MouseButton, WindowEvent},
[INFO] [stdout]   |             ^^^^^^^^^^^^         ^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 6 |     event_loop::{ControlFlow, EventLoop, EventLoopBuilder},
[INFO] [stdout] 7 |     window::{Window, WindowBuilder, WindowId},
[INFO] [stdout]   |                                     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `mouse::Mouse`
[INFO] [stdout]  --> src/core.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     mouse::Mouse,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cgmath::Vector2`
[INFO] [stdout]  --> src/renderer.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use cgmath::Vector2;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wgpu::include_wgsl`
[INFO] [stdout]  --> src/renderer.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use wgpu::include_wgsl;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Button` and `TopBottomPanel`
[INFO] [stdout]  --> src/ui.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use egui::{Button, Context, FontDefinitions, FullOutput, RawInput, TopBottomPanel, Vec2};
[INFO] [stdout]   |            ^^^^^^                                                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/app.rs:44:42
[INFO] [stdout]    |
[INFO] [stdout] 44 |         self.event_loop.run(move |event, event_loop, control_flow| {
[INFO] [stdout]    |                                          ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/app.rs:105:34
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 Event::UserEvent(event) => {
[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]   --> src/core.rs:67:42
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn handle_mouse_input(&mut self, event: &WindowEvent) {
[INFO] [stdout]    |                                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state`
[INFO] [stdout]   --> src/ui.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         state: &mut UiState,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ui.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 235 |     let mut fonts = FontDefinitions::default();
[INFO] [stdout]     |         ----^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RECOMMAND_HEIGHT` is never used
[INFO] [stdout]   --> src/app.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const RECOMMAND_HEIGHT: f64 = 720.0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RECOMMAND_WIDTH` is never used
[INFO] [stdout]   --> src/app.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | const RECOMMAND_WIDTH: f64 = 1280.0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RECOMMAND_SIZE` is never used
[INFO] [stdout]   --> src/app.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | const RECOMMAND_SIZE: Size = Size::Logical(LogicalSize::new(RECOMMAND_WIDTH, RECOMMAND_HEIGHT));
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/camera.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CameraUniform {
[INFO] [stdout]   |            ^^^^^^^^^^^^^ field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]  --> src/camera.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[repr(C)]
[INFO] [stdout]   | ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `handle_mouse_input` is never used
[INFO] [stdout]   --> src/core.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl Core {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub fn handle_mouse_input(&mut self, event: &WindowEvent) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/event.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Info(String),
[INFO] [stdout]   |     ---- ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AppStatus` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 6 -     Info(String),
[INFO] [stdout] 6 +     Info(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Idle`, `Warning`, and `Error` are never constructed
[INFO] [stdout]  --> src/event.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum AppStatus {
[INFO] [stdout]   |          --------- variants in this enum
[INFO] [stdout] 5 |     Idle,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 6 |     Info(String),
[INFO] [stdout] 7 |     Warning(String),
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 8 |     Error(String),
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AppStatus` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/event.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum UserEvent {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] 13 |     ChangeTexture(usize),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 14 |     NewFile,
[INFO] [stdout] 15 |     OpenAbout,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 16 |     OpenFile,
[INFO] [stdout] 17 |     OpenTexture,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 18 |     Pause,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 19 |     Quit,
[INFO] [stdout] 20 |     RemoveTexture(usize),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 21 |     RequestRedraw,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 22 |     Restart,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 23 |     Resume,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `UserEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AppResponse` is never constructed
[INFO] [stdout]   --> src/event.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct AppResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/model.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct PointVertex {
[INFO] [stdout]    |            ^^^^^^^^^^^ field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> src/model.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[repr(C)]
[INFO] [stdout]    | ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/model.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct ModelVertex {
[INFO] [stdout]    |            ^^^^^^^^^^^ field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> src/model.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[repr(C)]
[INFO] [stdout]    | ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `diffuse_texture` are never read
[INFO] [stdout]   --> src/model.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub struct Material {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 75 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 76 |     pub diffuse_texture: texture::Texture,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/model.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub struct Mesh {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 81 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `draw_mesh` and `draw_model` are never used
[INFO] [stdout]    --> src/model.rs:94:8
[INFO] [stdout]     |
[INFO] [stdout]  93 | pub trait DrawModel<'a> {
[INFO] [stdout]     |           --------- methods in this trait
[INFO] [stdout]  94 |     fn draw_mesh(
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     fn draw_model(&mut self, model: &'a Model, camera_bind_group: &'a wgpu::BindGroup);
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/renderer.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct InstanceRaw {
[INFO] [stdout]    |            ^^^^^^^^^^^ field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> src/renderer.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[repr(C)]
[INFO] [stdout]    | ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `index_buffer`, `num_indices`, `diffuse_texture`, and `diffuse_bind_group` are never read
[INFO] [stdout]   --> src/renderer.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct Renderer {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 89 |     index_buffer: wgpu::Buffer,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 90 |     num_indices: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 91 |     render_pipeline: wgpu::RenderPipeline,
[INFO] [stdout] 92 |     diffuse_texture: texture::Texture,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 93 |     diffuse_bind_group: wgpu::BindGroup,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `texture` is never read
[INFO] [stdout]  --> src/texture.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Texture {
[INFO] [stdout]   |            ------- field in this struct
[INFO] [stdout] 6 |     pub texture: wgpu::Texture,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `is_paused` and `status` are never read
[INFO] [stdout]    --> src/ui.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub struct UiState {
[INFO] [stdout]     |            ------- fields in this struct
[INFO] [stdout] 230 |     pub is_paused: bool,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 231 |     pub status: AppStatus,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `setup_fonts` is never used
[INFO] [stdout]    --> src/ui.rs:234:4
[INFO] [stdout]     |
[INFO] [stdout] 234 | fn setup_fonts(ctx: &mut Context) {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `std::result::Result` that must be used
[INFO] [stdout]   --> src/event.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |         self.inner.send_event(event);
[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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let _ = self.inner.send_event(event);
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/app.rs:44:42
[INFO] [stdout]    |
[INFO] [stdout] 44 |         self.event_loop.run(move |event, event_loop, control_flow| {
[INFO] [stdout]    |                                          ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/app.rs:105:34
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 Event::UserEvent(event) => {
[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]   --> src/core.rs:67:42
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn handle_mouse_input(&mut self, event: &WindowEvent) {
[INFO] [stdout]    |                                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state`
[INFO] [stdout]   --> src/ui.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         state: &mut UiState,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ui.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 235 |     let mut fonts = FontDefinitions::default();
[INFO] [stdout]     |         ----^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RECOMMAND_HEIGHT` is never used
[INFO] [stdout]   --> src/app.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const RECOMMAND_HEIGHT: f64 = 720.0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RECOMMAND_WIDTH` is never used
[INFO] [stdout]   --> src/app.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | const RECOMMAND_WIDTH: f64 = 1280.0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RECOMMAND_SIZE` is never used
[INFO] [stdout]   --> src/app.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | const RECOMMAND_SIZE: Size = Size::Logical(LogicalSize::new(RECOMMAND_WIDTH, RECOMMAND_HEIGHT));
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/camera.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CameraUniform {
[INFO] [stdout]   |            ^^^^^^^^^^^^^ field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]  --> src/camera.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[repr(C)]
[INFO] [stdout]   | ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `handle_mouse_input` is never used
[INFO] [stdout]   --> src/core.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl Core {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub fn handle_mouse_input(&mut self, event: &WindowEvent) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/event.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Info(String),
[INFO] [stdout]   |     ---- ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AppStatus` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 6 -     Info(String),
[INFO] [stdout] 6 +     Info(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Idle`, `Warning`, and `Error` are never constructed
[INFO] [stdout]  --> src/event.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum AppStatus {
[INFO] [stdout]   |          --------- variants in this enum
[INFO] [stdout] 5 |     Idle,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 6 |     Info(String),
[INFO] [stdout] 7 |     Warning(String),
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 8 |     Error(String),
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AppStatus` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/event.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum UserEvent {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] 13 |     ChangeTexture(usize),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 14 |     NewFile,
[INFO] [stdout] 15 |     OpenAbout,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 16 |     OpenFile,
[INFO] [stdout] 17 |     OpenTexture,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 18 |     Pause,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 19 |     Quit,
[INFO] [stdout] 20 |     RemoveTexture(usize),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 21 |     RequestRedraw,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 22 |     Restart,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 23 |     Resume,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `UserEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AppResponse` is never constructed
[INFO] [stdout]   --> src/event.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct AppResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/model.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct PointVertex {
[INFO] [stdout]    |            ^^^^^^^^^^^ field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> src/model.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[repr(C)]
[INFO] [stdout]    | ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/model.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct ModelVertex {
[INFO] [stdout]    |            ^^^^^^^^^^^ field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> src/model.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[repr(C)]
[INFO] [stdout]    | ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `diffuse_texture` are never read
[INFO] [stdout]   --> src/model.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub struct Material {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 75 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 76 |     pub diffuse_texture: texture::Texture,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/model.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub struct Mesh {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 81 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `draw_mesh` and `draw_model` are never used
[INFO] [stdout]    --> src/model.rs:94:8
[INFO] [stdout]     |
[INFO] [stdout]  93 | pub trait DrawModel<'a> {
[INFO] [stdout]     |           --------- methods in this trait
[INFO] [stdout]  94 |     fn draw_mesh(
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     fn draw_model(&mut self, model: &'a Model, camera_bind_group: &'a wgpu::BindGroup);
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/renderer.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct InstanceRaw {
[INFO] [stdout]    |            ^^^^^^^^^^^ field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> src/renderer.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[repr(C)]
[INFO] [stdout]    | ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `index_buffer`, `num_indices`, `diffuse_texture`, and `diffuse_bind_group` are never read
[INFO] [stdout]   --> src/renderer.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct Renderer {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 89 |     index_buffer: wgpu::Buffer,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 90 |     num_indices: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 91 |     render_pipeline: wgpu::RenderPipeline,
[INFO] [stdout] 92 |     diffuse_texture: texture::Texture,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 93 |     diffuse_bind_group: wgpu::BindGroup,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `texture` is never read
[INFO] [stdout]  --> src/texture.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Texture {
[INFO] [stdout]   |            ------- field in this struct
[INFO] [stdout] 6 |     pub texture: wgpu::Texture,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `is_paused` and `status` are never read
[INFO] [stdout]    --> src/ui.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub struct UiState {
[INFO] [stdout]     |            ------- fields in this struct
[INFO] [stdout] 230 |     pub is_paused: bool,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 231 |     pub status: AppStatus,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `setup_fonts` is never used
[INFO] [stdout]    --> src/ui.rs:234:4
[INFO] [stdout]     |
[INFO] [stdout] 234 | fn setup_fonts(ctx: &mut Context) {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `std::result::Result` that must be used
[INFO] [stdout]   --> src/event.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |         self.inner.send_event(event);
[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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let _ = self.inner.send_event(event);
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s
[INFO] running `Command { std: "docker" "inspect" "fccb597d918d83f88fa8064867ddd94440d9a894c89a51294c51fabdc83401f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fccb597d918d83f88fa8064867ddd94440d9a894c89a51294c51fabdc83401f6", kill_on_drop: false }`
[INFO] [stdout] fccb597d918d83f88fa8064867ddd94440d9a894c89a51294c51fabdc83401f6
