[INFO] cloning repository https://github.com/keringar/path-tracer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/keringar/path-tracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeringar%2Fpath-tracer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeringar%2Fpath-tracer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5be3c19a61d139d2da1c62105277cbb5d71eaacf
[INFO] testing keringar/path-tracer 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%2Fkeringar%2Fpath-tracer" "/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/keringar/path-tracer
[INFO] finished tweaking git repo https://github.com/keringar/path-tracer
[INFO] tweaked toml for git repo https://github.com/keringar/path-tracer written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/keringar/path-tracer 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/keringar/path-tracer 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] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aa28d8d33fec728adc91b7a3e623cfb14ae709e405041e433727c90a102d0f7a
[INFO] running `Command { std: "docker" "start" "-a" "aa28d8d33fec728adc91b7a3e623cfb14ae709e405041e433727c90a102d0f7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa28d8d33fec728adc91b7a3e623cfb14ae709e405041e433727c90a102d0f7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa28d8d33fec728adc91b7a3e623cfb14ae709e405041e433727c90a102d0f7a", kill_on_drop: false }`
[INFO] [stdout] aa28d8d33fec728adc91b7a3e623cfb14ae709e405041e433727c90a102d0f7a
[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=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] 177f3238b2e75876167fdaea7c694bcd6e4d0d5e81b2c99bee09e52b51c96cd3
[INFO] running `Command { std: "docker" "start" "-a" "177f3238b2e75876167fdaea7c694bcd6e4d0d5e81b2c99bee09e52b51c96cd3", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling libc v0.2.39
[INFO] [stderr]    Compiling cfg-if v0.1.2
[INFO] [stderr]    Compiling num-traits v0.2.2
[INFO] [stderr]    Compiling nodrop v0.1.12
[INFO] [stderr]    Compiling scopeguard v0.3.3
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling memoffset v0.2.1
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]    Compiling rayon-core v1.4.0
[INFO] [stderr]    Compiling cc v1.0.9
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling adler32 v1.0.2
[INFO] [stderr]    Compiling lazy_static v1.0.0
[INFO] [stderr]    Compiling bitflags v1.0.1
[INFO] [stderr]    Compiling either v1.4.0
[INFO] [stderr]    Compiling unicode-width v0.1.4
[INFO] [stderr]    Compiling arrayvec v0.4.7
[INFO] [stderr]    Compiling crossbeam-utils v0.2.2
[INFO] [stderr]    Compiling color_quant v1.0.0
[INFO] [stderr]    Compiling lzw v0.10.0
[INFO] [stderr]    Compiling cgmath v0.16.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.7
[INFO] [stderr]    Compiling deflate v0.7.17
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]    Compiling inflate v0.3.4
[INFO] [stderr]    Compiling textwrap v0.9.0
[INFO] [stderr]    Compiling vec_map v0.8.0
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling approx v0.1.1
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.3.0
[INFO] [stderr]    Compiling rand v0.4.2
[INFO] [stderr]    Compiling num_cpus v1.8.0
[INFO] [stderr]    Compiling atty v0.2.8
[INFO] [stderr]    Compiling gif v0.9.2
[INFO] [stderr]    Compiling crossbeam-deque v0.2.0
[INFO] [stderr]    Compiling clap v2.31.2
[INFO] [stderr]    Compiling backtrace-sys v0.1.16
[INFO] [stderr]    Compiling num-integer v0.1.36
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling enum_primitive v0.1.1
[INFO] [stderr]    Compiling num-iter v0.1.35
[INFO] [stderr]    Compiling num-rational v0.1.42
[INFO] [stderr]    Compiling png v0.11.0
[INFO] [stderr]    Compiling rayon v1.0.1
[INFO] [stderr]    Compiling synstructure v0.6.1
[INFO] [stderr]    Compiling failure_derive v0.1.1
[INFO] [stderr]    Compiling jpeg-decoder v0.1.14
[INFO] [stderr]    Compiling image v0.18.0
[INFO] [stderr]    Compiling backtrace v0.3.5
[INFO] [stderr]    Compiling failure v0.1.1
[INFO] [stderr]    Compiling ray-tracer v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Rng` and `thread_rng`
[INFO] [stdout]  --> src/camera.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rand::{thread_rng, Rng};
[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: `hit::Hittable`
[INFO] [stdout]  --> src/scene.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use hit::Hittable;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/hittable_list.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 |     hittable: Vec<Box<Hittable + Sync>>,
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 |     hittable: Vec<Box<dyn Hittable + Sync>>,
[INFO] [stdout]   |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/hittable_list.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn insert(&mut self, obj: Box<Hittable + Sync>) {
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn insert(&mut self, obj: Box<dyn Hittable + Sync>) {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]    --> src/main.rs:107:22
[INFO] [stdout]     |
[INFO] [stdout] 107 |         let camera = camera::Camera::new(pixel_res_x, pixel_res_y);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^-------------------------- argument #3 of type `Vector3<f32>` is missing
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/camera.rs:23:12
[INFO] [stdout]     |
[INFO] [stdout]  23 |     pub fn new(res_x: u32, res_y: u32, focal_point: Vector3<f32>) -> Camera {
[INFO] [stdout]     |            ^^^                         -------------------------
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 107 |         let camera = camera::Camera::new(pixel_res_x, pixel_res_y, /* Vector3<f32> */);
[INFO] [stdout]     |                                                                  ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `reflected`
[INFO] [stdout]   --> src/material.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 let reflected = reflect(ray.direction(), record.normal);
[INFO] [stdout]    |                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reflected`
[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 E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ray-tracer` (bin "ray-tracer") due to 1 previous error; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "177f3238b2e75876167fdaea7c694bcd6e4d0d5e81b2c99bee09e52b51c96cd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "177f3238b2e75876167fdaea7c694bcd6e4d0d5e81b2c99bee09e52b51c96cd3", kill_on_drop: false }`
[INFO] [stdout] 177f3238b2e75876167fdaea7c694bcd6e4d0d5e81b2c99bee09e52b51c96cd3
