[INFO] cloning repository https://github.com/kotleni/RatEngine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kotleni/RatEngine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkotleni%2FRatEngine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkotleni%2FRatEngine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7b0208354bbc607bb7fa8daac607cac4eb3f73cf
[INFO] checking kotleni/RatEngine against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkotleni%2FRatEngine" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kotleni/RatEngine
[INFO] finished tweaking git repo https://github.com/kotleni/RatEngine
[INFO] tweaked toml for git repo https://github.com/kotleni/RatEngine written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kotleni/RatEngine 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/kotleni/RatEngine 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 nalgebra-glm v0.18.0
[INFO] [stderr]   Downloaded tobj v4.0.0
[INFO] [stderr]   Downloaded stb_image v0.2.5
[INFO] [stderr]   Downloaded egui_backend v0.4.0
[INFO] [stderr]   Downloaded egui_sdl2_gl v0.22.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 60ba31035e93e8954606679c3b93e355423040fa685bddcaa304d8edf388e114
[INFO] running `Command { std: "docker" "start" "-a" "60ba31035e93e8954606679c3b93e355423040fa685bddcaa304d8edf388e114", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60ba31035e93e8954606679c3b93e355423040fa685bddcaa304d8edf388e114", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60ba31035e93e8954606679c3b93e355423040fa685bddcaa304d8edf388e114", kill_on_drop: false }`
[INFO] [stdout] 60ba31035e93e8954606679c3b93e355423040fa685bddcaa304d8edf388e114
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 4c22f5542754fb1675943bd42bbc930c64d50b9a23fc2f476b7e5c34490bbdb4
[INFO] running `Command { std: "docker" "start" "-a" "4c22f5542754fb1675943bd42bbc930c64d50b9a23fc2f476b7e5c34490bbdb4", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]     Checking smallvec v1.11.0
[INFO] [stderr]     Checking ttf-parser v0.19.2
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling sdl2-sys v0.35.2
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling xml-rs v0.8.18
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]    Compiling matrixmultiply v0.3.7
[INFO] [stderr]     Checking ecolor v0.22.0
[INFO] [stderr]     Checking emath v0.22.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling sdl2 v0.35.2
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking safe_arch v0.7.1
[INFO] [stderr]     Checking tobj v4.0.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking wide v0.7.11
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling stb_image v0.2.5
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr]     Checking num-rational v0.4.1
[INFO] [stderr]     Checking owned_ttf_parser v0.19.0
[INFO] [stderr]     Checking ab_glyph v0.2.21
[INFO] [stderr]     Checking epaint v0.22.0
[INFO] [stderr]    Compiling nalgebra-macros v0.2.1
[INFO] [stderr]     Checking egui v0.22.0
[INFO] [stderr]     Checking nalgebra v0.32.3
[INFO] [stderr]     Checking egui_sdl2_gl v0.22.1
[INFO] [stderr]     Checking egui_backend v0.4.0
[INFO] [stderr]     Checking nalgebra-glm v0.18.0
[INFO] [stderr]     Checking ratengine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `video_subsystem` is never read
[INFO] [stdout]   --> src/window.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct RatWindow {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 10 |     pub sdl: sdl2::Sdl,
[INFO] [stdout] 11 |     pub video_subsystem: sdl2::VideoSubsystem,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `vbo` and `ebo` are never read
[INFO] [stdout]  --> src/renderer.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct RatRenderer {
[INFO] [stdout]   |            ----------- fields in this struct
[INFO] [stdout] 7 |     pub vao: GLuint,
[INFO] [stdout] 8 |     pub vbo: GLuint,
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 9 |     pub ebo: GLuint,
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]  --> src/material.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Material {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 5 |     pub name: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `file_path` is never read
[INFO] [stdout]  --> src/rat_cfg.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RatCfg {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 5 |     pub file_path: String,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_i32`, `get_bool`, `get_vec2`, and `get_vec3` are never used
[INFO] [stdout]   --> src/rat_cfg.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl RatCfg {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub fn get_i32(&self, key: &str) -> i32 {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn get_bool(&self, key: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn get_vec2(&self, key: &str) -> Vec2 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn get_vec3(&self, key: &str) -> Vec3 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `material`, `scale`, and `weight` are never read
[INFO] [stdout]   --> src/object.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct RatObject {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  8 |     pub material: Material,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub scale: Vector3<f32>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 12 |     pub weight: f32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/engine.rs:263:12
[INFO] [stdout]     |
[INFO] [stdout] 263 |         if ENGINE.is_none() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/engine.rs:266:9
[INFO] [stdout]     |
[INFO] [stdout] 266 |         ENGINE.as_mut().unwrap()
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `video_subsystem` is never read
[INFO] [stdout]   --> src/window.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct RatWindow {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 10 |     pub sdl: sdl2::Sdl,
[INFO] [stdout] 11 |     pub video_subsystem: sdl2::VideoSubsystem,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `vbo` and `ebo` are never read
[INFO] [stdout]  --> src/renderer.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct RatRenderer {
[INFO] [stdout]   |            ----------- fields in this struct
[INFO] [stdout] 7 |     pub vao: GLuint,
[INFO] [stdout] 8 |     pub vbo: GLuint,
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 9 |     pub ebo: GLuint,
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]  --> src/material.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Material {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 5 |     pub name: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `file_path` is never read
[INFO] [stdout]  --> src/rat_cfg.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RatCfg {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 5 |     pub file_path: String,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_i32`, `get_bool`, `get_vec2`, and `get_vec3` are never used
[INFO] [stdout]   --> src/rat_cfg.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl RatCfg {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub fn get_i32(&self, key: &str) -> i32 {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn get_bool(&self, key: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn get_vec2(&self, key: &str) -> Vec2 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn get_vec3(&self, key: &str) -> Vec3 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `material`, `scale`, and `weight` are never read
[INFO] [stdout]   --> src/object.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct RatObject {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  8 |     pub material: Material,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub scale: Vector3<f32>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 12 |     pub weight: f32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/engine.rs:263:12
[INFO] [stdout]     |
[INFO] [stdout] 263 |         if ENGINE.is_none() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/engine.rs:266:9
[INFO] [stdout]     |
[INFO] [stdout] 266 |         ENGINE.as_mut().unwrap()
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.35s
[INFO] running `Command { std: "docker" "inspect" "4c22f5542754fb1675943bd42bbc930c64d50b9a23fc2f476b7e5c34490bbdb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c22f5542754fb1675943bd42bbc930c64d50b9a23fc2f476b7e5c34490bbdb4", kill_on_drop: false }`
[INFO] [stdout] 4c22f5542754fb1675943bd42bbc930c64d50b9a23fc2f476b7e5c34490bbdb4
