Oct 27 01:51:35.020 INFO checking krzyk/rraytrace against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:51:35.020 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 01:51:35.519 INFO blam! b62ec84ede16bb4e8b91fb5bdd7ea7a34a225a31e3d5b35e38a6c75c20c54229 Oct 27 01:51:35.527 INFO running `"docker" "start" "-a" "b62ec84ede16bb4e8b91fb5bdd7ea7a34a225a31e3d5b35e38a6c75c20c54229"` Oct 27 01:51:36.824 INFO kablam! usermod: no changes Oct 27 01:51:36.887 INFO kablam! Checking rraytrace v0.1.0 (/source) Oct 27 01:51:37.431 INFO kablam! warning: value assigned to `rec` is never read Oct 27 01:51:37.431 INFO kablam! --> src/main.rs:249:17 Oct 27 01:51:37.431 INFO kablam! | Oct 27 01:51:37.431 INFO kablam! 249 | rec = temp_rec.clone(); Oct 27 01:51:37.431 INFO kablam! | ^^^ Oct 27 01:51:37.431 INFO kablam! | Oct 27 01:51:37.431 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 01:51:37.431 INFO kablam! Oct 27 01:51:37.431 INFO kablam! warning: variable `rec` is assigned to, but never used Oct 27 01:51:37.431 INFO kablam! --> src/main.rs:241:56 Oct 27 01:51:37.431 INFO kablam! | Oct 27 01:51:37.431 INFO kablam! 241 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64, mut rec: HitRecord) -> bool { Oct 27 01:51:37.431 INFO kablam! | ^^^ Oct 27 01:51:37.431 INFO kablam! | Oct 27 01:51:37.431 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:51:37.431 INFO kablam! = note: consider using `_rec` instead Oct 27 01:51:37.431 INFO kablam! Oct 27 01:51:37.451 INFO kablam! warning: variable does not need to be mutable Oct 27 01:51:37.451 INFO kablam! --> src/main.rs:242:13 Oct 27 01:51:37.451 INFO kablam! | Oct 27 01:51:37.451 INFO kablam! 242 | let mut temp_rec = HitRecord::new(); Oct 27 01:51:37.451 INFO kablam! | ----^^^^^^^^ Oct 27 01:51:37.451 INFO kablam! | | Oct 27 01:51:37.451 INFO kablam! | help: remove this `mut` Oct 27 01:51:37.451 INFO kablam! | Oct 27 01:51:37.451 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:51:37.451 INFO kablam! Oct 27 01:51:37.451 INFO kablam! warning: variable does not need to be mutable Oct 27 01:51:37.451 INFO kablam! --> src/main.rs:257:9 Oct 27 01:51:37.451 INFO kablam! | Oct 27 01:51:37.451 INFO kablam! 257 | let mut rec = HitRecord::new(); Oct 27 01:51:37.451 INFO kablam! | ----^^^ Oct 27 01:51:37.451 INFO kablam! | | Oct 27 01:51:37.451 INFO kablam! | help: remove this `mut` Oct 27 01:51:37.451 INFO kablam! Oct 27 01:51:37.459 INFO kablam! warning: method is never used: `squared_length` Oct 27 01:51:37.459 INFO kablam! --> src/main.rs:70:5 Oct 27 01:51:37.459 INFO kablam! | Oct 27 01:51:37.459 INFO kablam! 70 | fn squared_length(&self) -> f64 { Oct 27 01:51:37.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:51:37.459 INFO kablam! | Oct 27 01:51:37.459 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:51:37.459 INFO kablam! Oct 27 01:51:37.459 INFO kablam! warning: method is never used: `cross` Oct 27 01:51:37.459 INFO kablam! --> src/main.rs:78:5 Oct 27 01:51:37.459 INFO kablam! | Oct 27 01:51:37.459 INFO kablam! 78 | fn cross(&self, other: Coords) -> Coords { Oct 27 01:51:37.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:51:37.459 INFO kablam! Oct 27 01:51:37.459 INFO kablam! warning: method is never used: `unit_vector` Oct 27 01:51:37.459 INFO kablam! --> src/main.rs:86:5 Oct 27 01:51:37.459 INFO kablam! | Oct 27 01:51:37.459 INFO kablam! 86 | fn unit_vector(self, other: Coords) -> Coords { Oct 27 01:51:37.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:51:37.459 INFO kablam! Oct 27 01:51:37.523 INFO kablam! warning: value assigned to `rec` is never read Oct 27 01:51:37.523 INFO kablam! --> src/main.rs:249:17 Oct 27 01:51:37.523 INFO kablam! | Oct 27 01:51:37.523 INFO kablam! 249 | rec = temp_rec.clone(); Oct 27 01:51:37.523 INFO kablam! | ^^^ Oct 27 01:51:37.523 INFO kablam! | Oct 27 01:51:37.523 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 01:51:37.523 INFO kablam! Oct 27 01:51:37.523 INFO kablam! warning: variable `rec` is assigned to, but never used Oct 27 01:51:37.523 INFO kablam! --> src/main.rs:241:56 Oct 27 01:51:37.523 INFO kablam! | Oct 27 01:51:37.523 INFO kablam! 241 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64, mut rec: HitRecord) -> bool { Oct 27 01:51:37.523 INFO kablam! | ^^^ Oct 27 01:51:37.523 INFO kablam! | Oct 27 01:51:37.523 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:51:37.523 INFO kablam! = note: consider using `_rec` instead Oct 27 01:51:37.523 INFO kablam! Oct 27 01:51:37.547 INFO kablam! warning: variable does not need to be mutable Oct 27 01:51:37.547 INFO kablam! --> src/main.rs:242:13 Oct 27 01:51:37.547 INFO kablam! | Oct 27 01:51:37.547 INFO kablam! 242 | let mut temp_rec = HitRecord::new(); Oct 27 01:51:37.547 INFO kablam! | ----^^^^^^^^ Oct 27 01:51:37.547 INFO kablam! | | Oct 27 01:51:37.547 INFO kablam! | help: remove this `mut` Oct 27 01:51:37.547 INFO kablam! | Oct 27 01:51:37.547 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:51:37.547 INFO kablam! Oct 27 01:51:37.559 INFO kablam! warning: variable does not need to be mutable Oct 27 01:51:37.559 INFO kablam! --> src/main.rs:257:9 Oct 27 01:51:37.559 INFO kablam! | Oct 27 01:51:37.559 INFO kablam! 257 | let mut rec = HitRecord::new(); Oct 27 01:51:37.559 INFO kablam! | ----^^^ Oct 27 01:51:37.559 INFO kablam! | | Oct 27 01:51:37.559 INFO kablam! | help: remove this `mut` Oct 27 01:51:37.559 INFO kablam! Oct 27 01:51:37.566 INFO kablam! warning: method is never used: `squared_length` Oct 27 01:51:37.566 INFO kablam! --> src/main.rs:70:5 Oct 27 01:51:37.566 INFO kablam! | Oct 27 01:51:37.566 INFO kablam! 70 | fn squared_length(&self) -> f64 { Oct 27 01:51:37.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:51:37.566 INFO kablam! | Oct 27 01:51:37.566 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:51:37.566 INFO kablam! Oct 27 01:51:37.566 INFO kablam! warning: method is never used: `cross` Oct 27 01:51:37.566 INFO kablam! --> src/main.rs:78:5 Oct 27 01:51:37.566 INFO kablam! | Oct 27 01:51:37.567 INFO kablam! 78 | fn cross(&self, other: Coords) -> Coords { Oct 27 01:51:37.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:51:37.567 INFO kablam! Oct 27 01:51:37.567 INFO kablam! warning: method is never used: `unit_vector` Oct 27 01:51:37.567 INFO kablam! --> src/main.rs:86:5 Oct 27 01:51:37.567 INFO kablam! | Oct 27 01:51:37.567 INFO kablam! 86 | fn unit_vector(self, other: Coords) -> Coords { Oct 27 01:51:37.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:51:37.567 INFO kablam! Oct 27 01:51:37.607 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Oct 27 01:51:37.611 INFO kablam! su: No module specific data is present Oct 27 01:51:38.803 INFO running `"docker" "rm" "-f" "b62ec84ede16bb4e8b91fb5bdd7ea7a34a225a31e3d5b35e38a6c75c20c54229"` Oct 27 01:51:39.139 INFO blam! b62ec84ede16bb4e8b91fb5bdd7ea7a34a225a31e3d5b35e38a6c75c20c54229