Oct 15 11:41:16.561 INFO testing DaanMiddelkoop/RealisticCircles against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:41:16.561 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 11:41:19.159 INFO blam! b807a0855faa6378c56e4668babff6cb8f88b494a9598b6bf0d79c8d735c8761 Oct 15 11:41:19.161 INFO running `"docker" "start" "-a" "b807a0855faa6378c56e4668babff6cb8f88b494a9598b6bf0d79c8d735c8761"` Oct 15 11:41:21.066 INFO kablam! usermod: no changes Oct 15 11:41:21.264 INFO kablam! Compiling bmp v0.4.0 Oct 15 11:41:21.284 INFO kablam! Compiling crossbeam-channel v0.2.4 Oct 15 11:41:23.175 INFO kablam! Compiling threads_pool v0.1.7 Oct 15 11:41:24.977 INFO kablam! Compiling RealisticCircles v0.1.0 (/source) Oct 15 11:41:25.783 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:25.783 INFO kablam! --> src/vector.rs:34:12 Oct 15 11:41:25.783 INFO kablam! | Oct 15 11:41:25.783 INFO kablam! 34 | if (self.length < 0.0) { Oct 15 11:41:25.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:25.784 INFO kablam! | Oct 15 11:41:25.784 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:41:25.784 INFO kablam! Oct 15 11:41:25.784 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:25.784 INFO kablam! --> src/main.rs:107:8 Oct 15 11:41:25.784 INFO kablam! | Oct 15 11:41:25.784 INFO kablam! 107 | if (result.hit) { Oct 15 11:41:25.784 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:25.784 INFO kablam! Oct 15 11:41:25.784 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:25.784 INFO kablam! --> src/main.rs:130:12 Oct 15 11:41:25.784 INFO kablam! | Oct 15 11:41:25.784 INFO kablam! 130 | if (result.hit && result.distance < closest_dist) { Oct 15 11:41:25.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:25.784 INFO kablam! Oct 15 11:41:25.784 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:25.784 INFO kablam! --> src/main.rs:148:8 Oct 15 11:41:25.784 INFO kablam! | Oct 15 11:41:25.784 INFO kablam! 148 | if (b >= sphere.radius || angle > f32::consts::PI / 2.0) { Oct 15 11:41:25.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:25.784 INFO kablam! Oct 15 11:41:25.784 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:25.784 INFO kablam! --> src/main.rs:170:8 Oct 15 11:41:25.784 INFO kablam! | Oct 15 11:41:25.784 INFO kablam! 170 | if (bounces > 0) { Oct 15 11:41:25.784 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:25.784 INFO kablam! Oct 15 11:41:25.784 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:25.784 INFO kablam! --> src/main.rs:188:12 Oct 15 11:41:25.784 INFO kablam! | Oct 15 11:41:25.784 INFO kablam! 188 | if (new_result.hit && new_result.distance < new_direction.length()&& new_result.distance > 0.01) { Oct 15 11:41:25.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:25.784 INFO kablam! help: remove these parentheses Oct 15 11:41:25.784 INFO kablam! | Oct 15 11:41:25.784 INFO kablam! 188 | if new_result.hit && new_result.distance < new_direction.length() && Oct 15 11:41:25.784 INFO kablam! 189 | new_result.distance > 0.01 { Oct 15 11:41:25.784 INFO kablam! | Oct 15 11:41:25.784 INFO kablam! Oct 15 11:41:25.784 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:25.784 INFO kablam! --> src/main.rs:215:12 Oct 15 11:41:25.784 INFO kablam! | Oct 15 11:41:25.784 INFO kablam! 215 | if (new_result.hit) { Oct 15 11:41:25.784 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:25.784 INFO kablam! Oct 15 11:41:25.784 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 15 11:41:25.784 INFO kablam! --> src/main.rs:243:11 Oct 15 11:41:25.787 INFO kablam! | Oct 15 11:41:25.787 INFO kablam! 243 | while ((random.x * random.x) + (random.y * random.y) + (random.z * random.z) > 1.0) { Oct 15 11:41:25.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:25.787 INFO kablam! Oct 15 11:41:25.886 INFO kablam! warning: unused variable: `width` Oct 15 11:41:25.886 INFO kablam! --> src/main.rs:34:9 Oct 15 11:41:25.887 INFO kablam! | Oct 15 11:41:25.887 INFO kablam! 34 | let width = bitmap.get_width(); Oct 15 11:41:25.887 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 11:41:25.887 INFO kablam! | Oct 15 11:41:25.887 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:41:25.887 INFO kablam! Oct 15 11:41:25.887 INFO kablam! warning: unused variable: `worker_id` Oct 15 11:41:25.887 INFO kablam! --> src/main.rs:39:13 Oct 15 11:41:25.887 INFO kablam! | Oct 15 11:41:25.887 INFO kablam! 39 | let mut worker_id = pool.get_first_worker_id().unwrap() as u32; Oct 15 11:41:25.887 INFO kablam! | ^^^^^^^^^ help: consider using `_worker_id` instead Oct 15 11:41:25.887 INFO kablam! Oct 15 11:41:25.887 INFO kablam! warning: unused variable: `poollock` Oct 15 11:41:25.887 INFO kablam! --> src/main.rs:48:17 Oct 15 11:41:25.887 INFO kablam! | Oct 15 11:41:25.887 INFO kablam! 48 | let poollock = c.clone(); Oct 15 11:41:25.887 INFO kablam! | ^^^^^^^^ help: consider using `_poollock` instead Oct 15 11:41:25.888 INFO kablam! Oct 15 11:41:25.888 INFO kablam! warning: unused variable: `total_color` Oct 15 11:41:25.888 INFO kablam! --> src/main.rs:178:13 Oct 15 11:41:25.888 INFO kablam! | Oct 15 11:41:25.888 INFO kablam! 178 | let mut total_color = Vector::new(1.0, 1.0, 1.0); Oct 15 11:41:25.888 INFO kablam! | ^^^^^^^^^^^ help: consider using `_total_color` instead Oct 15 11:41:25.888 INFO kablam! Oct 15 11:41:25.888 INFO kablam! warning: unused variable: `hit_something` Oct 15 11:41:25.888 INFO kablam! --> src/main.rs:180:13 Oct 15 11:41:25.888 INFO kablam! | Oct 15 11:41:25.888 INFO kablam! 180 | let mut hit_something = false; Oct 15 11:41:25.888 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_hit_something` instead Oct 15 11:41:25.888 INFO kablam! Oct 15 11:41:25.892 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:25.892 INFO kablam! --> src/main.rs:24:9 Oct 15 11:41:25.892 INFO kablam! | Oct 15 11:41:25.892 INFO kablam! 24 | let mut bitmap = bmp::open("2000x2000.bmp").unwrap(); Oct 15 11:41:25.892 INFO kablam! | ----^^^^^^ Oct 15 11:41:25.892 INFO kablam! | | Oct 15 11:41:25.892 INFO kablam! | help: remove this `mut` Oct 15 11:41:25.892 INFO kablam! | Oct 15 11:41:25.892 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:41:25.892 INFO kablam! Oct 15 11:41:25.892 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:25.892 INFO kablam! --> src/main.rs:39:9 Oct 15 11:41:25.892 INFO kablam! | Oct 15 11:41:25.892 INFO kablam! 39 | let mut worker_id = pool.get_first_worker_id().unwrap() as u32; Oct 15 11:41:25.892 INFO kablam! | ----^^^^^^^^^ Oct 15 11:41:25.892 INFO kablam! | | Oct 15 11:41:25.892 INFO kablam! | help: remove this `mut` Oct 15 11:41:25.892 INFO kablam! Oct 15 11:41:25.893 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:25.893 INFO kablam! --> src/main.rs:106:9 Oct 15 11:41:25.893 INFO kablam! | Oct 15 11:41:25.893 INFO kablam! 106 | let mut result = trace_ray(position, trace_direction, world, 2); Oct 15 11:41:25.893 INFO kablam! | ----^^^^^^ Oct 15 11:41:25.893 INFO kablam! | | Oct 15 11:41:25.893 INFO kablam! | help: remove this `mut` Oct 15 11:41:25.893 INFO kablam! Oct 15 11:41:25.897 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:25.897 INFO kablam! --> src/main.rs:178:9 Oct 15 11:41:25.898 INFO kablam! | Oct 15 11:41:25.898 INFO kablam! 178 | let mut total_color = Vector::new(1.0, 1.0, 1.0); Oct 15 11:41:25.898 INFO kablam! | ----^^^^^^^^^^^ Oct 15 11:41:25.898 INFO kablam! | | Oct 15 11:41:25.898 INFO kablam! | help: remove this `mut` Oct 15 11:41:25.898 INFO kablam! Oct 15 11:41:25.898 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:25.898 INFO kablam! --> src/main.rs:180:9 Oct 15 11:41:25.898 INFO kablam! | Oct 15 11:41:25.898 INFO kablam! 180 | let mut hit_something = false; Oct 15 11:41:25.898 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 11:41:25.898 INFO kablam! | | Oct 15 11:41:25.898 INFO kablam! | help: remove this `mut` Oct 15 11:41:25.898 INFO kablam! Oct 15 11:41:25.898 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:25.898 INFO kablam! --> src/main.rs:268:9 Oct 15 11:41:25.898 INFO kablam! | Oct 15 11:41:25.898 INFO kablam! 268 | let mut result = direction.add(&term); Oct 15 11:41:25.898 INFO kablam! | ----^^^^^^ Oct 15 11:41:25.898 INFO kablam! | | Oct 15 11:41:25.898 INFO kablam! | help: remove this `mut` Oct 15 11:41:25.898 INFO kablam! Oct 15 11:41:25.902 INFO kablam! warning: crate `RealisticCircles` should have a snake case name such as `realistic_circles` Oct 15 11:41:25.903 INFO kablam! | Oct 15 11:41:25.903 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:41:25.903 INFO kablam! Oct 15 11:41:25.903 INFO kablam! warning: method `crossProduct` should have a snake case name such as `cross_product` Oct 15 11:41:25.903 INFO kablam! --> src/vector.rs:23:5 Oct 15 11:41:25.903 INFO kablam! | Oct 15 11:41:25.903 INFO kablam! 23 | / pub fn crossProduct(&self, other: &Vector) -> Vector { Oct 15 11:41:25.903 INFO kablam! 24 | | Vector { Oct 15 11:41:25.903 INFO kablam! 25 | | x: (self.y * other.z) - (other.y * self.z), Oct 15 11:41:25.903 INFO kablam! 26 | | y: (self.z * other.x) - (other.z * self.x), Oct 15 11:41:25.903 INFO kablam! ... | Oct 15 11:41:25.903 INFO kablam! 30 | | } Oct 15 11:41:25.903 INFO kablam! 31 | | } Oct 15 11:41:25.903 INFO kablam! | |_____^ Oct 15 11:41:25.903 INFO kablam! Oct 15 11:41:26.554 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.46s Oct 15 11:41:26.558 INFO kablam! su: No module specific data is present Oct 15 11:41:26.864 INFO running `"docker" "rm" "-f" "b807a0855faa6378c56e4668babff6cb8f88b494a9598b6bf0d79c8d735c8761"` Oct 15 11:41:26.949 INFO blam! b807a0855faa6378c56e4668babff6cb8f88b494a9598b6bf0d79c8d735c8761 Oct 15 11:41:26.951 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 11:41:27.152 INFO blam! 40a9fcf5aa0fcf3a3711eed4a7d71dbb4984bad68f0a2ac7ba5a20d280151e04 Oct 15 11:41:27.155 INFO running `"docker" "start" "-a" "40a9fcf5aa0fcf3a3711eed4a7d71dbb4984bad68f0a2ac7ba5a20d280151e04"` Oct 15 11:41:27.778 INFO kablam! usermod: no changes Oct 15 11:41:27.883 INFO kablam! Compiling RealisticCircles v0.1.0 (/source) Oct 15 11:41:28.966 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:28.966 INFO kablam! --> src/vector.rs:34:12 Oct 15 11:41:28.966 INFO kablam! | Oct 15 11:41:28.966 INFO kablam! 34 | if (self.length < 0.0) { Oct 15 11:41:28.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:28.966 INFO kablam! | Oct 15 11:41:28.966 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:41:28.966 INFO kablam! Oct 15 11:41:28.966 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:28.966 INFO kablam! --> src/main.rs:107:8 Oct 15 11:41:28.966 INFO kablam! | Oct 15 11:41:28.966 INFO kablam! 107 | if (result.hit) { Oct 15 11:41:28.966 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:28.966 INFO kablam! Oct 15 11:41:28.966 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:28.966 INFO kablam! --> src/main.rs:130:12 Oct 15 11:41:28.966 INFO kablam! | Oct 15 11:41:28.966 INFO kablam! 130 | if (result.hit && result.distance < closest_dist) { Oct 15 11:41:28.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:28.966 INFO kablam! Oct 15 11:41:28.966 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:28.966 INFO kablam! --> src/main.rs:148:8 Oct 15 11:41:28.966 INFO kablam! | Oct 15 11:41:28.966 INFO kablam! 148 | if (b >= sphere.radius || angle > f32::consts::PI / 2.0) { Oct 15 11:41:28.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:28.966 INFO kablam! Oct 15 11:41:28.966 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:28.967 INFO kablam! --> src/main.rs:170:8 Oct 15 11:41:28.967 INFO kablam! | Oct 15 11:41:28.967 INFO kablam! 170 | if (bounces > 0) { Oct 15 11:41:28.967 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:28.967 INFO kablam! Oct 15 11:41:28.967 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:28.967 INFO kablam! --> src/main.rs:188:12 Oct 15 11:41:28.967 INFO kablam! | Oct 15 11:41:28.967 INFO kablam! 188 | if (new_result.hit && new_result.distance < new_direction.length()&& new_result.distance > 0.01) { Oct 15 11:41:28.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:41:28.967 INFO kablam! help: remove these parentheses Oct 15 11:41:28.967 INFO kablam! | Oct 15 11:41:28.967 INFO kablam! 188 | if new_result.hit && new_result.distance < new_direction.length() && Oct 15 11:41:28.967 INFO kablam! 189 | new_result.distance > 0.01 { Oct 15 11:41:28.967 INFO kablam! | Oct 15 11:41:28.967 INFO kablam! Oct 15 11:41:28.967 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 11:41:28.967 INFO kablam! --> src/main.rs:215:12 Oct 15 11:41:28.967 INFO kablam! | Oct 15 11:41:28.967 INFO kablam! 215 | if (new_result.hit) { Oct 15 11:41:28.967 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:28.967 INFO kablam! Oct 15 11:41:28.967 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 15 11:41:28.967 INFO kablam! --> src/main.rs:243:11 Oct 15 11:41:28.967 INFO kablam! | Oct 15 11:41:28.967 INFO kablam! 243 | while ((random.x * random.x) + (random.y * random.y) + (random.z * random.z) > 1.0) { Oct 15 11:41:28.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:41:28.967 INFO kablam! Oct 15 11:41:29.059 INFO kablam! warning: unused variable: `width` Oct 15 11:41:29.059 INFO kablam! --> src/main.rs:34:9 Oct 15 11:41:29.059 INFO kablam! | Oct 15 11:41:29.059 INFO kablam! 34 | let width = bitmap.get_width(); Oct 15 11:41:29.059 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 11:41:29.059 INFO kablam! | Oct 15 11:41:29.059 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:41:29.059 INFO kablam! Oct 15 11:41:29.059 INFO kablam! warning: unused variable: `worker_id` Oct 15 11:41:29.059 INFO kablam! --> src/main.rs:39:13 Oct 15 11:41:29.059 INFO kablam! | Oct 15 11:41:29.059 INFO kablam! 39 | let mut worker_id = pool.get_first_worker_id().unwrap() as u32; Oct 15 11:41:29.060 INFO kablam! | ^^^^^^^^^ help: consider using `_worker_id` instead Oct 15 11:41:29.060 INFO kablam! Oct 15 11:41:29.060 INFO kablam! warning: unused variable: `poollock` Oct 15 11:41:29.060 INFO kablam! --> src/main.rs:48:17 Oct 15 11:41:29.060 INFO kablam! | Oct 15 11:41:29.060 INFO kablam! 48 | let poollock = c.clone(); Oct 15 11:41:29.060 INFO kablam! | ^^^^^^^^ help: consider using `_poollock` instead Oct 15 11:41:29.060 INFO kablam! Oct 15 11:41:29.060 INFO kablam! warning: unused variable: `total_color` Oct 15 11:41:29.060 INFO kablam! --> src/main.rs:178:13 Oct 15 11:41:29.060 INFO kablam! | Oct 15 11:41:29.060 INFO kablam! 178 | let mut total_color = Vector::new(1.0, 1.0, 1.0); Oct 15 11:41:29.060 INFO kablam! | ^^^^^^^^^^^ help: consider using `_total_color` instead Oct 15 11:41:29.060 INFO kablam! Oct 15 11:41:29.062 INFO kablam! warning: unused variable: `hit_something` Oct 15 11:41:29.062 INFO kablam! --> src/main.rs:180:13 Oct 15 11:41:29.062 INFO kablam! | Oct 15 11:41:29.062 INFO kablam! 180 | let mut hit_something = false; Oct 15 11:41:29.062 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_hit_something` instead Oct 15 11:41:29.062 INFO kablam! Oct 15 11:41:29.066 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:29.067 INFO kablam! --> src/main.rs:24:9 Oct 15 11:41:29.067 INFO kablam! | Oct 15 11:41:29.067 INFO kablam! 24 | let mut bitmap = bmp::open("2000x2000.bmp").unwrap(); Oct 15 11:41:29.067 INFO kablam! | ----^^^^^^ Oct 15 11:41:29.067 INFO kablam! | | Oct 15 11:41:29.067 INFO kablam! | help: remove this `mut` Oct 15 11:41:29.067 INFO kablam! | Oct 15 11:41:29.067 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:41:29.067 INFO kablam! Oct 15 11:41:29.067 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:29.067 INFO kablam! --> src/main.rs:39:9 Oct 15 11:41:29.067 INFO kablam! | Oct 15 11:41:29.067 INFO kablam! 39 | let mut worker_id = pool.get_first_worker_id().unwrap() as u32; Oct 15 11:41:29.067 INFO kablam! | ----^^^^^^^^^ Oct 15 11:41:29.067 INFO kablam! | | Oct 15 11:41:29.067 INFO kablam! | help: remove this `mut` Oct 15 11:41:29.067 INFO kablam! Oct 15 11:41:29.071 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:29.071 INFO kablam! --> src/main.rs:106:9 Oct 15 11:41:29.071 INFO kablam! | Oct 15 11:41:29.071 INFO kablam! 106 | let mut result = trace_ray(position, trace_direction, world, 2); Oct 15 11:41:29.071 INFO kablam! | ----^^^^^^ Oct 15 11:41:29.071 INFO kablam! | | Oct 15 11:41:29.071 INFO kablam! | help: remove this `mut` Oct 15 11:41:29.071 INFO kablam! Oct 15 11:41:29.075 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:29.075 INFO kablam! --> src/main.rs:178:9 Oct 15 11:41:29.075 INFO kablam! | Oct 15 11:41:29.075 INFO kablam! 178 | let mut total_color = Vector::new(1.0, 1.0, 1.0); Oct 15 11:41:29.075 INFO kablam! | ----^^^^^^^^^^^ Oct 15 11:41:29.075 INFO kablam! | | Oct 15 11:41:29.075 INFO kablam! | help: remove this `mut` Oct 15 11:41:29.075 INFO kablam! Oct 15 11:41:29.075 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:29.075 INFO kablam! --> src/main.rs:180:9 Oct 15 11:41:29.075 INFO kablam! | Oct 15 11:41:29.075 INFO kablam! 180 | let mut hit_something = false; Oct 15 11:41:29.075 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 11:41:29.075 INFO kablam! | | Oct 15 11:41:29.075 INFO kablam! | help: remove this `mut` Oct 15 11:41:29.075 INFO kablam! Oct 15 11:41:29.075 INFO kablam! warning: variable does not need to be mutable Oct 15 11:41:29.075 INFO kablam! --> src/main.rs:268:9 Oct 15 11:41:29.075 INFO kablam! | Oct 15 11:41:29.075 INFO kablam! 268 | let mut result = direction.add(&term); Oct 15 11:41:29.075 INFO kablam! | ----^^^^^^ Oct 15 11:41:29.075 INFO kablam! | | Oct 15 11:41:29.075 INFO kablam! | help: remove this `mut` Oct 15 11:41:29.075 INFO kablam! Oct 15 11:41:29.077 INFO kablam! warning: crate `RealisticCircles` should have a snake case name such as `realistic_circles` Oct 15 11:41:29.077 INFO kablam! | Oct 15 11:41:29.077 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:41:29.077 INFO kablam! Oct 15 11:41:29.077 INFO kablam! warning: method `crossProduct` should have a snake case name such as `cross_product` Oct 15 11:41:29.077 INFO kablam! --> src/vector.rs:23:5 Oct 15 11:41:29.077 INFO kablam! | Oct 15 11:41:29.077 INFO kablam! 23 | / pub fn crossProduct(&self, other: &Vector) -> Vector { Oct 15 11:41:29.077 INFO kablam! 24 | | Vector { Oct 15 11:41:29.077 INFO kablam! 25 | | x: (self.y * other.z) - (other.y * self.z), Oct 15 11:41:29.077 INFO kablam! 26 | | y: (self.z * other.x) - (other.z * self.x), Oct 15 11:41:29.077 INFO kablam! ... | Oct 15 11:41:29.077 INFO kablam! 30 | | } Oct 15 11:41:29.077 INFO kablam! 31 | | } Oct 15 11:41:29.077 INFO kablam! | |_____^ Oct 15 11:41:29.077 INFO kablam! Oct 15 11:41:29.595 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.79s Oct 15 11:41:29.600 INFO kablam! su: No module specific data is present Oct 15 11:41:30.171 INFO running `"docker" "rm" "-f" "40a9fcf5aa0fcf3a3711eed4a7d71dbb4984bad68f0a2ac7ba5a20d280151e04"` Oct 15 11:41:30.515 INFO blam! 40a9fcf5aa0fcf3a3711eed4a7d71dbb4984bad68f0a2ac7ba5a20d280151e04 Oct 15 11:41:30.527 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 11:41:31.111 INFO blam! ee9bbc2b6ef082718336e0909c07aa2d4ba8fce79268b862ba7e83452db5ecfb Oct 15 11:41:31.123 INFO running `"docker" "start" "-a" "ee9bbc2b6ef082718336e0909c07aa2d4ba8fce79268b862ba7e83452db5ecfb"` Oct 15 11:41:32.155 INFO kablam! usermod: no changes Oct 15 11:41:32.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 15 11:41:32.342 INFO kablam! Running /target/debug/deps/RealisticCircles-820b9ee39be4fde7 Oct 15 11:41:32.351 INFO kablam! su: No module specific data is present Oct 15 11:41:32.351 INFO blam! Oct 15 11:41:32.351 INFO blam! running 0 tests Oct 15 11:41:32.351 INFO blam! Oct 15 11:41:32.351 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:41:32.351 INFO blam! Oct 15 11:41:33.099 INFO running `"docker" "rm" "-f" "ee9bbc2b6ef082718336e0909c07aa2d4ba8fce79268b862ba7e83452db5ecfb"` Oct 15 11:41:33.372 INFO blam! ee9bbc2b6ef082718336e0909c07aa2d4ba8fce79268b862ba7e83452db5ecfb