[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 1.95.0-beta.7 for beta-1.95-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasahi-kojima%2FRayTracingRust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/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-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/asahi-kojima/RayTracingRust on toolchain 1.95.0-beta.7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "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" "+1.95.0-beta.7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+1.95.0-beta.7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ad7828e6f5781512b521d37f4c07657aba546c7ff459b0904360c886a5ae29da
[INFO] running `Command { std: "docker" "start" "-a" "ad7828e6f5781512b521d37f4c07657aba546c7ff459b0904360c886a5ae29da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad7828e6f5781512b521d37f4c07657aba546c7ff459b0904360c886a5ae29da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad7828e6f5781512b521d37f4c07657aba546c7ff459b0904360c886a5ae29da", kill_on_drop: false }`
[INFO] [stdout] ad7828e6f5781512b521d37f4c07657aba546c7ff459b0904360c886a5ae29da
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+1.95.0-beta.7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9812e32dcb271de0feaf9c8212f272b07099baf82b160b54a1b45c57d68130c2
[INFO] running `Command { std: "docker" "start" "-a" "9812e32dcb271de0feaf9c8212f272b07099baf82b160b54a1b45c57d68130c2", kill_on_drop: false }`
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling zerocopy v0.8.37
[INFO] [stderr]    Compiling sdl2 v0.38.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.5
[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<T1 : Into<Vec3>, T2 : Into<Vec3>>(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<T1 : Into<Vec3>, T2 : Into<Vec3>>(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<Quaternion, MathError>
[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<Quaternion, MathError>
[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<T1 : Into<Vec3>, T2 : Into<Vec3>>(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<T1 : Into<Vec3>, T2 : Into<Vec3>>(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<Quaternion, MathError>
[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<Quaternion, MathError>
[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 35s
[INFO] running `Command { std: "docker" "inspect" "9812e32dcb271de0feaf9c8212f272b07099baf82b160b54a1b45c57d68130c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9812e32dcb271de0feaf9c8212f272b07099baf82b160b54a1b45c57d68130c2", kill_on_drop: false }`
[INFO] [stdout] 9812e32dcb271de0feaf9c8212f272b07099baf82b160b54a1b45c57d68130c2
