[INFO] cloning repository https://github.com/erickguerra2/lab4-graficas
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/erickguerra2/lab4-graficas" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferickguerra2%2Flab4-graficas", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferickguerra2%2Flab4-graficas'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 95ba369af6a4eec5394ab44d2d382449dbeef168
[INFO] checking erickguerra2/lab4-graficas against try#fcfb0ffc7ed7fc631df1136063939ef648434735 for pr-152543
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferickguerra2%2Flab4-graficas" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/erickguerra2/lab4-graficas
[INFO] finished tweaking git repo https://github.com/erickguerra2/lab4-graficas
[INFO] tweaked toml for git repo https://github.com/erickguerra2/lab4-graficas written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/erickguerra2/lab4-graficas on toolchain fcfb0ffc7ed7fc631df1136063939ef648434735
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fcfb0ffc7ed7fc631df1136063939ef648434735" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/erickguerra2/lab4-graficas 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" "+fcfb0ffc7ed7fc631df1136063939ef648434735" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+fcfb0ffc7ed7fc631df1136063939ef648434735" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8fd9d68c82fc369e3dc34cbdea592edf204346ddff779a066c4f34af1903e151
[INFO] running `Command { std: "docker" "start" "-a" "8fd9d68c82fc369e3dc34cbdea592edf204346ddff779a066c4f34af1903e151", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8fd9d68c82fc369e3dc34cbdea592edf204346ddff779a066c4f34af1903e151", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fd9d68c82fc369e3dc34cbdea592edf204346ddff779a066c4f34af1903e151", kill_on_drop: false }`
[INFO] [stdout] 8fd9d68c82fc369e3dc34cbdea592edf204346ddff779a066c4f34af1903e151
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+fcfb0ffc7ed7fc631df1136063939ef648434735" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4cf2335046319a85ef30154f602fa84cc3179618eebe3d18b927dcb940ddaca
[INFO] running `Command { std: "docker" "start" "-a" "e4cf2335046319a85ef30154f602fa84cc3179618eebe3d18b927dcb940ddaca", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling cc v1.2.43
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking bitstream-io v2.6.0
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]     Checking pxfm v0.1.25
[INFO] [stderr]     Checking avif-serialize v0.8.6
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking glam v0.30.9
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking moxcms v0.7.9
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling raylib-sys v5.5.1
[INFO] [stderr]     Checking ravif v0.11.20
[INFO] [stderr]     Checking image v0.25.8
[INFO] [stderr]     Checking raylib v5.5.1
[INFO] [stderr]     Checking lab4 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `raylib::prelude::*`
[INFO] [stdout]  --> src/skybox.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use raylib::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `raylib::prelude::*`
[INFO] [stdout]  --> src/skybox.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use raylib::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `major_axis`
[INFO] [stdout]   --> src/skybox.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let (major_axis, face, u, v) = if abs.x > abs.y && abs.x > abs.z {
[INFO] [stdout]    |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_major_axis`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/texture.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |         let width = img.width() as u32;
[INFO] [stdout]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/texture.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let height = img.height() as u32;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `rgba` and `white` are never used
[INFO] [stdout]   --> src/color.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Color {
[INFO] [stdout]    | ---------- associated functions in this implementation
[INFO] [stdout] 11 | pub const fn rgba(r: u8, g: u8, b: u8, a: u8) -> Self { Self { r, g, b, a } }
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | pub const fn white() -> Self { Self::rgb(255, 255, 255) }
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_bytes` is never used
[INFO] [stdout]   --> src/framebuffer.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl Framebuffer {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn as_bytes(&self) -> &[u8] {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_line` is never used
[INFO] [stdout]  --> src/line.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn draw_line(fb: &mut Framebuffer, mut x0: i32, mut y0: i32, mut x1: i32, mut y1: i32, c: Color) {
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_triangle_wire` is never used
[INFO] [stdout]  --> src/triangle.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn draw_triangle_wire(fb: &mut Framebuffer, a: IVec2, b: IVec2, c: IVec2, col: Color) {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Vertex` is never constructed
[INFO] [stdout]  --> src/vertex.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Vertex {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/vertex.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Vertex {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 11 | pub fn new(x: f32, y: f32, z: f32) -> Self { Self { pos: Vec3::new(x, y, z) } }
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `major_axis`
[INFO] [stdout]   --> src/skybox.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let (major_axis, face, u, v) = if abs.x > abs.y && abs.x > abs.z {
[INFO] [stdout]    |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_major_axis`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/texture.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |         let width = img.width() as u32;
[INFO] [stdout]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/texture.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let height = img.height() as u32;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `rgba` and `white` are never used
[INFO] [stdout]   --> src/color.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Color {
[INFO] [stdout]    | ---------- associated functions in this implementation
[INFO] [stdout] 11 | pub const fn rgba(r: u8, g: u8, b: u8, a: u8) -> Self { Self { r, g, b, a } }
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 | pub const fn white() -> Self { Self::rgb(255, 255, 255) }
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_bytes` is never used
[INFO] [stdout]   --> src/framebuffer.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl Framebuffer {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn as_bytes(&self) -> &[u8] {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_line` is never used
[INFO] [stdout]  --> src/line.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn draw_line(fb: &mut Framebuffer, mut x0: i32, mut y0: i32, mut x1: i32, mut y1: i32, c: Color) {
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_triangle_wire` is never used
[INFO] [stdout]  --> src/triangle.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn draw_triangle_wire(fb: &mut Framebuffer, a: IVec2, b: IVec2, c: IVec2, col: Color) {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Vertex` is never constructed
[INFO] [stdout]  --> src/vertex.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Vertex {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/vertex.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Vertex {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 11 | pub fn new(x: f32, y: f32, z: f32) -> Self { Self { pos: Vec3::new(x, y, z) } }
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
[INFO] running `Command { std: "docker" "inspect" "e4cf2335046319a85ef30154f602fa84cc3179618eebe3d18b927dcb940ddaca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4cf2335046319a85ef30154f602fa84cc3179618eebe3d18b927dcb940ddaca", kill_on_drop: false }`
[INFO] [stdout] e4cf2335046319a85ef30154f602fa84cc3179618eebe3d18b927dcb940ddaca
