Oct 10 22:36:17.517 INFO testing ggrochow/pnm-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:36:17.518 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:36:17.519 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 22:36:17.912 INFO blam! 4fa924c23db81df50a2e75593defc08d9150d85373e798fc4f707ea1f47cf9b5 Oct 10 22:36:17.921 INFO running `"docker" "start" "-a" "4fa924c23db81df50a2e75593defc08d9150d85373e798fc4f707ea1f47cf9b5"` Oct 10 22:36:18.875 INFO kablam! usermod: no changes Oct 10 22:36:18.912 INFO kablam! Compiling pnm-scale v0.1.0 (/source) Oct 10 22:36:19.663 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 10 22:36:19.664 INFO kablam! --> src/pbm.rs:131:5 Oct 10 22:36:19.664 INFO kablam! | Oct 10 22:36:19.664 INFO kablam! 131 | / pub fn draw_triangle(&mut self, triangle: &Triangle) { Oct 10 22:36:19.664 INFO kablam! 132 | | let top = triangle.get_top_walls(); Oct 10 22:36:19.664 INFO kablam! 133 | | let bottom = triangle.get_bottom_walls(); Oct 10 22:36:19.664 INFO kablam! 134 | | Oct 10 22:36:19.664 INFO kablam! 135 | | self.fill_horizontal_space_between_walls(&top.0, &top.1, &triangle); Oct 10 22:36:19.664 INFO kablam! 136 | | self.fill_horizontal_space_between_walls(&bottom.0, &bottom.1, &triangle); Oct 10 22:36:19.664 INFO kablam! 137 | | } Oct 10 22:36:19.664 INFO kablam! | |_____^ Oct 10 22:36:19.664 INFO kablam! | Oct 10 22:36:19.664 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 10 22:36:19.664 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 10 22:36:19.664 INFO kablam! = note: for more information, see issue #34537 Oct 10 22:36:19.664 INFO kablam! Oct 10 22:36:19.664 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 10 22:36:19.664 INFO kablam! --> src/pbm.rs:182:5 Oct 10 22:36:19.664 INFO kablam! | Oct 10 22:36:19.664 INFO kablam! 182 | / pub fn fill_horizontal_space_between_walls(&mut self, wall1: &Wall, wall2: &Wall, triangle: &Triangle) { Oct 10 22:36:19.664 INFO kablam! 183 | | let mut start_y = wall1.greatest_min_y(wall2); Oct 10 22:36:19.664 INFO kablam! 184 | | let mut end_y = wall1.lowest_max_y(wall2); Oct 10 22:36:19.664 INFO kablam! 185 | | Oct 10 22:36:19.664 INFO kablam! ... | Oct 10 22:36:19.664 INFO kablam! 218 | | // don't include end-peices, check those to === 0.5, if so then do some edge checking Oct 10 22:36:19.664 INFO kablam! 219 | | } Oct 10 22:36:19.664 INFO kablam! | |_____^ Oct 10 22:36:19.664 INFO kablam! | Oct 10 22:36:19.664 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 10 22:36:19.664 INFO kablam! = note: for more information, see issue #34537 Oct 10 22:36:19.664 INFO kablam! Oct 10 22:36:19.670 INFO kablam! warning: value assigned to `temp` is never read Oct 10 22:36:19.670 INFO kablam! --> src/pbm.rs:85:21 Oct 10 22:36:19.670 INFO kablam! | Oct 10 22:36:19.670 INFO kablam! 85 | let mut temp = 0; Oct 10 22:36:19.670 INFO kablam! | ^^^^ Oct 10 22:36:19.670 INFO kablam! | Oct 10 22:36:19.670 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 22:36:19.670 INFO kablam! Oct 10 22:36:19.670 INFO kablam! warning: value assigned to `temp` is never read Oct 10 22:36:19.670 INFO kablam! --> src/pbm.rs:96:21 Oct 10 22:36:19.670 INFO kablam! | Oct 10 22:36:19.671 INFO kablam! 96 | let mut temp = 0; Oct 10 22:36:19.671 INFO kablam! | ^^^^ Oct 10 22:36:19.671 INFO kablam! Oct 10 22:36:19.671 INFO kablam! warning: unused variable: `x_pixel` Oct 10 22:36:19.671 INFO kablam! --> src/pbm.rs:142:13 Oct 10 22:36:19.671 INFO kablam! | Oct 10 22:36:19.671 INFO kablam! 142 | let x_pixel = x_base as i32; Oct 10 22:36:19.671 INFO kablam! | ^^^^^^^ help: consider using `_x_pixel` instead Oct 10 22:36:19.671 INFO kablam! | Oct 10 22:36:19.671 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:36:19.671 INFO kablam! Oct 10 22:36:19.671 INFO kablam! warning: unused variable: `y_pixel` Oct 10 22:36:19.671 INFO kablam! --> src/pbm.rs:143:13 Oct 10 22:36:19.671 INFO kablam! | Oct 10 22:36:19.671 INFO kablam! 143 | let y_pixel = y_base as i32; Oct 10 22:36:19.671 INFO kablam! | ^^^^^^^ help: consider using `_y_pixel` instead Oct 10 22:36:19.671 INFO kablam! Oct 10 22:36:19.695 INFO kablam! warning: variable does not need to be mutable Oct 10 22:36:19.695 INFO kablam! --> src/pbm.rs:140:13 Oct 10 22:36:19.695 INFO kablam! | Oct 10 22:36:19.695 INFO kablam! 140 | let mut x_base = x.floor(); Oct 10 22:36:19.695 INFO kablam! | ----^^^^^^ Oct 10 22:36:19.695 INFO kablam! | | Oct 10 22:36:19.695 INFO kablam! | help: remove this `mut` Oct 10 22:36:19.695 INFO kablam! | Oct 10 22:36:19.695 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:36:19.695 INFO kablam! Oct 10 22:36:19.695 INFO kablam! warning: variable does not need to be mutable Oct 10 22:36:19.695 INFO kablam! --> src/pbm.rs:141:13 Oct 10 22:36:19.695 INFO kablam! | Oct 10 22:36:19.695 INFO kablam! 141 | let mut y_base = y.floor(); Oct 10 22:36:19.695 INFO kablam! | ----^^^^^^ Oct 10 22:36:19.695 INFO kablam! | | Oct 10 22:36:19.695 INFO kablam! | help: remove this `mut` Oct 10 22:36:19.695 INFO kablam! Oct 10 22:36:19.697 INFO kablam! warning: variable does not need to be mutable Oct 10 22:36:19.697 INFO kablam! --> src/pbm.rs:184:13 Oct 10 22:36:19.697 INFO kablam! | Oct 10 22:36:19.697 INFO kablam! 184 | let mut end_y = wall1.lowest_max_y(wall2); Oct 10 22:36:19.697 INFO kablam! | ----^^^^^ Oct 10 22:36:19.697 INFO kablam! | | Oct 10 22:36:19.697 INFO kablam! | help: remove this `mut` Oct 10 22:36:19.697 INFO kablam! Oct 10 22:36:19.726 INFO kablam! warning: variable does not need to be mutable Oct 10 22:36:19.726 INFO kablam! --> src/wall.rs:114:13 Oct 10 22:36:19.726 INFO kablam! | Oct 10 22:36:19.726 INFO kablam! 114 | let mut p0: Vec2; Oct 10 22:36:19.726 INFO kablam! | ----^^ Oct 10 22:36:19.726 INFO kablam! | | Oct 10 22:36:19.726 INFO kablam! | help: remove this `mut` Oct 10 22:36:19.726 INFO kablam! Oct 10 22:36:19.727 INFO kablam! warning: variable does not need to be mutable Oct 10 22:36:19.727 INFO kablam! --> src/wall.rs:115:13 Oct 10 22:36:19.727 INFO kablam! | Oct 10 22:36:19.727 INFO kablam! 115 | let mut p1: Vec2; Oct 10 22:36:19.727 INFO kablam! | ----^^ Oct 10 22:36:19.727 INFO kablam! | | Oct 10 22:36:19.727 INFO kablam! | help: remove this `mut` Oct 10 22:36:19.727 INFO kablam! Oct 10 22:36:19.728 INFO kablam! warning: method is never used: `new_blank_pbm` Oct 10 22:36:19.728 INFO kablam! --> src/pbm.rs:17:5 Oct 10 22:36:19.728 INFO kablam! | Oct 10 22:36:19.728 INFO kablam! 17 | pub fn new_blank_pbm(height: i32, width: i32) -> PBM { Oct 10 22:36:19.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.728 INFO kablam! | Oct 10 22:36:19.728 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:36:19.728 INFO kablam! Oct 10 22:36:19.728 INFO kablam! warning: method is never used: `fill_bottom_half` Oct 10 22:36:19.728 INFO kablam! --> src/pbm.rs:61:5 Oct 10 22:36:19.728 INFO kablam! | Oct 10 22:36:19.728 INFO kablam! 61 | pub fn fill_bottom_half(&mut self, fill_pixel: Pixel) { Oct 10 22:36:19.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.728 INFO kablam! Oct 10 22:36:19.728 INFO kablam! warning: method is never used: `draw_wall` Oct 10 22:36:19.728 INFO kablam! --> src/pbm.rs:67:5 Oct 10 22:36:19.728 INFO kablam! | Oct 10 22:36:19.728 INFO kablam! 67 | pub fn draw_wall(&mut self, height: i32, x: i32, fill_pixel: Pixel) { Oct 10 22:36:19.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.728 INFO kablam! Oct 10 22:36:19.728 INFO kablam! warning: method is never used: `draw_line` Oct 10 22:36:19.728 INFO kablam! --> src/pbm.rs:76:5 Oct 10 22:36:19.728 INFO kablam! | Oct 10 22:36:19.728 INFO kablam! 76 | pub fn draw_line(&mut self, x_start: i32, y_start: i32, x_end: i32, y_end: i32) { Oct 10 22:36:19.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.728 INFO kablam! Oct 10 22:36:19.728 INFO kablam! warning: method is never used: `get_pixel` Oct 10 22:36:19.728 INFO kablam! --> src/pbm.rs:221:5 Oct 10 22:36:19.728 INFO kablam! | Oct 10 22:36:19.728 INFO kablam! 221 | pub fn get_pixel(&self, x: i32, y: i32) -> Pixel { Oct 10 22:36:19.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.728 INFO kablam! Oct 10 22:36:19.728 INFO kablam! warning: method is never used: `set_pixel_no_offset` Oct 10 22:36:19.728 INFO kablam! --> src/pbm.rs:242:5 Oct 10 22:36:19.728 INFO kablam! | Oct 10 22:36:19.728 INFO kablam! 242 | pub fn set_pixel_no_offset(&mut self, x: i32, y: i32, pixel: &Pixel) { Oct 10 22:36:19.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.728 INFO kablam! Oct 10 22:36:19.728 INFO kablam! warning: method is never used: `scale_up` Oct 10 22:36:19.728 INFO kablam! --> src/pbm.rs:254:5 Oct 10 22:36:19.728 INFO kablam! | Oct 10 22:36:19.728 INFO kablam! 254 | pub fn scale_up(&mut self, scale: i32) { Oct 10 22:36:19.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.728 INFO kablam! Oct 10 22:36:19.728 INFO kablam! warning: method is never used: `convert_to` Oct 10 22:36:19.728 INFO kablam! --> src/pbm.rs:283:5 Oct 10 22:36:19.728 INFO kablam! | Oct 10 22:36:19.728 INFO kablam! 283 | pub fn convert_to(&mut self, magic_number: &str) { Oct 10 22:36:19.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.728 INFO kablam! Oct 10 22:36:19.728 INFO kablam! warning: method is never used: `plus` Oct 10 22:36:19.729 INFO kablam! --> src/vec3.rs:11:5 Oct 10 22:36:19.729 INFO kablam! | Oct 10 22:36:19.729 INFO kablam! 11 | pub fn plus(&self, other: &Vec3) -> Self { Oct 10 22:36:19.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.729 INFO kablam! Oct 10 22:36:19.729 INFO kablam! warning: method is never used: `minus` Oct 10 22:36:19.729 INFO kablam! --> src/vec3.rs:19:5 Oct 10 22:36:19.729 INFO kablam! | Oct 10 22:36:19.729 INFO kablam! 19 | pub fn minus(&self, other: &Vec3) -> Self { Oct 10 22:36:19.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.729 INFO kablam! Oct 10 22:36:19.729 INFO kablam! warning: method is never used: `multiply` Oct 10 22:36:19.729 INFO kablam! --> src/vec3.rs:27:5 Oct 10 22:36:19.729 INFO kablam! | Oct 10 22:36:19.729 INFO kablam! 27 | pub fn multiply(&self, multiplier: f64) -> Self { Oct 10 22:36:19.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.729 INFO kablam! Oct 10 22:36:19.729 INFO kablam! warning: method is never used: `max_x` Oct 10 22:36:19.729 INFO kablam! --> src/wall.rs:17:5 Oct 10 22:36:19.729 INFO kablam! | Oct 10 22:36:19.729 INFO kablam! 17 | pub fn max_x(&self) -> f64 { Oct 10 22:36:19.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.729 INFO kablam! Oct 10 22:36:19.729 INFO kablam! warning: method is never used: `min_x` Oct 10 22:36:19.729 INFO kablam! --> src/wall.rs:25:5 Oct 10 22:36:19.729 INFO kablam! | Oct 10 22:36:19.729 INFO kablam! 25 | pub fn min_x(&self) -> f64 { Oct 10 22:36:19.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.729 INFO kablam! Oct 10 22:36:19.729 INFO kablam! warning: method is never used: `lowest_max_x` Oct 10 22:36:19.729 INFO kablam! --> src/wall.rs:33:5 Oct 10 22:36:19.729 INFO kablam! | Oct 10 22:36:19.729 INFO kablam! 33 | pub fn lowest_max_x(&self, other: &Wall) -> f64 { Oct 10 22:36:19.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.729 INFO kablam! Oct 10 22:36:19.729 INFO kablam! warning: method is never used: `greatest_max_x` Oct 10 22:36:19.729 INFO kablam! --> src/wall.rs:41:5 Oct 10 22:36:19.729 INFO kablam! | Oct 10 22:36:19.729 INFO kablam! 41 | pub fn greatest_max_x(&self, other: &Wall) -> f64 { Oct 10 22:36:19.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.729 INFO kablam! Oct 10 22:36:19.729 INFO kablam! warning: method is never used: `lowest_min_x` Oct 10 22:36:19.729 INFO kablam! --> src/wall.rs:49:5 Oct 10 22:36:19.729 INFO kablam! | Oct 10 22:36:19.729 INFO kablam! 49 | pub fn lowest_min_x(&self, other: &Wall) -> f64 { Oct 10 22:36:19.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.729 INFO kablam! Oct 10 22:36:19.729 INFO kablam! warning: method is never used: `greatest_min_x` Oct 10 22:36:19.729 INFO kablam! --> src/wall.rs:57:5 Oct 10 22:36:19.729 INFO kablam! | Oct 10 22:36:19.729 INFO kablam! 57 | pub fn greatest_min_x(&self, other: &Wall) -> f64 { Oct 10 22:36:19.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.730 INFO kablam! Oct 10 22:36:19.730 INFO kablam! warning: method is never used: `greatest_max_y` Oct 10 22:36:19.730 INFO kablam! --> src/wall.rs:89:5 Oct 10 22:36:19.730 INFO kablam! | Oct 10 22:36:19.730 INFO kablam! 89 | pub fn greatest_max_y(&self, other: &Wall) -> f64 { Oct 10 22:36:19.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.730 INFO kablam! Oct 10 22:36:19.730 INFO kablam! warning: method is never used: `lowest_min_y` Oct 10 22:36:19.730 INFO kablam! --> src/wall.rs:97:5 Oct 10 22:36:19.730 INFO kablam! | Oct 10 22:36:19.730 INFO kablam! 97 | pub fn lowest_min_y(&self, other: &Wall) -> f64 { Oct 10 22:36:19.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:19.730 INFO kablam! Oct 10 22:36:19.733 INFO kablam! warning: variable `triangleJson` should have a snake case name such as `triangle_json` Oct 10 22:36:19.733 INFO kablam! --> src/main.rs:86:13 Oct 10 22:36:19.733 INFO kablam! | Oct 10 22:36:19.733 INFO kablam! 86 | for triangleJson in json.triangles { Oct 10 22:36:19.733 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:36:19.733 INFO kablam! | Oct 10 22:36:19.733 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 22:36:19.733 INFO kablam! Oct 10 22:36:20.480 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 10 22:36:20.482 INFO kablam! su: No module specific data is present Oct 10 22:36:20.747 INFO running `"docker" "rm" "-f" "4fa924c23db81df50a2e75593defc08d9150d85373e798fc4f707ea1f47cf9b5"` Oct 10 22:36:20.821 INFO blam! 4fa924c23db81df50a2e75593defc08d9150d85373e798fc4f707ea1f47cf9b5 Oct 10 22:36:20.822 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:36:20.822 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 22:36:21.008 INFO blam! 47f62facf03e67c591046b756a931c07c2da13bd51710f0b69800a8ed7c928b2 Oct 10 22:36:21.011 INFO running `"docker" "start" "-a" "47f62facf03e67c591046b756a931c07c2da13bd51710f0b69800a8ed7c928b2"` Oct 10 22:36:21.616 INFO kablam! usermod: no changes Oct 10 22:36:21.643 INFO kablam! Compiling pnm-scale v0.1.0 (/source) Oct 10 22:36:22.264 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 10 22:36:22.264 INFO kablam! --> src/pbm.rs:131:5 Oct 10 22:36:22.264 INFO kablam! | Oct 10 22:36:22.264 INFO kablam! 131 | / pub fn draw_triangle(&mut self, triangle: &Triangle) { Oct 10 22:36:22.264 INFO kablam! 132 | | let top = triangle.get_top_walls(); Oct 10 22:36:22.264 INFO kablam! 133 | | let bottom = triangle.get_bottom_walls(); Oct 10 22:36:22.264 INFO kablam! 134 | | Oct 10 22:36:22.264 INFO kablam! 135 | | self.fill_horizontal_space_between_walls(&top.0, &top.1, &triangle); Oct 10 22:36:22.264 INFO kablam! 136 | | self.fill_horizontal_space_between_walls(&bottom.0, &bottom.1, &triangle); Oct 10 22:36:22.264 INFO kablam! 137 | | } Oct 10 22:36:22.264 INFO kablam! | |_____^ Oct 10 22:36:22.264 INFO kablam! | Oct 10 22:36:22.264 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 10 22:36:22.264 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 10 22:36:22.264 INFO kablam! = note: for more information, see issue #34537 Oct 10 22:36:22.264 INFO kablam! Oct 10 22:36:22.264 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 10 22:36:22.264 INFO kablam! --> src/pbm.rs:182:5 Oct 10 22:36:22.264 INFO kablam! | Oct 10 22:36:22.264 INFO kablam! 182 | / pub fn fill_horizontal_space_between_walls(&mut self, wall1: &Wall, wall2: &Wall, triangle: &Triangle) { Oct 10 22:36:22.264 INFO kablam! 183 | | let mut start_y = wall1.greatest_min_y(wall2); Oct 10 22:36:22.264 INFO kablam! 184 | | let mut end_y = wall1.lowest_max_y(wall2); Oct 10 22:36:22.264 INFO kablam! 185 | | Oct 10 22:36:22.264 INFO kablam! ... | Oct 10 22:36:22.264 INFO kablam! 218 | | // don't include end-peices, check those to === 0.5, if so then do some edge checking Oct 10 22:36:22.264 INFO kablam! 219 | | } Oct 10 22:36:22.264 INFO kablam! | |_____^ Oct 10 22:36:22.264 INFO kablam! | Oct 10 22:36:22.264 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 10 22:36:22.264 INFO kablam! = note: for more information, see issue #34537 Oct 10 22:36:22.264 INFO kablam! Oct 10 22:36:22.266 INFO kablam! warning: value assigned to `temp` is never read Oct 10 22:36:22.266 INFO kablam! --> src/pbm.rs:85:21 Oct 10 22:36:22.266 INFO kablam! | Oct 10 22:36:22.267 INFO kablam! 85 | let mut temp = 0; Oct 10 22:36:22.267 INFO kablam! | ^^^^ Oct 10 22:36:22.267 INFO kablam! | Oct 10 22:36:22.267 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 22:36:22.267 INFO kablam! Oct 10 22:36:22.267 INFO kablam! warning: value assigned to `temp` is never read Oct 10 22:36:22.267 INFO kablam! --> src/pbm.rs:96:21 Oct 10 22:36:22.267 INFO kablam! | Oct 10 22:36:22.267 INFO kablam! 96 | let mut temp = 0; Oct 10 22:36:22.267 INFO kablam! | ^^^^ Oct 10 22:36:22.267 INFO kablam! Oct 10 22:36:22.268 INFO kablam! warning: unused variable: `x_pixel` Oct 10 22:36:22.268 INFO kablam! --> src/pbm.rs:142:13 Oct 10 22:36:22.268 INFO kablam! | Oct 10 22:36:22.268 INFO kablam! 142 | let x_pixel = x_base as i32; Oct 10 22:36:22.269 INFO kablam! | ^^^^^^^ help: consider using `_x_pixel` instead Oct 10 22:36:22.269 INFO kablam! | Oct 10 22:36:22.269 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:36:22.269 INFO kablam! Oct 10 22:36:22.269 INFO kablam! warning: unused variable: `y_pixel` Oct 10 22:36:22.269 INFO kablam! --> src/pbm.rs:143:13 Oct 10 22:36:22.269 INFO kablam! | Oct 10 22:36:22.269 INFO kablam! 143 | let y_pixel = y_base as i32; Oct 10 22:36:22.269 INFO kablam! | ^^^^^^^ help: consider using `_y_pixel` instead Oct 10 22:36:22.269 INFO kablam! Oct 10 22:36:22.291 INFO kablam! warning: variable does not need to be mutable Oct 10 22:36:22.291 INFO kablam! --> src/pbm.rs:140:13 Oct 10 22:36:22.291 INFO kablam! | Oct 10 22:36:22.291 INFO kablam! 140 | let mut x_base = x.floor(); Oct 10 22:36:22.291 INFO kablam! | ----^^^^^^ Oct 10 22:36:22.291 INFO kablam! | | Oct 10 22:36:22.291 INFO kablam! | help: remove this `mut` Oct 10 22:36:22.291 INFO kablam! | Oct 10 22:36:22.291 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:36:22.291 INFO kablam! Oct 10 22:36:22.291 INFO kablam! warning: variable does not need to be mutable Oct 10 22:36:22.291 INFO kablam! --> src/pbm.rs:141:13 Oct 10 22:36:22.291 INFO kablam! | Oct 10 22:36:22.291 INFO kablam! 141 | let mut y_base = y.floor(); Oct 10 22:36:22.291 INFO kablam! | ----^^^^^^ Oct 10 22:36:22.291 INFO kablam! | | Oct 10 22:36:22.291 INFO kablam! | help: remove this `mut` Oct 10 22:36:22.291 INFO kablam! Oct 10 22:36:22.292 INFO kablam! warning: variable does not need to be mutable Oct 10 22:36:22.292 INFO kablam! --> src/pbm.rs:184:13 Oct 10 22:36:22.292 INFO kablam! | Oct 10 22:36:22.292 INFO kablam! 184 | let mut end_y = wall1.lowest_max_y(wall2); Oct 10 22:36:22.292 INFO kablam! | ----^^^^^ Oct 10 22:36:22.292 INFO kablam! | | Oct 10 22:36:22.292 INFO kablam! | help: remove this `mut` Oct 10 22:36:22.292 INFO kablam! Oct 10 22:36:22.317 INFO kablam! warning: variable does not need to be mutable Oct 10 22:36:22.317 INFO kablam! --> src/wall.rs:114:13 Oct 10 22:36:22.317 INFO kablam! | Oct 10 22:36:22.317 INFO kablam! 114 | let mut p0: Vec2; Oct 10 22:36:22.317 INFO kablam! | ----^^ Oct 10 22:36:22.317 INFO kablam! | | Oct 10 22:36:22.317 INFO kablam! | help: remove this `mut` Oct 10 22:36:22.317 INFO kablam! Oct 10 22:36:22.317 INFO kablam! warning: variable does not need to be mutable Oct 10 22:36:22.317 INFO kablam! --> src/wall.rs:115:13 Oct 10 22:36:22.317 INFO kablam! | Oct 10 22:36:22.317 INFO kablam! 115 | let mut p1: Vec2; Oct 10 22:36:22.317 INFO kablam! | ----^^ Oct 10 22:36:22.317 INFO kablam! | | Oct 10 22:36:22.317 INFO kablam! | help: remove this `mut` Oct 10 22:36:22.317 INFO kablam! Oct 10 22:36:22.318 INFO kablam! warning: method is never used: `new_blank_pbm` Oct 10 22:36:22.318 INFO kablam! --> src/pbm.rs:17:5 Oct 10 22:36:22.318 INFO kablam! | Oct 10 22:36:22.318 INFO kablam! 17 | pub fn new_blank_pbm(height: i32, width: i32) -> PBM { Oct 10 22:36:22.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.318 INFO kablam! | Oct 10 22:36:22.318 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:36:22.318 INFO kablam! Oct 10 22:36:22.318 INFO kablam! warning: method is never used: `fill_bottom_half` Oct 10 22:36:22.318 INFO kablam! --> src/pbm.rs:61:5 Oct 10 22:36:22.318 INFO kablam! | Oct 10 22:36:22.318 INFO kablam! 61 | pub fn fill_bottom_half(&mut self, fill_pixel: Pixel) { Oct 10 22:36:22.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.318 INFO kablam! Oct 10 22:36:22.318 INFO kablam! warning: method is never used: `draw_wall` Oct 10 22:36:22.318 INFO kablam! --> src/pbm.rs:67:5 Oct 10 22:36:22.318 INFO kablam! | Oct 10 22:36:22.318 INFO kablam! 67 | pub fn draw_wall(&mut self, height: i32, x: i32, fill_pixel: Pixel) { Oct 10 22:36:22.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.318 INFO kablam! Oct 10 22:36:22.318 INFO kablam! warning: method is never used: `draw_line` Oct 10 22:36:22.318 INFO kablam! --> src/pbm.rs:76:5 Oct 10 22:36:22.318 INFO kablam! | Oct 10 22:36:22.318 INFO kablam! 76 | pub fn draw_line(&mut self, x_start: i32, y_start: i32, x_end: i32, y_end: i32) { Oct 10 22:36:22.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.318 INFO kablam! Oct 10 22:36:22.321 INFO kablam! warning: method is never used: `get_pixel` Oct 10 22:36:22.321 INFO kablam! --> src/pbm.rs:221:5 Oct 10 22:36:22.321 INFO kablam! | Oct 10 22:36:22.321 INFO kablam! 221 | pub fn get_pixel(&self, x: i32, y: i32) -> Pixel { Oct 10 22:36:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.321 INFO kablam! Oct 10 22:36:22.321 INFO kablam! warning: method is never used: `set_pixel_no_offset` Oct 10 22:36:22.321 INFO kablam! --> src/pbm.rs:242:5 Oct 10 22:36:22.321 INFO kablam! | Oct 10 22:36:22.321 INFO kablam! 242 | pub fn set_pixel_no_offset(&mut self, x: i32, y: i32, pixel: &Pixel) { Oct 10 22:36:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.321 INFO kablam! Oct 10 22:36:22.321 INFO kablam! warning: method is never used: `scale_up` Oct 10 22:36:22.321 INFO kablam! --> src/pbm.rs:254:5 Oct 10 22:36:22.321 INFO kablam! | Oct 10 22:36:22.321 INFO kablam! 254 | pub fn scale_up(&mut self, scale: i32) { Oct 10 22:36:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.321 INFO kablam! Oct 10 22:36:22.321 INFO kablam! warning: method is never used: `convert_to` Oct 10 22:36:22.321 INFO kablam! --> src/pbm.rs:283:5 Oct 10 22:36:22.321 INFO kablam! | Oct 10 22:36:22.321 INFO kablam! 283 | pub fn convert_to(&mut self, magic_number: &str) { Oct 10 22:36:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.321 INFO kablam! Oct 10 22:36:22.321 INFO kablam! warning: method is never used: `plus` Oct 10 22:36:22.321 INFO kablam! --> src/vec3.rs:11:5 Oct 10 22:36:22.321 INFO kablam! | Oct 10 22:36:22.321 INFO kablam! 11 | pub fn plus(&self, other: &Vec3) -> Self { Oct 10 22:36:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.321 INFO kablam! Oct 10 22:36:22.321 INFO kablam! warning: method is never used: `minus` Oct 10 22:36:22.321 INFO kablam! --> src/vec3.rs:19:5 Oct 10 22:36:22.321 INFO kablam! | Oct 10 22:36:22.321 INFO kablam! 19 | pub fn minus(&self, other: &Vec3) -> Self { Oct 10 22:36:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.321 INFO kablam! Oct 10 22:36:22.321 INFO kablam! warning: method is never used: `multiply` Oct 10 22:36:22.321 INFO kablam! --> src/vec3.rs:27:5 Oct 10 22:36:22.321 INFO kablam! | Oct 10 22:36:22.321 INFO kablam! 27 | pub fn multiply(&self, multiplier: f64) -> Self { Oct 10 22:36:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.321 INFO kablam! Oct 10 22:36:22.321 INFO kablam! warning: method is never used: `max_x` Oct 10 22:36:22.321 INFO kablam! --> src/wall.rs:17:5 Oct 10 22:36:22.321 INFO kablam! | Oct 10 22:36:22.321 INFO kablam! 17 | pub fn max_x(&self) -> f64 { Oct 10 22:36:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.321 INFO kablam! Oct 10 22:36:22.321 INFO kablam! warning: method is never used: `min_x` Oct 10 22:36:22.321 INFO kablam! --> src/wall.rs:25:5 Oct 10 22:36:22.321 INFO kablam! | Oct 10 22:36:22.321 INFO kablam! 25 | pub fn min_x(&self) -> f64 { Oct 10 22:36:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.321 INFO kablam! Oct 10 22:36:22.321 INFO kablam! warning: method is never used: `lowest_max_x` Oct 10 22:36:22.321 INFO kablam! --> src/wall.rs:33:5 Oct 10 22:36:22.321 INFO kablam! | Oct 10 22:36:22.321 INFO kablam! 33 | pub fn lowest_max_x(&self, other: &Wall) -> f64 { Oct 10 22:36:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.321 INFO kablam! Oct 10 22:36:22.321 INFO kablam! warning: method is never used: `greatest_max_x` Oct 10 22:36:22.321 INFO kablam! --> src/wall.rs:41:5 Oct 10 22:36:22.321 INFO kablam! | Oct 10 22:36:22.321 INFO kablam! 41 | pub fn greatest_max_x(&self, other: &Wall) -> f64 { Oct 10 22:36:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.321 INFO kablam! Oct 10 22:36:22.321 INFO kablam! warning: method is never used: `lowest_min_x` Oct 10 22:36:22.321 INFO kablam! --> src/wall.rs:49:5 Oct 10 22:36:22.322 INFO kablam! | Oct 10 22:36:22.322 INFO kablam! 49 | pub fn lowest_min_x(&self, other: &Wall) -> f64 { Oct 10 22:36:22.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.322 INFO kablam! Oct 10 22:36:22.322 INFO kablam! warning: method is never used: `greatest_min_x` Oct 10 22:36:22.322 INFO kablam! --> src/wall.rs:57:5 Oct 10 22:36:22.322 INFO kablam! | Oct 10 22:36:22.322 INFO kablam! 57 | pub fn greatest_min_x(&self, other: &Wall) -> f64 { Oct 10 22:36:22.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.322 INFO kablam! Oct 10 22:36:22.322 INFO kablam! warning: method is never used: `greatest_max_y` Oct 10 22:36:22.322 INFO kablam! --> src/wall.rs:89:5 Oct 10 22:36:22.322 INFO kablam! | Oct 10 22:36:22.322 INFO kablam! 89 | pub fn greatest_max_y(&self, other: &Wall) -> f64 { Oct 10 22:36:22.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.322 INFO kablam! Oct 10 22:36:22.322 INFO kablam! warning: method is never used: `lowest_min_y` Oct 10 22:36:22.322 INFO kablam! --> src/wall.rs:97:5 Oct 10 22:36:22.322 INFO kablam! | Oct 10 22:36:22.322 INFO kablam! 97 | pub fn lowest_min_y(&self, other: &Wall) -> f64 { Oct 10 22:36:22.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:36:22.322 INFO kablam! Oct 10 22:36:22.323 INFO kablam! warning: variable `triangleJson` should have a snake case name such as `triangle_json` Oct 10 22:36:22.323 INFO kablam! --> src/main.rs:86:13 Oct 10 22:36:22.323 INFO kablam! | Oct 10 22:36:22.323 INFO kablam! 86 | for triangleJson in json.triangles { Oct 10 22:36:22.323 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:36:22.323 INFO kablam! | Oct 10 22:36:22.323 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 22:36:22.323 INFO kablam! Oct 10 22:36:22.686 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 10 22:36:22.688 INFO kablam! su: No module specific data is present Oct 10 22:36:22.973 INFO running `"docker" "rm" "-f" "47f62facf03e67c591046b756a931c07c2da13bd51710f0b69800a8ed7c928b2"` Oct 10 22:36:23.086 INFO blam! 47f62facf03e67c591046b756a931c07c2da13bd51710f0b69800a8ed7c928b2 Oct 10 22:36:23.089 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:36:23.089 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 22:36:23.236 INFO blam! c6f4c0c817026a5299d8c3c49475cace6b76a8a536bc96e55af2306e06e03340 Oct 10 22:36:23.238 INFO running `"docker" "start" "-a" "c6f4c0c817026a5299d8c3c49475cace6b76a8a536bc96e55af2306e06e03340"` Oct 10 22:36:23.777 INFO kablam! usermod: no changes Oct 10 22:36:23.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 22:36:23.825 INFO blam! Oct 10 22:36:23.825 INFO kablam! Running /target/debug/deps/pnm_scale-ea534c43e4e180a1 Oct 10 22:36:23.825 INFO blam! running 0 tests Oct 10 22:36:23.825 INFO kablam! su: No module specific data is present Oct 10 22:36:23.825 INFO blam! Oct 10 22:36:23.825 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:36:23.825 INFO blam! Oct 10 22:36:24.265 INFO running `"docker" "rm" "-f" "c6f4c0c817026a5299d8c3c49475cace6b76a8a536bc96e55af2306e06e03340"` Oct 10 22:36:24.428 INFO blam! c6f4c0c817026a5299d8c3c49475cace6b76a8a536bc96e55af2306e06e03340