[INFO] cloning repository https://github.com/DemonusPC/ray-tracing-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DemonusPC/ray-tracing-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDemonusPC%2Fray-tracing-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDemonusPC%2Fray-tracing-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4600421555e84fd4cf208244254d44c4f4b90dc1 [INFO] checking DemonusPC/ray-tracing-demo against master#1557fb031b272b4c5bfcc7de5df7eddc7b36a584 for pr-73166 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDemonusPC%2Fray-tracing-demo" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DemonusPC/ray-tracing-demo on toolchain 1557fb031b272b4c5bfcc7de5df7eddc7b36a584 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/DemonusPC/ray-tracing-demo [INFO] finished tweaking git repo https://github.com/DemonusPC/ray-tracing-demo [INFO] tweaked toml for git repo https://github.com/DemonusPC/ray-tracing-demo written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/DemonusPC/ray-tracing-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ef62cefada1b625d5a7333025dd9e3dedb6131c7e8259274149b4f44d1a168a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2ef62cefada1b625d5a7333025dd9e3dedb6131c7e8259274149b4f44d1a168a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ef62cefada1b625d5a7333025dd9e3dedb6131c7e8259274149b4f44d1a168a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ef62cefada1b625d5a7333025dd9e3dedb6131c7e8259274149b4f44d1a168a", kill_on_drop: false }` [INFO] [stdout] 2ef62cefada1b625d5a7333025dd9e3dedb6131c7e8259274149b4f44d1a168a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42df11fe7d9bde6e4cb9b8559448568a08365a4d8e037300870e78d7d9cb26f7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "42df11fe7d9bde6e4cb9b8559448568a08365a4d8e037300870e78d7d9cb26f7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking ray-trace v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::models::Metal` [INFO] [stdout] --> src/hit.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::models::Metal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::models::Metal` [INFO] [stdout] --> src/hit.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::models::Metal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ray_in` [INFO] [stdout] --> src/models.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | ray_in: &Ray, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ray_in` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `w` [INFO] [stdout] --> src/camera.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | w: Vec3, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_normal` [INFO] [stdout] --> src/hit.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn set_normal(&mut self, v: Vec3) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `clear` [INFO] [stdout] --> src/hittable_list.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn clear(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `center` [INFO] [stdout] --> src/models.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn center(&self) -> Vec3 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `radius` [INFO] [stdout] --> src/models.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn radius(&self) -> f64 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `ffmin` [INFO] [stdout] --> src/utility.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn ffmin(a: f64, b: f64) -> f64 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `ffmax` [INFO] [stdout] --> src/utility.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn ffmax(a: f64, b: f64) -> f64 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ray_in` [INFO] [stdout] --> src/models.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | ray_in: &Ray, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_ray_in` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `w` [INFO] [stdout] --> src/camera.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | w: Vec3, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `clear` [INFO] [stdout] --> src/hittable_list.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn clear(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `center` [INFO] [stdout] --> src/models.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn center(&self) -> Vec3 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `radius` [INFO] [stdout] --> src/models.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn radius(&self) -> f64 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `ffmin` [INFO] [stdout] --> src/utility.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn ffmin(a: f64, b: f64) -> f64 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `ffmax` [INFO] [stdout] --> src/utility.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn ffmax(a: f64, b: f64) -> f64 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.85s [INFO] running `Command { std: "docker" "inspect" "42df11fe7d9bde6e4cb9b8559448568a08365a4d8e037300870e78d7d9cb26f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42df11fe7d9bde6e4cb9b8559448568a08365a4d8e037300870e78d7d9cb26f7", kill_on_drop: false }` [INFO] [stdout] 42df11fe7d9bde6e4cb9b8559448568a08365a4d8e037300870e78d7d9cb26f7