Oct 26 17:49:12.819 INFO checking wwkeyboard/ray_tracer_challenge against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 17:49:12.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 26 17:49:15.300 INFO blam! 06b9967019a9580a80c16e4b02bdccc219fd66e443ec7294e159f5d0bd469b88 Oct 26 17:49:15.302 INFO running `"docker" "start" "-a" "06b9967019a9580a80c16e4b02bdccc219fd66e443ec7294e159f5d0bd469b88"` Oct 26 17:49:17.186 INFO kablam! usermod: no changes Oct 26 17:49:17.315 INFO kablam! Compiling num-traits v0.2.6 Oct 26 17:49:17.316 INFO kablam! Compiling num-integer v0.1.39 Oct 26 17:49:17.316 INFO kablam! Compiling num-bigint v0.2.0 Oct 26 17:49:17.317 INFO kablam! Compiling num-complex v0.2.0 Oct 26 17:49:17.317 INFO kablam! Compiling num-rational v0.2.1 Oct 26 17:49:17.324 INFO kablam! Compiling num-iter v0.1.37 Oct 26 17:49:30.571 INFO kablam! Checking num v0.2.0 Oct 26 17:49:30.791 INFO kablam! Checking ray_tracer_challenge v0.1.0 (/source) Oct 26 17:49:31.076 INFO kablam! warning: unused import: `color::Color` Oct 26 17:49:31.076 INFO kablam! --> src/main.rs:6:5 Oct 26 17:49:31.076 INFO kablam! | Oct 26 17:49:31.076 INFO kablam! 6 | use color::Color; Oct 26 17:49:31.076 INFO kablam! | ^^^^^^^^^^^^ Oct 26 17:49:31.077 INFO kablam! | Oct 26 17:49:31.083 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:49:31.083 INFO kablam! Oct 26 17:49:31.283 INFO kablam! warning: method is never used: `pixel_at` Oct 26 17:49:31.283 INFO kablam! --> src/canvas.rs:44:5 Oct 26 17:49:31.283 INFO kablam! | Oct 26 17:49:31.283 INFO kablam! 44 | fn pixel_at(&self, x: usize, y: usize) -> color::Color { Oct 26 17:49:31.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:49:31.284 INFO kablam! | Oct 26 17:49:31.284 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:49:31.285 INFO kablam! Oct 26 17:49:31.286 INFO kablam! warning: struct is never constructed: `Matrix` Oct 26 17:49:31.286 INFO kablam! --> src/matrix.rs:2:1 Oct 26 17:49:31.287 INFO kablam! | Oct 26 17:49:31.288 INFO kablam! 2 | pub struct Matrix { Oct 26 17:49:31.288 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 17:49:31.289 INFO kablam! Oct 26 17:49:31.289 INFO kablam! warning: method is never used: `new` Oct 26 17:49:31.289 INFO kablam! --> src/matrix.rs:7:5 Oct 26 17:49:31.290 INFO kablam! | Oct 26 17:49:31.290 INFO kablam! 7 | pub fn new(m: [[f32; 4]; 4]) -> Matrix { Oct 26 17:49:31.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:49:31.290 INFO kablam! Oct 26 17:49:31.291 INFO kablam! warning: method is never used: `get` Oct 26 17:49:31.291 INFO kablam! --> src/matrix.rs:12:5 Oct 26 17:49:31.291 INFO kablam! | Oct 26 17:49:31.292 INFO kablam! 12 | pub fn get(&self, x: usize, y: usize) -> f32 { Oct 26 17:49:31.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:49:31.292 INFO kablam! Oct 26 17:49:31.292 INFO kablam! warning: constant item is never used: `ZERO_VECTOR` Oct 26 17:49:31.292 INFO kablam! --> src/point.rs:7:1 Oct 26 17:49:31.292 INFO kablam! | Oct 26 17:49:31.292 INFO kablam! 7 | / const ZERO_VECTOR: Tuple = Tuple { Oct 26 17:49:31.293 INFO kablam! 8 | | x: 0., Oct 26 17:49:31.293 INFO kablam! 9 | | y: 0., Oct 26 17:49:31.293 INFO kablam! 10 | | z: 0., Oct 26 17:49:31.293 INFO kablam! 11 | | w: 0., Oct 26 17:49:31.293 INFO kablam! 12 | | }; Oct 26 17:49:31.294 INFO kablam! | |__^ Oct 26 17:49:31.294 INFO kablam! Oct 26 17:49:31.294 INFO kablam! warning: method is never used: `is_vector` Oct 26 17:49:31.294 INFO kablam! --> src/point.rs:27:5 Oct 26 17:49:31.294 INFO kablam! | Oct 26 17:49:31.294 INFO kablam! 27 | pub fn is_vector(&self) -> bool { Oct 26 17:49:31.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:49:31.295 INFO kablam! Oct 26 17:49:31.299 INFO kablam! warning: method is never used: `is_point` Oct 26 17:49:31.299 INFO kablam! --> src/point.rs:31:5 Oct 26 17:49:31.299 INFO kablam! | Oct 26 17:49:31.300 INFO kablam! 31 | pub fn is_point(&self) -> bool { Oct 26 17:49:31.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:49:31.300 INFO kablam! Oct 26 17:49:31.300 INFO kablam! warning: method is never used: `negate` Oct 26 17:49:31.300 INFO kablam! --> src/point.rs:53:5 Oct 26 17:49:31.301 INFO kablam! | Oct 26 17:49:31.301 INFO kablam! 53 | pub fn negate(self) -> Tuple { Oct 26 17:49:31.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:49:31.301 INFO kablam! Oct 26 17:49:31.301 INFO kablam! warning: method is never used: `magnitude` Oct 26 17:49:31.301 INFO kablam! --> src/point.rs:57:5 Oct 26 17:49:31.302 INFO kablam! | Oct 26 17:49:31.302 INFO kablam! 57 | pub fn magnitude(&self) -> f32 { Oct 26 17:49:31.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:49:31.302 INFO kablam! Oct 26 17:49:31.302 INFO kablam! warning: method is never used: `normalize` Oct 26 17:49:31.303 INFO kablam! --> src/point.rs:61:5 Oct 26 17:49:31.303 INFO kablam! | Oct 26 17:49:31.304 INFO kablam! 61 | pub fn normalize(&self) -> Tuple { Oct 26 17:49:31.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:49:31.304 INFO kablam! Oct 26 17:49:31.304 INFO kablam! warning: method is never used: `dot` Oct 26 17:49:31.304 INFO kablam! --> src/point.rs:72:5 Oct 26 17:49:31.305 INFO kablam! | Oct 26 17:49:31.305 INFO kablam! 72 | pub fn dot(&self, other: Tuple) -> f32 { Oct 26 17:49:31.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:49:31.305 INFO kablam! Oct 26 17:49:31.305 INFO kablam! warning: method is never used: `cross` Oct 26 17:49:31.305 INFO kablam! --> src/point.rs:76:5 Oct 26 17:49:31.306 INFO kablam! | Oct 26 17:49:31.306 INFO kablam! 76 | pub fn cross(&self, other: Tuple) -> Tuple { Oct 26 17:49:31.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:49:31.306 INFO kablam! Oct 26 17:49:31.374 INFO kablam! warning: unused import: `color::Color` Oct 26 17:49:31.374 INFO kablam! --> src/main.rs:6:5 Oct 26 17:49:31.375 INFO kablam! | Oct 26 17:49:31.375 INFO kablam! 6 | use color::Color; Oct 26 17:49:31.375 INFO kablam! | ^^^^^^^^^^^^ Oct 26 17:49:31.387 INFO kablam! | Oct 26 17:49:31.387 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:49:31.388 INFO kablam! Oct 26 17:49:32.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.86s Oct 26 17:49:32.084 INFO kablam! su: No module specific data is present Oct 26 17:49:33.463 INFO running `"docker" "rm" "-f" "06b9967019a9580a80c16e4b02bdccc219fd66e443ec7294e159f5d0bd469b88"` Oct 26 17:49:33.727 INFO blam! 06b9967019a9580a80c16e4b02bdccc219fd66e443ec7294e159f5d0bd469b88