[INFO] cloning repository https://github.com/BurntNail/ray_tracing_one_weekend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BurntNail/ray_tracing_one_weekend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurntNail%2Fray_tracing_one_weekend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurntNail%2Fray_tracing_one_weekend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 053d1127d3ed62399553b35641d6af4aa8ca2622
[INFO] checking BurntNail/ray_tracing_one_weekend against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurntNail%2Fray_tracing_one_weekend" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BurntNail/ray_tracing_one_weekend
[INFO] finished tweaking git repo https://github.com/BurntNail/ray_tracing_one_weekend
[INFO] tweaked toml for git repo https://github.com/BurntNail/ray_tracing_one_weekend written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BurntNail/ray_tracing_one_weekend 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/BurntNail/ray_tracing_one_weekend 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] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pistoncore-window v0.47.1
[INFO] [stderr]   Downloaded strict-num v0.1.0
[INFO] [stderr]   Downloaded serde_derive v1.0.160
[INFO] [stderr]   Downloaded pistoncore-event_loop v0.53.1
[INFO] [stderr]   Downloaded bumpalo v3.12.1
[INFO] [stderr]   Downloaded anstream v0.3.1
[INFO] [stderr]   Downloaded piston_window v0.128.0
[INFO] [stderr]   Downloaded piston v0.53.2
[INFO] [stderr]   Downloaded glutin_egl_sys v0.4.0
[INFO] [stderr]   Downloaded glutin v0.30.7
[INFO] [stderr]   Downloaded interpolation v0.2.0
[INFO] [stderr]   Downloaded serde v1.0.160
[INFO] [stderr]   Downloaded piston2d-graphics v0.43.0
[INFO] [stderr]   Downloaded clap v4.2.5
[INFO] [stderr]   Downloaded winnow v0.4.4
[INFO] [stderr]   Downloaded piston2d-gfx_graphics v0.79.0
[INFO] [stderr]   Downloaded pistoncore-glutin_window v0.71.0
[INFO] [stderr]   Downloaded exr v1.6.3
[INFO] [stderr]   Downloaded syn v2.0.15
[INFO] [stderr]   Downloaded clap_builder v4.2.5
[INFO] [stderr]   Downloaded linux-raw-sys v0.3.6
[INFO] [stderr]   Downloaded rustix v0.37.18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 004e18454f09139fa2039e078e84ffe4a76c089772125ba0655f282be07dda31
[INFO] running `Command { std: "docker" "start" "-a" "004e18454f09139fa2039e078e84ffe4a76c089772125ba0655f282be07dda31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "004e18454f09139fa2039e078e84ffe4a76c089772125ba0655f282be07dda31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "004e18454f09139fa2039e078e84ffe4a76c089772125ba0655f282be07dda31", kill_on_drop: false }`
[INFO] [stdout] 004e18454f09139fa2039e078e84ffe4a76c089772125ba0655f282be07dda31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] c5e0a54da39e9cd7b79b541a11b5c5b0ab7b955e3b58cca91d8b92407875dcf4
[INFO] running `Command { std: "docker" "start" "-a" "c5e0a54da39e9cd7b79b541a11b5c5b0ab7b955e3b58cca91d8b92407875dcf4", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.142
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]     Checking simd-adler32 v0.3.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.14
[INFO] [stderr]     Checking once_cell v1.17.1
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]     Checking dlib v0.5.0
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking piston-float v1.0.1
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]     Checking either v1.8.1
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking piston-viewport v1.0.2
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling serde_derive v1.0.160
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking piston-graphics_api_version v1.0.1
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking flate2 v1.0.26
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.0
[INFO] [stderr]     Checking ttf-parser v0.19.0
[INFO] [stderr]     Checking strict-num v0.1.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]     Checking tiny-skia-path v0.8.4
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking png v0.17.8
[INFO] [stderr]    Compiling wayland-sys v0.30.1
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking draw_state v0.8.0
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]     Checking arrayvec v0.7.2
[INFO] [stderr]    Compiling rustix v0.37.18
[INFO] [stderr]    Compiling gl_generator v0.13.1
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]    Compiling glutin v0.30.7
[INFO] [stderr]    Compiling glutin_egl_sys v0.4.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.4.0
[INFO] [stderr]     Checking tiny-skia v0.8.4
[INFO] [stderr]     Checking gfx_core v0.9.2
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking linux-raw-sys v0.3.6
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]    Compiling gl v0.13.0
[INFO] [stderr]     Checking getrandom v0.2.9
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling winit v0.28.3
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]    Compiling gfx_gl v0.6.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]    Compiling glutin-winit v0.3.0
[INFO] [stderr]     Checking piston-texture v0.9.0
[INFO] [stderr]     Checking percent-encoding v2.2.0
[INFO] [stderr]     Checking anstyle-parse v0.2.0
[INFO] [stderr]     Checking gfx v0.18.3
[INFO] [stderr]     Checking shader_version v0.7.0
[INFO] [stderr]     Checking vecmath v1.0.0
[INFO] [stderr]     Checking interpolation v0.2.0
[INFO] [stderr]     Checking spin_sleep v1.1.1
[INFO] [stderr]    Compiling portable-atomic v0.3.19
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]     Checking read_color v1.0.0
[INFO] [stderr]     Checking anstyle v1.0.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking clap_lex v0.4.1
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]     Checking owned_ttf_parser v0.19.0
[INFO] [stderr]     Checking piston-shaders_graphics2d v0.4.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking console v0.15.5
[INFO] [stderr]     Checking ab_glyph v0.2.21
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking owned_ttf_parser v0.15.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rusttype v0.9.3
[INFO] [stderr]     Checking indicatif v0.17.3
[INFO] [stderr]     Checking is-terminal v0.4.7
[INFO] [stderr]     Checking piston2d-graphics v0.43.0
[INFO] [stderr]     Checking anstream v0.3.1
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking gfx_device_gl v0.16.2
[INFO] [stderr]     Checking clap_builder v4.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling clap_derive v4.2.0
[INFO] [stderr]     Checking calloop v0.10.5
[INFO] [stderr]     Checking jpeg-decoder v0.3.0
[INFO] [stderr]     Checking rtow v0.1.0 (/opt/rustwide/workdir/crates/rtow)
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stdout] warning: unused variable: `focus_distance`
[INFO] [stdout]   --> crates/rtow/src/primitives/camera.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         focus_distance: Decimal,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_focus_distance`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> crates/rtow/src/primitives/camera.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let offset = self.u * radius.x() + self.v * radius.y();
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `focus_distance`
[INFO] [stdout]   --> crates/rtow/src/primitives/camera.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         focus_distance: Decimal,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_focus_distance`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]   --> crates/rtow/src/primitives/camera.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let offset = self.u * radius.x() + self.v * radius.y();
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `w` is never read
[INFO] [stdout]   --> crates/rtow/src/primitives/camera.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Camera {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     w: Vec3,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Camera` has derived impls for the traits `Debug` and `Clone`, but these are 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: field `w` is never read
[INFO] [stdout]   --> crates/rtow/src/primitives/camera.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Camera {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     w: Vec3,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Camera` has derived impls for the traits `Debug` and `Clone`, but these are 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: using `.clone()` on a double reference, which returns `&dyn Hittable` instead of cloning the inner type
[INFO] [stdout]    --> crates/rtow/src/io/images/ppm.rs:116:34
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 let world = world.clone();
[INFO] [stdout]     |                                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&dyn Hittable` instead of cloning the inner type
[INFO] [stdout]    --> crates/rtow/src/io/images/ppm.rs:116:34
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 let world = world.clone();
[INFO] [stdout]     |                                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tiff v0.8.1
[INFO] [stderr]     Checking clap v4.2.5
[INFO] [stderr]     Checking pin-project v1.0.12
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking exr v1.6.3
[INFO] [stderr]     Checking pistoncore-input v1.0.1
[INFO] [stderr]     Checking pistoncore-window v0.47.1
[INFO] [stderr]     Checking pistoncore-event_loop v0.53.1
[INFO] [stderr]     Checking piston v0.53.2
[INFO] [stderr]     Checking image v0.24.6
[INFO] [stderr]     Checking piston-gfx_texture v0.44.0
[INFO] [stderr]     Checking piston2d-gfx_graphics v0.79.0
[INFO] [stderr]     Checking sctk-adwaita v0.5.4
[INFO] [stderr]     Checking pistoncore-glutin_window v0.71.0
[INFO] [stderr]     Checking piston_window v0.128.0
[INFO] [stderr]     Checking ppm_viewer v0.1.0 (/opt/rustwide/workdir/crates/ppm_viewer)
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> crates/ppm_viewer/src/parser.rs:92:17
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn parse_p6(input: &str) -> IResult<&str, Self> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> crates/ppm_viewer/src/parser.rs:92:17
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn parse_p6(input: &str) -> IResult<&str, Self> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.86s
[INFO] running `Command { std: "docker" "inspect" "c5e0a54da39e9cd7b79b541a11b5c5b0ab7b955e3b58cca91d8b92407875dcf4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5e0a54da39e9cd7b79b541a11b5c5b0ab7b955e3b58cca91d8b92407875dcf4", kill_on_drop: false }`
[INFO] [stdout] c5e0a54da39e9cd7b79b541a11b5c5b0ab7b955e3b58cca91d8b92407875dcf4
