[INFO] cloning repository https://github.com/WardGauderis/Raytracing
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WardGauderis/Raytracing" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWardGauderis%2FRaytracing", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWardGauderis%2FRaytracing'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 03b7aad9d731947fe59b2aa4662e3dc2746a91f7
[INFO] checking WardGauderis/Raytracing against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWardGauderis%2FRaytracing" "/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/WardGauderis/Raytracing
[INFO] finished tweaking git repo https://github.com/WardGauderis/Raytracing
[INFO] tweaked toml for git repo https://github.com/WardGauderis/Raytracing written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/WardGauderis/Raytracing 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/WardGauderis/Raytracing 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]  Downloading crates ...
[INFO] [stderr]   Downloaded weezl v0.1.4
[INFO] [stderr]   Downloaded libc v0.2.86
[INFO] [stderr]   Downloaded gif v0.11.1
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ff4b161553ad1f1e4de42d1a03e14db9fc5054eecfc14d22841820686928eb69
[INFO] running `Command { std: "docker" "start" "-a" "ff4b161553ad1f1e4de42d1a03e14db9fc5054eecfc14d22841820686928eb69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff4b161553ad1f1e4de42d1a03e14db9fc5054eecfc14d22841820686928eb69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff4b161553ad1f1e4de42d1a03e14db9fc5054eecfc14d22841820686928eb69", kill_on_drop: false }`
[INFO] [stdout] ff4b161553ad1f1e4de42d1a03e14db9fc5054eecfc14d22841820686928eb69
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d09c9abd0283223d805487a3fde7bef756f5d6281155b0e2b32cf4558274c46
[INFO] running `Command { std: "docker" "start" "-a" "6d09c9abd0283223d805487a3fde7bef756f5d6281155b0e2b32cf4558274c46", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling crossbeam-utils v0.8.3
[INFO] [stderr]    Compiling memoffset v0.6.1
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking weezl v0.1.4
[INFO] [stderr]     Checking byteorder v1.4.2
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking bytemuck v1.5.1
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking gif v0.11.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.3
[INFO] [stderr]     Checking crossbeam-channel v0.5.0
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking raytracing v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(destructuring_assignment)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `destructuring_assignment` has been stable since `1.59.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bvh::BVHNode`
[INFO] [stdout]  --> src/main.rs:8:2
[INFO] [stdout]   |
[INFO] [stdout] 8 |     bvh::BVHNode,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `destructuring_assignment` has been stable since 1.59.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(destructuring_assignment)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(destructuring_assignment)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `destructuring_assignment` has been stable since `1.59.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bvh::BVHNode`
[INFO] [stdout]  --> src/main.rs:8:2
[INFO] [stdout]   |
[INFO] [stdout] 8 |     bvh::BVHNode,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `destructuring_assignment` has been stable since 1.59.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(destructuring_assignment)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]   --> src/_box.rs:89:25
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]   --> src/_box.rs:89:37
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]    |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]   --> src/aarect.rs:60:25
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]   --> src/aarect.rs:60:37
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]    |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]    --> src/aarect.rs:117:25
[INFO] [stdout]     |
[INFO] [stdout] 117 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]    --> src/aarect.rs:117:37
[INFO] [stdout]     |
[INFO] [stdout] 117 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]    --> src/aarect.rs:174:25
[INFO] [stdout]     |
[INFO] [stdout] 174 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]    --> src/aarect.rs:174:37
[INFO] [stdout]     |
[INFO] [stdout] 174 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]   --> src/bvh.rs:95:25
[INFO] [stdout]    |
[INFO] [stdout] 95 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> { Some(self.aabb.clone(),) }
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]   --> src/bvh.rs:95:37
[INFO] [stdout]    |
[INFO] [stdout] 95 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> { Some(self.aabb.clone(),) }
[INFO] [stdout]    |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]    --> src/hittable.rs:154:25
[INFO] [stdout]     |
[INFO] [stdout] 154 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> { self.bbox.clone() }
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]    --> src/hittable.rs:154:37
[INFO] [stdout]     |
[INFO] [stdout] 154 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> { self.bbox.clone() }
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `output_box` is never read
[INFO] [stdout]   --> src/hittable_list.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 output_box = if first_box {temp_box} else { surrounding_box(output_box, temp_box) };
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `first_box` is never read
[INFO] [stdout]   --> src/hittable_list.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |                 first_box = false;
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `uu`
[INFO] [stdout]   --> src/material.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn emitted(&self, uu: f64, v: f64, p: &Point3,) -> Color { Color::new(0.0, 0.0, 0.0,) }
[INFO] [stdout]    |                       ^^ help: if this is intentional, prefix it with an underscore: `_uu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]   --> src/material.rs:17:29
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn emitted(&self, uu: f64, v: f64, p: &Point3,) -> Color { Color::new(0.0, 0.0, 0.0,) }
[INFO] [stdout]    |                                ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/material.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn emitted(&self, uu: f64, v: f64, p: &Point3,) -> Color { Color::new(0.0, 0.0, 0.0,) }
[INFO] [stdout]    |                                        ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r_in`
[INFO] [stdout]    --> src/material.rs:140:20
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn scatter(&self, r_in: &Ray, rec: &HitRecord,) -> Option<(Vec3, Ray,),> { None }
[INFO] [stdout]     |                       ^^^^ help: if this is intentional, prefix it with an underscore: `_r_in`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rec`
[INFO] [stdout]    --> src/material.rs:140:32
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn scatter(&self, r_in: &Ray, rec: &HitRecord,) -> Option<(Vec3, Ray,),> { None }
[INFO] [stdout]     |                                   ^^^ help: if this is intentional, prefix it with an underscore: `_rec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/perlin.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let mut u = p.x() - p.x().floor();
[INFO] [stdout]    |             ----^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/perlin.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let mut v = p.y() - p.y().floor();
[INFO] [stdout]    |             ----^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/perlin.rs:34:7
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let mut w = p.z() - p.z().floor();
[INFO] [stdout]    |             ----^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/perlin.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 |         for i in 0 .. depth {
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `uu`
[INFO] [stdout]   --> src/perlin.rs:68:7
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let uu = u * u * (3.0 - 2.0 * u);
[INFO] [stdout]    |             ^^ help: if this is intentional, prefix it with an underscore: `_uu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `vv`
[INFO] [stdout]   --> src/perlin.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 |         let vv = v * v * (3.0 - 2.0 * v);
[INFO] [stdout]    |             ^^ help: if this is intentional, prefix it with an underscore: `_vv`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ww`
[INFO] [stdout]   --> src/perlin.rs:70:7
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let ww = w * w * (3.0 - 2.0 * w);
[INFO] [stdout]    |             ^^ help: if this is intentional, prefix it with an underscore: `_ww`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `raytracing` (bin "raytracing") due to 1 previous error; 38 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]   --> src/sphere.rs:74:25
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn bounding_box(&self, time0: f64, time1: f64) -> Option<AABB> {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]   --> src/sphere.rs:74:37
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn bounding_box(&self, time0: f64, time1: f64) -> Option<AABB> {
[INFO] [stdout]    |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u`
[INFO] [stdout]   --> src/texture.rs:37:18
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn value(&self, u: f64, v: f64, p: &Point3,) -> Color { self.color_value }
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_u`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]   --> src/texture.rs:37:26
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn value(&self, u: f64, v: f64, p: &Point3,) -> Color { self.color_value }
[INFO] [stdout]    |                             ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/texture.rs:37:34
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn value(&self, u: f64, v: f64, p: &Point3,) -> Color { self.color_value }
[INFO] [stdout]    |                                     ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u`
[INFO] [stdout]   --> src/texture.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn value(&self, u: f64, v: f64, p: &Vec3,) -> Vec3 {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_u`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]   --> src/texture.rs:80:26
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn value(&self, u: f64, v: f64, p: &Vec3,) -> Vec3 {
[INFO] [stdout]    |                             ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]    --> src/texture.rs:120:42
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn value(&self, mut u: f64, mut v: f64, p: &Point3,) -> Color {
[INFO] [stdout]     |                                             ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `vfov` is never read
[INFO] [stdout]    --> src/main.rs:347:17
[INFO] [stdout]     |
[INFO] [stdout] 347 |     let mut vfov = 40.0;
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `background` is never read
[INFO] [stdout]    --> src/main.rs:349:23
[INFO] [stdout]     |
[INFO] [stdout] 349 |     let mut background = Color::default();
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]   --> src/_box.rs:89:25
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]   --> src/_box.rs:89:37
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]    |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]   --> src/aarect.rs:60:25
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]   --> src/aarect.rs:60:37
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]    |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]    --> src/aarect.rs:117:25
[INFO] [stdout]     |
[INFO] [stdout] 117 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]    --> src/aarect.rs:117:37
[INFO] [stdout]     |
[INFO] [stdout] 117 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]    --> src/aarect.rs:174:25
[INFO] [stdout]     |
[INFO] [stdout] 174 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]    --> src/aarect.rs:174:37
[INFO] [stdout]     |
[INFO] [stdout] 174 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> {
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]   --> src/bvh.rs:95:25
[INFO] [stdout]    |
[INFO] [stdout] 95 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> { Some(self.aabb.clone(),) }
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]   --> src/bvh.rs:95:37
[INFO] [stdout]    |
[INFO] [stdout] 95 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> { Some(self.aabb.clone(),) }
[INFO] [stdout]    |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]    --> src/hittable.rs:154:25
[INFO] [stdout]     |
[INFO] [stdout] 154 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> { self.bbox.clone() }
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]    --> src/hittable.rs:154:37
[INFO] [stdout]     |
[INFO] [stdout] 154 |     fn bounding_box(&self, time0: f64, time1: f64,) -> Option<AABB,> { self.bbox.clone() }
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `output_box` is never read
[INFO] [stdout]   --> src/hittable_list.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 output_box = if first_box {temp_box} else { surrounding_box(output_box, temp_box) };
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `first_box` is never read
[INFO] [stdout]   --> src/hittable_list.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |                 first_box = false;
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `uu`
[INFO] [stdout]   --> src/material.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn emitted(&self, uu: f64, v: f64, p: &Point3,) -> Color { Color::new(0.0, 0.0, 0.0,) }
[INFO] [stdout]    |                       ^^ help: if this is intentional, prefix it with an underscore: `_uu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]   --> src/material.rs:17:29
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn emitted(&self, uu: f64, v: f64, p: &Point3,) -> Color { Color::new(0.0, 0.0, 0.0,) }
[INFO] [stdout]    |                                ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/material.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn emitted(&self, uu: f64, v: f64, p: &Point3,) -> Color { Color::new(0.0, 0.0, 0.0,) }
[INFO] [stdout]    |                                        ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r_in`
[INFO] [stdout]    --> src/material.rs:140:20
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn scatter(&self, r_in: &Ray, rec: &HitRecord,) -> Option<(Vec3, Ray,),> { None }
[INFO] [stdout]     |                       ^^^^ help: if this is intentional, prefix it with an underscore: `_r_in`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rec`
[INFO] [stdout]    --> src/material.rs:140:32
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn scatter(&self, r_in: &Ray, rec: &HitRecord,) -> Option<(Vec3, Ray,),> { None }
[INFO] [stdout]     |                                   ^^^ help: if this is intentional, prefix it with an underscore: `_rec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/perlin.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let mut u = p.x() - p.x().floor();
[INFO] [stdout]    |             ----^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/perlin.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let mut v = p.y() - p.y().floor();
[INFO] [stdout]    |             ----^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/perlin.rs:34:7
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let mut w = p.z() - p.z().floor();
[INFO] [stdout]    |             ----^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/perlin.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 |         for i in 0 .. depth {
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `uu`
[INFO] [stdout]   --> src/perlin.rs:68:7
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let uu = u * u * (3.0 - 2.0 * u);
[INFO] [stdout]    |             ^^ help: if this is intentional, prefix it with an underscore: `_uu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `vv`
[INFO] [stdout]   --> src/perlin.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 |         let vv = v * v * (3.0 - 2.0 * v);
[INFO] [stdout]    |             ^^ help: if this is intentional, prefix it with an underscore: `_vv`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ww`
[INFO] [stdout]   --> src/perlin.rs:70:7
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let ww = w * w * (3.0 - 2.0 * w);
[INFO] [stdout]    |             ^^ help: if this is intentional, prefix it with an underscore: `_ww`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time0`
[INFO] [stdout]   --> src/sphere.rs:74:25
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn bounding_box(&self, time0: f64, time1: f64) -> Option<AABB> {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_time0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time1`
[INFO] [stdout]   --> src/sphere.rs:74:37
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn bounding_box(&self, time0: f64, time1: f64) -> Option<AABB> {
[INFO] [stdout]    |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_time1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u`
[INFO] [stdout]   --> src/texture.rs:37:18
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn value(&self, u: f64, v: f64, p: &Point3,) -> Color { self.color_value }
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_u`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]   --> src/texture.rs:37:26
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn value(&self, u: f64, v: f64, p: &Point3,) -> Color { self.color_value }
[INFO] [stdout]    |                             ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/texture.rs:37:34
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn value(&self, u: f64, v: f64, p: &Point3,) -> Color { self.color_value }
[INFO] [stdout]    |                                     ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u`
[INFO] [stdout]   --> src/texture.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn value(&self, u: f64, v: f64, p: &Vec3,) -> Vec3 {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_u`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]   --> src/texture.rs:80:26
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn value(&self, u: f64, v: f64, p: &Vec3,) -> Vec3 {
[INFO] [stdout]    |                             ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]    --> src/texture.rs:120:42
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn value(&self, mut u: f64, mut v: f64, p: &Point3,) -> Color {
[INFO] [stdout]     |                                             ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `vfov` is never read
[INFO] [stdout]    --> src/main.rs:347:17
[INFO] [stdout]     |
[INFO] [stdout] 347 |     let mut vfov = 40.0;
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `background` is never read
[INFO] [stdout]    --> src/main.rs:349:23
[INFO] [stdout]     |
[INFO] [stdout] 349 |     let mut background = Color::default();
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `raytracing` (bin "raytracing" test) due to 1 previous error; 38 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6d09c9abd0283223d805487a3fde7bef756f5d6281155b0e2b32cf4558274c46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d09c9abd0283223d805487a3fde7bef756f5d6281155b0e2b32cf4558274c46", kill_on_drop: false }`
[INFO] [stdout] 6d09c9abd0283223d805487a3fde7bef756f5d6281155b0e2b32cf4558274c46
