[INFO] cloning repository https://github.com/wrestledBearOnce/RustyTracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wrestledBearOnce/RustyTracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FwrestledBearOnce%2FRustyTracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FwrestledBearOnce%2FRustyTracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62d28ee68a9668c58903fb53583e2f1f95b9e7f8 [INFO] checking wrestledBearOnce/RustyTracer against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FwrestledBearOnce%2FRustyTracer" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wrestledBearOnce/RustyTracer on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wrestledBearOnce/RustyTracer [INFO] finished tweaking git repo https://github.com/wrestledBearOnce/RustyTracer [INFO] tweaked toml for git repo https://github.com/wrestledBearOnce/RustyTracer written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/wrestledBearOnce/RustyTracer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eddc11ae1815e8da425351f1ee50458c35f8d51477f634b8a744133c6684c75e [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" "eddc11ae1815e8da425351f1ee50458c35f8d51477f634b8a744133c6684c75e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eddc11ae1815e8da425351f1ee50458c35f8d51477f634b8a744133c6684c75e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eddc11ae1815e8da425351f1ee50458c35f8d51477f634b8a744133c6684c75e", kill_on_drop: false }` [INFO] [stdout] eddc11ae1815e8da425351f1ee50458c35f8d51477f634b8a744133c6684c75e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db7c0f9d44bbbb0bce640340a694bd8be245ec6d1cad6d988d49ac2cfcfe0757 [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" "db7c0f9d44bbbb0bce640340a694bd8be245ec6d1cad6d988d49ac2cfcfe0757", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Checking rraytracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `squared_length` [INFO] [stdout] --> src/vec3.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn squared_length(&self) -> f32 { [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: `dot` [INFO] [stdout] --> src/vec3.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn dot(&self, other:Vec3) -> f32 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cross` [INFO] [stdout] --> src/vec3.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn cross(&self, other:Vec3) -> Self [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add` [INFO] [stdout] --> src/vec3.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn add(&self, other:f32) -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/ray.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `origin` [INFO] [stdout] --> src/ray.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn origin(&self) -> &Vec3 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `point_at_parameter` [INFO] [stdout] --> src/ray.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn point_at_parameter(&self, t:f32) -> Vec3 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `A` should have a snake case name [INFO] [stdout] --> src/ray.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub A:Vec3, [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `B` should have a snake case name [INFO] [stdout] --> src/ray.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub B:Vec3 [INFO] [stdout] | ^ help: convert the identifier to snake case: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `squared_length` [INFO] [stdout] --> src/vec3.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn squared_length(&self) -> f32 { [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: `dot` [INFO] [stdout] --> src/vec3.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn dot(&self, other:Vec3) -> f32 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cross` [INFO] [stdout] --> src/vec3.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn cross(&self, other:Vec3) -> Self [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add` [INFO] [stdout] --> src/vec3.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn add(&self, other:f32) -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/ray.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `origin` [INFO] [stdout] --> src/ray.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn origin(&self) -> &Vec3 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `point_at_parameter` [INFO] [stdout] --> src/ray.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn point_at_parameter(&self, t:f32) -> Vec3 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `A` should have a snake case name [INFO] [stdout] --> src/ray.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub A:Vec3, [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `B` should have a snake case name [INFO] [stdout] --> src/ray.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub B:Vec3 [INFO] [stdout] | ^ help: convert the identifier to snake case: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.78s [INFO] running `Command { std: "docker" "inspect" "db7c0f9d44bbbb0bce640340a694bd8be245ec6d1cad6d988d49ac2cfcfe0757", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db7c0f9d44bbbb0bce640340a694bd8be245ec6d1cad6d988d49ac2cfcfe0757", kill_on_drop: false }` [INFO] [stdout] db7c0f9d44bbbb0bce640340a694bd8be245ec6d1cad6d988d49ac2cfcfe0757