[INFO] cloning repository https://github.com/AcrylicShrimp/level-editor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AcrylicShrimp/level-editor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAcrylicShrimp%2Flevel-editor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAcrylicShrimp%2Flevel-editor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b41f233f752551e63d3b7950802e521cac3033f3
[INFO] building AcrylicShrimp/level-editor against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAcrylicShrimp%2Flevel-editor" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/AcrylicShrimp/level-editor on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/AcrylicShrimp/level-editor
[INFO] finished tweaking git repo https://github.com/AcrylicShrimp/level-editor
[INFO] tweaked toml for git repo https://github.com/AcrylicShrimp/level-editor written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/AcrylicShrimp/level-editor 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 92488971ab563fc944532dbd4edae22e0689b1179ebdbc3a46d81dd780f8fb9a
[INFO] running `Command { std: "docker" "start" "-a" "92488971ab563fc944532dbd4edae22e0689b1179ebdbc3a46d81dd780f8fb9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "92488971ab563fc944532dbd4edae22e0689b1179ebdbc3a46d81dd780f8fb9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92488971ab563fc944532dbd4edae22e0689b1179ebdbc3a46d81dd780f8fb9a", kill_on_drop: false }`
[INFO] [stdout] 92488971ab563fc944532dbd4edae22e0689b1179ebdbc3a46d81dd780f8fb9a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 112ac8156656aa76a4c7bc9854078eea25f7c1748012d305780118d9c4ada9f1
[INFO] running `Command { std: "docker" "start" "-a" "112ac8156656aa76a4c7bc9854078eea25f7c1748012d305780118d9c4ada9f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]    Compiling gpu-descriptor-types v0.1.2
[INFO] [stderr]    Compiling gpu-alloc-types v0.3.0
[INFO] [stderr]    Compiling wgpu-hal v0.19.3
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling wayland-sys v0.31.1
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling xcursor v0.3.5
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling bytemuck v1.15.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.18.1
[INFO] [stderr]    Compiling raw-window-handle v0.6.0
[INFO] [stderr]    Compiling xkeysym v0.2.0
[INFO] [stderr]    Compiling cursor-icon v1.1.0
[INFO] [stderr]    Compiling hexf-parse v0.2.1
[INFO] [stderr]    Compiling strict-num v0.1.1
[INFO] [stderr]    Compiling ttf-parser v0.20.0
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling gpu-alloc v0.6.0
[INFO] [stderr]    Compiling tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling parking_lot v0.12.2
[INFO] [stderr]    Compiling wayland-backend v0.3.3
[INFO] [stderr]    Compiling wgpu-core v0.19.3
[INFO] [stderr]    Compiling memmap2 v0.9.4
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling glow v0.13.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.1
[INFO] [stderr]    Compiling renderdoc-sys v1.1.0
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling profiling v1.0.15
[INFO] [stderr]    Compiling tiny-skia v0.11.4
[INFO] [stderr]    Compiling wgpu v0.19.3
[INFO] [stderr]    Compiling winit v0.29.15
[INFO] [stderr]    Compiling x11rb-protocol v0.13.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling as-raw-xcb-connection v1.0.1
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling smol_str v0.2.1
[INFO] [stderr]    Compiling ttf-parser v0.21.1
[INFO] [stderr]    Compiling pollster v0.3.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling owned_ttf_parser v0.20.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.32
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]    Compiling ab_glyph v0.2.25
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling lvl-pmx v0.1.0 (/opt/rustwide/workdir/lvl-pmx)
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling gpu-descriptor v0.2.4
[INFO] [stderr]    Compiling fontdue v0.9.0
[INFO] [stderr]    Compiling naga v0.19.2
[INFO] [stderr]    Compiling polling v3.6.0
[INFO] [stderr]    Compiling calloop v0.12.4
[INFO] [stderr]    Compiling wayland-client v0.31.2
[INFO] [stderr]    Compiling wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling wayland-protocols v0.31.2
[INFO] [stderr]    Compiling calloop-wayland-source v0.2.0
[INFO] [stderr]    Compiling wayland-cursor v0.31.1
[INFO] [stderr]    Compiling wgpu-types v0.19.2
[INFO] [stderr]    Compiling lvl-math v0.1.0 (/opt/rustwide/workdir/lvl-math)
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling string-interner v0.17.0
[INFO] [stderr]    Compiling lvl-bsp v0.1.0 (/opt/rustwide/workdir/lvl-bsp)
[INFO] [stderr]    Compiling wayland-protocols-wlr v0.2.0
[INFO] [stderr]    Compiling wayland-protocols-plasma v0.2.0
[INFO] [stderr]    Compiling lvl-resource v0.1.0 (/opt/rustwide/workdir/lvl-resource)
[INFO] [stderr]    Compiling x11rb v0.13.0
[INFO] [stderr]    Compiling sctk-adwaita v0.8.1
[INFO] [stderr]    Compiling lvl-core v0.1.0 (/opt/rustwide/workdir/lvl-core)
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> lvl-core/src/scene/components/pmx_model_animator/bind_pose_bone_set.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Object`
[INFO] [stdout]  --> lvl-core/src/scene/components/pmx_model_animator.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 |     scene::{Component, Object, ObjectId, SceneProxy, Transform},
[INFO] [stdout]   |                        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lvl_math::Mat4`
[INFO] [stdout]  --> lvl-core/src/scene/components/pmx_model_animator.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use lvl_math::Mat4;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cell::RefMut`
[INFO] [stdout]   --> lvl-core/src/scene/components/pmx_model_animator.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::{any::Any, cell::RefMut};
[INFO] [stdout]    |                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `render_pass`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |     let render_pass = frame.begin_render_pass(
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_render_pass`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 |     ctx: &Context,
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `camera_id`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 |     camera_id: ObjectId,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_camera_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scene`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 |     scene: &mut SceneProxy,
[INFO] [stdout]     |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_scene`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bind_group`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:207:9
[INFO] [stdout]     |
[INFO] [stdout] 207 |     let bind_group = ctx.gfx_ctx().uniform_bind_group_provider.bind_group();
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bind_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:202:5
[INFO] [stdout]     |
[INFO] [stdout] 202 |     window: &Window,
[INFO] [stdout]     |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `driver`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:205:5
[INFO] [stdout]     |
[INFO] [stdout] 205 |     driver: &mut Option<Box<dyn Driver>>,
[INFO] [stdout]     |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_driver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `render_pass`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:231:21
[INFO] [stdout]     |
[INFO] [stdout] 231 |             let mut render_pass = frame.begin_render_pass(
[INFO] [stdout]     |                     ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_render_pass`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pipelines`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:262:21
[INFO] [stdout]     |
[INFO] [stdout] 262 |                 let pipelines = renderer.component.construct_render_pipelines(
[INFO] [stdout]     |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipelines`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `light`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:270:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             for light in &lights {}
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_light`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:231:17
[INFO] [stdout]     |
[INFO] [stdout] 231 |             let mut render_pass = frame.begin_render_pass(
[INFO] [stdout]     |                 ----^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> lvl-core/src/looper.rs:211:24
[INFO] [stdout]     |
[INFO] [stdout] 211 |                 event: event @ WindowEvent::CursorMoved { .. },
[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]    --> lvl-core/src/looper.rs:218:24
[INFO] [stdout]     |
[INFO] [stdout] 218 |                 event: event @ WindowEvent::MouseInput { .. },
[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]    --> lvl-core/src/looper.rs:225:24
[INFO] [stdout]     |
[INFO] [stdout] 225 |                 event: event @ WindowEvent::MouseWheel { .. },
[INFO] [stdout]     |                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `start_time` is never read
[INFO] [stdout]   --> lvl-core/src/scene/components/pmx_model_animator.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |                 start_time = current_time;
[INFO] [stdout]    |                 ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `element`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:102:66
[INFO] [stdout]     |
[INFO] [stdout] 102 |             (Some(current), None) | (None, Some(current)) => for element in &current.elements {},
[INFO] [stdout]     |                                                                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_element`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:103:19
[INFO] [stdout]     |
[INFO] [stdout] 103 |             (Some(current), Some(next)) => {}
[INFO] [stdout]     |                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `next`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:103:34
[INFO] [stdout]     |
[INFO] [stdout] 103 |             (Some(current), Some(next)) => {}
[INFO] [stdout]     |                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_next`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |             (Some(current), None) | (None, Some(current)) => {}
[INFO] [stdout]     |                   ^^^^^^^                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 108 |             (Some(_current), None) | (None, Some(_current)) => {}
[INFO] [stdout]     |                   ~~~~~~~~                       ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout] 109 |             (Some(current), Some(next)) => {}
[INFO] [stdout]     |                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `next`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:109:34
[INFO] [stdout]     |
[INFO] [stdout] 109 |             (Some(current), Some(next)) => {}
[INFO] [stdout]     |                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_next`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pmx_model`
[INFO] [stdout]   --> lvl-core/src/scene/components/pmx_model_animator.rs:75:37
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub(crate) fn update(&mut self, pmx_model: &mut PmxModel, ctx: &Context) {
[INFO] [stdout]    |                                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pmx_model`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `t`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:134:61
[INFO] [stdout]     |
[INFO] [stdout] 134 | fn bezier_interpolation(x1: f32, x2: f32, y1: f32, y2: f32, t: f32) -> f32 {
[INFO] [stdout]     |                                                             ^ help: if this is intentional, prefix it with an underscore: `_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_pass_stage_ui` is never used
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:178:4
[INFO] [stdout]     |
[INFO] [stdout] 178 | fn render_pass_stage_ui(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CollectedItem` is never constructed
[INFO] [stdout]  --> lvl-core/src/context/phases/render/collects.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct CollectedItem<'a, T: Component> {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `world_position` is never used
[INFO] [stdout]   --> lvl-core/src/context/phases/render/collects.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 9  | impl<'a, T: Component> CollectedItem<'a, T> {
[INFO] [stdout]    | ------------------------------------------- method in this implementation
[INFO] [stdout] 10 |     pub fn world_position(&self) -> Vec3 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_components` is never used
[INFO] [stdout]   --> lvl-core/src/context/phases/render/collects.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn collect_components<'a, T: Component>(scene: &'a SceneProxy) -> Vec<CollectedItem<'a, T>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update` is never used
[INFO] [stdout]   --> lvl-core/src/scene/components/pmx_model_animator.rs:75:19
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl PmxModelAnimator {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub(crate) fn update(&mut self, pmx_model: &mut PmxModel, ctx: &Context) {
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_bone` is never used
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:114:4
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn find_bone<'a>(
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bezier_interpolation` is never used
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:134:4
[INFO] [stdout]     |
[INFO] [stdout] 134 | fn bezier_interpolation(x1: f32, x2: f32, y1: f32, y2: f32, t: f32) -> f32 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BindPoseBoneSet` is never constructed
[INFO] [stdout]  --> lvl-core/src/scene/components/pmx_model_animator/bind_pose_bone_set.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct BindPoseBoneSet {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BoneBindTransform` is never constructed
[INFO] [stdout]   --> lvl-core/src/scene/components/pmx_model_animator/bind_pose_bone_set.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct BoneBindTransform {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling level-editor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `pmx_model_object`
[INFO] [stdout]   --> src/driver_impl.rs:94:17
[INFO] [stdout]    |
[INFO] [stdout] 94 |             let pmx_model_object = scene
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pmx_model_object`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s
[INFO] running `Command { std: "docker" "inspect" "112ac8156656aa76a4c7bc9854078eea25f7c1748012d305780118d9c4ada9f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "112ac8156656aa76a4c7bc9854078eea25f7c1748012d305780118d9c4ada9f1", kill_on_drop: false }`
[INFO] [stdout] 112ac8156656aa76a4c7bc9854078eea25f7c1748012d305780118d9c4ada9f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c34f63da527ae6bdc26a385a990ddd54b37f109dee3cbcb60f20a83f8e047808
[INFO] running `Command { std: "docker" "start" "-a" "c34f63da527ae6bdc26a385a990ddd54b37f109dee3cbcb60f20a83f8e047808", kill_on_drop: false }`
[INFO] [stderr]    Compiling level-editor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> lvl-core/src/scene/components/pmx_model_animator/bind_pose_bone_set.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Object`
[INFO] [stdout]  --> lvl-core/src/scene/components/pmx_model_animator.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 |     scene::{Component, Object, ObjectId, SceneProxy, Transform},
[INFO] [stdout]   |                        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lvl_math::Mat4`
[INFO] [stdout]  --> lvl-core/src/scene/components/pmx_model_animator.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use lvl_math::Mat4;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cell::RefMut`
[INFO] [stdout]   --> lvl-core/src/scene/components/pmx_model_animator.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::{any::Any, cell::RefMut};
[INFO] [stdout]    |                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `render_pass`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |     let render_pass = frame.begin_render_pass(
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_render_pass`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 |     ctx: &Context,
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `camera_id`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 |     camera_id: ObjectId,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_camera_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scene`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 |     scene: &mut SceneProxy,
[INFO] [stdout]     |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_scene`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bind_group`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:207:9
[INFO] [stdout]     |
[INFO] [stdout] 207 |     let bind_group = ctx.gfx_ctx().uniform_bind_group_provider.bind_group();
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bind_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:202:5
[INFO] [stdout]     |
[INFO] [stdout] 202 |     window: &Window,
[INFO] [stdout]     |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `driver`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:205:5
[INFO] [stdout]     |
[INFO] [stdout] 205 |     driver: &mut Option<Box<dyn Driver>>,
[INFO] [stdout]     |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_driver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `render_pass`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:231:21
[INFO] [stdout]     |
[INFO] [stdout] 231 |             let mut render_pass = frame.begin_render_pass(
[INFO] [stdout]     |                     ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_render_pass`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pipelines`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:262:21
[INFO] [stdout]     |
[INFO] [stdout] 262 |                 let pipelines = renderer.component.construct_render_pipelines(
[INFO] [stdout]     |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipelines`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `light`
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:270:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             for light in &lights {}
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_light`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:231:17
[INFO] [stdout]     |
[INFO] [stdout] 231 |             let mut render_pass = frame.begin_render_pass(
[INFO] [stdout]     |                 ----^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> lvl-core/src/looper.rs:211:24
[INFO] [stdout]     |
[INFO] [stdout] 211 |                 event: event @ WindowEvent::CursorMoved { .. },
[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]    --> lvl-core/src/looper.rs:218:24
[INFO] [stdout]     |
[INFO] [stdout] 218 |                 event: event @ WindowEvent::MouseInput { .. },
[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]    --> lvl-core/src/looper.rs:225:24
[INFO] [stdout]     |
[INFO] [stdout] 225 |                 event: event @ WindowEvent::MouseWheel { .. },
[INFO] [stdout]     |                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `start_time` is never read
[INFO] [stdout]   --> lvl-core/src/scene/components/pmx_model_animator.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |                 start_time = current_time;
[INFO] [stdout]    |                 ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `element`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:102:66
[INFO] [stdout]     |
[INFO] [stdout] 102 |             (Some(current), None) | (None, Some(current)) => for element in &current.elements {},
[INFO] [stdout]     |                                                                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_element`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:103:19
[INFO] [stdout]     |
[INFO] [stdout] 103 |             (Some(current), Some(next)) => {}
[INFO] [stdout]     |                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `next`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:103:34
[INFO] [stdout]     |
[INFO] [stdout] 103 |             (Some(current), Some(next)) => {}
[INFO] [stdout]     |                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_next`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |             (Some(current), None) | (None, Some(current)) => {}
[INFO] [stdout]     |                   ^^^^^^^                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 108 |             (Some(_current), None) | (None, Some(_current)) => {}
[INFO] [stdout]     |                   ~~~~~~~~                       ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:109:19
[INFO] [stdout]     |
[INFO] [stdout] 109 |             (Some(current), Some(next)) => {}
[INFO] [stdout]     |                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `next`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:109:34
[INFO] [stdout]     |
[INFO] [stdout] 109 |             (Some(current), Some(next)) => {}
[INFO] [stdout]     |                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_next`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pmx_model`
[INFO] [stdout]   --> lvl-core/src/scene/components/pmx_model_animator.rs:75:37
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub(crate) fn update(&mut self, pmx_model: &mut PmxModel, ctx: &Context) {
[INFO] [stdout]    |                                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pmx_model`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `t`
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:134:61
[INFO] [stdout]     |
[INFO] [stdout] 134 | fn bezier_interpolation(x1: f32, x2: f32, y1: f32, y2: f32, t: f32) -> f32 {
[INFO] [stdout]     |                                                             ^ help: if this is intentional, prefix it with an underscore: `_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_pass_stage_ui` is never used
[INFO] [stdout]    --> lvl-core/src/context/phases/render.rs:178:4
[INFO] [stdout]     |
[INFO] [stdout] 178 | fn render_pass_stage_ui(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CollectedItem` is never constructed
[INFO] [stdout]  --> lvl-core/src/context/phases/render/collects.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct CollectedItem<'a, T: Component> {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `world_position` is never used
[INFO] [stdout]   --> lvl-core/src/context/phases/render/collects.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 9  | impl<'a, T: Component> CollectedItem<'a, T> {
[INFO] [stdout]    | ------------------------------------------- method in this implementation
[INFO] [stdout] 10 |     pub fn world_position(&self) -> Vec3 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_components` is never used
[INFO] [stdout]   --> lvl-core/src/context/phases/render/collects.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn collect_components<'a, T: Component>(scene: &'a SceneProxy) -> Vec<CollectedItem<'a, T>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update` is never used
[INFO] [stdout]   --> lvl-core/src/scene/components/pmx_model_animator.rs:75:19
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl PmxModelAnimator {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub(crate) fn update(&mut self, pmx_model: &mut PmxModel, ctx: &Context) {
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_bone` is never used
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:114:4
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn find_bone<'a>(
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bezier_interpolation` is never used
[INFO] [stdout]    --> lvl-core/src/scene/components/pmx_model_animator.rs:134:4
[INFO] [stdout]     |
[INFO] [stdout] 134 | fn bezier_interpolation(x1: f32, x2: f32, y1: f32, y2: f32, t: f32) -> f32 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BindPoseBoneSet` is never constructed
[INFO] [stdout]  --> lvl-core/src/scene/components/pmx_model_animator/bind_pose_bone_set.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct BindPoseBoneSet {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BoneBindTransform` is never constructed
[INFO] [stdout]   --> lvl-core/src/scene/components/pmx_model_animator/bind_pose_bone_set.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct BoneBindTransform {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pmx_model_object`
[INFO] [stdout]   --> src/driver_impl.rs:94:17
[INFO] [stdout]    |
[INFO] [stdout] 94 |             let pmx_model_object = scene
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pmx_model_object`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.20s
[INFO] running `Command { std: "docker" "inspect" "c34f63da527ae6bdc26a385a990ddd54b37f109dee3cbcb60f20a83f8e047808", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c34f63da527ae6bdc26a385a990ddd54b37f109dee3cbcb60f20a83f8e047808", kill_on_drop: false }`
[INFO] [stdout] c34f63da527ae6bdc26a385a990ddd54b37f109dee3cbcb60f20a83f8e047808
