[INFO] cloning repository https://github.com/asahi-kojima/RayTracingRust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/asahi-kojima/RayTracingRust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasahi-kojima%2FRayTracingRust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasahi-kojima%2FRayTracingRust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 228a2d30de5d7a0d2298320e37dfac24555531c0 [INFO] checking asahi-kojima/RayTracingRust against master#ff086354c9fc93e1da1d2f4d255456624fbcd099 for pr-153513 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasahi-kojima%2FRayTracingRust" "/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/asahi-kojima/RayTracingRust [INFO] finished tweaking git repo https://github.com/asahi-kojima/RayTracingRust [INFO] tweaked toml for git repo https://github.com/asahi-kojima/RayTracingRust written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/asahi-kojima/RayTracingRust on toolchain ff086354c9fc93e1da1d2f4d255456624fbcd099 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff086354c9fc93e1da1d2f4d255456624fbcd099" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/asahi-kojima/RayTracingRust 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" "+ff086354c9fc93e1da1d2f4d255456624fbcd099" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+ff086354c9fc93e1da1d2f4d255456624fbcd099" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 64545828bda0b669926d319cba3084c9488b14e0338cc83e83c30a53e359eee9 [INFO] running `Command { std: "docker" "start" "-a" "64545828bda0b669926d319cba3084c9488b14e0338cc83e83c30a53e359eee9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64545828bda0b669926d319cba3084c9488b14e0338cc83e83c30a53e359eee9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64545828bda0b669926d319cba3084c9488b14e0338cc83e83c30a53e359eee9", kill_on_drop: false }` [INFO] [stdout] 64545828bda0b669926d319cba3084c9488b14e0338cc83e83c30a53e359eee9 [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" "+ff086354c9fc93e1da1d2f4d255456624fbcd099" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1e13881957bbb217477008ed5566f636c00114c733f40a1bfb468b4b5293389f [INFO] running `Command { std: "docker" "start" "-a" "1e13881957bbb217477008ed5566f636c00114c733f40a1bfb468b4b5293389f", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.37 [INFO] [stderr] Compiling sdl2 v0.38.0 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling sdl2-sys v0.38.0 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking ray-tracing v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `cross` is never used [INFO] [stdout] --> src/math/vector.rs:596:4 [INFO] [stdout] | [INFO] [stdout] 596 | fn cross, T2 : Into>(v0: T1, v1: T2) -> Vec3 [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dot` is never used [INFO] [stdout] --> src/math/vector.rs:621:4 [INFO] [stdout] | [INFO] [stdout] 621 | fn dot, T2 : Into>(v0: T1, v1: T2) -> f64 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Quaternion` is never constructed [INFO] [stdout] --> src/math/matrix.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | struct Quaternion [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/math/matrix.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl Quaternion [INFO] [stdout] | --------------- associated items in this implementation [INFO] [stdout] 17 | { [INFO] [stdout] 18 | pub fn identity() -> Quaternion [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 23 | pub fn from_wxyz(w: f64, x: f64, y: f64, z: f64) -> Quaternion [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub fn from_axis_angle(axis : Vec3, angle : f64) -> Result [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | pub fn conjugate(self)->Quaternion [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 49 | pub fn norm_squared(self)->f64 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | pub fn norm(self)->f64 [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | pub fn normalized(self)->Result [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | pub fn rotate_vec3(self, v: Vec3) -> Vec3 [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | pub fn rotate_direction(self, v: Direction) -> Direction [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | pub fn rotate_point(self, v: Vec3) -> Vec3 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Mat4` is never constructed [INFO] [stdout] --> src/math/matrix.rs:177:8 [INFO] [stdout] | [INFO] [stdout] 177 | struct Mat4 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `identity` is never used [INFO] [stdout] --> src/math/matrix.rs:185:12 [INFO] [stdout] | [INFO] [stdout] 183 | impl Mat4 [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 184 | { [INFO] [stdout] 185 | pub fn identity() -> Mat4 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAY_TRACING_EPSILON` is never used [INFO] [stdout] --> src/util.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const RAY_TRACING_EPSILON: f64 = 1e-8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `tmin` and `tmax` are never read [INFO] [stdout] --> src/ray.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Ray [INFO] [stdout] | --- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 8 | tmin : f64, [INFO] [stdout] | ^^^^ [INFO] [stdout] 9 | tmax : f64, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `camera` [INFO] [stdout] --> src/main.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | let camera = Camera::new( [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_camera` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `camera` [INFO] [stdout] --> src/main.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | let camera = Camera::new( [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_camera` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `cross` is never used [INFO] [stdout] --> src/math/vector.rs:596:4 [INFO] [stdout] | [INFO] [stdout] 596 | fn cross, T2 : Into>(v0: T1, v1: T2) -> Vec3 [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dot` is never used [INFO] [stdout] --> src/math/vector.rs:621:4 [INFO] [stdout] | [INFO] [stdout] 621 | fn dot, T2 : Into>(v0: T1, v1: T2) -> f64 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Quaternion` is never constructed [INFO] [stdout] --> src/math/matrix.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | struct Quaternion [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/math/matrix.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl Quaternion [INFO] [stdout] | --------------- associated items in this implementation [INFO] [stdout] 17 | { [INFO] [stdout] 18 | pub fn identity() -> Quaternion [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 23 | pub fn from_wxyz(w: f64, x: f64, y: f64, z: f64) -> Quaternion [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub fn from_axis_angle(axis : Vec3, angle : f64) -> Result [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | pub fn conjugate(self)->Quaternion [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 49 | pub fn norm_squared(self)->f64 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | pub fn norm(self)->f64 [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | pub fn normalized(self)->Result [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | pub fn rotate_vec3(self, v: Vec3) -> Vec3 [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | pub fn rotate_direction(self, v: Direction) -> Direction [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | pub fn rotate_point(self, v: Vec3) -> Vec3 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Mat4` is never constructed [INFO] [stdout] --> src/math/matrix.rs:177:8 [INFO] [stdout] | [INFO] [stdout] 177 | struct Mat4 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `identity` is never used [INFO] [stdout] --> src/math/matrix.rs:185:12 [INFO] [stdout] | [INFO] [stdout] 183 | impl Mat4 [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 184 | { [INFO] [stdout] 185 | pub fn identity() -> Mat4 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAY_TRACING_EPSILON` is never used [INFO] [stdout] --> src/util.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const RAY_TRACING_EPSILON: f64 = 1e-8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `tmin` and `tmax` are never read [INFO] [stdout] --> src/ray.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Ray [INFO] [stdout] | --- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 8 | tmin : f64, [INFO] [stdout] | ^^^^ [INFO] [stdout] 9 | tmax : f64, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s [INFO] running `Command { std: "docker" "inspect" "1e13881957bbb217477008ed5566f636c00114c733f40a1bfb468b4b5293389f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e13881957bbb217477008ed5566f636c00114c733f40a1bfb468b4b5293389f", kill_on_drop: false }` [INFO] [stdout] 1e13881957bbb217477008ed5566f636c00114c733f40a1bfb468b4b5293389f