[INFO] cloning repository https://github.com/Nico812/aiomad
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nico812/aiomad" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNico812%2Faiomad", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNico812%2Faiomad'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 77615a9d3fc255b91fa4a6fc1a70da4f041c81f3
[INFO] checking Nico812/aiomad against try#e117153a45c546e883c1f91d82611775fcaeffe0 for pr-146470
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNico812%2Faiomad" "/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/Nico812/aiomad
[INFO] finished tweaking git repo https://github.com/Nico812/aiomad
[INFO] tweaked toml for git repo https://github.com/Nico812/aiomad written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Nico812/aiomad on toolchain e117153a45c546e883c1f91d82611775fcaeffe0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Nico812/aiomad 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" "+e117153a45c546e883c1f91d82611775fcaeffe0" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e9999924d26870f06f09622144f7006dcd64a361d5b163c49f93ffc26be12d26
[INFO] running `Command { std: "docker" "start" "-a" "e9999924d26870f06f09622144f7006dcd64a361d5b163c49f93ffc26be12d26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9999924d26870f06f09622144f7006dcd64a361d5b163c49f93ffc26be12d26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9999924d26870f06f09622144f7006dcd64a361d5b163c49f93ffc26be12d26", kill_on_drop: false }`
[INFO] [stdout] e9999924d26870f06f09622144f7006dcd64a361d5b163c49f93ffc26be12d26
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 98443ab86c2244f16edfb8cd98d55c3ec00544c4134f5424bfe207ae7b888a82
[INFO] running `Command { std: "docker" "start" "-a" "98443ab86c2244f16edfb8cd98d55c3ec00544c4134f5424bfe207ae7b888a82", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling cc v1.2.18
[INFO] [stderr]    Compiling wayland-client v0.31.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]    Compiling quick-xml v0.37.4
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]    Compiling naga v24.0.0
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking cursor-icon v1.1.0
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling wgpu-hal v24.0.4
[INFO] [stderr]     Checking getrandom v0.3.2
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling wgpu-core v24.0.2
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling wgpu v24.0.3
[INFO] [stderr]    Compiling winit v0.30.9
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]     Checking indexmap v2.8.0
[INFO] [stderr]     Checking zune-jpeg v0.4.14
[INFO] [stderr]    Compiling airomad2 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking jiff v0.2.5
[INFO] [stderr]     Checking dpi v0.1.1
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]     Checking tobj v3.2.5
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling wayland-backend v0.3.8
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking wgpu-types v24.0.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking gpu-descriptor v0.3.1
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.32.6
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.8
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.6
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.6
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stdout] warning: variant `WORLD_MAP` should have an upper camel case name
[INFO] [stdout]   --> src/graphics/graphics.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     WORLD_MAP,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `WorldMap`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `CHUNK_MAP` should have an upper camel case name
[INFO] [stdout]   --> src/graphics/graphics.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     CHUNK_MAP,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `ChunkMap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TileType`
[INFO] [stdout]  --> src/graphics/world_map.rs:2:36
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::game::world_map::{Tile, TileType};
[INFO] [stdout]   |                                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `WORLD_MAP` should have an upper camel case name
[INFO] [stdout]   --> src/graphics/graphics.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     WORLD_MAP,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `WorldMap`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `CHUNK_MAP` should have an upper camel case name
[INFO] [stdout]   --> src/graphics/graphics.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     CHUNK_MAP,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `ChunkMap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TileType`
[INFO] [stdout]  --> src/graphics/world_map.rs:2:36
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::game::world_map::{Tile, TileType};
[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 variable: `world_tiles`
[INFO] [stdout]   --> src/graphics/world_map.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         world_tiles: &[[Tile; WORLD_MAP_COLS]; WORLD_MAP_ROWS],
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_world_tiles`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `world_tiles`
[INFO] [stdout]   --> src/graphics/world_map.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         world_tiles: &[[Tile; WORLD_MAP_COLS]; WORLD_MAP_ROWS],
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_world_tiles`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vertices` is never read
[INFO] [stdout]  --> src/graphics/chunk_map.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct ChunkMapTiles {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 9 |     pub vertices: Vec<TexVertex>,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `diffuse_texture` and `mountains_bind_group` are never read
[INFO] [stdout]   --> src/graphics/graphics.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct Graphics {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     diffuse_texture: texture::Texture,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     mountains_bind_group: wgpu::BindGroup,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vertices` is never read
[INFO] [stdout]   --> src/graphics/light.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Sun {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 16 |     vertices: Vec<MapVertex>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `diffuse_texture` are never read
[INFO] [stdout]   --> src/graphics/model.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Material {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 10 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 11 |     pub diffuse_texture: texture::Texture,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/graphics/model.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Mesh {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 16 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `draw_mesh` and `draw_model` are never used
[INFO] [stdout]    --> src/graphics/resources.rs:167:8
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait CustomDraws<'a> {
[INFO] [stdout]     |           ----------- methods in this trait
[INFO] [stdout] 167 |     fn draw_mesh(
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     fn draw_model(
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vertices` is never read
[INFO] [stdout]  --> src/graphics/world_map.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct WorldMapTiles {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 8 |     pub vertices: Vec<MapVertex>,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_released` is never used
[INFO] [stdout]   --> src/input.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl InputState {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn is_released(&self, key: KeyCode) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/game/game.rs:68:25
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn get_for_init(&self) -> GameForInit {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn get_for_init(&self) -> GameForInit<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vertices` is never read
[INFO] [stdout]  --> src/graphics/chunk_map.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct ChunkMapTiles {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 9 |     pub vertices: Vec<TexVertex>,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `diffuse_texture` and `mountains_bind_group` are never read
[INFO] [stdout]   --> src/graphics/graphics.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct Graphics {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     diffuse_texture: texture::Texture,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     mountains_bind_group: wgpu::BindGroup,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vertices` is never read
[INFO] [stdout]   --> src/graphics/light.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Sun {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 16 |     vertices: Vec<MapVertex>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `diffuse_texture` are never read
[INFO] [stdout]   --> src/graphics/model.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Material {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 10 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 11 |     pub diffuse_texture: texture::Texture,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/graphics/model.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Mesh {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 16 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `draw_mesh` and `draw_model` are never used
[INFO] [stdout]    --> src/graphics/resources.rs:167:8
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub trait CustomDraws<'a> {
[INFO] [stdout]     |           ----------- methods in this trait
[INFO] [stdout] 167 |     fn draw_mesh(
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     fn draw_model(
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vertices` is never read
[INFO] [stdout]  --> src/graphics/world_map.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct WorldMapTiles {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 8 |     pub vertices: Vec<MapVertex>,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_released` is never used
[INFO] [stdout]   --> src/input.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl InputState {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn is_released(&self, key: KeyCode) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/game/game.rs:68:25
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn get_for_init(&self) -> GameForInit {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn get_for_init(&self) -> GameForInit<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.01s
[INFO] running `Command { std: "docker" "inspect" "98443ab86c2244f16edfb8cd98d55c3ec00544c4134f5424bfe207ae7b888a82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98443ab86c2244f16edfb8cd98d55c3ec00544c4134f5424bfe207ae7b888a82", kill_on_drop: false }`
[INFO] [stdout] 98443ab86c2244f16edfb8cd98d55c3ec00544c4134f5424bfe207ae7b888a82
