[INFO] cloning repository https://github.com/xeinherjar/rayray [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xeinherjar/rayray" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxeinherjar%2Frayray", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxeinherjar%2Frayray'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 98959469f637dd8419ef044846e8e30a4bcec7fc [INFO] checking xeinherjar/rayray against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxeinherjar%2Frayray" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xeinherjar/rayray 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/xeinherjar/rayray [INFO] finished tweaking git repo https://github.com/xeinherjar/rayray [INFO] tweaked toml for git repo https://github.com/xeinherjar/rayray written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/xeinherjar/rayray 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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 7ade7f534843d27bcc34d1f5eb371ed79a94ad878bbe850a3e7c109e340d4fa5 [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" "7ade7f534843d27bcc34d1f5eb371ed79a94ad878bbe850a3e7c109e340d4fa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ade7f534843d27bcc34d1f5eb371ed79a94ad878bbe850a3e7c109e340d4fa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ade7f534843d27bcc34d1f5eb371ed79a94ad878bbe850a3e7c109e340d4fa5", kill_on_drop: false }` [INFO] [stdout] 7ade7f534843d27bcc34d1f5eb371ed79a94ad878bbe850a3e7c109e340d4fa5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 978d1bfa9347fc799fda92aa911d93061b0843717f6862917a9d2df2e247335b [INFO] running `Command { std: "docker" "start" "-a" "978d1bfa9347fc799fda92aa911d93061b0843717f6862917a9d2df2e247335b", kill_on_drop: false }` [INFO] [stderr] Checking rayray v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Point3D` [INFO] [stdout] --> src/tuple3d.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | use point3d::{Point3D}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Vector3D` [INFO] [stdout] --> src/tuple3d.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | use vector3d::{Vector3D}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Read` [INFO] [stdout] --> src/canvas.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::{Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/canvas.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Point3D` [INFO] [stdout] --> src/tuple3d.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | use point3d::{Point3D}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Vector3D` [INFO] [stdout] --> src/tuple3d.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | use vector3d::{Vector3D}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Read` [INFO] [stdout] --> src/canvas.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::{Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idx` [INFO] [stdout] --> src/canvas.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | for (idx, color) in self.canvas.iter().enumerate() { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `magnitude` [INFO] [stdout] --> src/vector3d.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn magnitude(&self) -> f64 { [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: `normalize` [INFO] [stdout] --> src/vector3d.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn normalize(&self) -> Vector3D { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `dot` [INFO] [stdout] --> src/vector3d.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dot(&self, other: Vector3D) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cross` [INFO] [stdout] --> src/vector3d.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn cross(&self, other: Vector3D) -> Vector3D { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `magnitude` [INFO] [stdout] --> src/tuple3d.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | fn magnitude(&self) -> f64 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `normalize` [INFO] [stdout] --> src/tuple3d.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | fn normalize(&self) -> Tuple3D { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `dot` [INFO] [stdout] --> src/tuple3d.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | fn dot(&self, other: Tuple3D) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/canvas.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn new(width: u64, height: u64) -> Canvas { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/canvas.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn get(self, x: u64, y: u64) -> Color { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `put` [INFO] [stdout] --> src/canvas.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn put(&mut self, x: u64, y: u64, color: Color) -> () { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `save_ppm` [INFO] [stdout] --> src/canvas.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn save_ppm(self, path: String) -> () { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idx` [INFO] [stdout] --> src/canvas.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | for (idx, color) in self.canvas.iter().enumerate() { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `magnitude` [INFO] [stdout] --> src/tuple3d.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | fn magnitude(&self) -> f64 { [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: `normalize` [INFO] [stdout] --> src/tuple3d.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | fn normalize(&self) -> Tuple3D { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.63s [INFO] running `Command { std: "docker" "inspect" "978d1bfa9347fc799fda92aa911d93061b0843717f6862917a9d2df2e247335b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "978d1bfa9347fc799fda92aa911d93061b0843717f6862917a9d2df2e247335b", kill_on_drop: false }` [INFO] [stdout] 978d1bfa9347fc799fda92aa911d93061b0843717f6862917a9d2df2e247335b