[INFO] cloning repository https://github.com/maeln/stuffy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maeln/stuffy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaeln%2Fstuffy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaeln%2Fstuffy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 487a69689bd068c45fd1999734bcd541cd35f3ed
[INFO] checking maeln/stuffy against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaeln%2Fstuffy" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/maeln/stuffy
[INFO] finished tweaking git repo https://github.com/maeln/stuffy
[INFO] tweaked toml for git repo https://github.com/maeln/stuffy written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maeln/stuffy on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/maeln/stuffy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gl v0.14.0
[INFO] [stderr]   Downloaded xdg v2.5.0
[INFO] [stderr]   Downloaded xml-rs v0.8.14
[INFO] [stderr]   Downloaded gl_loader v0.0.4
[INFO] [stderr]   Downloaded net2 v0.2.38
[INFO] [stderr]   Downloaded log v0.4.18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3d01531043b9222c7379b761d4c883bb38470ec235a3163df708d6bc76b93442
[INFO] running `Command { std: "docker" "start" "-a" "3d01531043b9222c7379b761d4c883bb38470ec235a3163df708d6bc76b93442", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d01531043b9222c7379b761d4c883bb38470ec235a3163df708d6bc76b93442", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d01531043b9222c7379b761d4c883bb38470ec235a3163df708d6bc76b93442", kill_on_drop: false }`
[INFO] [stdout] 3d01531043b9222c7379b761d4c883bb38470ec235a3163df708d6bc76b93442
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e81e7047a5de722ae708e17fbecc5e04fc74ba5cdaddc3e84d8a8fe99b0c7aa
[INFO] running `Command { std: "docker" "start" "-a" "2e81e7047a5de722ae708e17fbecc5e04fc74ba5cdaddc3e84d8a8fe99b0c7aa", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.145
[INFO] [stderr]    Compiling xml-rs v0.8.14
[INFO] [stderr]    Compiling log v0.4.18
[INFO] [stderr]    Compiling proc-macro2 v1.0.59
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling wayland-sys v0.28.6
[INFO] [stderr]     Checking libloading v0.8.0
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling nix v0.18.0
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]    Compiling gl_loader v0.0.4
[INFO] [stderr]     Checking walkdir v2.3.3
[INFO] [stderr]     Checking xdg v2.5.0
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking libloading v0.6.7
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]     Checking dlib v0.4.2
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking lazycell v1.3.0
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling wayland-scanner v0.28.6
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]     Checking nix v0.20.0
[INFO] [stderr]     Checking owned_ttf_parser v0.15.2
[INFO] [stderr]     Checking rusttype v0.9.3
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.38
[INFO] [stderr]     Checking andrew v0.3.1
[INFO] [stderr]    Compiling wayland-client v0.28.6
[INFO] [stderr]    Compiling wayland-protocols v0.28.6
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]     Checking memmap2 v0.1.0
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking raw-window-handle v0.3.4
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking wayland-commons v0.28.6
[INFO] [stderr]     Checking peglrs v0.1.0 (/opt/rustwide/workdir/peglrs)
[INFO] [stderr]     Checking calloop v0.6.5
[INFO] [stdout] warning: unused imports: `Deg` and `perspective`
[INFO] [stdout]  --> peglrs/src/camera/mod.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use cgmath::{perspective, Deg, Matrix4, Point3, Vector3};
[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 `RGBA_8B` should have an upper camel case name
[INFO] [stdout]  --> peglrs/src/frame/fbo.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     RGBA_8B,
[INFO] [stdout]   |     ^^^^^^^ help: convert the identifier to upper camel case: `Rgba8b`
[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 `RGBA_16F` should have an upper camel case name
[INFO] [stdout]  --> peglrs/src/frame/fbo.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     RGBA_16F,
[INFO] [stdout]   |     ^^^^^^^^ help: convert the identifier to upper camel case: `Rgba16f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `RGBA_32F` should have an upper camel case name
[INFO] [stdout]  --> peglrs/src/frame/fbo.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     RGBA_32F,
[INFO] [stdout]   |     ^^^^^^^^ help: convert the identifier to upper camel case: `Rgba32f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `DEPTH24_STENCIL8` should have an upper camel case name
[INFO] [stdout]   --> peglrs/src/frame/fbo.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     DEPTH24_STENCIL8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Depth24Stencil8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> peglrs/src/scene/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Formatter` and `Result`
[INFO] [stdout]  --> peglrs/src/scene/mod.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::fmt::{Debug, Formatter, Result};
[INFO] [stdout]   |                       ^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deg` and `perspective`
[INFO] [stdout]  --> peglrs/src/camera/mod.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use cgmath::{perspective, Deg, Matrix4, Point3, Vector3};
[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 `RGBA_8B` should have an upper camel case name
[INFO] [stdout]  --> peglrs/src/frame/fbo.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     RGBA_8B,
[INFO] [stdout]   |     ^^^^^^^ help: convert the identifier to upper camel case: `Rgba8b`
[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 `RGBA_16F` should have an upper camel case name
[INFO] [stdout]  --> peglrs/src/frame/fbo.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     RGBA_16F,
[INFO] [stdout]   |     ^^^^^^^^ help: convert the identifier to upper camel case: `Rgba16f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `RGBA_32F` should have an upper camel case name
[INFO] [stdout]  --> peglrs/src/frame/fbo.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     RGBA_32F,
[INFO] [stdout]   |     ^^^^^^^^ help: convert the identifier to upper camel case: `Rgba32f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `DEPTH24_STENCIL8` should have an upper camel case name
[INFO] [stdout]   --> peglrs/src/frame/fbo.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     DEPTH24_STENCIL8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Depth24Stencil8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> peglrs/src/scene/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Formatter` and `Result`
[INFO] [stdout]  --> peglrs/src/scene/mod.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::fmt::{Debug, Formatter, Result};
[INFO] [stdout]   |                       ^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtomicBool` and `Ordering`
[INFO] [stdout]  --> peglrs/src/shaders/shader_loader.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::sync::atomic::{AtomicBool, Ordering};
[INFO] [stdout]   |                         ^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `io::empty` and `sync::Arc`
[INFO] [stdout]   --> peglrs/src/lib.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::{io::empty, sync::Arc};
[INFO] [stdout]    |           ^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `camera::Camera`
[INFO] [stdout]   --> peglrs/src/lib.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use camera::Camera;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Program` and `Shader`
[INFO] [stdout]   --> peglrs/src/lib.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 | use shaders::{Program, Shader};
[INFO] [stdout]    |               ^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cgmath::prelude::*`
[INFO] [stdout]   --> peglrs/src/lib.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use cgmath::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deg`, `Matrix4`, `Point3`, and `perspective`
[INFO] [stdout]   --> peglrs/src/lib.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | use cgmath::{perspective, Deg, Matrix4, Point3, Vector2, Vector3};
[INFO] [stdout]    |              ^^^^^^^^^^^  ^^^  ^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtomicBool` and `Ordering`
[INFO] [stdout]  --> peglrs/src/shaders/shader_loader.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::sync::atomic::{AtomicBool, Ordering};
[INFO] [stdout]   |                         ^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `io::empty` and `sync::Arc`
[INFO] [stdout]   --> peglrs/src/lib.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::{io::empty, sync::Arc};
[INFO] [stdout]    |           ^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `camera::Camera`
[INFO] [stdout]   --> peglrs/src/lib.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use camera::Camera;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Program` and `Shader`
[INFO] [stdout]   --> peglrs/src/lib.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 | use shaders::{Program, Shader};
[INFO] [stdout]    |               ^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cgmath::prelude::*`
[INFO] [stdout]   --> peglrs/src/lib.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use cgmath::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deg`, `Matrix4`, `Point3`, and `perspective`
[INFO] [stdout]   --> peglrs/src/lib.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | use cgmath::{perspective, Deg, Matrix4, Point3, Vector2, Vector3};
[INFO] [stdout]    |              ^^^^^^^^^^^  ^^^  ^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cgmath::Matrix4::<S>::look_at`: Use Matrix4::look_at_rh
[INFO] [stdout]   --> peglrs/src/camera/mod.rs:48:18
[INFO] [stdout]    |
[INFO] [stdout] 48 |         Matrix4::look_at(self.position, self.position + self.forward, self.up)
[INFO] [stdout]    |                  ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cgmath::Matrix4::<S>::look_at`: Use Matrix4::look_at_rh
[INFO] [stdout]   --> peglrs/src/camera/mod.rs:48:18
[INFO] [stdout]    |
[INFO] [stdout] 48 |         Matrix4::look_at(self.position, self.position + self.forward, self.up)
[INFO] [stdout]    |                  ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `idx` is never read
[INFO] [stdout]    --> peglrs/src/mesh/mod.rs:142:17
[INFO] [stdout]     |
[INFO] [stdout] 142 |                 idx += 1;
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `idx` is never read
[INFO] [stdout]    --> peglrs/src/mesh/mod.rs:142:17
[INFO] [stdout]     |
[INFO] [stdout] 142 |                 idx += 1;
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> peglrs/src/shaders/shader_loader.rs:82:14
[INFO] [stdout]    |
[INFO] [stdout] 82 |         for (id, program) in program_borrow.iter() {
[INFO] [stdout]    |              ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> peglrs/src/shaders/shader_loader.rs:82:14
[INFO] [stdout]    |
[INFO] [stdout] 82 |         for (id, program) in program_borrow.iter() {
[INFO] [stdout]    |              ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `has_reload` is never read
[INFO] [stdout]    --> peglrs/src/shaders/shader_loader.rs:111:30
[INFO] [stdout]     |
[INFO] [stdout] 111 |         let mut has_reload = false;
[INFO] [stdout]     |                              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `has_reload` is never read
[INFO] [stdout]    --> peglrs/src/shaders/shader_loader.rs:111:30
[INFO] [stdout]     |
[INFO] [stdout] 111 |         let mut has_reload = false;
[INFO] [stdout]     |                              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> peglrs/src/shaders/shader_loader.rs:154:13
[INFO] [stdout]     |
[INFO] [stdout] 154 |         let mut db = self.db.lock().unwrap();
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> peglrs/src/shaders/shader_loader.rs:154:13
[INFO] [stdout]     |
[INFO] [stdout] 154 |         let mut db = self.db.lock().unwrap();
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `location`
[INFO] [stdout]    --> peglrs/src/shaders/shader_loader.rs:362:25
[INFO] [stdout]     |
[INFO] [stdout] 362 |                     let location = gl::GetUniformLocation(addr, uniform_cstr.as_ptr());
[INFO] [stdout]     |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_location`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `location`
[INFO] [stdout]    --> peglrs/src/shaders/shader_loader.rs:362:25
[INFO] [stdout]     |
[INFO] [stdout] 362 |                     let location = gl::GetUniformLocation(addr, uniform_cstr.as_ptr());
[INFO] [stdout]     |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_location`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dx`
[INFO] [stdout]    --> peglrs/src/lib.rs:168:21
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub fn handle_mouse(dx: f32, dy: f32, speed: f32) {}
[INFO] [stdout]     |                     ^^ help: if this is intentional, prefix it with an underscore: `_dx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dy`
[INFO] [stdout]    --> peglrs/src/lib.rs:168:30
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub fn handle_mouse(dx: f32, dy: f32, speed: f32) {}
[INFO] [stdout]     |                              ^^ help: if this is intentional, prefix it with an underscore: `_dy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `speed`
[INFO] [stdout]    --> peglrs/src/lib.rs:168:39
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub fn handle_mouse(dx: f32, dy: f32, speed: f32) {}
[INFO] [stdout]     |                                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_speed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dx`
[INFO] [stdout]    --> peglrs/src/lib.rs:168:21
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub fn handle_mouse(dx: f32, dy: f32, speed: f32) {}
[INFO] [stdout]     |                     ^^ help: if this is intentional, prefix it with an underscore: `_dx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dy`
[INFO] [stdout]    --> peglrs/src/lib.rs:168:30
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub fn handle_mouse(dx: f32, dy: f32, speed: f32) {}
[INFO] [stdout]     |                              ^^ help: if this is intentional, prefix it with an underscore: `_dy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `speed`
[INFO] [stdout]    --> peglrs/src/lib.rs:168:39
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub fn handle_mouse(dx: f32, dy: f32, speed: f32) {}
[INFO] [stdout]     |                                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_speed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Direction` is never used
[INFO] [stdout]  --> peglrs/src/camera/mod.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum Direction {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Direction` is never used
[INFO] [stdout]  --> peglrs/src/camera/mod.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum Direction {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Camera` is never constructed
[INFO] [stdout]   --> peglrs/src/camera/mod.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct Camera {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `view`, `move_cam`, and `move_target` are never used
[INFO] [stdout]   --> peglrs/src/camera/mod.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl Camera {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] 32 |     pub fn new(position: Point3<f32>, forward: Vector3<f32>, world_up: Vector3<f32>) -> Camera {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn view(&self) -> Matrix4<f32> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn move_cam(&mut self, dir: &Direction, dt: f32) {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn move_target(&mut self, dx: f32, dy: f32, speed: f32) {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Frame` is never used
[INFO] [stdout]  --> peglrs/src/frame/mod.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub trait Frame {
[INFO] [stdout]   |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DrawableObject` is never constructed
[INFO] [stdout]   --> peglrs/src/scene/mod.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct DrawableObject {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `draw` is never used
[INFO] [stdout]   --> peglrs/src/scene/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl DrawableObject {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 16 |     pub fn draw() {}
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `NodeType` is never used
[INFO] [stdout]   --> peglrs/src/scene/mod.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum NodeType {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Camera` is never constructed
[INFO] [stdout]   --> peglrs/src/camera/mod.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct Camera {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `view`, `move_cam`, and `move_target` are never used
[INFO] [stdout]   --> peglrs/src/camera/mod.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl Camera {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] 32 |     pub fn new(position: Point3<f32>, forward: Vector3<f32>, world_up: Vector3<f32>) -> Camera {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn view(&self) -> Matrix4<f32> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn move_cam(&mut self, dir: &Direction, dt: f32) {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn move_target(&mut self, dx: f32, dy: f32, speed: f32) {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Frame` is never used
[INFO] [stdout]  --> peglrs/src/frame/mod.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub trait Frame {
[INFO] [stdout]   |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DrawableObject` is never constructed
[INFO] [stdout]   --> peglrs/src/scene/mod.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct DrawableObject {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `draw` is never used
[INFO] [stdout]   --> peglrs/src/scene/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl DrawableObject {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 16 |     pub fn draw() {}
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `NodeType` is never used
[INFO] [stdout]   --> peglrs/src/scene/mod.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum NodeType {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `m_scene` should have an upper case name
[INFO] [stdout]   --> peglrs/src/lib.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | static mut m_scene: Option<Scene> = None;
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 41 - static mut m_scene: Option<Scene> = None;
[INFO] [stdout] 41 + static mut M_SCENE: Option<Scene> = None;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> peglrs/src/lib.rs:51:30
[INFO] [stdout]    |
[INFO] [stdout] 51 |         if let Some(scene) = &mut m_scene {
[INFO] [stdout]    |                              ^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 51 |         if let Some(scene) = &raw mut m_scene {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `m_scene` should have an upper case name
[INFO] [stdout]   --> peglrs/src/lib.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | static mut m_scene: Option<Scene> = None;
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 41 - static mut m_scene: Option<Scene> = None;
[INFO] [stdout] 41 + static mut M_SCENE: Option<Scene> = None;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> peglrs/src/lib.rs:51:30
[INFO] [stdout]    |
[INFO] [stdout] 51 |         if let Some(scene) = &mut m_scene {
[INFO] [stdout]    |                              ^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 51 |         if let Some(scene) = &raw mut m_scene {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]   --> peglrs/src/lib.rs:62:13
[INFO] [stdout]    |
[INFO] [stdout] 62 |             drop(&scene.framebuffers);
[INFO] [stdout]    |             ^^^^^-------------------^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  argument has type `&Vec<Framebuffer>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dropping_references)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 62 -             drop(&scene.framebuffers);
[INFO] [stdout] 62 +             let _ = &scene.framebuffers;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> peglrs/src/lib.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 179 |         if let Some(scene) = &mut m_scene {
[INFO] [stdout]     |                              ^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 179 |         if let Some(scene) = &raw mut m_scene {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> peglrs/src/lib.rs:199:30
[INFO] [stdout]     |
[INFO] [stdout] 199 |         if let Some(scene) = &mut m_scene {
[INFO] [stdout]     |                              ^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 199 |         if let Some(scene) = &raw mut m_scene {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> peglrs/src/lib.rs:217:30
[INFO] [stdout]     |
[INFO] [stdout] 217 |         if let Some(scene) = &mut m_scene {
[INFO] [stdout]     |                              ^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 217 |         if let Some(scene) = &raw mut m_scene {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]   --> peglrs/src/lib.rs:62:13
[INFO] [stdout]    |
[INFO] [stdout] 62 |             drop(&scene.framebuffers);
[INFO] [stdout]    |             ^^^^^-------------------^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  argument has type `&Vec<Framebuffer>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dropping_references)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 62 -             drop(&scene.framebuffers);
[INFO] [stdout] 62 +             let _ = &scene.framebuffers;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> peglrs/src/lib.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 179 |         if let Some(scene) = &mut m_scene {
[INFO] [stdout]     |                              ^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 179 |         if let Some(scene) = &raw mut m_scene {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> peglrs/src/lib.rs:199:30
[INFO] [stdout]     |
[INFO] [stdout] 199 |         if let Some(scene) = &mut m_scene {
[INFO] [stdout]     |                              ^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 199 |         if let Some(scene) = &raw mut m_scene {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> peglrs/src/lib.rs:217:30
[INFO] [stdout]     |
[INFO] [stdout] 217 |         if let Some(scene) = &mut m_scene {
[INFO] [stdout]     |                              ^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 217 |         if let Some(scene) = &raw mut m_scene {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wayland-cursor v0.28.6
[INFO] [stderr]     Checking wayland-egl v0.28.6
[INFO] [stderr]     Checking smithay-client-toolkit v0.12.3
[INFO] [stderr]     Checking winit v0.24.0
[INFO] [stderr]     Checking glutin v0.26.0
[INFO] [stderr]     Checking glutin_backend v0.1.0 (/opt/rustwide/workdir/glutin_backend)
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]    --> glutin_backend/src/main.rs:172:38
[INFO] [stdout]     |
[INFO] [stdout] 172 |                 WindowEvent::Resized(size) => {
[INFO] [stdout]     |                                      ^^^^ help: if this is intentional, prefix it with an underscore: `_size`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]    --> glutin_backend/src/main.rs:172:38
[INFO] [stdout]     |
[INFO] [stdout] 172 |                 WindowEvent::Resized(size) => {
[INFO] [stdout]     |                                      ^^^^ help: if this is intentional, prefix it with an underscore: `_size`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.80s
[INFO] running `Command { std: "docker" "inspect" "2e81e7047a5de722ae708e17fbecc5e04fc74ba5cdaddc3e84d8a8fe99b0c7aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e81e7047a5de722ae708e17fbecc5e04fc74ba5cdaddc3e84d8a8fe99b0c7aa", kill_on_drop: false }`
[INFO] [stdout] 2e81e7047a5de722ae708e17fbecc5e04fc74ba5cdaddc3e84d8a8fe99b0c7aa
