Oct 21 19:45:21.278 INFO checking andrewvy/ray-tracer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:45:21.278 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 19:45:21.513 INFO blam! 55316289f2aef931ec4bb7f6593b5f65f37cc0a5b563e96dcc6adf6c2aee88e2 Oct 21 19:45:21.514 INFO running `"docker" "start" "-a" "55316289f2aef931ec4bb7f6593b5f65f37cc0a5b563e96dcc6adf6c2aee88e2"` Oct 21 19:45:21.892 INFO kablam! usermod: no changes Oct 21 19:45:21.975 INFO kablam! Compiling proc-macro2 v0.4.5 Oct 21 19:45:25.576 INFO kablam! Compiling quote v0.6.3 Oct 21 19:45:27.948 INFO kablam! Compiling syn v0.14.2 Oct 21 19:45:35.032 INFO kablam! Compiling num-derive v0.2.2 Oct 21 19:45:38.013 INFO kablam! Checking image v0.19.0 Oct 21 19:45:43.649 INFO kablam! Checking ray_tracer v0.1.0 (/source) Oct 21 19:45:46.221 INFO kablam! warning: method is never used: `x` Oct 21 19:45:46.221 INFO kablam! --> src/vec.rs:17:5 Oct 21 19:45:46.221 INFO kablam! | Oct 21 19:45:46.221 INFO kablam! 17 | pub fn x(&self) -> f64 { self.p1 } Oct 21 19:45:46.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.221 INFO kablam! | Oct 21 19:45:46.222 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:45:46.222 INFO kablam! Oct 21 19:45:46.222 INFO kablam! warning: method is never used: `z` Oct 21 19:45:46.222 INFO kablam! --> src/vec.rs:19:5 Oct 21 19:45:46.222 INFO kablam! | Oct 21 19:45:46.222 INFO kablam! 19 | pub fn z(&self) -> f64 { self.p3 } Oct 21 19:45:46.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.222 INFO kablam! Oct 21 19:45:46.222 INFO kablam! warning: method is never used: `r` Oct 21 19:45:46.222 INFO kablam! --> src/vec.rs:21:5 Oct 21 19:45:46.222 INFO kablam! | Oct 21 19:45:46.222 INFO kablam! 21 | pub fn r(&self) -> f64 { self.p1 } Oct 21 19:45:46.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.222 INFO kablam! Oct 21 19:45:46.222 INFO kablam! warning: method is never used: `g` Oct 21 19:45:46.222 INFO kablam! --> src/vec.rs:22:5 Oct 21 19:45:46.222 INFO kablam! | Oct 21 19:45:46.222 INFO kablam! 22 | pub fn g(&self) -> f64 { self.p2 } Oct 21 19:45:46.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.222 INFO kablam! Oct 21 19:45:46.222 INFO kablam! warning: method is never used: `b` Oct 21 19:45:46.222 INFO kablam! --> src/vec.rs:23:5 Oct 21 19:45:46.222 INFO kablam! | Oct 21 19:45:46.222 INFO kablam! 23 | pub fn b(&self) -> f64 { self.p3 } Oct 21 19:45:46.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.222 INFO kablam! Oct 21 19:45:46.223 INFO kablam! warning: method is never used: `cross` Oct 21 19:45:46.223 INFO kablam! --> src/vec.rs:81:5 Oct 21 19:45:46.223 INFO kablam! | Oct 21 19:45:46.223 INFO kablam! 81 | pub fn cross(&self, v2: &Vec3) -> Vec3 { Oct 21 19:45:46.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.223 INFO kablam! Oct 21 19:45:46.223 INFO kablam! warning: method is never used: `new` Oct 21 19:45:46.223 INFO kablam! --> src/model.rs:24:5 Oct 21 19:45:46.223 INFO kablam! | Oct 21 19:45:46.223 INFO kablam! 24 | pub fn new(center: Vec3, radius: f64) -> Sphere { Oct 21 19:45:46.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.225 INFO kablam! Oct 21 19:45:46.296 INFO kablam! warning: method is never used: `x` Oct 21 19:45:46.296 INFO kablam! --> src/vec.rs:17:5 Oct 21 19:45:46.296 INFO kablam! | Oct 21 19:45:46.297 INFO kablam! 17 | pub fn x(&self) -> f64 { self.p1 } Oct 21 19:45:46.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.297 INFO kablam! | Oct 21 19:45:46.297 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:45:46.297 INFO kablam! Oct 21 19:45:46.297 INFO kablam! warning: method is never used: `z` Oct 21 19:45:46.297 INFO kablam! --> src/vec.rs:19:5 Oct 21 19:45:46.297 INFO kablam! | Oct 21 19:45:46.298 INFO kablam! 19 | pub fn z(&self) -> f64 { self.p3 } Oct 21 19:45:46.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.298 INFO kablam! Oct 21 19:45:46.298 INFO kablam! warning: method is never used: `r` Oct 21 19:45:46.298 INFO kablam! --> src/vec.rs:21:5 Oct 21 19:45:46.298 INFO kablam! | Oct 21 19:45:46.298 INFO kablam! 21 | pub fn r(&self) -> f64 { self.p1 } Oct 21 19:45:46.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.298 INFO kablam! Oct 21 19:45:46.298 INFO kablam! warning: method is never used: `g` Oct 21 19:45:46.298 INFO kablam! --> src/vec.rs:22:5 Oct 21 19:45:46.298 INFO kablam! | Oct 21 19:45:46.298 INFO kablam! 22 | pub fn g(&self) -> f64 { self.p2 } Oct 21 19:45:46.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.298 INFO kablam! Oct 21 19:45:46.298 INFO kablam! warning: method is never used: `b` Oct 21 19:45:46.298 INFO kablam! --> src/vec.rs:23:5 Oct 21 19:45:46.298 INFO kablam! | Oct 21 19:45:46.298 INFO kablam! 23 | pub fn b(&self) -> f64 { self.p3 } Oct 21 19:45:46.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.298 INFO kablam! Oct 21 19:45:46.298 INFO kablam! warning: method is never used: `cross` Oct 21 19:45:46.298 INFO kablam! --> src/vec.rs:81:5 Oct 21 19:45:46.298 INFO kablam! | Oct 21 19:45:46.298 INFO kablam! 81 | pub fn cross(&self, v2: &Vec3) -> Vec3 { Oct 21 19:45:46.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.298 INFO kablam! Oct 21 19:45:46.298 INFO kablam! warning: method is never used: `new` Oct 21 19:45:46.298 INFO kablam! --> src/model.rs:24:5 Oct 21 19:45:46.298 INFO kablam! | Oct 21 19:45:46.298 INFO kablam! 24 | pub fn new(center: Vec3, radius: f64) -> Sphere { Oct 21 19:45:46.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:46.298 INFO kablam! Oct 21 19:45:46.352 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.44s Oct 21 19:45:46.369 INFO kablam! su: No module specific data is present Oct 21 19:45:47.101 INFO running `"docker" "rm" "-f" "55316289f2aef931ec4bb7f6593b5f65f37cc0a5b563e96dcc6adf6c2aee88e2"` Oct 21 19:45:47.374 INFO blam! 55316289f2aef931ec4bb7f6593b5f65f37cc0a5b563e96dcc6adf6c2aee88e2