[INFO] cloning repository https://github.com/Sur091/OpenGL-Rust-Basic
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Sur091/OpenGL-Rust-Basic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSur091%2FOpenGL-Rust-Basic", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSur091%2FOpenGL-Rust-Basic'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e5b9f87f76ddb19706d2515896f7797a70bf12da
[INFO] checking Sur091/OpenGL-Rust-Basic against master#32cd9114712a24010b0583624dc52ac302194128 for pr-143717
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSur091%2FOpenGL-Rust-Basic" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Sur091/OpenGL-Rust-Basic
[INFO] finished tweaking git repo https://github.com/Sur091/OpenGL-Rust-Basic
[INFO] tweaked toml for git repo https://github.com/Sur091/OpenGL-Rust-Basic written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Sur091/OpenGL-Rust-Basic on toolchain 32cd9114712a24010b0583624dc52ac302194128
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Sur091/OpenGL-Rust-Basic 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" "+32cd9114712a24010b0583624dc52ac302194128" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wayland-scanner v0.31.2
[INFO] [stderr]   Downloaded wayland-cursor v0.31.3
[INFO] [stderr]   Downloaded wayland-sys v0.31.2
[INFO] [stderr]   Downloaded ravif v0.11.5
[INFO] [stderr]   Downloaded wayland-backend v0.3.4
[INFO] [stderr]   Downloaded bitstream-io v2.4.1
[INFO] [stderr]   Downloaded sctk-adwaita v0.9.0
[INFO] [stderr]   Downloaded wayland-client v0.31.3
[INFO] [stderr]   Downloaded nalgebra-glm v0.19.0
[INFO] [stderr]   Downloaded rgb v0.8.37
[INFO] [stderr]   Downloaded winit v0.30.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a75e9fdec0dc39755eae4c8d3ab0d4700a36efbd2502ee06928a4cc7cd50402c
[INFO] running `Command { std: "docker" "start" "-a" "a75e9fdec0dc39755eae4c8d3ab0d4700a36efbd2502ee06928a4cc7cd50402c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a75e9fdec0dc39755eae4c8d3ab0d4700a36efbd2502ee06928a4cc7cd50402c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a75e9fdec0dc39755eae4c8d3ab0d4700a36efbd2502ee06928a4cc7cd50402c", kill_on_drop: false }`
[INFO] [stdout] a75e9fdec0dc39755eae4c8d3ab0d4700a36efbd2502ee06928a4cc7cd50402c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13de23cd0e847d4f3127362d6a64a38fd85724217765e0a51fc84abb02571fa1
[INFO] running `Command { std: "docker" "start" "-a" "13de23cd0e847d4f3127362d6a64a38fd85724217765e0a51fc84abb02571fa1", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking libloading v0.8.3
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking bytemuck v1.16.0
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling xml-rs v0.8.20
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling wayland-client v0.31.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking miniz_oxide v0.7.3
[INFO] [stderr]     Checking aligned-vec v0.5.0
[INFO] [stderr]    Compiling wayland-sys v0.31.2
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.18.1
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]    Compiling built v0.7.3
[INFO] [stderr]     Checking ttf-parser v0.21.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking xcursor v0.3.5
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking cursor-icon v1.1.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]     Checking safe_arch v0.7.1
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.0
[INFO] [stderr]    Compiling wayland-backend v0.3.4
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.0
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking wide v0.7.24
[INFO] [stderr]    Compiling wayland-scanner v0.31.2
[INFO] [stderr]     Checking num-bigint v0.4.5
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling glutin v0.32.0
[INFO] [stderr]    Compiling winit v0.30.2
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking imgref v1.10.1
[INFO] [stderr]     Checking zerocopy v0.7.34
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking owned_ttf_parser v0.21.0
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking ab_glyph v0.2.26
[INFO] [stderr]     Checking bitstream-io v2.4.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking avif-serialize v0.8.1
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]     Checking rgb v0.8.37
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking anstyle-query v1.1.0
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking dpi v0.1.1
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking exr v1.72.0
[INFO] [stderr]     Checking zune-jpeg v0.4.11
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking regex v1.10.5
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking env_filter v0.1.0
[INFO] [stderr]     Checking env_logger v0.11.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling profiling-procmacros v1.0.15
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking profiling v1.0.15
[INFO] [stderr]     Checking image-webp v0.1.2
[INFO] [stderr]     Checking polling v3.7.2
[INFO] [stderr]     Checking calloop v0.12.4
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.31.2
[INFO] [stderr]     Checking calloop-wayland-source v0.2.0
[INFO] [stderr]     Checking wayland-cursor v0.31.3
[INFO] [stderr]     Checking nalgebra v0.33.0
[INFO] [stderr]     Checking ravif v0.11.5
[INFO] [stderr]     Checking image v0.25.1
[INFO] [stderr]     Checking wayland-protocols-wlr v0.2.0
[INFO] [stderr]     Checking wayland-protocols-plasma v0.2.0
[INFO] [stderr]     Checking sctk-adwaita v0.9.0
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking nalgebra-glm v0.19.0
[INFO] [stderr]     Checking opengl1 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `android_platform`
[INFO] [stdout]    --> src/window.rs:128:15
[INFO] [stdout]     |
[INFO] [stdout] 128 |         #[cfg(android_platform)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android_platform)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android_platform)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cgl_backend`
[INFO] [stdout]   --> src/lib.rs:29:33
[INFO] [stdout]    |
[INFO] [stdout] 29 |         .with_transparency(cfg!(cgl_backend));
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(cgl_backend)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cgl_backend)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android_platform`
[INFO] [stdout]    --> src/window.rs:128:15
[INFO] [stdout]     |
[INFO] [stdout] 128 |         #[cfg(android_platform)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android_platform)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android_platform)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cgl_backend`
[INFO] [stdout]   --> src/lib.rs:29:33
[INFO] [stdout]    |
[INFO] [stdout] 29 |         .with_transparency(cfg!(cgl_backend));
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(cgl_backend)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cgl_backend)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/camera.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl Camera {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub fn new(position: glm::Vec3, up: glm::Vec3, yaw: f32, pitch: f32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `count` is never read
[INFO] [stdout]  --> src/index_buffer.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct IndexBuffer {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 2 |     renderer_id: u32,
[INFO] [stdout] 3 |     count: i32,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_count` is never used
[INFO] [stdout]   --> src/index_buffer.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 6  | impl IndexBuffer {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn get_count(&self) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `start_time` is never read
[INFO] [stdout]   --> src/renderer.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Renderer {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     start_time: std::time::Instant,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `draw_elements` is never used
[INFO] [stdout]    --> src/renderer.rs:227:8
[INFO] [stdout]     |
[INFO] [stdout] 31  | impl Renderer {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 227 |     fn draw_elements(&mut self) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/texture.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Texture {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] 13 |     pub fn new(file_path: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/camera.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl Camera {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub fn new(position: glm::Vec3, up: glm::Vec3, yaw: f32, pitch: f32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `count` is never read
[INFO] [stdout]  --> src/index_buffer.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct IndexBuffer {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 2 |     renderer_id: u32,
[INFO] [stdout] 3 |     count: i32,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_count` is never used
[INFO] [stdout]   --> src/index_buffer.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 6  | impl IndexBuffer {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn get_count(&self) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `start_time` is never read
[INFO] [stdout]   --> src/renderer.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Renderer {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     start_time: std::time::Instant,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `draw_elements` is never used
[INFO] [stdout]    --> src/renderer.rs:227:8
[INFO] [stdout]     |
[INFO] [stdout] 31  | impl Renderer {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 227 |     fn draw_elements(&mut self) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/texture.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Texture {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] 13 |     pub fn new(file_path: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
[INFO] running `Command { std: "docker" "inspect" "13de23cd0e847d4f3127362d6a64a38fd85724217765e0a51fc84abb02571fa1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13de23cd0e847d4f3127362d6a64a38fd85724217765e0a51fc84abb02571fa1", kill_on_drop: false }`
[INFO] [stdout] 13de23cd0e847d4f3127362d6a64a38fd85724217765e0a51fc84abb02571fa1
