Oct 13 05:08:23.269 INFO checking DaanMiddelkoop/RealisticCircles against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 05:08:23.269 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 05:08:25.197 INFO blam! 1c058120c5d74226763fc5eb86b0011f953e3d4578063a8465b806289ce24bf4 Oct 13 05:08:25.198 INFO running `"docker" "start" "-a" "1c058120c5d74226763fc5eb86b0011f953e3d4578063a8465b806289ce24bf4"` Oct 13 05:08:25.522 INFO kablam! usermod: no changes Oct 13 05:08:25.626 INFO kablam! Checking bmp v0.4.0 Oct 13 05:08:25.628 INFO kablam! Checking crossbeam-channel v0.2.4 Oct 13 05:08:27.079 INFO kablam! Checking threads_pool v0.1.7 Oct 13 05:08:28.560 INFO kablam! Checking RealisticCircles v0.1.0 (/source) Oct 13 05:08:30.464 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.465 INFO kablam! --> src/vector.rs:34:12 Oct 13 05:08:30.465 INFO kablam! | Oct 13 05:08:30.465 INFO kablam! 34 | if (self.length < 0.0) { Oct 13 05:08:30.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.465 INFO kablam! | Oct 13 05:08:30.465 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:08:30.466 INFO kablam! Oct 13 05:08:30.467 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.468 INFO kablam! --> src/main.rs:107:8 Oct 13 05:08:30.468 INFO kablam! | Oct 13 05:08:30.468 INFO kablam! 107 | if (result.hit) { Oct 13 05:08:30.468 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.468 INFO kablam! Oct 13 05:08:30.468 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.468 INFO kablam! --> src/main.rs:130:12 Oct 13 05:08:30.468 INFO kablam! | Oct 13 05:08:30.468 INFO kablam! 130 | if (result.hit && result.distance < closest_dist) { Oct 13 05:08:30.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.468 INFO kablam! Oct 13 05:08:30.468 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.468 INFO kablam! --> src/main.rs:148:8 Oct 13 05:08:30.468 INFO kablam! | Oct 13 05:08:30.468 INFO kablam! 148 | if (b >= sphere.radius || angle > f32::consts::PI / 2.0) { Oct 13 05:08:30.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.468 INFO kablam! Oct 13 05:08:30.468 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.468 INFO kablam! --> src/main.rs:170:8 Oct 13 05:08:30.468 INFO kablam! | Oct 13 05:08:30.468 INFO kablam! 170 | if (bounces > 0) { Oct 13 05:08:30.468 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.468 INFO kablam! Oct 13 05:08:30.468 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.468 INFO kablam! --> src/main.rs:188:12 Oct 13 05:08:30.472 INFO kablam! | Oct 13 05:08:30.472 INFO kablam! 188 | if (new_result.hit && new_result.distance < new_direction.length()&& new_result.distance > 0.01) { Oct 13 05:08:30.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:30.472 INFO kablam! help: remove these parentheses Oct 13 05:08:30.472 INFO kablam! | Oct 13 05:08:30.472 INFO kablam! 188 | if new_result.hit && new_result.distance < new_direction.length() && Oct 13 05:08:30.472 INFO kablam! 189 | new_result.distance > 0.01 { Oct 13 05:08:30.472 INFO kablam! | Oct 13 05:08:30.472 INFO kablam! Oct 13 05:08:30.472 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.472 INFO kablam! --> src/main.rs:215:12 Oct 13 05:08:30.472 INFO kablam! | Oct 13 05:08:30.472 INFO kablam! 215 | if (new_result.hit) { Oct 13 05:08:30.472 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.472 INFO kablam! Oct 13 05:08:30.472 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 13 05:08:30.472 INFO kablam! --> src/main.rs:243:11 Oct 13 05:08:30.472 INFO kablam! | Oct 13 05:08:30.472 INFO kablam! 243 | while ((random.x * random.x) + (random.y * random.y) + (random.z * random.z) > 1.0) { Oct 13 05:08:30.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.472 INFO kablam! Oct 13 05:08:30.688 INFO kablam! warning: unused variable: `width` Oct 13 05:08:30.688 INFO kablam! --> src/main.rs:34:9 Oct 13 05:08:30.688 INFO kablam! | Oct 13 05:08:30.688 INFO kablam! 34 | let width = bitmap.get_width(); Oct 13 05:08:30.688 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 13 05:08:30.688 INFO kablam! | Oct 13 05:08:30.688 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:08:30.688 INFO kablam! Oct 13 05:08:30.689 INFO kablam! warning: unused variable: `worker_id` Oct 13 05:08:30.689 INFO kablam! --> src/main.rs:39:13 Oct 13 05:08:30.689 INFO kablam! | Oct 13 05:08:30.689 INFO kablam! 39 | let mut worker_id = pool.get_first_worker_id().unwrap() as u32; Oct 13 05:08:30.689 INFO kablam! | ^^^^^^^^^ help: consider using `_worker_id` instead Oct 13 05:08:30.689 INFO kablam! Oct 13 05:08:30.689 INFO kablam! warning: unused variable: `poollock` Oct 13 05:08:30.689 INFO kablam! --> src/main.rs:48:17 Oct 13 05:08:30.689 INFO kablam! | Oct 13 05:08:30.689 INFO kablam! 48 | let poollock = c.clone(); Oct 13 05:08:30.689 INFO kablam! | ^^^^^^^^ help: consider using `_poollock` instead Oct 13 05:08:30.689 INFO kablam! Oct 13 05:08:30.689 INFO kablam! warning: unused variable: `total_color` Oct 13 05:08:30.689 INFO kablam! --> src/main.rs:178:13 Oct 13 05:08:30.689 INFO kablam! | Oct 13 05:08:30.689 INFO kablam! 178 | let mut total_color = Vector::new(1.0, 1.0, 1.0); Oct 13 05:08:30.689 INFO kablam! | ^^^^^^^^^^^ help: consider using `_total_color` instead Oct 13 05:08:30.689 INFO kablam! Oct 13 05:08:30.689 INFO kablam! warning: unused variable: `hit_something` Oct 13 05:08:30.689 INFO kablam! --> src/main.rs:180:13 Oct 13 05:08:30.689 INFO kablam! | Oct 13 05:08:30.689 INFO kablam! 180 | let mut hit_something = false; Oct 13 05:08:30.689 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_hit_something` instead Oct 13 05:08:30.689 INFO kablam! Oct 13 05:08:30.711 INFO kablam! warning: variable does not need to be mutable Oct 13 05:08:30.711 INFO kablam! --> src/main.rs:24:9 Oct 13 05:08:30.711 INFO kablam! | Oct 13 05:08:30.711 INFO kablam! 24 | let mut bitmap = bmp::open("2000x2000.bmp").unwrap(); Oct 13 05:08:30.711 INFO kablam! | ----^^^^^^ Oct 13 05:08:30.711 INFO kablam! | | Oct 13 05:08:30.711 INFO kablam! | help: remove this `mut` Oct 13 05:08:30.711 INFO kablam! | Oct 13 05:08:30.711 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:08:30.711 INFO kablam! Oct 13 05:08:30.711 INFO kablam! warning: variable does not need to be mutable Oct 13 05:08:30.711 INFO kablam! --> src/main.rs:39:9 Oct 13 05:08:30.711 INFO kablam! | Oct 13 05:08:30.711 INFO kablam! 39 | let mut worker_id = pool.get_first_worker_id().unwrap() as u32; Oct 13 05:08:30.711 INFO kablam! | ----^^^^^^^^^ Oct 13 05:08:30.711 INFO kablam! | | Oct 13 05:08:30.711 INFO kablam! | help: remove this `mut` Oct 13 05:08:30.711 INFO kablam! Oct 13 05:08:30.711 INFO kablam! warning: variable does not need to be mutable Oct 13 05:08:30.711 INFO kablam! --> src/main.rs:106:9 Oct 13 05:08:30.711 INFO kablam! | Oct 13 05:08:30.711 INFO kablam! 106 | let mut result = trace_ray(position, trace_direction, world, 2); Oct 13 05:08:30.711 INFO kablam! | ----^^^^^^ Oct 13 05:08:30.711 INFO kablam! | | Oct 13 05:08:30.711 INFO kablam! | help: remove this `mut` Oct 13 05:08:30.711 INFO kablam! Oct 13 05:08:30.740 INFO kablam! warning: variable does not need to be mutable Oct 13 05:08:30.740 INFO kablam! --> src/main.rs:178:9 Oct 13 05:08:30.741 INFO kablam! | Oct 13 05:08:30.741 INFO kablam! 178 | let mut total_color = Vector::new(1.0, 1.0, 1.0); Oct 13 05:08:30.741 INFO kablam! | ----^^^^^^^^^^^ Oct 13 05:08:30.741 INFO kablam! | | Oct 13 05:08:30.741 INFO kablam! | help: remove this `mut` Oct 13 05:08:30.741 INFO kablam! Oct 13 05:08:30.741 INFO kablam! warning: variable does not need to be mutable Oct 13 05:08:30.741 INFO kablam! --> src/main.rs:180:9 Oct 13 05:08:30.741 INFO kablam! | Oct 13 05:08:30.741 INFO kablam! 180 | let mut hit_something = false; Oct 13 05:08:30.741 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 05:08:30.741 INFO kablam! | | Oct 13 05:08:30.741 INFO kablam! | help: remove this `mut` Oct 13 05:08:30.741 INFO kablam! Oct 13 05:08:30.741 INFO kablam! warning: variable does not need to be mutable Oct 13 05:08:30.741 INFO kablam! --> src/main.rs:268:9 Oct 13 05:08:30.741 INFO kablam! | Oct 13 05:08:30.741 INFO kablam! 268 | let mut result = direction.add(&term); Oct 13 05:08:30.741 INFO kablam! | ----^^^^^^ Oct 13 05:08:30.741 INFO kablam! | | Oct 13 05:08:30.741 INFO kablam! | help: remove this `mut` Oct 13 05:08:30.741 INFO kablam! Oct 13 05:08:30.742 INFO kablam! warning: crate `RealisticCircles` should have a snake case name such as `realistic_circles` Oct 13 05:08:30.742 INFO kablam! | Oct 13 05:08:30.742 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:08:30.742 INFO kablam! Oct 13 05:08:30.748 INFO kablam! warning: method `crossProduct` should have a snake case name such as `cross_product` Oct 13 05:08:30.748 INFO kablam! --> src/vector.rs:23:5 Oct 13 05:08:30.748 INFO kablam! | Oct 13 05:08:30.748 INFO kablam! 23 | / pub fn crossProduct(&self, other: &Vector) -> Vector { Oct 13 05:08:30.748 INFO kablam! 24 | | Vector { Oct 13 05:08:30.748 INFO kablam! 25 | | x: (self.y * other.z) - (other.y * self.z), Oct 13 05:08:30.748 INFO kablam! 26 | | y: (self.z * other.x) - (other.z * self.x), Oct 13 05:08:30.748 INFO kablam! ... | Oct 13 05:08:30.748 INFO kablam! 30 | | } Oct 13 05:08:30.748 INFO kablam! 31 | | } Oct 13 05:08:30.748 INFO kablam! | |_____^ Oct 13 05:08:30.748 INFO kablam! Oct 13 05:08:30.968 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.969 INFO kablam! --> src/vector.rs:34:12 Oct 13 05:08:30.969 INFO kablam! | Oct 13 05:08:30.969 INFO kablam! 34 | if (self.length < 0.0) { Oct 13 05:08:30.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.969 INFO kablam! | Oct 13 05:08:30.969 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:08:30.969 INFO kablam! Oct 13 05:08:30.969 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.969 INFO kablam! --> src/main.rs:107:8 Oct 13 05:08:30.969 INFO kablam! | Oct 13 05:08:30.969 INFO kablam! 107 | if (result.hit) { Oct 13 05:08:30.969 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.969 INFO kablam! Oct 13 05:08:30.969 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.969 INFO kablam! --> src/main.rs:130:12 Oct 13 05:08:30.969 INFO kablam! | Oct 13 05:08:30.969 INFO kablam! 130 | if (result.hit && result.distance < closest_dist) { Oct 13 05:08:30.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.969 INFO kablam! Oct 13 05:08:30.969 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.969 INFO kablam! --> src/main.rs:148:8 Oct 13 05:08:30.969 INFO kablam! | Oct 13 05:08:30.969 INFO kablam! 148 | if (b >= sphere.radius || angle > f32::consts::PI / 2.0) { Oct 13 05:08:30.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.969 INFO kablam! Oct 13 05:08:30.969 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.969 INFO kablam! --> src/main.rs:170:8 Oct 13 05:08:30.969 INFO kablam! | Oct 13 05:08:30.969 INFO kablam! 170 | if (bounces > 0) { Oct 13 05:08:30.969 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.969 INFO kablam! Oct 13 05:08:30.969 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.969 INFO kablam! --> src/main.rs:188:12 Oct 13 05:08:30.969 INFO kablam! | Oct 13 05:08:30.969 INFO kablam! 188 | if (new_result.hit && new_result.distance < new_direction.length()&& new_result.distance > 0.01) { Oct 13 05:08:30.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:08:30.969 INFO kablam! help: remove these parentheses Oct 13 05:08:30.969 INFO kablam! | Oct 13 05:08:30.969 INFO kablam! 188 | if new_result.hit && new_result.distance < new_direction.length() && Oct 13 05:08:30.969 INFO kablam! 189 | new_result.distance > 0.01 { Oct 13 05:08:30.969 INFO kablam! | Oct 13 05:08:30.969 INFO kablam! Oct 13 05:08:30.969 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 05:08:30.969 INFO kablam! --> src/main.rs:215:12 Oct 13 05:08:30.969 INFO kablam! | Oct 13 05:08:30.969 INFO kablam! 215 | if (new_result.hit) { Oct 13 05:08:30.969 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.969 INFO kablam! Oct 13 05:08:30.969 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 13 05:08:30.969 INFO kablam! --> src/main.rs:243:11 Oct 13 05:08:30.969 INFO kablam! | Oct 13 05:08:30.969 INFO kablam! 243 | while ((random.x * random.x) + (random.y * random.y) + (random.z * random.z) > 1.0) { Oct 13 05:08:30.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:08:30.969 INFO kablam! Oct 13 05:08:31.080 INFO kablam! warning: unused variable: `width` Oct 13 05:08:31.080 INFO kablam! --> src/main.rs:34:9 Oct 13 05:08:31.080 INFO kablam! | Oct 13 05:08:31.080 INFO kablam! 34 | let width = bitmap.get_width(); Oct 13 05:08:31.080 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 13 05:08:31.080 INFO kablam! | Oct 13 05:08:31.080 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:08:31.080 INFO kablam! Oct 13 05:08:31.080 INFO kablam! warning: unused variable: `worker_id` Oct 13 05:08:31.080 INFO kablam! --> src/main.rs:39:13 Oct 13 05:08:31.080 INFO kablam! | Oct 13 05:08:31.080 INFO kablam! 39 | let mut worker_id = pool.get_first_worker_id().unwrap() as u32; Oct 13 05:08:31.080 INFO kablam! | ^^^^^^^^^ help: consider using `_worker_id` instead Oct 13 05:08:31.080 INFO kablam! Oct 13 05:08:31.080 INFO kablam! warning: unused variable: `poollock` Oct 13 05:08:31.080 INFO kablam! --> src/main.rs:48:17 Oct 13 05:08:31.080 INFO kablam! | Oct 13 05:08:31.080 INFO kablam! 48 | let poollock = c.clone(); Oct 13 05:08:31.081 INFO kablam! | ^^^^^^^^ help: consider using `_poollock` instead Oct 13 05:08:31.081 INFO kablam! Oct 13 05:08:31.081 INFO kablam! warning: unused variable: `total_color` Oct 13 05:08:31.081 INFO kablam! --> src/main.rs:178:13 Oct 13 05:08:31.081 INFO kablam! | Oct 13 05:08:31.081 INFO kablam! 178 | let mut total_color = Vector::new(1.0, 1.0, 1.0); Oct 13 05:08:31.081 INFO kablam! | ^^^^^^^^^^^ help: consider using `_total_color` instead Oct 13 05:08:31.081 INFO kablam! Oct 13 05:08:31.081 INFO kablam! warning: unused variable: `hit_something` Oct 13 05:08:31.081 INFO kablam! --> src/main.rs:180:13 Oct 13 05:08:31.081 INFO kablam! | Oct 13 05:08:31.081 INFO kablam! 180 | let mut hit_something = false; Oct 13 05:08:31.081 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_hit_something` instead Oct 13 05:08:31.081 INFO kablam! Oct 13 05:08:31.081 INFO kablam! warning: variable does not need to be mutable Oct 13 05:08:31.081 INFO kablam! --> src/main.rs:24:9 Oct 13 05:08:31.081 INFO kablam! | Oct 13 05:08:31.081 INFO kablam! 24 | let mut bitmap = bmp::open("2000x2000.bmp").unwrap(); Oct 13 05:08:31.081 INFO kablam! | ----^^^^^^ Oct 13 05:08:31.081 INFO kablam! | | Oct 13 05:08:31.081 INFO kablam! | help: remove this `mut` Oct 13 05:08:31.081 INFO kablam! | Oct 13 05:08:31.081 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:08:31.081 INFO kablam! Oct 13 05:08:31.081 INFO kablam! warning: variable does not need to be mutable Oct 13 05:08:31.081 INFO kablam! --> src/main.rs:39:9 Oct 13 05:08:31.081 INFO kablam! | Oct 13 05:08:31.081 INFO kablam! 39 | let mut worker_id = pool.get_first_worker_id().unwrap() as u32; Oct 13 05:08:31.081 INFO kablam! | ----^^^^^^^^^ Oct 13 05:08:31.081 INFO kablam! | | Oct 13 05:08:31.081 INFO kablam! | help: remove this `mut` Oct 13 05:08:31.081 INFO kablam! Oct 13 05:08:31.081 INFO kablam! warning: variable does not need to be mutable Oct 13 05:08:31.081 INFO kablam! --> src/main.rs:106:9 Oct 13 05:08:31.081 INFO kablam! | Oct 13 05:08:31.081 INFO kablam! 106 | let mut result = trace_ray(position, trace_direction, world, 2); Oct 13 05:08:31.081 INFO kablam! | ----^^^^^^ Oct 13 05:08:31.081 INFO kablam! | | Oct 13 05:08:31.081 INFO kablam! | help: remove this `mut` Oct 13 05:08:31.081 INFO kablam! Oct 13 05:08:31.092 INFO kablam! warning: variable does not need to be mutable Oct 13 05:08:31.092 INFO kablam! --> src/main.rs:178:9 Oct 13 05:08:31.092 INFO kablam! | Oct 13 05:08:31.092 INFO kablam! 178 | let mut total_color = Vector::new(1.0, 1.0, 1.0); Oct 13 05:08:31.092 INFO kablam! | ----^^^^^^^^^^^ Oct 13 05:08:31.092 INFO kablam! | | Oct 13 05:08:31.092 INFO kablam! | help: remove this `mut` Oct 13 05:08:31.092 INFO kablam! Oct 13 05:08:31.092 INFO kablam! warning: variable does not need to be mutable Oct 13 05:08:31.092 INFO kablam! --> src/main.rs:180:9 Oct 13 05:08:31.092 INFO kablam! | Oct 13 05:08:31.092 INFO kablam! 180 | let mut hit_something = false; Oct 13 05:08:31.092 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 05:08:31.092 INFO kablam! | | Oct 13 05:08:31.092 INFO kablam! | help: remove this `mut` Oct 13 05:08:31.092 INFO kablam! Oct 13 05:08:31.092 INFO kablam! warning: variable does not need to be mutable Oct 13 05:08:31.092 INFO kablam! --> src/main.rs:268:9 Oct 13 05:08:31.092 INFO kablam! | Oct 13 05:08:31.092 INFO kablam! 268 | let mut result = direction.add(&term); Oct 13 05:08:31.092 INFO kablam! | ----^^^^^^ Oct 13 05:08:31.092 INFO kablam! | | Oct 13 05:08:31.092 INFO kablam! | help: remove this `mut` Oct 13 05:08:31.092 INFO kablam! Oct 13 05:08:31.093 INFO kablam! warning: crate `RealisticCircles` should have a snake case name such as `realistic_circles` Oct 13 05:08:31.093 INFO kablam! | Oct 13 05:08:31.093 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:08:31.093 INFO kablam! Oct 13 05:08:31.093 INFO kablam! warning: method `crossProduct` should have a snake case name such as `cross_product` Oct 13 05:08:31.093 INFO kablam! --> src/vector.rs:23:5 Oct 13 05:08:31.093 INFO kablam! | Oct 13 05:08:31.093 INFO kablam! 23 | / pub fn crossProduct(&self, other: &Vector) -> Vector { Oct 13 05:08:31.093 INFO kablam! 24 | | Vector { Oct 13 05:08:31.093 INFO kablam! 25 | | x: (self.y * other.z) - (other.y * self.z), Oct 13 05:08:31.093 INFO kablam! 26 | | y: (self.z * other.x) - (other.z * self.x), Oct 13 05:08:31.093 INFO kablam! ... | Oct 13 05:08:31.093 INFO kablam! 30 | | } Oct 13 05:08:31.093 INFO kablam! 31 | | } Oct 13 05:08:31.093 INFO kablam! | |_____^ Oct 13 05:08:31.093 INFO kablam! Oct 13 05:08:31.124 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.58s Oct 13 05:08:31.132 INFO kablam! su: No module specific data is present Oct 13 05:08:32.165 INFO running `"docker" "rm" "-f" "1c058120c5d74226763fc5eb86b0011f953e3d4578063a8465b806289ce24bf4"` Oct 13 05:08:32.452 INFO blam! 1c058120c5d74226763fc5eb86b0011f953e3d4578063a8465b806289ce24bf4