[INFO] cloning repository https://github.com/pontaoski/edrefis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pontaoski/edrefis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpontaoski%2Fedrefis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpontaoski%2Fedrefis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 18a4527c12b565583f5d6bd853a4779fe088f6a4
[INFO] checking pontaoski/edrefis against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpontaoski%2Fedrefis" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pontaoski/edrefis
[INFO] finished tweaking git repo https://github.com/pontaoski/edrefis
[INFO] tweaked toml for git repo https://github.com/pontaoski/edrefis written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pontaoski/edrefis on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pontaoski/edrefis 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0e521fe586f1df92a1afddc5a5f2277cea2b492effae9d3cf16cb6926815de58
[INFO] running `Command { std: "docker" "start" "0e521fe586f1df92a1afddc5a5f2277cea2b492effae9d3cf16cb6926815de58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e521fe586f1df92a1afddc5a5f2277cea2b492effae9d3cf16cb6926815de58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0e521fe586f1df92a1afddc5a5f2277cea2b492effae9d3cf16cb6926815de58" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e521fe586f1df92a1afddc5a5f2277cea2b492effae9d3cf16cb6926815de58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0e521fe586f1df92a1afddc5a5f2277cea2b492effae9d3cf16cb6926815de58" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.11
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling rpkg-config v0.1.2
[INFO] [stderr]    Compiling sdl3-src v3.4.14
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling cc v1.4.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling thiserror v1.0.66
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking libloading v0.8.5
[INFO] [stderr]    Compiling naga v23.0.0
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking hashbrown v0.15.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]    Compiling wgpu-hal v23.0.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling sdl3-mixer-src v3.2.4
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking gpu-descriptor v0.3.0
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking wgpu-types v23.0.0
[INFO] [stderr]    Compiling sdl3-sys v0.6.8+SDL-3.4.14
[INFO] [stderr]    Compiling sdl3-mixer-sys v0.6.3+SDL-mixer-3.2.4
[INFO] [stderr]    Compiling wgpu-core v23.0.0
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]     Checking glow v0.14.2
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking fontconfig-parser v0.5.7
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]     Checking tinyvec v1.8.0
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]    Compiling wgpu v23.0.0
[INFO] [stderr]     Checking ttf-parser v0.21.1
[INFO] [stderr]    Compiling bytemuck_derive v1.8.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.66
[INFO] [stderr]     Checking yazi v0.1.6
[INFO] [stderr]     Checking unicode-script v0.5.7
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]     Checking spin v0.12.3
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.2.0
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]     Checking unicode-ccc v0.2.0
[INFO] [stderr]    Compiling nanoserde-derive v0.1.22
[INFO] [stderr]     Checking bytemuck v1.19.0
[INFO] [stderr]     Checking font-types v0.7.3
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking read-fonts v0.22.5
[INFO] [stderr]     Checking zeno v0.2.3
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking fontdb v0.16.2
[INFO] [stderr]     Checking rustybuzz v0.14.1
[INFO] [stderr]    Compiling sdl3 v0.18.4
[INFO] [stderr]     Checking nanoserde v0.1.37
[INFO] [stderr]     Checking hecs v0.11.1
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]     Checking rangemap v1.5.1
[INFO] [stderr]     Checking self_cell v1.1.0
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]     Checking svg_fmt v0.4.4
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking unicode-bidi v0.3.17
[INFO] [stderr]     Checking etagere v0.2.13
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking rustc-hash v2.1.0
[INFO] [stderr]     Checking logic v0.1.0 (/opt/rustwide/workdir/logic)
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> logic/src/net.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     use super::*;
[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: `crate::field::spawn_field`
[INFO] [stdout]    --> logic/src/net.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     use crate::field::spawn_field;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hecs::World`
[INFO] [stdout]    --> logic/src/net.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     use hecs::World;
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking nanotime v0.1.0 (/opt/rustwide/workdir/nanotime)
[INFO] [stderr]     Checking minipng v0.1.1
[INFO] [stderr]     Checking glam v0.29.2
[INFO] [stdout] warning: struct `Replicated` is never constructed
[INFO] [stdout]  --> logic/src/net.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | struct Replicated;
[INFO] [stdout]   |        ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Remote` is never constructed
[INFO] [stdout]   --> logic/src/net.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct Remote;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `States` is never constructed
[INFO] [stdout]   --> logic/src/net.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct States {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `gather_states` is never used
[INFO] [stdout]   --> logic/src/net.rs:23:4
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn gather_states(world: &mut World) -> States {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `apply_states` is never used
[INFO] [stdout]   --> logic/src/net.rs:59:4
[INFO] [stdout]    |
[INFO] [stdout] 59 | fn apply_states(
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking skrifa v0.22.3
[INFO] [stderr]     Checking swash v0.1.19
[INFO] [stderr]     Checking cosmic-text v0.12.1
[INFO] [stderr]     Checking glyphon v0.7.0
[INFO] [stderr]     Checking app v0.1.0 (/opt/rustwide/workdir/app)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> app/src/gpu.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct AVertex {
[INFO] [stdout]    |            ^^^^^^^ field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> app/src/gpu.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / #[repr(C)]
[INFO] [stdout] 12 | | #[derive(Copy, Clone, Debug, bytemuck::Pod, bytemuck::Zeroable)]
[INFO] [stdout] 13 | | pub struct AVertex {
[INFO] [stdout] 14 | |     position: [f32; 3],
[INFO] [stdout] 15 | |     color: [f32; 4],
[INFO] [stdout] 16 | |     uv: [f32; 2],
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new` and `desc` are never used
[INFO] [stdout]   --> app/src/gpu.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl AVertex {
[INFO] [stdout]    | ------------ associated functions in this implementation
[INFO] [stdout] 20 |     fn new(position: Vec3, color: wgpu::Color, uv: Vec2) -> AVertex {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     fn desc() -> wgpu::VertexBufferLayout<'static> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> app/src/gpu.rs:59:8
[INFO] [stdout]    |
[INFO] [stdout] 59 | struct MatrixUniform {
[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]   --> app/src/gpu.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | / #[repr(C)]
[INFO] [stdout] 58 | | #[derive(Debug, Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)]
[INFO] [stdout] 59 | | struct MatrixUniform {
[INFO] [stdout] 60 | |     matrix: [[f32; 4]; 4],
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> app/src/gpu.rs:64:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl MatrixUniform {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 64 |     fn from(mtx: &Mat4) -> MatrixUniform {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parallelogram` is never used
[INFO] [stdout]   --> app/src/gpu.rs:71:8
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn parallelogram(
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rectangle` is never used
[INFO] [stdout]   --> app/src/gpu.rs:95:8
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn rectangle(
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Camera` is never used
[INFO] [stdout]    --> app/src/gpu.rs:115:11
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub trait Camera {
[INFO] [stdout]     |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Camera2D` is never constructed
[INFO] [stdout]    --> app/src/gpu.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub struct Camera2D {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Camera3D` is never constructed
[INFO] [stdout]    --> app/src/gpu.rs:130:12
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub struct Camera3D {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_rect` is never used
[INFO] [stdout]    --> app/src/gpu.rs:139:12
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl Camera2D {
[INFO] [stdout]     | ------------- associated function in this implementation
[INFO] [stdout] 139 |     pub fn from_rect(
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]    --> app/src/gpu.rs:207:12
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub struct State<'a> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> app/src/gpu.rs:237:18
[INFO] [stdout]     |
[INFO] [stdout] 236 | impl State<'_> {
[INFO] [stdout]     | -------------- associated items in this implementation
[INFO] [stdout] 237 |     pub async fn new<'a, F: FnOnce(&wgpu::Instance) -> Result<wgpu::Surface<'a>, String>>(
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 464 |     fn white_texture(
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 531 |     pub fn create_texture(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 583 |     pub fn upload_texture(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 659 |     pub fn resize(&mut self, width: u32, height: u32) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 670 |     fn get_frame_view(&mut self) -> Result<Rc<wgpu::TextureView>, String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 689 |     pub fn queue_draw<const V: usize, const I: usize>(&mut self, data: ([AVertex; V], [u16; I])) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 695 |     pub fn set_texture(&mut self, texture: Option<Rc<wgpu::BindGroup>>) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 698 |     pub fn set_camera(&mut self, camera: &dyn Camera) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 702 |     pub fn start_render_pass(&mut self, clear: Option<wgpu::Color>) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 736 |     pub fn complete_render_pass(&mut self) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 744 |     pub fn do_draw(&mut self) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 799 |     pub fn create_buffer(&mut self) -> glyphon::Buffer {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 807 |     pub fn set_buffer_text<'r, 's, I>(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 823 |     pub fn world_to_view(&self, point: Vec3) -> Vec2 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 830 |     pub fn draw_text(&mut self, buffer: &mut glyphon::Buffer, point: Vec2) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 876 |     pub fn present(&mut self) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lerp` is never used
[INFO] [stdout]   --> app/src/graphics_gpu.rs:14:4
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn lerp(a: f32, b: f32, f: f32) -> f32 {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `texture_index` is never used
[INFO] [stdout]   --> app/src/graphics_gpu.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn texture_index(block: Block) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `tilemap_position` is never used
[INFO] [stdout]   --> app/src/graphics_gpu.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn tilemap_position(block: Block, directions: BlockDirections) -> Vec2 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TILEMAP_WIDTH` is never used
[INFO] [stdout]   --> app/src/graphics_gpu.rs:49:7
[INFO] [stdout]    |
[INFO] [stdout] 49 | const TILEMAP_WIDTH: f32 = 1. / 16.;
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TILEMAP_HEIGHT` is never used
[INFO] [stdout]   --> app/src/graphics_gpu.rs:50:7
[INFO] [stdout]    |
[INFO] [stdout] 50 | const TILEMAP_HEIGHT: f32 = 1. / 8.;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Graphics` is never constructed
[INFO] [stdout]   --> app/src/graphics_gpu.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct Graphics {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> app/src/graphics_gpu.rs:71:12
[INFO] [stdout]     |
[INFO] [stdout]  70 | impl Graphics {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout]  71 |     pub fn new(state: &mut State) -> Result<Graphics, String> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn score_text(buffer: &mut glyphon::Buffer, state: &mut State, gravity: i32, level: u32) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     pub fn queue_well_bg(state: &mut State) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 239 |     pub fn queue_piece(&self, piece: &Piece, respect_position: bool, state: &mut State) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |     pub fn render_well(
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 538 |     pub fn render_next(&mut self, next: &Piece, state: &mut State) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 553 |     pub fn render_background(&self, level: u32, state: &mut State) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 |     pub fn render(
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> app/src/gpu.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct AVertex {
[INFO] [stdout]    |            ^^^^^^^ field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> app/src/gpu.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / #[repr(C)]
[INFO] [stdout] 12 | | #[derive(Copy, Clone, Debug, bytemuck::Pod, bytemuck::Zeroable)]
[INFO] [stdout] 13 | | pub struct AVertex {
[INFO] [stdout] 14 | |     position: [f32; 3],
[INFO] [stdout] 15 | |     color: [f32; 4],
[INFO] [stdout] 16 | |     uv: [f32; 2],
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new` and `desc` are never used
[INFO] [stdout]   --> app/src/gpu.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl AVertex {
[INFO] [stdout]    | ------------ associated functions in this implementation
[INFO] [stdout] 20 |     fn new(position: Vec3, color: wgpu::Color, uv: Vec2) -> AVertex {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     fn desc() -> wgpu::VertexBufferLayout<'static> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> app/src/gpu.rs:59:8
[INFO] [stdout]    |
[INFO] [stdout] 59 | struct MatrixUniform {
[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]   --> app/src/gpu.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | / #[repr(C)]
[INFO] [stdout] 58 | | #[derive(Debug, Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)]
[INFO] [stdout] 59 | | struct MatrixUniform {
[INFO] [stdout] 60 | |     matrix: [[f32; 4]; 4],
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> app/src/gpu.rs:64:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl MatrixUniform {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 64 |     fn from(mtx: &Mat4) -> MatrixUniform {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parallelogram` is never used
[INFO] [stdout]   --> app/src/gpu.rs:71:8
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn parallelogram(
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rectangle` is never used
[INFO] [stdout]   --> app/src/gpu.rs:95:8
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn rectangle(
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Camera` is never used
[INFO] [stdout]    --> app/src/gpu.rs:115:11
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub trait Camera {
[INFO] [stdout]     |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Camera2D` is never constructed
[INFO] [stdout]    --> app/src/gpu.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub struct Camera2D {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Camera3D` is never constructed
[INFO] [stdout]    --> app/src/gpu.rs:130:12
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub struct Camera3D {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_rect` is never used
[INFO] [stdout]    --> app/src/gpu.rs:139:12
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl Camera2D {
[INFO] [stdout]     | ------------- associated function in this implementation
[INFO] [stdout] 139 |     pub fn from_rect(
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]    --> app/src/gpu.rs:207:12
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub struct State<'a> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> app/src/gpu.rs:237:18
[INFO] [stdout]     |
[INFO] [stdout] 236 | impl State<'_> {
[INFO] [stdout]     | -------------- associated items in this implementation
[INFO] [stdout] 237 |     pub async fn new<'a, F: FnOnce(&wgpu::Instance) -> Result<wgpu::Surface<'a>, String>>(
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 464 |     fn white_texture(
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 531 |     pub fn create_texture(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 583 |     pub fn upload_texture(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 659 |     pub fn resize(&mut self, width: u32, height: u32) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 670 |     fn get_frame_view(&mut self) -> Result<Rc<wgpu::TextureView>, String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 689 |     pub fn queue_draw<const V: usize, const I: usize>(&mut self, data: ([AVertex; V], [u16; I])) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 695 |     pub fn set_texture(&mut self, texture: Option<Rc<wgpu::BindGroup>>) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 698 |     pub fn set_camera(&mut self, camera: &dyn Camera) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 702 |     pub fn start_render_pass(&mut self, clear: Option<wgpu::Color>) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 736 |     pub fn complete_render_pass(&mut self) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 744 |     pub fn do_draw(&mut self) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 799 |     pub fn create_buffer(&mut self) -> glyphon::Buffer {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 807 |     pub fn set_buffer_text<'r, 's, I>(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 823 |     pub fn world_to_view(&self, point: Vec3) -> Vec2 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 830 |     pub fn draw_text(&mut self, buffer: &mut glyphon::Buffer, point: Vec2) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 876 |     pub fn present(&mut self) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lerp` is never used
[INFO] [stdout]   --> app/src/graphics_gpu.rs:14:4
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn lerp(a: f32, b: f32, f: f32) -> f32 {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `texture_index` is never used
[INFO] [stdout]   --> app/src/graphics_gpu.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn texture_index(block: Block) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `tilemap_position` is never used
[INFO] [stdout]   --> app/src/graphics_gpu.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn tilemap_position(block: Block, directions: BlockDirections) -> Vec2 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TILEMAP_WIDTH` is never used
[INFO] [stdout]   --> app/src/graphics_gpu.rs:49:7
[INFO] [stdout]    |
[INFO] [stdout] 49 | const TILEMAP_WIDTH: f32 = 1. / 16.;
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TILEMAP_HEIGHT` is never used
[INFO] [stdout]   --> app/src/graphics_gpu.rs:50:7
[INFO] [stdout]    |
[INFO] [stdout] 50 | const TILEMAP_HEIGHT: f32 = 1. / 8.;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Graphics` is never constructed
[INFO] [stdout]   --> app/src/graphics_gpu.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct Graphics {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> app/src/graphics_gpu.rs:71:12
[INFO] [stdout]     |
[INFO] [stdout]  70 | impl Graphics {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout]  71 |     pub fn new(state: &mut State) -> Result<Graphics, String> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn score_text(buffer: &mut glyphon::Buffer, state: &mut State, gravity: i32, level: u32) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     pub fn queue_well_bg(state: &mut State) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 239 |     pub fn queue_piece(&self, piece: &Piece, respect_position: bool, state: &mut State) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |     pub fn render_well(
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 538 |     pub fn render_next(&mut self, next: &Piece, state: &mut State) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 553 |     pub fn render_background(&self, level: u32, state: &mut State) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 |     pub fn render(
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> app/src/gpu.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct AVertex {
[INFO] [stdout]    |            ^^^^^^^ field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> app/src/gpu.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / #[repr(C)]
[INFO] [stdout] 12 | | #[derive(Copy, Clone, Debug, bytemuck::Pod, bytemuck::Zeroable)]
[INFO] [stdout] 13 | | pub struct AVertex {
[INFO] [stdout] 14 | |     position: [f32; 3],
[INFO] [stdout] 15 | |     color: [f32; 4],
[INFO] [stdout] 16 | |     uv: [f32; 2],
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> app/src/gpu.rs:59:8
[INFO] [stdout]    |
[INFO] [stdout] 59 | struct MatrixUniform {
[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]   --> app/src/gpu.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | / #[repr(C)]
[INFO] [stdout] 58 | | #[derive(Debug, Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)]
[INFO] [stdout] 59 | | struct MatrixUniform {
[INFO] [stdout] 60 | |     matrix: [[f32; 4]; 4],
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> app/src/gpu.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct AVertex {
[INFO] [stdout]    |            ^^^^^^^ field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> app/src/gpu.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / #[repr(C)]
[INFO] [stdout] 12 | | #[derive(Copy, Clone, Debug, bytemuck::Pod, bytemuck::Zeroable)]
[INFO] [stdout] 13 | | pub struct AVertex {
[INFO] [stdout] 14 | |     position: [f32; 3],
[INFO] [stdout] 15 | |     color: [f32; 4],
[INFO] [stdout] 16 | |     uv: [f32; 2],
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> app/src/gpu.rs:59:8
[INFO] [stdout]    |
[INFO] [stdout] 59 | struct MatrixUniform {
[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]   --> app/src/gpu.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | / #[repr(C)]
[INFO] [stdout] 58 | | #[derive(Debug, Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)]
[INFO] [stdout] 59 | | struct MatrixUniform {
[INFO] [stdout] 60 | |     matrix: [[f32; 4]; 4],
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v23.0.0, wgpu v23.0.0, wgpu-core v23.0.0, wgpu-hal v23.0.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "0e521fe586f1df92a1afddc5a5f2277cea2b492effae9d3cf16cb6926815de58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e521fe586f1df92a1afddc5a5f2277cea2b492effae9d3cf16cb6926815de58", kill_on_drop: false }`
[INFO] [stdout] 0e521fe586f1df92a1afddc5a5f2277cea2b492effae9d3cf16cb6926815de58
