[INFO] cloning repository https://github.com/solokid2k3/3d_engine_learn
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/solokid2k3/3d_engine_learn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolokid2k3%2F3d_engine_learn", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolokid2k3%2F3d_engine_learn'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e7f1b4475410edc8710d7b49ba117d6aec90ab40
[INFO] checking solokid2k3/3d_engine_learn against 0b63defc8fd68957c635fe61f097b84df8fd9611 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolokid2k3%2F3d_engine_learn" "/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/solokid2k3/3d_engine_learn
[INFO] finished tweaking git repo https://github.com/solokid2k3/3d_engine_learn
[INFO] tweaked toml for git repo https://github.com/solokid2k3/3d_engine_learn written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/solokid2k3/3d_engine_learn on toolchain 0b63defc8fd68957c635fe61f097b84df8fd9611
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/solokid2k3/3d_engine_learn 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" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f24bc4a472acb9bf8f71b4099c763a132fe075a75139d54e81cf5d3d89abbdb8
[INFO] running `Command { std: "docker" "start" "f24bc4a472acb9bf8f71b4099c763a132fe075a75139d54e81cf5d3d89abbdb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f24bc4a472acb9bf8f71b4099c763a132fe075a75139d54e81cf5d3d89abbdb8", 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" "f24bc4a472acb9bf8f71b4099c763a132fe075a75139d54e81cf5d3d89abbdb8" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f24bc4a472acb9bf8f71b4099c763a132fe075a75139d54e81cf5d3d89abbdb8", 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" "f24bc4a472acb9bf8f71b4099c763a132fe075a75139d54e81cf5d3d89abbdb8" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking polycool v0.4.0
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking kurbo v0.13.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking color v0.3.3
[INFO] [stderr]     Checking wgpu-types v29.0.3
[INFO] [stderr]     Checking av-scenechange v0.14.1
[INFO] [stderr]     Checking fearless_simd v0.3.0
[INFO] [stderr]     Checking font-types v0.11.3
[INFO] [stderr]     Checking peniko v0.6.1
[INFO] [stderr]     Checking gpu-allocator v0.28.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking emath v0.34.2
[INFO] [stderr]     Checking read-fonts v0.37.0
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking rav1e v0.8.1
[INFO] [stderr]    Compiling gltf-derive v1.4.1
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking ecolor v0.34.2
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]    Compiling rfd v0.15.4
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking jiff v0.2.24
[INFO] [stderr]     Checking glam v0.29.3
[INFO] [stderr]     Checking zvariant_utils v3.3.1
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking gltf-json v1.4.1
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]    Compiling zvariant_derive v5.11.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking vello_common v0.0.6
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]    Compiling zvariant v5.11.0
[INFO] [stderr]     Checking vello_cpu v0.0.6
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking naga v29.0.3
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]    Compiling zbus_names v4.3.2
[INFO] [stderr]    Compiling zbus_macros v5.15.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking skrifa v0.40.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.12
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking zbus v5.15.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking epaint v0.34.2
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking gltf v1.4.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking egui v0.34.2
[INFO] [stderr]     Checking winit v0.30.13
[INFO] [stderr]     Checking wgpu-naga-bridge v29.0.3
[INFO] [stderr]     Checking wgpu-hal v29.0.3
[INFO] [stderr]     Checking ashpd v0.11.1
[INFO] [stderr]     Checking egui-winit v0.34.2
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v29.0.3
[INFO] [stderr]     Checking wgpu-core v29.0.3
[INFO] [stderr]     Checking wgpu v29.0.3
[INFO] [stderr]     Checking egui-wgpu v0.34.2
[INFO] [stderr]     Checking render_engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `egui::Context::screen_rect`: screen_rect has been split into viewport_rect() and content_rect(). You likely should use content_rect()
[INFO] [stdout]    --> src/gui/model_panel.rs:116:27
[INFO] [stdout]     |
[INFO] [stdout] 116 |     let screen_rect = ctx.screen_rect();
[INFO] [stdout]     |                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `egui::Frame::none`: Use `Frame::NONE` or `Frame::new()` instead.
[INFO] [stdout]    --> src/gui/model_panel.rs:133:26
[INFO] [stdout]     |
[INFO] [stdout] 133 |             egui::Frame::none()
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::Frame::rounding`: Renamed to `corner_radius`
[INFO] [stdout]    --> src/gui/model_panel.rs:135:18
[INFO] [stdout]     |
[INFO] [stdout] 135 |                 .rounding(12.0)
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `egui::Frame::none`: Use `Frame::NONE` or `Frame::new()` instead.
[INFO] [stdout]    --> src/gui/model_panel.rs:173:26
[INFO] [stdout]     |
[INFO] [stdout] 173 |             egui::Frame::none()
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::Frame::rounding`: Renamed to `corner_radius`
[INFO] [stdout]    --> src/gui/model_panel.rs:175:18
[INFO] [stdout]     |
[INFO] [stdout] 175 |                 .rounding(16.0)
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `egui::Frame::none`: Use `Frame::NONE` or `Frame::new()` instead.
[INFO] [stdout]    --> src/gui/model_panel.rs:198:38
[INFO] [stdout]     |
[INFO] [stdout] 198 |                         egui::Frame::none()
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::Frame::rounding`: Renamed to `corner_radius`
[INFO] [stdout]    --> src/gui/model_panel.rs:200:30
[INFO] [stdout]     |
[INFO] [stdout] 200 | ...                   .rounding(8.0)
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::Context::screen_rect`: screen_rect has been split into viewport_rect() and content_rect(). You likely should use content_rect()
[INFO] [stdout]    --> src/gui/model_panel.rs:116:27
[INFO] [stdout]     |
[INFO] [stdout] 116 |     let screen_rect = ctx.screen_rect();
[INFO] [stdout]     |                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `egui::Frame::none`: Use `Frame::NONE` or `Frame::new()` instead.
[INFO] [stdout]    --> src/gui/model_panel.rs:133:26
[INFO] [stdout]     |
[INFO] [stdout] 133 |             egui::Frame::none()
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::Frame::rounding`: Renamed to `corner_radius`
[INFO] [stdout]    --> src/gui/model_panel.rs:135:18
[INFO] [stdout]     |
[INFO] [stdout] 135 |                 .rounding(12.0)
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `egui::Frame::none`: Use `Frame::NONE` or `Frame::new()` instead.
[INFO] [stdout]    --> src/gui/model_panel.rs:173:26
[INFO] [stdout]     |
[INFO] [stdout] 173 |             egui::Frame::none()
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::Frame::rounding`: Renamed to `corner_radius`
[INFO] [stdout]    --> src/gui/model_panel.rs:175:18
[INFO] [stdout]     |
[INFO] [stdout] 175 |                 .rounding(16.0)
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `egui::Frame::none`: Use `Frame::NONE` or `Frame::new()` instead.
[INFO] [stdout]    --> src/gui/model_panel.rs:198:38
[INFO] [stdout]     |
[INFO] [stdout] 198 |                         egui::Frame::none()
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::Frame::rounding`: Renamed to `corner_radius`
[INFO] [stdout]    --> src/gui/model_panel.rs:200:30
[INFO] [stdout]     |
[INFO] [stdout] 200 | ...                   .rounding(8.0)
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `camera_bgl`, `light_bgl`, `transform_buffer`, `transform_bind_group`, `material_buffer`, and `default_texture` are never read
[INFO] [stdout]    --> src/renderer/pass.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub struct RenderState {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub camera_bgl: wgpu::BindGroupLayout,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 192 |     pub transform_bgl: wgpu::BindGroupLayout,
[INFO] [stdout] 193 |     pub light_bgl: wgpu::BindGroupLayout,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 200 |     pub transform_buffer: wgpu::Buffer,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 201 |     pub transform_bind_group: wgpu::BindGroup,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub material_buffer: wgpu::Buffer,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub default_texture: Texture,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render` is never used
[INFO] [stdout]    --> src/renderer/pass.rs:897:12
[INFO] [stdout]     |
[INFO] [stdout] 216 | impl RenderState {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 897 |     pub fn render(
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `filename` is never read
[INFO] [stdout]   --> src/scene/mod.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |     UserModel { group_id: u32, filename: String },
[INFO] [stdout]    |     ---------                  ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MeshSource` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Demo` is never constructed
[INFO] [stdout]   --> src/scene/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub enum MeshSource {
[INFO] [stdout]    |          ---------- variant in this enum
[INFO] [stdout] 16 |     /// Part of the hardcoded demo scene.
[INFO] [stdout] 17 |     Demo,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MeshSource` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `material_index` is never read
[INFO] [stdout]   --> src/scene/mod.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct MeshInstance {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub material_index: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_mesh` is never used
[INFO] [stdout]   --> src/scene/mod.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl Scene {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn add_mesh(&mut self, mesh: Mesh, transform: Transform, material_index: usize) {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DirectionalLight` is never constructed
[INFO] [stdout]  --> src/scene/light.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct DirectionalLight {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/scene/light.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl DirectionalLight {
[INFO] [stdout]    | --------------------- associated function in this implementation
[INFO] [stdout] 12 |     pub fn new(direction: [f32; 3], color: [f32; 3], intensity: f32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `constant`, `linear`, and `quadratic` are never read
[INFO] [stdout]   --> src/scene/light.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct PointLight {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub constant: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 28 |     pub linear: f32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 29 |     pub quadratic: f32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PointLight` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_directional` and `set_point_light` are never used
[INFO] [stdout]   --> src/scene/light.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 74 | impl LightUniform {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] 75 |     pub fn set_directional(&mut self, light: &DirectionalLight) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn set_point_light(&mut self, index: usize, light: &PointLight) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `colored` is never used
[INFO] [stdout]   --> src/scene/material.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Material {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn colored(r: f32, g: f32, b: f32) -> Self {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]  --> src/scene/mesh.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Mesh {
[INFO] [stdout]   |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 6 |     pub name: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_cube` is never used
[INFO] [stdout]   --> src/scene/mesh.rs:64:8
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn create_cube(device: &wgpu::Device) -> Mesh {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_sphere` is never used
[INFO] [stdout]    --> src/scene/mesh.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub fn create_sphere(device: &wgpu::Device, stacks: u32, slices: u32) -> Mesh {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_looping` is never read
[INFO] [stdout]   --> src/scene/particle.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct ParticleSystem {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub is_looping: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_position` is never used
[INFO] [stdout]   --> src/scene/transform.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Transform {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn from_position(position: Vec3) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `camera_bgl`, `light_bgl`, `transform_buffer`, `transform_bind_group`, `material_buffer`, and `default_texture` are never read
[INFO] [stdout]    --> src/renderer/pass.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub struct RenderState {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub camera_bgl: wgpu::BindGroupLayout,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 192 |     pub transform_bgl: wgpu::BindGroupLayout,
[INFO] [stdout] 193 |     pub light_bgl: wgpu::BindGroupLayout,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 200 |     pub transform_buffer: wgpu::Buffer,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 201 |     pub transform_bind_group: wgpu::BindGroup,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub material_buffer: wgpu::Buffer,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub default_texture: Texture,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render` is never used
[INFO] [stdout]    --> src/renderer/pass.rs:897:12
[INFO] [stdout]     |
[INFO] [stdout] 216 | impl RenderState {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 897 |     pub fn render(
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `filename` is never read
[INFO] [stdout]   --> src/scene/mod.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |     UserModel { group_id: u32, filename: String },
[INFO] [stdout]    |     ---------                  ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MeshSource` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Demo` is never constructed
[INFO] [stdout]   --> src/scene/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub enum MeshSource {
[INFO] [stdout]    |          ---------- variant in this enum
[INFO] [stdout] 16 |     /// Part of the hardcoded demo scene.
[INFO] [stdout] 17 |     Demo,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MeshSource` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `material_index` is never read
[INFO] [stdout]   --> src/scene/mod.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct MeshInstance {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub material_index: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_mesh` is never used
[INFO] [stdout]   --> src/scene/mod.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl Scene {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn add_mesh(&mut self, mesh: Mesh, transform: Transform, material_index: usize) {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DirectionalLight` is never constructed
[INFO] [stdout]  --> src/scene/light.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct DirectionalLight {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/scene/light.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl DirectionalLight {
[INFO] [stdout]    | --------------------- associated function in this implementation
[INFO] [stdout] 12 |     pub fn new(direction: [f32; 3], color: [f32; 3], intensity: f32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `constant`, `linear`, and `quadratic` are never read
[INFO] [stdout]   --> src/scene/light.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct PointLight {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub constant: f32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 28 |     pub linear: f32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 29 |     pub quadratic: f32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PointLight` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_directional` and `set_point_light` are never used
[INFO] [stdout]   --> src/scene/light.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 74 | impl LightUniform {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] 75 |     pub fn set_directional(&mut self, light: &DirectionalLight) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn set_point_light(&mut self, index: usize, light: &PointLight) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `colored` is never used
[INFO] [stdout]   --> src/scene/material.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Material {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn colored(r: f32, g: f32, b: f32) -> Self {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]  --> src/scene/mesh.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Mesh {
[INFO] [stdout]   |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 6 |     pub name: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_cube` is never used
[INFO] [stdout]   --> src/scene/mesh.rs:64:8
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn create_cube(device: &wgpu::Device) -> Mesh {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_sphere` is never used
[INFO] [stdout]    --> src/scene/mesh.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub fn create_sphere(device: &wgpu::Device, stacks: u32, slices: u32) -> Mesh {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_looping` is never read
[INFO] [stdout]   --> src/scene/particle.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct ParticleSystem {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub is_looping: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_position` is never used
[INFO] [stdout]   --> src/scene/transform.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Transform {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn from_position(position: Vec3) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v29.0.3, wgpu v29.0.3, wgpu-core v29.0.3, wgpu-hal v29.0.3, winit v0.30.13
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] running `Command { std: "docker" "inspect" "f24bc4a472acb9bf8f71b4099c763a132fe075a75139d54e81cf5d3d89abbdb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f24bc4a472acb9bf8f71b4099c763a132fe075a75139d54e81cf5d3d89abbdb8", kill_on_drop: false }`
[INFO] [stdout] f24bc4a472acb9bf8f71b4099c763a132fe075a75139d54e81cf5d3d89abbdb8
