Oct 27 04:19:40.204 INFO checking ggrochow/pnm-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:19:40.204 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 04:19:40.765 INFO blam! 9b6e4baa8245869eb39a07446fc275daf9134f711a483b53523242f22417ee6a Oct 27 04:19:40.775 INFO running `"docker" "start" "-a" "9b6e4baa8245869eb39a07446fc275daf9134f711a483b53523242f22417ee6a"` Oct 27 04:19:41.807 INFO kablam! usermod: no changes Oct 27 04:19:41.858 INFO kablam! Checking pnm-scale v0.1.0 (/source) Oct 27 04:19:42.709 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 27 04:19:42.710 INFO kablam! --> src/pbm.rs:131:5 Oct 27 04:19:42.710 INFO kablam! | Oct 27 04:19:42.710 INFO kablam! 131 | / pub fn draw_triangle(&mut self, triangle: &Triangle) { Oct 27 04:19:42.710 INFO kablam! 132 | | let top = triangle.get_top_walls(); Oct 27 04:19:42.710 INFO kablam! 133 | | let bottom = triangle.get_bottom_walls(); Oct 27 04:19:42.710 INFO kablam! 134 | | Oct 27 04:19:42.710 INFO kablam! 135 | | self.fill_horizontal_space_between_walls(&top.0, &top.1, &triangle); Oct 27 04:19:42.710 INFO kablam! 136 | | self.fill_horizontal_space_between_walls(&bottom.0, &bottom.1, &triangle); Oct 27 04:19:42.710 INFO kablam! 137 | | } Oct 27 04:19:42.710 INFO kablam! | |_____^ Oct 27 04:19:42.710 INFO kablam! | Oct 27 04:19:42.710 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 04:19:42.710 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 04:19:42.710 INFO kablam! = note: for more information, see issue #34537 Oct 27 04:19:42.710 INFO kablam! Oct 27 04:19:42.710 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 27 04:19:42.710 INFO kablam! --> src/pbm.rs:182:5 Oct 27 04:19:42.710 INFO kablam! | Oct 27 04:19:42.710 INFO kablam! 182 | / pub fn fill_horizontal_space_between_walls(&mut self, wall1: &Wall, wall2: &Wall, triangle: &Triangle) { Oct 27 04:19:42.710 INFO kablam! 183 | | let mut start_y = wall1.greatest_min_y(wall2); Oct 27 04:19:42.710 INFO kablam! 184 | | let mut end_y = wall1.lowest_max_y(wall2); Oct 27 04:19:42.710 INFO kablam! 185 | | Oct 27 04:19:42.710 INFO kablam! ... | Oct 27 04:19:42.710 INFO kablam! 218 | | // don't include end-peices, check those to === 0.5, if so then do some edge checking Oct 27 04:19:42.710 INFO kablam! 219 | | } Oct 27 04:19:42.710 INFO kablam! | |_____^ Oct 27 04:19:42.710 INFO kablam! | Oct 27 04:19:42.710 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 04:19:42.710 INFO kablam! = note: for more information, see issue #34537 Oct 27 04:19:42.710 INFO kablam! Oct 27 04:19:42.718 INFO kablam! warning: value assigned to `temp` is never read Oct 27 04:19:42.718 INFO kablam! --> src/pbm.rs:85:21 Oct 27 04:19:42.718 INFO kablam! | Oct 27 04:19:42.718 INFO kablam! 85 | let mut temp = 0; Oct 27 04:19:42.718 INFO kablam! | ^^^^ Oct 27 04:19:42.718 INFO kablam! | Oct 27 04:19:42.718 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 04:19:42.718 INFO kablam! Oct 27 04:19:42.718 INFO kablam! warning: value assigned to `temp` is never read Oct 27 04:19:42.718 INFO kablam! --> src/pbm.rs:96:21 Oct 27 04:19:42.718 INFO kablam! | Oct 27 04:19:42.718 INFO kablam! 96 | let mut temp = 0; Oct 27 04:19:42.718 INFO kablam! | ^^^^ Oct 27 04:19:42.718 INFO kablam! Oct 27 04:19:42.718 INFO kablam! warning: unused variable: `x_pixel` Oct 27 04:19:42.718 INFO kablam! --> src/pbm.rs:142:13 Oct 27 04:19:42.718 INFO kablam! | Oct 27 04:19:42.718 INFO kablam! 142 | let x_pixel = x_base as i32; Oct 27 04:19:42.718 INFO kablam! | ^^^^^^^ help: consider using `_x_pixel` instead Oct 27 04:19:42.718 INFO kablam! | Oct 27 04:19:42.718 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:19:42.718 INFO kablam! Oct 27 04:19:42.718 INFO kablam! warning: unused variable: `y_pixel` Oct 27 04:19:42.718 INFO kablam! --> src/pbm.rs:143:13 Oct 27 04:19:42.718 INFO kablam! | Oct 27 04:19:42.718 INFO kablam! 143 | let y_pixel = y_base as i32; Oct 27 04:19:42.718 INFO kablam! | ^^^^^^^ help: consider using `_y_pixel` instead Oct 27 04:19:42.718 INFO kablam! Oct 27 04:19:42.751 INFO kablam! warning: variable does not need to be mutable Oct 27 04:19:42.751 INFO kablam! --> src/pbm.rs:140:13 Oct 27 04:19:42.751 INFO kablam! | Oct 27 04:19:42.751 INFO kablam! 140 | let mut x_base = x.floor(); Oct 27 04:19:42.751 INFO kablam! | ----^^^^^^ Oct 27 04:19:42.751 INFO kablam! | | Oct 27 04:19:42.751 INFO kablam! | help: remove this `mut` Oct 27 04:19:42.751 INFO kablam! | Oct 27 04:19:42.751 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:19:42.751 INFO kablam! Oct 27 04:19:42.751 INFO kablam! warning: variable does not need to be mutable Oct 27 04:19:42.751 INFO kablam! --> src/pbm.rs:141:13 Oct 27 04:19:42.751 INFO kablam! | Oct 27 04:19:42.751 INFO kablam! 141 | let mut y_base = y.floor(); Oct 27 04:19:42.751 INFO kablam! | ----^^^^^^ Oct 27 04:19:42.751 INFO kablam! | | Oct 27 04:19:42.751 INFO kablam! | help: remove this `mut` Oct 27 04:19:42.751 INFO kablam! Oct 27 04:19:42.751 INFO kablam! warning: variable does not need to be mutable Oct 27 04:19:42.751 INFO kablam! --> src/pbm.rs:184:13 Oct 27 04:19:42.751 INFO kablam! | Oct 27 04:19:42.751 INFO kablam! 184 | let mut end_y = wall1.lowest_max_y(wall2); Oct 27 04:19:42.751 INFO kablam! | ----^^^^^ Oct 27 04:19:42.751 INFO kablam! | | Oct 27 04:19:42.751 INFO kablam! | help: remove this `mut` Oct 27 04:19:42.751 INFO kablam! Oct 27 04:19:42.794 INFO kablam! warning: variable does not need to be mutable Oct 27 04:19:42.794 INFO kablam! --> src/wall.rs:114:13 Oct 27 04:19:42.794 INFO kablam! | Oct 27 04:19:42.794 INFO kablam! 114 | let mut p0: Vec2; Oct 27 04:19:42.794 INFO kablam! | ----^^ Oct 27 04:19:42.795 INFO kablam! | | Oct 27 04:19:42.795 INFO kablam! | help: remove this `mut` Oct 27 04:19:42.795 INFO kablam! Oct 27 04:19:42.795 INFO kablam! warning: variable does not need to be mutable Oct 27 04:19:42.795 INFO kablam! --> src/wall.rs:115:13 Oct 27 04:19:42.795 INFO kablam! | Oct 27 04:19:42.795 INFO kablam! 115 | let mut p1: Vec2; Oct 27 04:19:42.795 INFO kablam! | ----^^ Oct 27 04:19:42.795 INFO kablam! | | Oct 27 04:19:42.795 INFO kablam! | help: remove this `mut` Oct 27 04:19:42.795 INFO kablam! Oct 27 04:19:42.795 INFO kablam! warning: method is never used: `new_blank_pbm` Oct 27 04:19:42.795 INFO kablam! --> src/pbm.rs:17:5 Oct 27 04:19:42.795 INFO kablam! | Oct 27 04:19:42.795 INFO kablam! 17 | pub fn new_blank_pbm(height: i32, width: i32) -> PBM { Oct 27 04:19:42.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.795 INFO kablam! | Oct 27 04:19:42.795 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:19:42.795 INFO kablam! Oct 27 04:19:42.795 INFO kablam! warning: method is never used: `fill_bottom_half` Oct 27 04:19:42.795 INFO kablam! --> src/pbm.rs:61:5 Oct 27 04:19:42.795 INFO kablam! | Oct 27 04:19:42.795 INFO kablam! 61 | pub fn fill_bottom_half(&mut self, fill_pixel: Pixel) { Oct 27 04:19:42.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.795 INFO kablam! Oct 27 04:19:42.795 INFO kablam! warning: method is never used: `draw_wall` Oct 27 04:19:42.795 INFO kablam! --> src/pbm.rs:67:5 Oct 27 04:19:42.795 INFO kablam! | Oct 27 04:19:42.795 INFO kablam! 67 | pub fn draw_wall(&mut self, height: i32, x: i32, fill_pixel: Pixel) { Oct 27 04:19:42.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.795 INFO kablam! Oct 27 04:19:42.800 INFO kablam! warning: method is never used: `draw_line` Oct 27 04:19:42.800 INFO kablam! --> src/pbm.rs:76:5 Oct 27 04:19:42.800 INFO kablam! | Oct 27 04:19:42.800 INFO kablam! 76 | pub fn draw_line(&mut self, x_start: i32, y_start: i32, x_end: i32, y_end: i32) { Oct 27 04:19:42.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.800 INFO kablam! Oct 27 04:19:42.800 INFO kablam! warning: method is never used: `get_pixel` Oct 27 04:19:42.800 INFO kablam! --> src/pbm.rs:221:5 Oct 27 04:19:42.800 INFO kablam! | Oct 27 04:19:42.800 INFO kablam! 221 | pub fn get_pixel(&self, x: i32, y: i32) -> Pixel { Oct 27 04:19:42.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.800 INFO kablam! Oct 27 04:19:42.800 INFO kablam! warning: method is never used: `set_pixel_no_offset` Oct 27 04:19:42.800 INFO kablam! --> src/pbm.rs:242:5 Oct 27 04:19:42.800 INFO kablam! | Oct 27 04:19:42.800 INFO kablam! 242 | pub fn set_pixel_no_offset(&mut self, x: i32, y: i32, pixel: &Pixel) { Oct 27 04:19:42.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.800 INFO kablam! Oct 27 04:19:42.800 INFO kablam! warning: method is never used: `scale_up` Oct 27 04:19:42.800 INFO kablam! --> src/pbm.rs:254:5 Oct 27 04:19:42.800 INFO kablam! | Oct 27 04:19:42.800 INFO kablam! 254 | pub fn scale_up(&mut self, scale: i32) { Oct 27 04:19:42.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.800 INFO kablam! Oct 27 04:19:42.800 INFO kablam! warning: method is never used: `convert_to` Oct 27 04:19:42.800 INFO kablam! --> src/pbm.rs:283:5 Oct 27 04:19:42.800 INFO kablam! | Oct 27 04:19:42.800 INFO kablam! 283 | pub fn convert_to(&mut self, magic_number: &str) { Oct 27 04:19:42.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.800 INFO kablam! Oct 27 04:19:42.800 INFO kablam! warning: method is never used: `plus` Oct 27 04:19:42.800 INFO kablam! --> src/vec3.rs:11:5 Oct 27 04:19:42.800 INFO kablam! | Oct 27 04:19:42.800 INFO kablam! 11 | pub fn plus(&self, other: &Vec3) -> Self { Oct 27 04:19:42.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.800 INFO kablam! Oct 27 04:19:42.800 INFO kablam! warning: method is never used: `minus` Oct 27 04:19:42.800 INFO kablam! --> src/vec3.rs:19:5 Oct 27 04:19:42.800 INFO kablam! | Oct 27 04:19:42.800 INFO kablam! 19 | pub fn minus(&self, other: &Vec3) -> Self { Oct 27 04:19:42.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.801 INFO kablam! Oct 27 04:19:42.801 INFO kablam! warning: method is never used: `multiply` Oct 27 04:19:42.801 INFO kablam! --> src/vec3.rs:27:5 Oct 27 04:19:42.801 INFO kablam! | Oct 27 04:19:42.801 INFO kablam! 27 | pub fn multiply(&self, multiplier: f64) -> Self { Oct 27 04:19:42.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.801 INFO kablam! Oct 27 04:19:42.801 INFO kablam! warning: method is never used: `max_x` Oct 27 04:19:42.801 INFO kablam! --> src/wall.rs:17:5 Oct 27 04:19:42.801 INFO kablam! | Oct 27 04:19:42.801 INFO kablam! 17 | pub fn max_x(&self) -> f64 { Oct 27 04:19:42.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.801 INFO kablam! Oct 27 04:19:42.801 INFO kablam! warning: method is never used: `min_x` Oct 27 04:19:42.801 INFO kablam! --> src/wall.rs:25:5 Oct 27 04:19:42.801 INFO kablam! | Oct 27 04:19:42.801 INFO kablam! 25 | pub fn min_x(&self) -> f64 { Oct 27 04:19:42.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.801 INFO kablam! Oct 27 04:19:42.801 INFO kablam! warning: method is never used: `lowest_max_x` Oct 27 04:19:42.801 INFO kablam! --> src/wall.rs:33:5 Oct 27 04:19:42.801 INFO kablam! | Oct 27 04:19:42.801 INFO kablam! 33 | pub fn lowest_max_x(&self, other: &Wall) -> f64 { Oct 27 04:19:42.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.801 INFO kablam! Oct 27 04:19:42.801 INFO kablam! warning: method is never used: `greatest_max_x` Oct 27 04:19:42.801 INFO kablam! --> src/wall.rs:41:5 Oct 27 04:19:42.801 INFO kablam! | Oct 27 04:19:42.801 INFO kablam! 41 | pub fn greatest_max_x(&self, other: &Wall) -> f64 { Oct 27 04:19:42.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.801 INFO kablam! Oct 27 04:19:42.801 INFO kablam! warning: method is never used: `lowest_min_x` Oct 27 04:19:42.801 INFO kablam! --> src/wall.rs:49:5 Oct 27 04:19:42.801 INFO kablam! | Oct 27 04:19:42.801 INFO kablam! 49 | pub fn lowest_min_x(&self, other: &Wall) -> f64 { Oct 27 04:19:42.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.801 INFO kablam! Oct 27 04:19:42.803 INFO kablam! warning: method is never used: `greatest_min_x` Oct 27 04:19:42.803 INFO kablam! --> src/wall.rs:57:5 Oct 27 04:19:42.803 INFO kablam! | Oct 27 04:19:42.803 INFO kablam! 57 | pub fn greatest_min_x(&self, other: &Wall) -> f64 { Oct 27 04:19:42.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.803 INFO kablam! Oct 27 04:19:42.803 INFO kablam! warning: method is never used: `greatest_max_y` Oct 27 04:19:42.803 INFO kablam! --> src/wall.rs:89:5 Oct 27 04:19:42.803 INFO kablam! | Oct 27 04:19:42.803 INFO kablam! 89 | pub fn greatest_max_y(&self, other: &Wall) -> f64 { Oct 27 04:19:42.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.803 INFO kablam! Oct 27 04:19:42.803 INFO kablam! warning: method is never used: `lowest_min_y` Oct 27 04:19:42.803 INFO kablam! --> src/wall.rs:97:5 Oct 27 04:19:42.803 INFO kablam! | Oct 27 04:19:42.803 INFO kablam! 97 | pub fn lowest_min_y(&self, other: &Wall) -> f64 { Oct 27 04:19:42.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:42.803 INFO kablam! Oct 27 04:19:42.805 INFO kablam! warning: variable `triangleJson` should have a snake case name such as `triangle_json` Oct 27 04:19:42.805 INFO kablam! --> src/main.rs:86:13 Oct 27 04:19:42.805 INFO kablam! | Oct 27 04:19:42.805 INFO kablam! 86 | for triangleJson in json.triangles { Oct 27 04:19:42.805 INFO kablam! | ^^^^^^^^^^^^ Oct 27 04:19:42.805 INFO kablam! | Oct 27 04:19:42.805 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 04:19:42.805 INFO kablam! Oct 27 04:19:42.915 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 27 04:19:42.915 INFO kablam! --> src/pbm.rs:131:5 Oct 27 04:19:42.915 INFO kablam! | Oct 27 04:19:42.915 INFO kablam! 131 | / pub fn draw_triangle(&mut self, triangle: &Triangle) { Oct 27 04:19:42.915 INFO kablam! 132 | | let top = triangle.get_top_walls(); Oct 27 04:19:42.915 INFO kablam! 133 | | let bottom = triangle.get_bottom_walls(); Oct 27 04:19:42.915 INFO kablam! 134 | | Oct 27 04:19:42.915 INFO kablam! 135 | | self.fill_horizontal_space_between_walls(&top.0, &top.1, &triangle); Oct 27 04:19:42.915 INFO kablam! 136 | | self.fill_horizontal_space_between_walls(&bottom.0, &bottom.1, &triangle); Oct 27 04:19:42.915 INFO kablam! 137 | | } Oct 27 04:19:42.915 INFO kablam! | |_____^ Oct 27 04:19:42.915 INFO kablam! | Oct 27 04:19:42.915 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 04:19:42.915 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 04:19:42.915 INFO kablam! = note: for more information, see issue #34537 Oct 27 04:19:42.915 INFO kablam! Oct 27 04:19:42.915 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 27 04:19:42.915 INFO kablam! --> src/pbm.rs:182:5 Oct 27 04:19:42.915 INFO kablam! | Oct 27 04:19:42.915 INFO kablam! 182 | / pub fn fill_horizontal_space_between_walls(&mut self, wall1: &Wall, wall2: &Wall, triangle: &Triangle) { Oct 27 04:19:42.915 INFO kablam! 183 | | let mut start_y = wall1.greatest_min_y(wall2); Oct 27 04:19:42.915 INFO kablam! 184 | | let mut end_y = wall1.lowest_max_y(wall2); Oct 27 04:19:42.915 INFO kablam! 185 | | Oct 27 04:19:42.915 INFO kablam! ... | Oct 27 04:19:42.915 INFO kablam! 218 | | // don't include end-peices, check those to === 0.5, if so then do some edge checking Oct 27 04:19:42.915 INFO kablam! 219 | | } Oct 27 04:19:42.915 INFO kablam! | |_____^ Oct 27 04:19:42.915 INFO kablam! | Oct 27 04:19:42.915 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 04:19:42.915 INFO kablam! = note: for more information, see issue #34537 Oct 27 04:19:42.915 INFO kablam! Oct 27 04:19:42.927 INFO kablam! warning: value assigned to `temp` is never read Oct 27 04:19:42.927 INFO kablam! --> src/pbm.rs:85:21 Oct 27 04:19:42.927 INFO kablam! | Oct 27 04:19:42.927 INFO kablam! 85 | let mut temp = 0; Oct 27 04:19:42.927 INFO kablam! | ^^^^ Oct 27 04:19:42.927 INFO kablam! | Oct 27 04:19:42.927 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 04:19:42.927 INFO kablam! Oct 27 04:19:42.927 INFO kablam! warning: value assigned to `temp` is never read Oct 27 04:19:42.927 INFO kablam! --> src/pbm.rs:96:21 Oct 27 04:19:42.927 INFO kablam! | Oct 27 04:19:42.927 INFO kablam! 96 | let mut temp = 0; Oct 27 04:19:42.927 INFO kablam! | ^^^^ Oct 27 04:19:42.927 INFO kablam! Oct 27 04:19:42.927 INFO kablam! warning: unused variable: `x_pixel` Oct 27 04:19:42.927 INFO kablam! --> src/pbm.rs:142:13 Oct 27 04:19:42.927 INFO kablam! | Oct 27 04:19:42.927 INFO kablam! 142 | let x_pixel = x_base as i32; Oct 27 04:19:42.927 INFO kablam! | ^^^^^^^ help: consider using `_x_pixel` instead Oct 27 04:19:42.927 INFO kablam! | Oct 27 04:19:42.927 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:19:42.927 INFO kablam! Oct 27 04:19:42.927 INFO kablam! warning: unused variable: `y_pixel` Oct 27 04:19:42.927 INFO kablam! --> src/pbm.rs:143:13 Oct 27 04:19:42.927 INFO kablam! | Oct 27 04:19:42.927 INFO kablam! 143 | let y_pixel = y_base as i32; Oct 27 04:19:42.927 INFO kablam! | ^^^^^^^ help: consider using `_y_pixel` instead Oct 27 04:19:42.927 INFO kablam! Oct 27 04:19:42.967 INFO kablam! warning: variable does not need to be mutable Oct 27 04:19:42.967 INFO kablam! --> src/pbm.rs:140:13 Oct 27 04:19:42.967 INFO kablam! | Oct 27 04:19:42.967 INFO kablam! 140 | let mut x_base = x.floor(); Oct 27 04:19:42.967 INFO kablam! | ----^^^^^^ Oct 27 04:19:42.967 INFO kablam! | | Oct 27 04:19:42.967 INFO kablam! | help: remove this `mut` Oct 27 04:19:42.967 INFO kablam! | Oct 27 04:19:42.967 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:19:42.967 INFO kablam! Oct 27 04:19:42.967 INFO kablam! warning: variable does not need to be mutable Oct 27 04:19:42.967 INFO kablam! --> src/pbm.rs:141:13 Oct 27 04:19:42.967 INFO kablam! | Oct 27 04:19:42.967 INFO kablam! 141 | let mut y_base = y.floor(); Oct 27 04:19:42.967 INFO kablam! | ----^^^^^^ Oct 27 04:19:42.967 INFO kablam! | | Oct 27 04:19:42.967 INFO kablam! | help: remove this `mut` Oct 27 04:19:42.967 INFO kablam! Oct 27 04:19:42.971 INFO kablam! warning: variable does not need to be mutable Oct 27 04:19:42.971 INFO kablam! --> src/pbm.rs:184:13 Oct 27 04:19:42.971 INFO kablam! | Oct 27 04:19:42.971 INFO kablam! 184 | let mut end_y = wall1.lowest_max_y(wall2); Oct 27 04:19:42.971 INFO kablam! | ----^^^^^ Oct 27 04:19:42.971 INFO kablam! | | Oct 27 04:19:42.971 INFO kablam! | help: remove this `mut` Oct 27 04:19:42.971 INFO kablam! Oct 27 04:19:43.003 INFO kablam! warning: variable does not need to be mutable Oct 27 04:19:43.003 INFO kablam! --> src/wall.rs:114:13 Oct 27 04:19:43.003 INFO kablam! | Oct 27 04:19:43.003 INFO kablam! 114 | let mut p0: Vec2; Oct 27 04:19:43.003 INFO kablam! | ----^^ Oct 27 04:19:43.003 INFO kablam! | | Oct 27 04:19:43.003 INFO kablam! | help: remove this `mut` Oct 27 04:19:43.003 INFO kablam! Oct 27 04:19:43.003 INFO kablam! warning: variable does not need to be mutable Oct 27 04:19:43.003 INFO kablam! --> src/wall.rs:115:13 Oct 27 04:19:43.003 INFO kablam! | Oct 27 04:19:43.003 INFO kablam! 115 | let mut p1: Vec2; Oct 27 04:19:43.003 INFO kablam! | ----^^ Oct 27 04:19:43.003 INFO kablam! | | Oct 27 04:19:43.003 INFO kablam! | help: remove this `mut` Oct 27 04:19:43.003 INFO kablam! Oct 27 04:19:43.003 INFO kablam! warning: method is never used: `new_blank_pbm` Oct 27 04:19:43.003 INFO kablam! --> src/pbm.rs:17:5 Oct 27 04:19:43.003 INFO kablam! | Oct 27 04:19:43.003 INFO kablam! 17 | pub fn new_blank_pbm(height: i32, width: i32) -> PBM { Oct 27 04:19:43.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.003 INFO kablam! | Oct 27 04:19:43.003 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:19:43.003 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `fill_bottom_half` Oct 27 04:19:43.004 INFO kablam! --> src/pbm.rs:61:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 61 | pub fn fill_bottom_half(&mut self, fill_pixel: Pixel) { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `draw_wall` Oct 27 04:19:43.004 INFO kablam! --> src/pbm.rs:67:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 67 | pub fn draw_wall(&mut self, height: i32, x: i32, fill_pixel: Pixel) { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `draw_line` Oct 27 04:19:43.004 INFO kablam! --> src/pbm.rs:76:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 76 | pub fn draw_line(&mut self, x_start: i32, y_start: i32, x_end: i32, y_end: i32) { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `get_pixel` Oct 27 04:19:43.004 INFO kablam! --> src/pbm.rs:221:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 221 | pub fn get_pixel(&self, x: i32, y: i32) -> Pixel { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `set_pixel_no_offset` Oct 27 04:19:43.004 INFO kablam! --> src/pbm.rs:242:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 242 | pub fn set_pixel_no_offset(&mut self, x: i32, y: i32, pixel: &Pixel) { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `scale_up` Oct 27 04:19:43.004 INFO kablam! --> src/pbm.rs:254:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 254 | pub fn scale_up(&mut self, scale: i32) { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `convert_to` Oct 27 04:19:43.004 INFO kablam! --> src/pbm.rs:283:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 283 | pub fn convert_to(&mut self, magic_number: &str) { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `plus` Oct 27 04:19:43.004 INFO kablam! --> src/vec3.rs:11:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 11 | pub fn plus(&self, other: &Vec3) -> Self { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `minus` Oct 27 04:19:43.004 INFO kablam! --> src/vec3.rs:19:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 19 | pub fn minus(&self, other: &Vec3) -> Self { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `multiply` Oct 27 04:19:43.004 INFO kablam! --> src/vec3.rs:27:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 27 | pub fn multiply(&self, multiplier: f64) -> Self { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `max_x` Oct 27 04:19:43.004 INFO kablam! --> src/wall.rs:17:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 17 | pub fn max_x(&self) -> f64 { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `min_x` Oct 27 04:19:43.004 INFO kablam! --> src/wall.rs:25:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 25 | pub fn min_x(&self) -> f64 { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `lowest_max_x` Oct 27 04:19:43.004 INFO kablam! --> src/wall.rs:33:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 33 | pub fn lowest_max_x(&self, other: &Wall) -> f64 { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.004 INFO kablam! Oct 27 04:19:43.004 INFO kablam! warning: method is never used: `greatest_max_x` Oct 27 04:19:43.004 INFO kablam! --> src/wall.rs:41:5 Oct 27 04:19:43.004 INFO kablam! | Oct 27 04:19:43.004 INFO kablam! 41 | pub fn greatest_max_x(&self, other: &Wall) -> f64 { Oct 27 04:19:43.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.005 INFO kablam! Oct 27 04:19:43.005 INFO kablam! warning: method is never used: `lowest_min_x` Oct 27 04:19:43.005 INFO kablam! --> src/wall.rs:49:5 Oct 27 04:19:43.005 INFO kablam! | Oct 27 04:19:43.005 INFO kablam! 49 | pub fn lowest_min_x(&self, other: &Wall) -> f64 { Oct 27 04:19:43.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.005 INFO kablam! Oct 27 04:19:43.005 INFO kablam! warning: method is never used: `greatest_min_x` Oct 27 04:19:43.005 INFO kablam! --> src/wall.rs:57:5 Oct 27 04:19:43.005 INFO kablam! | Oct 27 04:19:43.005 INFO kablam! 57 | pub fn greatest_min_x(&self, other: &Wall) -> f64 { Oct 27 04:19:43.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.005 INFO kablam! Oct 27 04:19:43.005 INFO kablam! warning: method is never used: `greatest_max_y` Oct 27 04:19:43.005 INFO kablam! --> src/wall.rs:89:5 Oct 27 04:19:43.005 INFO kablam! | Oct 27 04:19:43.005 INFO kablam! 89 | pub fn greatest_max_y(&self, other: &Wall) -> f64 { Oct 27 04:19:43.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.005 INFO kablam! Oct 27 04:19:43.005 INFO kablam! warning: method is never used: `lowest_min_y` Oct 27 04:19:43.005 INFO kablam! --> src/wall.rs:97:5 Oct 27 04:19:43.005 INFO kablam! | Oct 27 04:19:43.005 INFO kablam! 97 | pub fn lowest_min_y(&self, other: &Wall) -> f64 { Oct 27 04:19:43.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:19:43.005 INFO kablam! Oct 27 04:19:43.011 INFO kablam! warning: variable `triangleJson` should have a snake case name such as `triangle_json` Oct 27 04:19:43.011 INFO kablam! --> src/main.rs:86:13 Oct 27 04:19:43.011 INFO kablam! | Oct 27 04:19:43.011 INFO kablam! 86 | for triangleJson in json.triangles { Oct 27 04:19:43.011 INFO kablam! | ^^^^^^^^^^^^ Oct 27 04:19:43.011 INFO kablam! | Oct 27 04:19:43.011 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 04:19:43.011 INFO kablam! Oct 27 04:19:43.049 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.23s Oct 27 04:19:43.050 INFO kablam! su: No module specific data is present Oct 27 04:19:43.552 INFO running `"docker" "rm" "-f" "9b6e4baa8245869eb39a07446fc275daf9134f711a483b53523242f22417ee6a"` Oct 27 04:19:43.795 INFO blam! 9b6e4baa8245869eb39a07446fc275daf9134f711a483b53523242f22417ee6a