[INFO] cloning repository https://github.com/Alexistodj124/lab4shaders
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Alexistodj124/lab4shaders" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexistodj124%2Flab4shaders", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexistodj124%2Flab4shaders'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bb4a54128c65551afa8d5433e379389ba533ffb5
[INFO] checking Alexistodj124/lab4shaders against master#32cd9114712a24010b0583624dc52ac302194128 for pr-143717
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexistodj124%2Flab4shaders" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Alexistodj124/lab4shaders
[INFO] finished tweaking git repo https://github.com/Alexistodj124/lab4shaders
[INFO] tweaked toml for git repo https://github.com/Alexistodj124/lab4shaders written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Alexistodj124/lab4shaders 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/Alexistodj124/lab4shaders 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 tobj v4.0.2
[INFO] [stderr]   Downloaded nalgebra-glm v0.18.0
[INFO] [stderr]   Downloaded fastnoise-lite v1.1.1
[INFO] [stderr]   Downloaded xcursor v0.3.6
[INFO] [stderr]   Downloaded wide v0.7.25
[INFO] [stderr]   Downloaded minifb v0.26.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 2318609e80a92d006483d95aa344366dd46c2ba040f4c20972c54db78ed7b23a
[INFO] running `Command { std: "docker" "start" "-a" "2318609e80a92d006483d95aa344366dd46c2ba040f4c20972c54db78ed7b23a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2318609e80a92d006483d95aa344366dd46c2ba040f4c20972c54db78ed7b23a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2318609e80a92d006483d95aa344366dd46c2ba040f4c20972c54db78ed7b23a", kill_on_drop: false }`
[INFO] [stdout] 2318609e80a92d006483d95aa344366dd46c2ba040f4c20972c54db78ed7b23a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] f35b468cb565b2e7035f5057291c21c9b3da3c074ac76cf071a657cc16f6db40
[INFO] running `Command { std: "docker" "start" "-a" "f35b468cb565b2e7035f5057291c21c9b3da3c074ac76cf071a657cc16f6db40", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling xml-rs v0.8.20
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking bytemuck v1.16.1
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking libloading v0.8.5
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling cc v1.1.6
[INFO] [stderr]     Checking xcursor v0.3.6
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking safe_arch v0.7.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking wide v0.7.25
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling minifb v0.26.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking fastnoise-lite v1.1.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking tobj v4.0.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking nalgebra v0.32.6
[INFO] [stderr]     Checking nalgebra-glm v0.18.0
[INFO] [stderr]     Checking sr_02_line v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `dot`
[INFO] [stdout]  --> src/shaders.rs:2:38
[INFO] [stdout]   |
[INFO] [stdout] 2 | use nalgebra_glm::{Vec3, Vec4, Mat3, dot, mat4_to_mat3};
[INFO] [stdout]   |                                      ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::f32::consts::PI`
[INFO] [stdout]  --> src/shaders.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::f32::consts::PI;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FractalType`
[INFO] [stdout]   --> src/main.rs:21:48
[INFO] [stdout]    |
[INFO] [stdout] 21 | use fastnoise_lite::{FastNoiseLite, NoiseType, FractalType};
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `dot`
[INFO] [stdout]  --> src/shaders.rs:2:38
[INFO] [stdout]   |
[INFO] [stdout] 2 | use nalgebra_glm::{Vec3, Vec4, Mat3, dot, mat4_to_mat3};
[INFO] [stdout]   |                                      ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::f32::consts::PI`
[INFO] [stdout]  --> src/shaders.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::f32::consts::PI;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FractalType`
[INFO] [stdout]   --> src/main.rs:21:48
[INFO] [stdout]    |
[INFO] [stdout] 21 | use fastnoise_lite::{FastNoiseLite, NoiseType, FractalType};
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new_with_color` and `set_transformed` are never used
[INFO] [stdout]   --> src/vertex.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Vertex {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 26 |   pub fn new_with_color(position: Vec3, color: Color) -> Self {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |   pub fn set_transformed(&mut self, position: Vec3, normal: Vec3) {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_hex`, `is_black`, `blend_normal`, `blend_multiply`, `blend_add`, and `blend_subtract` are never used
[INFO] [stdout]   --> src/color.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Color {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub const fn from_hex(hex: u32) -> Self {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn is_black(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn blend_normal(&self, blend: &Color) -> Color {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn blend_multiply(&self, blend: &Color) -> Color {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub fn blend_add(&self, blend: &Color) -> Color {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn blend_subtract(&self, blend: &Color) -> Color {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `color` and `normal` are never read
[INFO] [stdout]  --> src/fragment.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Fragment {
[INFO] [stdout]   |            -------- fields in this struct
[INFO] [stdout] 6 |     pub position: Vec2,
[INFO] [stdout] 7 |     pub color: Color,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 8 |     pub depth: f32,
[INFO] [stdout] 9 |     pub normal: Vec3,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `basis_change` and `check_if_changed` are never used
[INFO] [stdout]   --> src/camera.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Camera {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 22 |   pub fn basis_change(&self, vector: &Vec3) -> Vec3 {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |   pub fn check_if_changed(&mut self) -> bool {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new_with_color` and `set_transformed` are never used
[INFO] [stdout]   --> src/vertex.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Vertex {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 26 |   pub fn new_with_color(position: Vec3, color: Color) -> Self {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |   pub fn set_transformed(&mut self, position: Vec3, normal: Vec3) {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_hex`, `is_black`, `blend_normal`, `blend_multiply`, `blend_add`, and `blend_subtract` are never used
[INFO] [stdout]   --> src/color.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Color {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub const fn from_hex(hex: u32) -> Self {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn is_black(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn blend_normal(&self, blend: &Color) -> Color {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn blend_multiply(&self, blend: &Color) -> Color {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub fn blend_add(&self, blend: &Color) -> Color {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn blend_subtract(&self, blend: &Color) -> Color {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `color` and `normal` are never read
[INFO] [stdout]  --> src/fragment.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Fragment {
[INFO] [stdout]   |            -------- fields in this struct
[INFO] [stdout] 6 |     pub position: Vec2,
[INFO] [stdout] 7 |     pub color: Color,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 8 |     pub depth: f32,
[INFO] [stdout] 9 |     pub normal: Vec3,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `basis_change` and `check_if_changed` are never used
[INFO] [stdout]   --> src/camera.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Camera {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 22 |   pub fn basis_change(&self, vector: &Vec3) -> Vec3 {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |   pub fn check_if_changed(&mut self) -> bool {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.71s
[INFO] running `Command { std: "docker" "inspect" "f35b468cb565b2e7035f5057291c21c9b3da3c074ac76cf071a657cc16f6db40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f35b468cb565b2e7035f5057291c21c9b3da3c074ac76cf071a657cc16f6db40", kill_on_drop: false }`
[INFO] [stdout] f35b468cb565b2e7035f5057291c21c9b3da3c074ac76cf071a657cc16f6db40
