[INFO] cloning repository https://github.com/jcsaaddupuy/RayTracingInOneWeekend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jcsaaddupuy/RayTracingInOneWeekend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjcsaaddupuy%2FRayTracingInOneWeekend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjcsaaddupuy%2FRayTracingInOneWeekend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d191a36b0015f234b386506aa723eaa12ac55af6
[INFO] testing jcsaaddupuy/RayTracingInOneWeekend against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjcsaaddupuy%2FRayTracingInOneWeekend" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jcsaaddupuy/RayTracingInOneWeekend
[INFO] finished tweaking git repo https://github.com/jcsaaddupuy/RayTracingInOneWeekend
[INFO] tweaked toml for git repo https://github.com/jcsaaddupuy/RayTracingInOneWeekend written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jcsaaddupuy/RayTracingInOneWeekend on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jcsaaddupuy/RayTracingInOneWeekend 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a9cf2d4394a67fe62b2cb3043a0a683a14c88fb4a9063ff5c4fd116b4ffdf50f
[INFO] running `Command { std: "docker" "start" "-a" "a9cf2d4394a67fe62b2cb3043a0a683a14c88fb4a9063ff5c4fd116b4ffdf50f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a9cf2d4394a67fe62b2cb3043a0a683a14c88fb4a9063ff5c4fd116b4ffdf50f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9cf2d4394a67fe62b2cb3043a0a683a14c88fb4a9063ff5c4fd116b4ffdf50f", kill_on_drop: false }`
[INFO] [stdout] a9cf2d4394a67fe62b2cb3043a0a683a14c88fb4a9063ff5c4fd116b4ffdf50f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 26d4d8e0fdff87e525bd0c363a624e42c75d146ed097c66c88e5cb5ceca0a8ea
[INFO] running `Command { std: "docker" "start" "-a" "26d4d8e0fdff87e525bd0c363a624e42c75d146ed097c66c88e5cb5ceca0a8ea", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling portable-atomic v1.10.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.94
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling console v0.15.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling indicatif v0.17.9
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling colog v1.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rtiow v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `threadpool`
[INFO] [stdout]   --> src/camera.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use threadpool::ThreadPool;
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `threadpool`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `threadpool`, use `cargo add threadpool` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]   --> src/camera.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::thread;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/material.rs:61:44
[INFO] [stdout]    |
[INFO] [stdout] 61 |         return r0 + (1.0 - r0) * f64::powf((1.0 - cosine), 5.0);
[INFO] [stdout]    |                                            ^            ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 61 -         return r0 + (1.0 - r0) * f64::powf((1.0 - cosine), 5.0);
[INFO] [stdout] 61 +         return r0 + (1.0 - r0) * f64::powf(1.0 - cosine , 5.0);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/material.rs:69:18
[INFO] [stdout]    |
[INFO] [stdout] 69 |             ri = (1.0 / self.refraction_index);
[INFO] [stdout]    |                  ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -             ri = (1.0 / self.refraction_index);
[INFO] [stdout] 69 +             ri = 1.0 / self.refraction_index ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cmp::min`
[INFO] [stdout]  --> src/vec3.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{cmp::min, ops};
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r_in`
[INFO] [stdout]   --> src/material.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn scatter(&self, r_in: &Ray, rec: &HitRecord) -> Option<(Ray, Color)> {
[INFO] [stdout]    |                       ^^^^ help: if this is intentional, prefix it with an underscore: `_r_in`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rtiow` (bin "rtiow") due to 1 previous error; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "26d4d8e0fdff87e525bd0c363a624e42c75d146ed097c66c88e5cb5ceca0a8ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26d4d8e0fdff87e525bd0c363a624e42c75d146ed097c66c88e5cb5ceca0a8ea", kill_on_drop: false }`
[INFO] [stdout] 26d4d8e0fdff87e525bd0c363a624e42c75d146ed097c66c88e5cb5ceca0a8ea
