Oct 14 19:49:48.520 INFO testing ggrochow/pnm-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:49:48.520 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 19:49:48.997 INFO blam! a0b28d4f245674b13caf54d646521faadfafcbe00701ecb8db86ea48d1e54bcf Oct 14 19:49:48.999 INFO running `"docker" "start" "-a" "a0b28d4f245674b13caf54d646521faadfafcbe00701ecb8db86ea48d1e54bcf"` Oct 14 19:49:50.355 INFO kablam! usermod: no changes Oct 14 19:49:50.443 INFO kablam! Compiling pnm-scale v0.1.0 (/source) Oct 14 19:49:50.963 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 14 19:49:50.963 INFO kablam! --> src/pbm.rs:131:5 Oct 14 19:49:50.963 INFO kablam! | Oct 14 19:49:50.963 INFO kablam! 131 | / pub fn draw_triangle(&mut self, triangle: &Triangle) { Oct 14 19:49:50.963 INFO kablam! 132 | | let top = triangle.get_top_walls(); Oct 14 19:49:50.963 INFO kablam! 133 | | let bottom = triangle.get_bottom_walls(); Oct 14 19:49:50.963 INFO kablam! 134 | | Oct 14 19:49:50.963 INFO kablam! 135 | | self.fill_horizontal_space_between_walls(&top.0, &top.1, &triangle); Oct 14 19:49:50.963 INFO kablam! 136 | | self.fill_horizontal_space_between_walls(&bottom.0, &bottom.1, &triangle); Oct 14 19:49:50.963 INFO kablam! 137 | | } Oct 14 19:49:50.963 INFO kablam! | |_____^ Oct 14 19:49:50.963 INFO kablam! | Oct 14 19:49:50.963 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 14 19:49:50.963 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 14 19:49:50.963 INFO kablam! = note: for more information, see issue #34537 Oct 14 19:49:50.963 INFO kablam! Oct 14 19:49:50.963 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 14 19:49:50.963 INFO kablam! --> src/pbm.rs:182:5 Oct 14 19:49:50.963 INFO kablam! | Oct 14 19:49:50.963 INFO kablam! 182 | / pub fn fill_horizontal_space_between_walls(&mut self, wall1: &Wall, wall2: &Wall, triangle: &Triangle) { Oct 14 19:49:50.963 INFO kablam! 183 | | let mut start_y = wall1.greatest_min_y(wall2); Oct 14 19:49:50.963 INFO kablam! 184 | | let mut end_y = wall1.lowest_max_y(wall2); Oct 14 19:49:50.963 INFO kablam! 185 | | Oct 14 19:49:50.963 INFO kablam! ... | Oct 14 19:49:50.963 INFO kablam! 218 | | // don't include end-peices, check those to === 0.5, if so then do some edge checking Oct 14 19:49:50.963 INFO kablam! 219 | | } Oct 14 19:49:50.963 INFO kablam! | |_____^ Oct 14 19:49:50.963 INFO kablam! | Oct 14 19:49:50.963 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 14 19:49:50.963 INFO kablam! = note: for more information, see issue #34537 Oct 14 19:49:50.963 INFO kablam! Oct 14 19:49:50.963 INFO kablam! warning: value assigned to `temp` is never read Oct 14 19:49:50.963 INFO kablam! --> src/pbm.rs:85:21 Oct 14 19:49:50.963 INFO kablam! | Oct 14 19:49:50.963 INFO kablam! 85 | let mut temp = 0; Oct 14 19:49:50.963 INFO kablam! | ^^^^ Oct 14 19:49:50.963 INFO kablam! | Oct 14 19:49:50.963 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 19:49:50.963 INFO kablam! Oct 14 19:49:50.964 INFO kablam! warning: value assigned to `temp` is never read Oct 14 19:49:50.964 INFO kablam! --> src/pbm.rs:96:21 Oct 14 19:49:50.964 INFO kablam! | Oct 14 19:49:50.964 INFO kablam! 96 | let mut temp = 0; Oct 14 19:49:50.964 INFO kablam! | ^^^^ Oct 14 19:49:50.964 INFO kablam! Oct 14 19:49:50.964 INFO kablam! warning: unused variable: `x_pixel` Oct 14 19:49:50.964 INFO kablam! --> src/pbm.rs:142:13 Oct 14 19:49:50.964 INFO kablam! | Oct 14 19:49:50.964 INFO kablam! 142 | let x_pixel = x_base as i32; Oct 14 19:49:50.964 INFO kablam! | ^^^^^^^ help: consider using `_x_pixel` instead Oct 14 19:49:50.964 INFO kablam! | Oct 14 19:49:50.964 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:49:50.964 INFO kablam! Oct 14 19:49:50.964 INFO kablam! warning: unused variable: `y_pixel` Oct 14 19:49:50.964 INFO kablam! --> src/pbm.rs:143:13 Oct 14 19:49:50.964 INFO kablam! | Oct 14 19:49:50.964 INFO kablam! 143 | let y_pixel = y_base as i32; Oct 14 19:49:50.964 INFO kablam! | ^^^^^^^ help: consider using `_y_pixel` instead Oct 14 19:49:50.964 INFO kablam! Oct 14 19:49:50.992 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:50.992 INFO kablam! --> src/pbm.rs:140:13 Oct 14 19:49:50.992 INFO kablam! | Oct 14 19:49:50.992 INFO kablam! 140 | let mut x_base = x.floor(); Oct 14 19:49:50.992 INFO kablam! | ----^^^^^^ Oct 14 19:49:50.992 INFO kablam! | | Oct 14 19:49:50.992 INFO kablam! | help: remove this `mut` Oct 14 19:49:50.993 INFO kablam! | Oct 14 19:49:50.993 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:49:50.993 INFO kablam! Oct 14 19:49:50.993 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:50.993 INFO kablam! --> src/pbm.rs:141:13 Oct 14 19:49:50.993 INFO kablam! | Oct 14 19:49:50.993 INFO kablam! 141 | let mut y_base = y.floor(); Oct 14 19:49:50.993 INFO kablam! | ----^^^^^^ Oct 14 19:49:50.993 INFO kablam! | | Oct 14 19:49:50.993 INFO kablam! | help: remove this `mut` Oct 14 19:49:50.993 INFO kablam! Oct 14 19:49:50.993 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:50.993 INFO kablam! --> src/pbm.rs:184:13 Oct 14 19:49:50.993 INFO kablam! | Oct 14 19:49:50.993 INFO kablam! 184 | let mut end_y = wall1.lowest_max_y(wall2); Oct 14 19:49:50.993 INFO kablam! | ----^^^^^ Oct 14 19:49:50.993 INFO kablam! | | Oct 14 19:49:50.993 INFO kablam! | help: remove this `mut` Oct 14 19:49:50.993 INFO kablam! Oct 14 19:49:51.024 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:51.024 INFO kablam! --> src/wall.rs:114:13 Oct 14 19:49:51.024 INFO kablam! | Oct 14 19:49:51.024 INFO kablam! 114 | let mut p0: Vec2; Oct 14 19:49:51.024 INFO kablam! | ----^^ Oct 14 19:49:51.024 INFO kablam! | | Oct 14 19:49:51.024 INFO kablam! | help: remove this `mut` Oct 14 19:49:51.024 INFO kablam! Oct 14 19:49:51.025 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:51.025 INFO kablam! --> src/wall.rs:115:13 Oct 14 19:49:51.025 INFO kablam! | Oct 14 19:49:51.025 INFO kablam! 115 | let mut p1: Vec2; Oct 14 19:49:51.025 INFO kablam! | ----^^ Oct 14 19:49:51.025 INFO kablam! | | Oct 14 19:49:51.025 INFO kablam! | help: remove this `mut` Oct 14 19:49:51.025 INFO kablam! Oct 14 19:49:51.027 INFO kablam! warning: method is never used: `new_blank_pbm` Oct 14 19:49:51.027 INFO kablam! --> src/pbm.rs:17:5 Oct 14 19:49:51.027 INFO kablam! | Oct 14 19:49:51.027 INFO kablam! 17 | pub fn new_blank_pbm(height: i32, width: i32) -> PBM { Oct 14 19:49:51.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.027 INFO kablam! | Oct 14 19:49:51.027 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:49:51.027 INFO kablam! Oct 14 19:49:51.027 INFO kablam! warning: method is never used: `fill_bottom_half` Oct 14 19:49:51.027 INFO kablam! --> src/pbm.rs:61:5 Oct 14 19:49:51.028 INFO kablam! | Oct 14 19:49:51.028 INFO kablam! 61 | pub fn fill_bottom_half(&mut self, fill_pixel: Pixel) { Oct 14 19:49:51.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.028 INFO kablam! Oct 14 19:49:51.028 INFO kablam! warning: method is never used: `draw_wall` Oct 14 19:49:51.028 INFO kablam! --> src/pbm.rs:67:5 Oct 14 19:49:51.028 INFO kablam! | Oct 14 19:49:51.028 INFO kablam! 67 | pub fn draw_wall(&mut self, height: i32, x: i32, fill_pixel: Pixel) { Oct 14 19:49:51.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.028 INFO kablam! Oct 14 19:49:51.028 INFO kablam! warning: method is never used: `draw_line` Oct 14 19:49:51.028 INFO kablam! --> src/pbm.rs:76:5 Oct 14 19:49:51.028 INFO kablam! | Oct 14 19:49:51.028 INFO kablam! 76 | pub fn draw_line(&mut self, x_start: i32, y_start: i32, x_end: i32, y_end: i32) { Oct 14 19:49:51.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.028 INFO kablam! Oct 14 19:49:51.028 INFO kablam! warning: method is never used: `get_pixel` Oct 14 19:49:51.028 INFO kablam! --> src/pbm.rs:221:5 Oct 14 19:49:51.028 INFO kablam! | Oct 14 19:49:51.028 INFO kablam! 221 | pub fn get_pixel(&self, x: i32, y: i32) -> Pixel { Oct 14 19:49:51.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.028 INFO kablam! Oct 14 19:49:51.029 INFO kablam! warning: method is never used: `set_pixel_no_offset` Oct 14 19:49:51.029 INFO kablam! --> src/pbm.rs:242:5 Oct 14 19:49:51.029 INFO kablam! | Oct 14 19:49:51.029 INFO kablam! 242 | pub fn set_pixel_no_offset(&mut self, x: i32, y: i32, pixel: &Pixel) { Oct 14 19:49:51.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.029 INFO kablam! Oct 14 19:49:51.029 INFO kablam! warning: method is never used: `scale_up` Oct 14 19:49:51.029 INFO kablam! --> src/pbm.rs:254:5 Oct 14 19:49:51.029 INFO kablam! | Oct 14 19:49:51.029 INFO kablam! 254 | pub fn scale_up(&mut self, scale: i32) { Oct 14 19:49:51.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.029 INFO kablam! Oct 14 19:49:51.029 INFO kablam! warning: method is never used: `convert_to` Oct 14 19:49:51.029 INFO kablam! --> src/pbm.rs:283:5 Oct 14 19:49:51.029 INFO kablam! | Oct 14 19:49:51.029 INFO kablam! 283 | pub fn convert_to(&mut self, magic_number: &str) { Oct 14 19:49:51.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.029 INFO kablam! Oct 14 19:49:51.029 INFO kablam! warning: method is never used: `plus` Oct 14 19:49:51.029 INFO kablam! --> src/vec3.rs:11:5 Oct 14 19:49:51.029 INFO kablam! | Oct 14 19:49:51.029 INFO kablam! 11 | pub fn plus(&self, other: &Vec3) -> Self { Oct 14 19:49:51.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.030 INFO kablam! Oct 14 19:49:51.030 INFO kablam! warning: method is never used: `minus` Oct 14 19:49:51.030 INFO kablam! --> src/vec3.rs:19:5 Oct 14 19:49:51.030 INFO kablam! | Oct 14 19:49:51.030 INFO kablam! 19 | pub fn minus(&self, other: &Vec3) -> Self { Oct 14 19:49:51.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.030 INFO kablam! Oct 14 19:49:51.030 INFO kablam! warning: method is never used: `multiply` Oct 14 19:49:51.030 INFO kablam! --> src/vec3.rs:27:5 Oct 14 19:49:51.030 INFO kablam! | Oct 14 19:49:51.030 INFO kablam! 27 | pub fn multiply(&self, multiplier: f64) -> Self { Oct 14 19:49:51.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.030 INFO kablam! Oct 14 19:49:51.030 INFO kablam! warning: method is never used: `max_x` Oct 14 19:49:51.030 INFO kablam! --> src/wall.rs:17:5 Oct 14 19:49:51.030 INFO kablam! | Oct 14 19:49:51.030 INFO kablam! 17 | pub fn max_x(&self) -> f64 { Oct 14 19:49:51.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.030 INFO kablam! Oct 14 19:49:51.030 INFO kablam! warning: method is never used: `min_x` Oct 14 19:49:51.031 INFO kablam! --> src/wall.rs:25:5 Oct 14 19:49:51.031 INFO kablam! | Oct 14 19:49:51.031 INFO kablam! 25 | pub fn min_x(&self) -> f64 { Oct 14 19:49:51.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.031 INFO kablam! Oct 14 19:49:51.031 INFO kablam! warning: method is never used: `lowest_max_x` Oct 14 19:49:51.031 INFO kablam! --> src/wall.rs:33:5 Oct 14 19:49:51.031 INFO kablam! | Oct 14 19:49:51.031 INFO kablam! 33 | pub fn lowest_max_x(&self, other: &Wall) -> f64 { Oct 14 19:49:51.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.031 INFO kablam! Oct 14 19:49:51.031 INFO kablam! warning: method is never used: `greatest_max_x` Oct 14 19:49:51.031 INFO kablam! --> src/wall.rs:41:5 Oct 14 19:49:51.031 INFO kablam! | Oct 14 19:49:51.031 INFO kablam! 41 | pub fn greatest_max_x(&self, other: &Wall) -> f64 { Oct 14 19:49:51.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.032 INFO kablam! Oct 14 19:49:51.032 INFO kablam! warning: method is never used: `lowest_min_x` Oct 14 19:49:51.032 INFO kablam! --> src/wall.rs:49:5 Oct 14 19:49:51.032 INFO kablam! | Oct 14 19:49:51.032 INFO kablam! 49 | pub fn lowest_min_x(&self, other: &Wall) -> f64 { Oct 14 19:49:51.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.032 INFO kablam! Oct 14 19:49:51.032 INFO kablam! warning: method is never used: `greatest_min_x` Oct 14 19:49:51.032 INFO kablam! --> src/wall.rs:57:5 Oct 14 19:49:51.032 INFO kablam! | Oct 14 19:49:51.032 INFO kablam! 57 | pub fn greatest_min_x(&self, other: &Wall) -> f64 { Oct 14 19:49:51.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.032 INFO kablam! Oct 14 19:49:51.032 INFO kablam! warning: method is never used: `greatest_max_y` Oct 14 19:49:51.032 INFO kablam! --> src/wall.rs:89:5 Oct 14 19:49:51.032 INFO kablam! | Oct 14 19:49:51.032 INFO kablam! 89 | pub fn greatest_max_y(&self, other: &Wall) -> f64 { Oct 14 19:49:51.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.032 INFO kablam! Oct 14 19:49:51.032 INFO kablam! warning: method is never used: `lowest_min_y` Oct 14 19:49:51.032 INFO kablam! --> src/wall.rs:97:5 Oct 14 19:49:51.033 INFO kablam! | Oct 14 19:49:51.033 INFO kablam! 97 | pub fn lowest_min_y(&self, other: &Wall) -> f64 { Oct 14 19:49:51.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:51.033 INFO kablam! Oct 14 19:49:51.033 INFO kablam! warning: variable `triangleJson` should have a snake case name such as `triangle_json` Oct 14 19:49:51.033 INFO kablam! --> src/main.rs:86:13 Oct 14 19:49:51.033 INFO kablam! | Oct 14 19:49:51.033 INFO kablam! 86 | for triangleJson in json.triangles { Oct 14 19:49:51.033 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:49:51.033 INFO kablam! | Oct 14 19:49:51.033 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 19:49:51.033 INFO kablam! Oct 14 19:49:52.004 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 14 19:49:52.008 INFO kablam! su: No module specific data is present Oct 14 19:49:52.570 INFO running `"docker" "rm" "-f" "a0b28d4f245674b13caf54d646521faadfafcbe00701ecb8db86ea48d1e54bcf"` Oct 14 19:49:52.838 INFO blam! a0b28d4f245674b13caf54d646521faadfafcbe00701ecb8db86ea48d1e54bcf Oct 14 19:49:52.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 19:49:53.289 INFO blam! 1911ee08108485fc70053025709dbcfe800fac6bd6de53f7884dc67532a5ef7d Oct 14 19:49:53.289 INFO running `"docker" "start" "-a" "1911ee08108485fc70053025709dbcfe800fac6bd6de53f7884dc67532a5ef7d"` Oct 14 19:49:54.315 INFO kablam! usermod: no changes Oct 14 19:49:54.347 INFO kablam! Compiling pnm-scale v0.1.0 (/source) Oct 14 19:49:54.943 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 14 19:49:54.943 INFO kablam! --> src/pbm.rs:131:5 Oct 14 19:49:54.943 INFO kablam! | Oct 14 19:49:54.943 INFO kablam! 131 | / pub fn draw_triangle(&mut self, triangle: &Triangle) { Oct 14 19:49:54.943 INFO kablam! 132 | | let top = triangle.get_top_walls(); Oct 14 19:49:54.943 INFO kablam! 133 | | let bottom = triangle.get_bottom_walls(); Oct 14 19:49:54.943 INFO kablam! 134 | | Oct 14 19:49:54.943 INFO kablam! 135 | | self.fill_horizontal_space_between_walls(&top.0, &top.1, &triangle); Oct 14 19:49:54.943 INFO kablam! 136 | | self.fill_horizontal_space_between_walls(&bottom.0, &bottom.1, &triangle); Oct 14 19:49:54.943 INFO kablam! 137 | | } Oct 14 19:49:54.943 INFO kablam! | |_____^ Oct 14 19:49:54.943 INFO kablam! | Oct 14 19:49:54.943 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 14 19:49:54.943 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 14 19:49:54.943 INFO kablam! = note: for more information, see issue #34537 Oct 14 19:49:54.943 INFO kablam! Oct 14 19:49:54.943 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 14 19:49:54.943 INFO kablam! --> src/pbm.rs:182:5 Oct 14 19:49:54.943 INFO kablam! | Oct 14 19:49:54.943 INFO kablam! 182 | / pub fn fill_horizontal_space_between_walls(&mut self, wall1: &Wall, wall2: &Wall, triangle: &Triangle) { Oct 14 19:49:54.943 INFO kablam! 183 | | let mut start_y = wall1.greatest_min_y(wall2); Oct 14 19:49:54.943 INFO kablam! 184 | | let mut end_y = wall1.lowest_max_y(wall2); Oct 14 19:49:54.943 INFO kablam! 185 | | Oct 14 19:49:54.943 INFO kablam! ... | Oct 14 19:49:54.943 INFO kablam! 218 | | // don't include end-peices, check those to === 0.5, if so then do some edge checking Oct 14 19:49:54.943 INFO kablam! 219 | | } Oct 14 19:49:54.943 INFO kablam! | |_____^ Oct 14 19:49:54.943 INFO kablam! | Oct 14 19:49:54.943 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 14 19:49:54.943 INFO kablam! = note: for more information, see issue #34537 Oct 14 19:49:54.943 INFO kablam! Oct 14 19:49:54.951 INFO kablam! warning: value assigned to `temp` is never read Oct 14 19:49:54.951 INFO kablam! --> src/pbm.rs:85:21 Oct 14 19:49:54.951 INFO kablam! | Oct 14 19:49:54.951 INFO kablam! 85 | let mut temp = 0; Oct 14 19:49:54.951 INFO kablam! | ^^^^ Oct 14 19:49:54.951 INFO kablam! | Oct 14 19:49:54.951 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 19:49:54.951 INFO kablam! Oct 14 19:49:54.951 INFO kablam! warning: value assigned to `temp` is never read Oct 14 19:49:54.951 INFO kablam! --> src/pbm.rs:96:21 Oct 14 19:49:54.951 INFO kablam! | Oct 14 19:49:54.951 INFO kablam! 96 | let mut temp = 0; Oct 14 19:49:54.951 INFO kablam! | ^^^^ Oct 14 19:49:54.952 INFO kablam! Oct 14 19:49:54.952 INFO kablam! warning: unused variable: `x_pixel` Oct 14 19:49:54.952 INFO kablam! --> src/pbm.rs:142:13 Oct 14 19:49:54.952 INFO kablam! | Oct 14 19:49:54.952 INFO kablam! 142 | let x_pixel = x_base as i32; Oct 14 19:49:54.952 INFO kablam! | ^^^^^^^ help: consider using `_x_pixel` instead Oct 14 19:49:54.952 INFO kablam! | Oct 14 19:49:54.952 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:49:54.952 INFO kablam! Oct 14 19:49:54.952 INFO kablam! warning: unused variable: `y_pixel` Oct 14 19:49:54.952 INFO kablam! --> src/pbm.rs:143:13 Oct 14 19:49:54.952 INFO kablam! | Oct 14 19:49:54.952 INFO kablam! 143 | let y_pixel = y_base as i32; Oct 14 19:49:54.952 INFO kablam! | ^^^^^^^ help: consider using `_y_pixel` instead Oct 14 19:49:54.952 INFO kablam! Oct 14 19:49:54.979 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:54.979 INFO kablam! --> src/pbm.rs:140:13 Oct 14 19:49:54.979 INFO kablam! | Oct 14 19:49:54.979 INFO kablam! 140 | let mut x_base = x.floor(); Oct 14 19:49:54.979 INFO kablam! | ----^^^^^^ Oct 14 19:49:54.979 INFO kablam! | | Oct 14 19:49:54.979 INFO kablam! | help: remove this `mut` Oct 14 19:49:54.979 INFO kablam! | Oct 14 19:49:54.979 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:49:54.979 INFO kablam! Oct 14 19:49:54.979 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:54.979 INFO kablam! --> src/pbm.rs:141:13 Oct 14 19:49:54.979 INFO kablam! | Oct 14 19:49:54.979 INFO kablam! 141 | let mut y_base = y.floor(); Oct 14 19:49:54.979 INFO kablam! | ----^^^^^^ Oct 14 19:49:54.979 INFO kablam! | | Oct 14 19:49:54.979 INFO kablam! | help: remove this `mut` Oct 14 19:49:54.979 INFO kablam! Oct 14 19:49:54.979 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:54.979 INFO kablam! --> src/pbm.rs:184:13 Oct 14 19:49:54.979 INFO kablam! | Oct 14 19:49:54.979 INFO kablam! 184 | let mut end_y = wall1.lowest_max_y(wall2); Oct 14 19:49:54.979 INFO kablam! | ----^^^^^ Oct 14 19:49:54.979 INFO kablam! | | Oct 14 19:49:54.979 INFO kablam! | help: remove this `mut` Oct 14 19:49:54.979 INFO kablam! Oct 14 19:49:55.014 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:55.015 INFO kablam! --> src/wall.rs:114:13 Oct 14 19:49:55.015 INFO kablam! | Oct 14 19:49:55.015 INFO kablam! 114 | let mut p0: Vec2; Oct 14 19:49:55.015 INFO kablam! | ----^^ Oct 14 19:49:55.015 INFO kablam! | | Oct 14 19:49:55.015 INFO kablam! | help: remove this `mut` Oct 14 19:49:55.015 INFO kablam! Oct 14 19:49:55.015 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:55.015 INFO kablam! --> src/wall.rs:115:13 Oct 14 19:49:55.015 INFO kablam! | Oct 14 19:49:55.015 INFO kablam! 115 | let mut p1: Vec2; Oct 14 19:49:55.015 INFO kablam! | ----^^ Oct 14 19:49:55.015 INFO kablam! | | Oct 14 19:49:55.015 INFO kablam! | help: remove this `mut` Oct 14 19:49:55.015 INFO kablam! Oct 14 19:49:55.019 INFO kablam! warning: method is never used: `new_blank_pbm` Oct 14 19:49:55.019 INFO kablam! --> src/pbm.rs:17:5 Oct 14 19:49:55.019 INFO kablam! | Oct 14 19:49:55.019 INFO kablam! 17 | pub fn new_blank_pbm(height: i32, width: i32) -> PBM { Oct 14 19:49:55.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.019 INFO kablam! | Oct 14 19:49:55.019 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:49:55.019 INFO kablam! Oct 14 19:49:55.019 INFO kablam! warning: method is never used: `fill_bottom_half` Oct 14 19:49:55.019 INFO kablam! --> src/pbm.rs:61:5 Oct 14 19:49:55.019 INFO kablam! | Oct 14 19:49:55.019 INFO kablam! 61 | pub fn fill_bottom_half(&mut self, fill_pixel: Pixel) { Oct 14 19:49:55.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.019 INFO kablam! Oct 14 19:49:55.019 INFO kablam! warning: method is never used: `draw_wall` Oct 14 19:49:55.019 INFO kablam! --> src/pbm.rs:67:5 Oct 14 19:49:55.019 INFO kablam! | Oct 14 19:49:55.019 INFO kablam! 67 | pub fn draw_wall(&mut self, height: i32, x: i32, fill_pixel: Pixel) { Oct 14 19:49:55.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.019 INFO kablam! Oct 14 19:49:55.019 INFO kablam! warning: method is never used: `draw_line` Oct 14 19:49:55.019 INFO kablam! --> src/pbm.rs:76:5 Oct 14 19:49:55.019 INFO kablam! | Oct 14 19:49:55.019 INFO kablam! 76 | pub fn draw_line(&mut self, x_start: i32, y_start: i32, x_end: i32, y_end: i32) { Oct 14 19:49:55.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.019 INFO kablam! Oct 14 19:49:55.019 INFO kablam! warning: method is never used: `get_pixel` Oct 14 19:49:55.019 INFO kablam! --> src/pbm.rs:221:5 Oct 14 19:49:55.019 INFO kablam! | Oct 14 19:49:55.019 INFO kablam! 221 | pub fn get_pixel(&self, x: i32, y: i32) -> Pixel { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `set_pixel_no_offset` Oct 14 19:49:55.020 INFO kablam! --> src/pbm.rs:242:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 242 | pub fn set_pixel_no_offset(&mut self, x: i32, y: i32, pixel: &Pixel) { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `scale_up` Oct 14 19:49:55.020 INFO kablam! --> src/pbm.rs:254:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 254 | pub fn scale_up(&mut self, scale: i32) { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `convert_to` Oct 14 19:49:55.020 INFO kablam! --> src/pbm.rs:283:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 283 | pub fn convert_to(&mut self, magic_number: &str) { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `plus` Oct 14 19:49:55.020 INFO kablam! --> src/vec3.rs:11:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 11 | pub fn plus(&self, other: &Vec3) -> Self { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `minus` Oct 14 19:49:55.020 INFO kablam! --> src/vec3.rs:19:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 19 | pub fn minus(&self, other: &Vec3) -> Self { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `multiply` Oct 14 19:49:55.020 INFO kablam! --> src/vec3.rs:27:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 27 | pub fn multiply(&self, multiplier: f64) -> Self { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `max_x` Oct 14 19:49:55.020 INFO kablam! --> src/wall.rs:17:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 17 | pub fn max_x(&self) -> f64 { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `min_x` Oct 14 19:49:55.020 INFO kablam! --> src/wall.rs:25:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 25 | pub fn min_x(&self) -> f64 { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `lowest_max_x` Oct 14 19:49:55.020 INFO kablam! --> src/wall.rs:33:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 33 | pub fn lowest_max_x(&self, other: &Wall) -> f64 { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `greatest_max_x` Oct 14 19:49:55.020 INFO kablam! --> src/wall.rs:41:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 41 | pub fn greatest_max_x(&self, other: &Wall) -> f64 { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `lowest_min_x` Oct 14 19:49:55.020 INFO kablam! --> src/wall.rs:49:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 49 | pub fn lowest_min_x(&self, other: &Wall) -> f64 { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `greatest_min_x` Oct 14 19:49:55.020 INFO kablam! --> src/wall.rs:57:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 57 | pub fn greatest_min_x(&self, other: &Wall) -> f64 { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `greatest_max_y` Oct 14 19:49:55.020 INFO kablam! --> src/wall.rs:89:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 89 | pub fn greatest_max_y(&self, other: &Wall) -> f64 { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.020 INFO kablam! Oct 14 19:49:55.020 INFO kablam! warning: method is never used: `lowest_min_y` Oct 14 19:49:55.020 INFO kablam! --> src/wall.rs:97:5 Oct 14 19:49:55.020 INFO kablam! | Oct 14 19:49:55.020 INFO kablam! 97 | pub fn lowest_min_y(&self, other: &Wall) -> f64 { Oct 14 19:49:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:55.021 INFO kablam! Oct 14 19:49:55.031 INFO kablam! warning: variable `triangleJson` should have a snake case name such as `triangle_json` Oct 14 19:49:55.031 INFO kablam! --> src/main.rs:86:13 Oct 14 19:49:55.031 INFO kablam! | Oct 14 19:49:55.031 INFO kablam! 86 | for triangleJson in json.triangles { Oct 14 19:49:55.031 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:49:55.031 INFO kablam! | Oct 14 19:49:55.031 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 19:49:55.031 INFO kablam! Oct 14 19:49:55.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 14 19:49:55.502 INFO kablam! su: No module specific data is present Oct 14 19:49:56.022 INFO running `"docker" "rm" "-f" "1911ee08108485fc70053025709dbcfe800fac6bd6de53f7884dc67532a5ef7d"` Oct 14 19:49:56.411 INFO blam! 1911ee08108485fc70053025709dbcfe800fac6bd6de53f7884dc67532a5ef7d Oct 14 19:49:56.415 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 19:49:56.883 INFO blam! a0c69bac5901a5158450cb005aa3130c1e25afc7247aa82e43bb6a48b71f3a37 Oct 14 19:49:56.895 INFO running `"docker" "start" "-a" "a0c69bac5901a5158450cb005aa3130c1e25afc7247aa82e43bb6a48b71f3a37"` Oct 14 19:49:57.789 INFO kablam! usermod: no changes Oct 14 19:49:57.858 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 19:49:57.858 INFO kablam! Running /target/debug/deps/pnm_scale-ea534c43e4e180a1 Oct 14 19:49:57.867 INFO blam! Oct 14 19:49:57.867 INFO blam! running 0 tests Oct 14 19:49:57.867 INFO blam! Oct 14 19:49:57.867 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:49:57.867 INFO blam! Oct 14 19:49:57.871 INFO kablam! su: No module specific data is present Oct 14 19:49:58.448 INFO running `"docker" "rm" "-f" "a0c69bac5901a5158450cb005aa3130c1e25afc7247aa82e43bb6a48b71f3a37"` Oct 14 19:49:58.686 INFO blam! a0c69bac5901a5158450cb005aa3130c1e25afc7247aa82e43bb6a48b71f3a37