[INFO] cloning repository https://github.com/elzimm-software/crayfish
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elzimm-software/crayfish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felzimm-software%2Fcrayfish", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felzimm-software%2Fcrayfish'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5ded1cb9ee81b1eea0853cf8045825e7dfb83480
[INFO] checking elzimm-software/crayfish against master#377656d3dd3f9c23a9c8713e163f4365a5261a84 for pr-146470-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felzimm-software%2Fcrayfish" "/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/elzimm-software/crayfish
[INFO] finished tweaking git repo https://github.com/elzimm-software/crayfish
[INFO] tweaked toml for git repo https://github.com/elzimm-software/crayfish written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/elzimm-software/crayfish on toolchain 377656d3dd3f9c23a9c8713e163f4365a5261a84
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/elzimm-software/crayfish 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" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lebe v0.5.3
[INFO] [stderr]   Downloaded imgref v1.12.0
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d3fc901d5953f725904aec6a701d6b2c97eadcd5db4586a7a313d8e983732eb9
[INFO] running `Command { std: "docker" "start" "-a" "d3fc901d5953f725904aec6a701d6b2c97eadcd5db4586a7a313d8e983732eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d3fc901d5953f725904aec6a701d6b2c97eadcd5db4586a7a313d8e983732eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3fc901d5953f725904aec6a701d6b2c97eadcd5db4586a7a313d8e983732eb9", kill_on_drop: false }`
[INFO] [stdout] d3fc901d5953f725904aec6a701d6b2c97eadcd5db4586a7a313d8e983732eb9
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 685c0431d72ebc5b9d6b6f170c0ab9156f6a657db3c7b27c0af11f95834200ef
[INFO] running `Command { std: "docker" "start" "-a" "685c0431d72ebc5b9d6b6f170c0ab9156f6a657db3c7b27c0af11f95834200ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking cfg-if v1.0.3
[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]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking flate2 v1.1.4
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking bitstream-io v2.6.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking pxfm v0.1.25
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking avif-serialize v0.8.6
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking moxcms v0.7.7
[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 num-derive v0.4.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling fax_derive v0.2.0
[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.4
[INFO] [stderr]     Checking half v2.7.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking ravif v0.11.20
[INFO] [stderr]     Checking image v0.25.8
[INFO] [stderr]     Checking crayfish v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::rc::Rc;
[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: `Material`
[INFO] [stdout]   --> src/main.rs:16:47
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::material::{Dielectric, Lambertian, Material, Metal};
[INFO] [stdout]    |                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fPI`
[INFO] [stdout]   --> src/main.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::utils::{fPI, rand_f64, rand_f64_in, Vec3};
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::rc::Rc;
[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: `Material`
[INFO] [stdout]   --> src/main.rs:16:47
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::material::{Dielectric, Lambertian, Material, Metal};
[INFO] [stdout]    |                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fPI`
[INFO] [stdout]   --> src/main.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::utils::{fPI, rand_f64, rand_f64_in, Vec3};
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sample`
[INFO] [stdout]    --> src/camera.rs:104:21
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 for sample in 0..self.samples_per_pixel {
[INFO] [stdout]     |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_sample`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `u`, `v`, and `w` are never read
[INFO] [stdout]   --> src/camera.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct Basis {
[INFO] [stdout]    |        ----- fields in this struct
[INFO] [stdout] 11 |     u: Vec3,
[INFO] [stdout]    |     ^
[INFO] [stdout] 12 |     v: Vec3,
[INFO] [stdout]    |     ^
[INFO] [stdout] 13 |     w: Vec3,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Basis` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/camera.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Camera {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     vertical_fov: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     upper_left: Vec3,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 26 |     pixel00: Vec3,
[INFO] [stdout] 27 |     basis: Basis,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 28 |     look_from: Point3,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 29 |     look_at: Point3,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 30 |     up: Vec3,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 31 |     defocus_angle: f64,
[INFO] [stdout] 32 |     focus_distance: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Camera` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/camera.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | impl Camera {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 38 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `clear` are never used
[INFO] [stdout]   --> src/hittable/hittable_list.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl HittableList {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] 12 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn clear(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `aspect_ratio` is never read
[INFO] [stdout]  --> src/image.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Image {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 6 |     pub aspect_ratio: f64,
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/image.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Image {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 13 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/ray.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Ray {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] 11 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `radians_to_degrees` is never used
[INFO] [stdout]   --> src/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn radians_to_degrees(radians: f64) -> f64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `size`, `contains`, `empty`, and `universe` are never used
[INFO] [stdout]   --> src/utils/interval.rs:9:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl Interval {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout]  9 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn size(&self) -> f64 {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn contains(&self, x: f64) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub const fn empty() -> Self {
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub const fn universe() -> Self {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/material/lambertian.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Lambertian {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 14 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/material/metal.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Metal {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 15 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/material/dielectric.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Dielectric {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 14 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sample`
[INFO] [stdout]    --> src/camera.rs:104:21
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 for sample in 0..self.samples_per_pixel {
[INFO] [stdout]     |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_sample`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `u`, `v`, and `w` are never read
[INFO] [stdout]   --> src/camera.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct Basis {
[INFO] [stdout]    |        ----- fields in this struct
[INFO] [stdout] 11 |     u: Vec3,
[INFO] [stdout]    |     ^
[INFO] [stdout] 12 |     v: Vec3,
[INFO] [stdout]    |     ^
[INFO] [stdout] 13 |     w: Vec3,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Basis` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/camera.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Camera {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     vertical_fov: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     upper_left: Vec3,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 26 |     pixel00: Vec3,
[INFO] [stdout] 27 |     basis: Basis,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 28 |     look_from: Point3,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 29 |     look_at: Point3,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 30 |     up: Vec3,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 31 |     defocus_angle: f64,
[INFO] [stdout] 32 |     focus_distance: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Camera` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/camera.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | impl Camera {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 38 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `clear` are never used
[INFO] [stdout]   --> src/hittable/hittable_list.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl HittableList {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] 12 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn clear(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `aspect_ratio` is never read
[INFO] [stdout]  --> src/image.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Image {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 6 |     pub aspect_ratio: f64,
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/image.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Image {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 13 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/ray.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Ray {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] 11 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `radians_to_degrees` is never used
[INFO] [stdout]   --> src/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn radians_to_degrees(radians: f64) -> f64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `size`, `contains`, `empty`, and `universe` are never used
[INFO] [stdout]   --> src/utils/interval.rs:9:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl Interval {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout]  9 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn size(&self) -> f64 {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn contains(&self, x: f64) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub const fn empty() -> Self {
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub const fn universe() -> Self {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/material/lambertian.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Lambertian {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 14 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/material/metal.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Metal {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 15 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/material/dielectric.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Dielectric {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 14 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.96s
[INFO] running `Command { std: "docker" "inspect" "685c0431d72ebc5b9d6b6f170c0ab9156f6a657db3c7b27c0af11f95834200ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "685c0431d72ebc5b9d6b6f170c0ab9156f6a657db3c7b27c0af11f95834200ef", kill_on_drop: false }`
[INFO] [stdout] 685c0431d72ebc5b9d6b6f170c0ab9156f6a657db3c7b27c0af11f95834200ef
