[INFO] cloning repository https://github.com/cru23110/cg-raytracer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cru23110/cg-raytracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcru23110%2Fcg-raytracer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcru23110%2Fcg-raytracer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5002859e1342780a4cb5682c4a88c4c95bc8cad2
[INFO] checking cru23110/cg-raytracer against try#b4c55082edd8dec08ce8af276d7054d9c4db20c4 for pr-147984
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcru23110%2Fcg-raytracer" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cru23110/cg-raytracer
[INFO] finished tweaking git repo https://github.com/cru23110/cg-raytracer
[INFO] tweaked toml for git repo https://github.com/cru23110/cg-raytracer written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cru23110/cg-raytracer on toolchain b4c55082edd8dec08ce8af276d7054d9c4db20c4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cru23110/cg-raytracer 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" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 958ff2d064b7a06bad04e663afa6cc2c16328f717f7605eb8532e2ca30263298
[INFO] running `Command { std: "docker" "start" "-a" "958ff2d064b7a06bad04e663afa6cc2c16328f717f7605eb8532e2ca30263298", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "958ff2d064b7a06bad04e663afa6cc2c16328f717f7605eb8532e2ca30263298", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "958ff2d064b7a06bad04e663afa6cc2c16328f717f7605eb8532e2ca30263298", kill_on_drop: false }`
[INFO] [stdout] 958ff2d064b7a06bad04e663afa6cc2c16328f717f7605eb8532e2ca30263298
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 704caa6f1585bbc5a1c4a60bddf1aabe2f253863756ac82ff8ffce32c25af89d
[INFO] running `Command { std: "docker" "start" "-a" "704caa6f1585bbc5a1c4a60bddf1aabe2f253863756ac82ff8ffce32c25af89d", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking flate2 v1.1.4
[INFO] [stderr]    Compiling syn v2.0.107
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking raytracer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `width` and `height` are never read
[INFO] [stdout]   --> src/camera.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Camera {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub width: u32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 12 |     pub height: u32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `with_texture` are never used
[INFO] [stdout]   --> src/material.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl Material {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 17 |     /// Crea un nuevo material
[INFO] [stdout] 18 |     pub fn new(color: Color) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn with_texture(mut self, texture_id: usize) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/light.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Light {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 12 |     /// Crea una nueva luz puntual
[INFO] [stdout] 13 |     pub fn new(position: Point3, color: Color, intensity: f32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_uv` is never used
[INFO] [stdout]   --> src/sphere.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Sphere {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub fn get_uv(&self, point: &Point3) -> Option<(f32, f32, usize)> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_uv` is never used
[INFO] [stdout]   --> src/plane.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Plane {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn get_uv(&self, point: &Point3) -> Option<(f32, f32, usize)> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `get_uv` are never used
[INFO] [stdout]    --> src/cube.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout]  14 | impl Cube {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout]  15 |     /// Crea un nuevo cubo a partir de los puntos mínimo y máximo
[INFO] [stdout]  16 |     pub fn new(min: Point3, max: Point3, material: Material) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn get_uv(&self, point: &Point3) -> Option<(f32, f32, usize)> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_uv` is never used
[INFO] [stdout]   --> src/scene.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub trait Intersectable: Send + Sync {
[INFO] [stdout]    |           ------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn get_uv(&self, point: &Point3) -> Option<(f32, f32, usize)>;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `textures` is never read
[INFO] [stdout]   --> src/scene.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub struct Scene {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub textures: Vec<()>, // Será reemplazado con struct Texture en Fase 3
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_object` is never used
[INFO] [stdout]   --> src/scene.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 86 | impl Scene {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 99 |     pub fn add_object(&mut self, object: Box<dyn Intersectable>) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAX_DEPTH` is never used
[INFO] [stdout]  --> src/renderer.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const MAX_DEPTH: u32 = 5;
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `width` and `height` are never read
[INFO] [stdout]   --> src/camera.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Camera {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub width: u32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 12 |     pub height: u32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `with_texture` are never used
[INFO] [stdout]   --> src/material.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl Material {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 17 |     /// Crea un nuevo material
[INFO] [stdout] 18 |     pub fn new(color: Color) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn with_texture(mut self, texture_id: usize) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/light.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Light {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 12 |     /// Crea una nueva luz puntual
[INFO] [stdout] 13 |     pub fn new(position: Point3, color: Color, intensity: f32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_uv` is never used
[INFO] [stdout]   --> src/sphere.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Sphere {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub fn get_uv(&self, point: &Point3) -> Option<(f32, f32, usize)> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_uv` is never used
[INFO] [stdout]   --> src/plane.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Plane {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn get_uv(&self, point: &Point3) -> Option<(f32, f32, usize)> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `get_uv` are never used
[INFO] [stdout]    --> src/cube.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout]  14 | impl Cube {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout]  15 |     /// Crea un nuevo cubo a partir de los puntos mínimo y máximo
[INFO] [stdout]  16 |     pub fn new(min: Point3, max: Point3, material: Material) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn get_uv(&self, point: &Point3) -> Option<(f32, f32, usize)> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_uv` is never used
[INFO] [stdout]   --> src/scene.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub trait Intersectable: Send + Sync {
[INFO] [stdout]    |           ------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn get_uv(&self, point: &Point3) -> Option<(f32, f32, usize)>;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `textures` is never read
[INFO] [stdout]   --> src/scene.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub struct Scene {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub textures: Vec<()>, // Será reemplazado con struct Texture en Fase 3
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_object` is never used
[INFO] [stdout]   --> src/scene.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 86 | impl Scene {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 99 |     pub fn add_object(&mut self, object: Box<dyn Intersectable>) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAX_DEPTH` is never used
[INFO] [stdout]  --> src/renderer.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const MAX_DEPTH: u32 = 5;
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.64s
[INFO] running `Command { std: "docker" "inspect" "704caa6f1585bbc5a1c4a60bddf1aabe2f253863756ac82ff8ffce32c25af89d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "704caa6f1585bbc5a1c4a60bddf1aabe2f253863756ac82ff8ffce32c25af89d", kill_on_drop: false }`
[INFO] [stdout] 704caa6f1585bbc5a1c4a60bddf1aabe2f253863756ac82ff8ffce32c25af89d
