Oct 21 16:20:42.800 INFO checking krzyk/rraytrace against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:20:42.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:20:43.236 INFO blam! b99ede7bfc9e9998097a6eef9404f2a7e352dce30e2889d8b212c4954a83712b Oct 21 16:20:43.241 INFO running `"docker" "start" "-a" "b99ede7bfc9e9998097a6eef9404f2a7e352dce30e2889d8b212c4954a83712b"` Oct 21 16:20:44.736 INFO kablam! usermod: no changes Oct 21 16:20:44.748 INFO kablam! Checking rraytrace v0.1.0 (/source) Oct 21 16:20:45.501 INFO kablam! warning: value assigned to `rec` is never read Oct 21 16:20:45.501 INFO kablam! --> src/main.rs:249:17 Oct 21 16:20:45.501 INFO kablam! | Oct 21 16:20:45.502 INFO kablam! 249 | rec = temp_rec.clone(); Oct 21 16:20:45.502 INFO kablam! | ^^^ Oct 21 16:20:45.517 INFO kablam! | Oct 21 16:20:45.518 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 16:20:45.518 INFO kablam! Oct 21 16:20:45.518 INFO kablam! warning: variable `rec` is assigned to, but never used Oct 21 16:20:45.519 INFO kablam! --> src/main.rs:241:56 Oct 21 16:20:45.519 INFO kablam! | Oct 21 16:20:45.519 INFO kablam! 241 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64, mut rec: HitRecord) -> bool { Oct 21 16:20:45.519 INFO kablam! | ^^^ Oct 21 16:20:45.520 INFO kablam! | Oct 21 16:20:45.520 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:20:45.520 INFO kablam! = note: consider using `_rec` instead Oct 21 16:20:45.521 INFO kablam! Oct 21 16:20:45.529 INFO kablam! warning: variable does not need to be mutable Oct 21 16:20:45.529 INFO kablam! --> src/main.rs:242:13 Oct 21 16:20:45.529 INFO kablam! | Oct 21 16:20:45.530 INFO kablam! 242 | let mut temp_rec = HitRecord::new(); Oct 21 16:20:45.530 INFO kablam! | ----^^^^^^^^ Oct 21 16:20:45.530 INFO kablam! | | Oct 21 16:20:45.530 INFO kablam! | help: remove this `mut` Oct 21 16:20:45.540 INFO kablam! | Oct 21 16:20:45.541 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:20:45.541 INFO kablam! Oct 21 16:20:45.550 INFO kablam! warning: variable does not need to be mutable Oct 21 16:20:45.550 INFO kablam! --> src/main.rs:257:9 Oct 21 16:20:45.550 INFO kablam! | Oct 21 16:20:45.551 INFO kablam! 257 | let mut rec = HitRecord::new(); Oct 21 16:20:45.551 INFO kablam! | ----^^^ Oct 21 16:20:45.551 INFO kablam! | | Oct 21 16:20:45.551 INFO kablam! | help: remove this `mut` Oct 21 16:20:45.552 INFO kablam! Oct 21 16:20:45.552 INFO kablam! warning: method is never used: `squared_length` Oct 21 16:20:45.552 INFO kablam! --> src/main.rs:70:5 Oct 21 16:20:45.553 INFO kablam! | Oct 21 16:20:45.553 INFO kablam! 70 | fn squared_length(&self) -> f64 { Oct 21 16:20:45.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:20:45.554 INFO kablam! | Oct 21 16:20:45.554 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:20:45.554 INFO kablam! Oct 21 16:20:45.554 INFO kablam! warning: method is never used: `cross` Oct 21 16:20:45.555 INFO kablam! --> src/main.rs:78:5 Oct 21 16:20:45.555 INFO kablam! | Oct 21 16:20:45.560 INFO kablam! 78 | fn cross(&self, other: Coords) -> Coords { Oct 21 16:20:45.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:20:45.561 INFO kablam! Oct 21 16:20:45.561 INFO kablam! warning: method is never used: `unit_vector` Oct 21 16:20:45.561 INFO kablam! --> src/main.rs:86:5 Oct 21 16:20:45.562 INFO kablam! | Oct 21 16:20:45.562 INFO kablam! 86 | fn unit_vector(self, other: Coords) -> Coords { Oct 21 16:20:45.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:20:45.562 INFO kablam! Oct 21 16:20:45.604 INFO kablam! warning: value assigned to `rec` is never read Oct 21 16:20:45.604 INFO kablam! --> src/main.rs:249:17 Oct 21 16:20:45.604 INFO kablam! | Oct 21 16:20:45.604 INFO kablam! 249 | rec = temp_rec.clone(); Oct 21 16:20:45.604 INFO kablam! | ^^^ Oct 21 16:20:45.604 INFO kablam! | Oct 21 16:20:45.604 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 16:20:45.604 INFO kablam! Oct 21 16:20:45.604 INFO kablam! warning: variable `rec` is assigned to, but never used Oct 21 16:20:45.604 INFO kablam! --> src/main.rs:241:56 Oct 21 16:20:45.604 INFO kablam! | Oct 21 16:20:45.604 INFO kablam! 241 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64, mut rec: HitRecord) -> bool { Oct 21 16:20:45.604 INFO kablam! | ^^^ Oct 21 16:20:45.604 INFO kablam! | Oct 21 16:20:45.604 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:20:45.604 INFO kablam! = note: consider using `_rec` instead Oct 21 16:20:45.605 INFO kablam! Oct 21 16:20:45.624 INFO kablam! warning: variable does not need to be mutable Oct 21 16:20:45.624 INFO kablam! --> src/main.rs:242:13 Oct 21 16:20:45.624 INFO kablam! | Oct 21 16:20:45.624 INFO kablam! 242 | let mut temp_rec = HitRecord::new(); Oct 21 16:20:45.624 INFO kablam! | ----^^^^^^^^ Oct 21 16:20:45.624 INFO kablam! | | Oct 21 16:20:45.624 INFO kablam! | help: remove this `mut` Oct 21 16:20:45.624 INFO kablam! | Oct 21 16:20:45.624 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:20:45.624 INFO kablam! Oct 21 16:20:45.624 INFO kablam! warning: variable does not need to be mutable Oct 21 16:20:45.624 INFO kablam! --> src/main.rs:257:9 Oct 21 16:20:45.624 INFO kablam! | Oct 21 16:20:45.624 INFO kablam! 257 | let mut rec = HitRecord::new(); Oct 21 16:20:45.624 INFO kablam! | ----^^^ Oct 21 16:20:45.624 INFO kablam! | | Oct 21 16:20:45.624 INFO kablam! | help: remove this `mut` Oct 21 16:20:45.624 INFO kablam! Oct 21 16:20:45.628 INFO kablam! warning: method is never used: `squared_length` Oct 21 16:20:45.628 INFO kablam! --> src/main.rs:70:5 Oct 21 16:20:45.628 INFO kablam! | Oct 21 16:20:45.628 INFO kablam! 70 | fn squared_length(&self) -> f64 { Oct 21 16:20:45.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:20:45.628 INFO kablam! | Oct 21 16:20:45.628 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:20:45.628 INFO kablam! Oct 21 16:20:45.628 INFO kablam! warning: method is never used: `cross` Oct 21 16:20:45.628 INFO kablam! --> src/main.rs:78:5 Oct 21 16:20:45.628 INFO kablam! | Oct 21 16:20:45.628 INFO kablam! 78 | fn cross(&self, other: Coords) -> Coords { Oct 21 16:20:45.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:20:45.628 INFO kablam! Oct 21 16:20:45.628 INFO kablam! warning: method is never used: `unit_vector` Oct 21 16:20:45.628 INFO kablam! --> src/main.rs:86:5 Oct 21 16:20:45.628 INFO kablam! | Oct 21 16:20:45.628 INFO kablam! 86 | fn unit_vector(self, other: Coords) -> Coords { Oct 21 16:20:45.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:20:45.628 INFO kablam! Oct 21 16:20:45.680 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Oct 21 16:20:45.680 INFO kablam! su: No module specific data is present Oct 21 16:20:46.313 INFO running `"docker" "rm" "-f" "b99ede7bfc9e9998097a6eef9404f2a7e352dce30e2889d8b212c4954a83712b"` Oct 21 16:20:46.636 INFO blam! b99ede7bfc9e9998097a6eef9404f2a7e352dce30e2889d8b212c4954a83712b