Oct 11 07:09:42.447 INFO testing DaanMiddelkoop/RealisticCircles against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:09:42.447 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:09:42.447 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:09:45.308 INFO blam! 6eb0f66585c33988dfb6fee9fa363d16c6f2f7b86bd90f15b50bcc13cb5236ae Oct 11 07:09:45.310 INFO running `"docker" "start" "-a" "6eb0f66585c33988dfb6fee9fa363d16c6f2f7b86bd90f15b50bcc13cb5236ae"` Oct 11 07:09:45.678 INFO kablam! usermod: no changes Oct 11 07:09:45.765 INFO kablam! Compiling bmp v0.4.0 Oct 11 07:09:45.770 INFO kablam! Compiling crossbeam-channel v0.2.4 Oct 11 07:09:48.248 INFO kablam! Compiling threads_pool v0.1.7 Oct 11 07:09:51.234 INFO kablam! Compiling RealisticCircles v0.1.0 (/source) Oct 11 07:09:53.220 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:53.220 INFO kablam! --> src/vector.rs:34:12 Oct 11 07:09:53.220 INFO kablam! | Oct 11 07:09:53.220 INFO kablam! 34 | if (self.length < 0.0) { Oct 11 07:09:53.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:53.220 INFO kablam! | Oct 11 07:09:53.221 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:09:53.221 INFO kablam! Oct 11 07:09:53.221 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:53.221 INFO kablam! --> src/main.rs:107:8 Oct 11 07:09:53.221 INFO kablam! | Oct 11 07:09:53.221 INFO kablam! 107 | if (result.hit) { Oct 11 07:09:53.221 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:53.221 INFO kablam! Oct 11 07:09:53.221 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:53.221 INFO kablam! --> src/main.rs:130:12 Oct 11 07:09:53.221 INFO kablam! | Oct 11 07:09:53.221 INFO kablam! 130 | if (result.hit && result.distance < closest_dist) { Oct 11 07:09:53.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:53.221 INFO kablam! Oct 11 07:09:53.221 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:53.221 INFO kablam! --> src/main.rs:148:8 Oct 11 07:09:53.221 INFO kablam! | Oct 11 07:09:53.221 INFO kablam! 148 | if (b >= sphere.radius || angle > f32::consts::PI / 2.0) { Oct 11 07:09:53.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:53.221 INFO kablam! Oct 11 07:09:53.221 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:53.221 INFO kablam! --> src/main.rs:170:8 Oct 11 07:09:53.221 INFO kablam! | Oct 11 07:09:53.221 INFO kablam! 170 | if (bounces > 0) { Oct 11 07:09:53.221 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:53.221 INFO kablam! Oct 11 07:09:53.221 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:53.221 INFO kablam! --> src/main.rs:188:12 Oct 11 07:09:53.221 INFO kablam! | Oct 11 07:09:53.221 INFO kablam! 188 | if (new_result.hit && new_result.distance < new_direction.length()&& new_result.distance > 0.01) { Oct 11 07:09:53.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:53.221 INFO kablam! help: remove these parentheses Oct 11 07:09:53.221 INFO kablam! | Oct 11 07:09:53.221 INFO kablam! 188 | if new_result.hit && new_result.distance < new_direction.length() && Oct 11 07:09:53.221 INFO kablam! 189 | new_result.distance > 0.01 { Oct 11 07:09:53.221 INFO kablam! | Oct 11 07:09:53.221 INFO kablam! Oct 11 07:09:53.221 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:53.221 INFO kablam! --> src/main.rs:215:12 Oct 11 07:09:53.221 INFO kablam! | Oct 11 07:09:53.221 INFO kablam! 215 | if (new_result.hit) { Oct 11 07:09:53.221 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:53.221 INFO kablam! Oct 11 07:09:53.221 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 11 07:09:53.221 INFO kablam! --> src/main.rs:243:11 Oct 11 07:09:53.221 INFO kablam! | Oct 11 07:09:53.221 INFO kablam! 243 | while ((random.x * random.x) + (random.y * random.y) + (random.z * random.z) > 1.0) { Oct 11 07:09:53.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:53.221 INFO kablam! Oct 11 07:09:53.324 INFO kablam! warning: unused variable: `width` Oct 11 07:09:53.324 INFO kablam! --> src/main.rs:34:9 Oct 11 07:09:53.324 INFO kablam! | Oct 11 07:09:53.324 INFO kablam! 34 | let width = bitmap.get_width(); Oct 11 07:09:53.324 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 11 07:09:53.324 INFO kablam! | Oct 11 07:09:53.324 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:09:53.324 INFO kablam! Oct 11 07:09:53.324 INFO kablam! warning: unused variable: `worker_id` Oct 11 07:09:53.324 INFO kablam! --> src/main.rs:39:13 Oct 11 07:09:53.324 INFO kablam! | Oct 11 07:09:53.324 INFO kablam! 39 | let mut worker_id = pool.get_first_worker_id().unwrap() as u32; Oct 11 07:09:53.324 INFO kablam! | ^^^^^^^^^ help: consider using `_worker_id` instead Oct 11 07:09:53.324 INFO kablam! Oct 11 07:09:53.325 INFO kablam! warning: unused variable: `poollock` Oct 11 07:09:53.325 INFO kablam! --> src/main.rs:48:17 Oct 11 07:09:53.325 INFO kablam! | Oct 11 07:09:53.325 INFO kablam! 48 | let poollock = c.clone(); Oct 11 07:09:53.325 INFO kablam! | ^^^^^^^^ help: consider using `_poollock` instead Oct 11 07:09:53.325 INFO kablam! Oct 11 07:09:53.325 INFO kablam! warning: unused variable: `total_color` Oct 11 07:09:53.325 INFO kablam! --> src/main.rs:178:13 Oct 11 07:09:53.325 INFO kablam! | Oct 11 07:09:53.325 INFO kablam! 178 | let mut total_color = Vector::new(1.0, 1.0, 1.0); Oct 11 07:09:53.325 INFO kablam! | ^^^^^^^^^^^ help: consider using `_total_color` instead Oct 11 07:09:53.325 INFO kablam! Oct 11 07:09:53.325 INFO kablam! warning: unused variable: `hit_something` Oct 11 07:09:53.325 INFO kablam! --> src/main.rs:180:13 Oct 11 07:09:53.325 INFO kablam! | Oct 11 07:09:53.325 INFO kablam! 180 | let mut hit_something = false; Oct 11 07:09:53.325 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_hit_something` instead Oct 11 07:09:53.325 INFO kablam! Oct 11 07:09:53.335 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:53.335 INFO kablam! --> src/main.rs:24:9 Oct 11 07:09:53.337 INFO kablam! | Oct 11 07:09:53.337 INFO kablam! 24 | let mut bitmap = bmp::open("2000x2000.bmp").unwrap(); Oct 11 07:09:53.337 INFO kablam! | ----^^^^^^ Oct 11 07:09:53.337 INFO kablam! | | Oct 11 07:09:53.337 INFO kablam! | help: remove this `mut` Oct 11 07:09:53.337 INFO kablam! | Oct 11 07:09:53.337 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:09:53.337 INFO kablam! Oct 11 07:09:53.337 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:53.337 INFO kablam! --> src/main.rs:39:9 Oct 11 07:09:53.337 INFO kablam! | Oct 11 07:09:53.337 INFO kablam! 39 | let mut worker_id = pool.get_first_worker_id().unwrap() as u32; Oct 11 07:09:53.337 INFO kablam! | ----^^^^^^^^^ Oct 11 07:09:53.337 INFO kablam! | | Oct 11 07:09:53.337 INFO kablam! | help: remove this `mut` Oct 11 07:09:53.337 INFO kablam! Oct 11 07:09:53.337 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:53.337 INFO kablam! --> src/main.rs:106:9 Oct 11 07:09:53.337 INFO kablam! | Oct 11 07:09:53.337 INFO kablam! 106 | let mut result = trace_ray(position, trace_direction, world, 2); Oct 11 07:09:53.337 INFO kablam! | ----^^^^^^ Oct 11 07:09:53.337 INFO kablam! | | Oct 11 07:09:53.337 INFO kablam! | help: remove this `mut` Oct 11 07:09:53.337 INFO kablam! Oct 11 07:09:53.341 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:53.341 INFO kablam! --> src/main.rs:178:9 Oct 11 07:09:53.341 INFO kablam! | Oct 11 07:09:53.341 INFO kablam! 178 | let mut total_color = Vector::new(1.0, 1.0, 1.0); Oct 11 07:09:53.341 INFO kablam! | ----^^^^^^^^^^^ Oct 11 07:09:53.342 INFO kablam! | | Oct 11 07:09:53.342 INFO kablam! | help: remove this `mut` Oct 11 07:09:53.342 INFO kablam! Oct 11 07:09:53.342 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:53.342 INFO kablam! --> src/main.rs:180:9 Oct 11 07:09:53.342 INFO kablam! | Oct 11 07:09:53.342 INFO kablam! 180 | let mut hit_something = false; Oct 11 07:09:53.342 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 07:09:53.342 INFO kablam! | | Oct 11 07:09:53.342 INFO kablam! | help: remove this `mut` Oct 11 07:09:53.342 INFO kablam! Oct 11 07:09:53.343 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:53.343 INFO kablam! --> src/main.rs:268:9 Oct 11 07:09:53.343 INFO kablam! | Oct 11 07:09:53.343 INFO kablam! 268 | let mut result = direction.add(&term); Oct 11 07:09:53.343 INFO kablam! | ----^^^^^^ Oct 11 07:09:53.343 INFO kablam! | | Oct 11 07:09:53.343 INFO kablam! | help: remove this `mut` Oct 11 07:09:53.343 INFO kablam! Oct 11 07:09:53.346 INFO kablam! warning: crate `RealisticCircles` should have a snake case name such as `realistic_circles` Oct 11 07:09:53.347 INFO kablam! | Oct 11 07:09:53.347 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:09:53.347 INFO kablam! Oct 11 07:09:53.347 INFO kablam! warning: method `crossProduct` should have a snake case name such as `cross_product` Oct 11 07:09:53.347 INFO kablam! --> src/vector.rs:23:5 Oct 11 07:09:53.347 INFO kablam! | Oct 11 07:09:53.347 INFO kablam! 23 | / pub fn crossProduct(&self, other: &Vector) -> Vector { Oct 11 07:09:53.347 INFO kablam! 24 | | Vector { Oct 11 07:09:53.347 INFO kablam! 25 | | x: (self.y * other.z) - (other.y * self.z), Oct 11 07:09:53.347 INFO kablam! 26 | | y: (self.z * other.x) - (other.z * self.x), Oct 11 07:09:53.347 INFO kablam! ... | Oct 11 07:09:53.347 INFO kablam! 30 | | } Oct 11 07:09:53.347 INFO kablam! 31 | | } Oct 11 07:09:53.347 INFO kablam! | |_____^ Oct 11 07:09:53.347 INFO kablam! Oct 11 07:09:54.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.88s Oct 11 07:09:54.581 INFO kablam! su: No module specific data is present Oct 11 07:09:55.248 INFO running `"docker" "rm" "-f" "6eb0f66585c33988dfb6fee9fa363d16c6f2f7b86bd90f15b50bcc13cb5236ae"` Oct 11 07:09:55.592 INFO blam! 6eb0f66585c33988dfb6fee9fa363d16c6f2f7b86bd90f15b50bcc13cb5236ae Oct 11 07:09:55.593 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:09:55.593 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:09:56.077 INFO blam! aa6e2c6c3ddb4ba37ab226434180c43c84d7a7cb291a9370c04156a41ae37bf7 Oct 11 07:09:56.078 INFO running `"docker" "start" "-a" "aa6e2c6c3ddb4ba37ab226434180c43c84d7a7cb291a9370c04156a41ae37bf7"` Oct 11 07:09:57.452 INFO kablam! usermod: no changes Oct 11 07:09:57.516 INFO kablam! Compiling RealisticCircles v0.1.0 (/source) Oct 11 07:09:59.712 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:59.712 INFO kablam! --> src/vector.rs:34:12 Oct 11 07:09:59.712 INFO kablam! | Oct 11 07:09:59.712 INFO kablam! 34 | if (self.length < 0.0) { Oct 11 07:09:59.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:59.712 INFO kablam! | Oct 11 07:09:59.712 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:09:59.712 INFO kablam! Oct 11 07:09:59.712 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:59.712 INFO kablam! --> src/main.rs:107:8 Oct 11 07:09:59.712 INFO kablam! | Oct 11 07:09:59.712 INFO kablam! 107 | if (result.hit) { Oct 11 07:09:59.712 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:59.712 INFO kablam! Oct 11 07:09:59.712 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:59.713 INFO kablam! --> src/main.rs:130:12 Oct 11 07:09:59.713 INFO kablam! | Oct 11 07:09:59.713 INFO kablam! 130 | if (result.hit && result.distance < closest_dist) { Oct 11 07:09:59.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:59.713 INFO kablam! Oct 11 07:09:59.713 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:59.713 INFO kablam! --> src/main.rs:148:8 Oct 11 07:09:59.713 INFO kablam! | Oct 11 07:09:59.713 INFO kablam! 148 | if (b >= sphere.radius || angle > f32::consts::PI / 2.0) { Oct 11 07:09:59.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:59.713 INFO kablam! Oct 11 07:09:59.713 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:59.713 INFO kablam! --> src/main.rs:170:8 Oct 11 07:09:59.713 INFO kablam! | Oct 11 07:09:59.713 INFO kablam! 170 | if (bounces > 0) { Oct 11 07:09:59.713 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:59.713 INFO kablam! Oct 11 07:09:59.713 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:59.713 INFO kablam! --> src/main.rs:188:12 Oct 11 07:09:59.713 INFO kablam! | Oct 11 07:09:59.713 INFO kablam! 188 | if (new_result.hit && new_result.distance < new_direction.length()&& new_result.distance > 0.01) { Oct 11 07:09:59.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:59.713 INFO kablam! help: remove these parentheses Oct 11 07:09:59.714 INFO kablam! | Oct 11 07:09:59.714 INFO kablam! 188 | if new_result.hit && new_result.distance < new_direction.length() && Oct 11 07:09:59.714 INFO kablam! 189 | new_result.distance > 0.01 { Oct 11 07:09:59.714 INFO kablam! | Oct 11 07:09:59.714 INFO kablam! Oct 11 07:09:59.714 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:09:59.714 INFO kablam! --> src/main.rs:215:12 Oct 11 07:09:59.714 INFO kablam! | Oct 11 07:09:59.714 INFO kablam! 215 | if (new_result.hit) { Oct 11 07:09:59.714 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:59.714 INFO kablam! Oct 11 07:09:59.714 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 11 07:09:59.714 INFO kablam! --> src/main.rs:243:11 Oct 11 07:09:59.714 INFO kablam! | Oct 11 07:09:59.714 INFO kablam! 243 | while ((random.x * random.x) + (random.y * random.y) + (random.z * random.z) > 1.0) { Oct 11 07:09:59.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:09:59.714 INFO kablam! Oct 11 07:09:59.809 INFO kablam! warning: unused variable: `width` Oct 11 07:09:59.810 INFO kablam! --> src/main.rs:34:9 Oct 11 07:09:59.810 INFO kablam! | Oct 11 07:09:59.810 INFO kablam! 34 | let width = bitmap.get_width(); Oct 11 07:09:59.810 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 11 07:09:59.810 INFO kablam! | Oct 11 07:09:59.812 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:09:59.812 INFO kablam! Oct 11 07:09:59.812 INFO kablam! warning: unused variable: `worker_id` Oct 11 07:09:59.812 INFO kablam! --> src/main.rs:39:13 Oct 11 07:09:59.812 INFO kablam! | Oct 11 07:09:59.812 INFO kablam! 39 | let mut worker_id = pool.get_first_worker_id().unwrap() as u32; Oct 11 07:09:59.812 INFO kablam! | ^^^^^^^^^ help: consider using `_worker_id` instead Oct 11 07:09:59.812 INFO kablam! Oct 11 07:09:59.812 INFO kablam! warning: unused variable: `poollock` Oct 11 07:09:59.812 INFO kablam! --> src/main.rs:48:17 Oct 11 07:09:59.812 INFO kablam! | Oct 11 07:09:59.812 INFO kablam! 48 | let poollock = c.clone(); Oct 11 07:09:59.812 INFO kablam! | ^^^^^^^^ help: consider using `_poollock` instead Oct 11 07:09:59.812 INFO kablam! Oct 11 07:09:59.812 INFO kablam! warning: unused variable: `total_color` Oct 11 07:09:59.812 INFO kablam! --> src/main.rs:178:13 Oct 11 07:09:59.812 INFO kablam! | Oct 11 07:09:59.812 INFO kablam! 178 | let mut total_color = Vector::new(1.0, 1.0, 1.0); Oct 11 07:09:59.812 INFO kablam! | ^^^^^^^^^^^ help: consider using `_total_color` instead Oct 11 07:09:59.812 INFO kablam! Oct 11 07:09:59.812 INFO kablam! warning: unused variable: `hit_something` Oct 11 07:09:59.812 INFO kablam! --> src/main.rs:180:13 Oct 11 07:09:59.813 INFO kablam! | Oct 11 07:09:59.813 INFO kablam! 180 | let mut hit_something = false; Oct 11 07:09:59.813 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_hit_something` instead Oct 11 07:09:59.813 INFO kablam! Oct 11 07:09:59.820 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:59.820 INFO kablam! --> src/main.rs:24:9 Oct 11 07:09:59.820 INFO kablam! | Oct 11 07:09:59.820 INFO kablam! 24 | let mut bitmap = bmp::open("2000x2000.bmp").unwrap(); Oct 11 07:09:59.820 INFO kablam! | ----^^^^^^ Oct 11 07:09:59.820 INFO kablam! | | Oct 11 07:09:59.820 INFO kablam! | help: remove this `mut` Oct 11 07:09:59.820 INFO kablam! | Oct 11 07:09:59.820 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:09:59.820 INFO kablam! Oct 11 07:09:59.820 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:59.820 INFO kablam! --> src/main.rs:39:9 Oct 11 07:09:59.820 INFO kablam! | Oct 11 07:09:59.820 INFO kablam! 39 | let mut worker_id = pool.get_first_worker_id().unwrap() as u32; Oct 11 07:09:59.820 INFO kablam! | ----^^^^^^^^^ Oct 11 07:09:59.820 INFO kablam! | | Oct 11 07:09:59.820 INFO kablam! | help: remove this `mut` Oct 11 07:09:59.820 INFO kablam! Oct 11 07:09:59.820 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:59.820 INFO kablam! --> src/main.rs:106:9 Oct 11 07:09:59.820 INFO kablam! | Oct 11 07:09:59.821 INFO kablam! 106 | let mut result = trace_ray(position, trace_direction, world, 2); Oct 11 07:09:59.821 INFO kablam! | ----^^^^^^ Oct 11 07:09:59.821 INFO kablam! | | Oct 11 07:09:59.821 INFO kablam! | help: remove this `mut` Oct 11 07:09:59.821 INFO kablam! Oct 11 07:09:59.828 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:59.828 INFO kablam! --> src/main.rs:178:9 Oct 11 07:09:59.828 INFO kablam! | Oct 11 07:09:59.828 INFO kablam! 178 | let mut total_color = Vector::new(1.0, 1.0, 1.0); Oct 11 07:09:59.828 INFO kablam! | ----^^^^^^^^^^^ Oct 11 07:09:59.828 INFO kablam! | | Oct 11 07:09:59.828 INFO kablam! | help: remove this `mut` Oct 11 07:09:59.828 INFO kablam! Oct 11 07:09:59.828 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:59.828 INFO kablam! --> src/main.rs:180:9 Oct 11 07:09:59.828 INFO kablam! | Oct 11 07:09:59.828 INFO kablam! 180 | let mut hit_something = false; Oct 11 07:09:59.828 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 07:09:59.828 INFO kablam! | | Oct 11 07:09:59.828 INFO kablam! | help: remove this `mut` Oct 11 07:09:59.828 INFO kablam! Oct 11 07:09:59.828 INFO kablam! warning: variable does not need to be mutable Oct 11 07:09:59.828 INFO kablam! --> src/main.rs:268:9 Oct 11 07:09:59.828 INFO kablam! | Oct 11 07:09:59.828 INFO kablam! 268 | let mut result = direction.add(&term); Oct 11 07:09:59.829 INFO kablam! | ----^^^^^^ Oct 11 07:09:59.829 INFO kablam! | | Oct 11 07:09:59.829 INFO kablam! | help: remove this `mut` Oct 11 07:09:59.829 INFO kablam! Oct 11 07:09:59.836 INFO kablam! warning: crate `RealisticCircles` should have a snake case name such as `realistic_circles` Oct 11 07:09:59.836 INFO kablam! | Oct 11 07:09:59.836 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:09:59.836 INFO kablam! Oct 11 07:09:59.844 INFO kablam! warning: method `crossProduct` should have a snake case name such as `cross_product` Oct 11 07:09:59.844 INFO kablam! --> src/vector.rs:23:5 Oct 11 07:09:59.844 INFO kablam! | Oct 11 07:09:59.844 INFO kablam! 23 | / pub fn crossProduct(&self, other: &Vector) -> Vector { Oct 11 07:09:59.844 INFO kablam! 24 | | Vector { Oct 11 07:09:59.844 INFO kablam! 25 | | x: (self.y * other.z) - (other.y * self.z), Oct 11 07:09:59.845 INFO kablam! 26 | | y: (self.z * other.x) - (other.z * self.x), Oct 11 07:09:59.845 INFO kablam! ... | Oct 11 07:09:59.845 INFO kablam! 30 | | } Oct 11 07:09:59.845 INFO kablam! 31 | | } Oct 11 07:09:59.845 INFO kablam! | |_____^ Oct 11 07:09:59.845 INFO kablam! Oct 11 07:10:00.376 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.89s Oct 11 07:10:00.376 INFO kablam! su: No module specific data is present Oct 11 07:10:00.993 INFO running `"docker" "rm" "-f" "aa6e2c6c3ddb4ba37ab226434180c43c84d7a7cb291a9370c04156a41ae37bf7"` Oct 11 07:10:01.261 INFO blam! aa6e2c6c3ddb4ba37ab226434180c43c84d7a7cb291a9370c04156a41ae37bf7 Oct 11 07:10:01.262 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:10:01.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:10:01.760 INFO blam! 6945ba24cc948cc1492cf0d31d45686692ee3f68d597dc5713bfbf552c4baca8 Oct 11 07:10:01.768 INFO running `"docker" "start" "-a" "6945ba24cc948cc1492cf0d31d45686692ee3f68d597dc5713bfbf552c4baca8"` Oct 11 07:10:02.240 INFO kablam! usermod: no changes Oct 11 07:10:02.290 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 07:10:02.296 INFO kablam! Running /target/debug/deps/RealisticCircles-8203357926fb03d8 Oct 11 07:10:02.297 INFO blam! Oct 11 07:10:02.297 INFO blam! running 0 tests Oct 11 07:10:02.297 INFO blam! Oct 11 07:10:02.297 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:10:02.297 INFO blam! Oct 11 07:10:02.298 INFO kablam! su: No module specific data is present Oct 11 07:10:02.586 INFO running `"docker" "rm" "-f" "6945ba24cc948cc1492cf0d31d45686692ee3f68d597dc5713bfbf552c4baca8"` Oct 11 07:10:02.704 INFO blam! 6945ba24cc948cc1492cf0d31d45686692ee3f68d597dc5713bfbf552c4baca8