Oct 14 19:49:46.704 INFO testing ggrochow/pnm-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:49:46.704 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 19:49:47.209 INFO blam! 2756018277f8d2a74f43de313e1b569e589f6ec044e6fec441cb49c6361174e9 Oct 14 19:49:47.212 INFO running `"docker" "start" "-a" "2756018277f8d2a74f43de313e1b569e589f6ec044e6fec441cb49c6361174e9"` Oct 14 19:49:48.235 INFO kablam! usermod: no changes Oct 14 19:49:48.359 INFO kablam! Compiling pnm-scale v0.1.0 (/source) Oct 14 19:49:48.911 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 14 19:49:48.911 INFO kablam! --> src/pbm.rs:131:5 Oct 14 19:49:48.911 INFO kablam! | Oct 14 19:49:48.911 INFO kablam! 131 | / pub fn draw_triangle(&mut self, triangle: &Triangle) { Oct 14 19:49:48.911 INFO kablam! 132 | | let top = triangle.get_top_walls(); Oct 14 19:49:48.911 INFO kablam! 133 | | let bottom = triangle.get_bottom_walls(); Oct 14 19:49:48.911 INFO kablam! 134 | | Oct 14 19:49:48.911 INFO kablam! 135 | | self.fill_horizontal_space_between_walls(&top.0, &top.1, &triangle); Oct 14 19:49:48.911 INFO kablam! 136 | | self.fill_horizontal_space_between_walls(&bottom.0, &bottom.1, &triangle); Oct 14 19:49:48.911 INFO kablam! 137 | | } Oct 14 19:49:48.911 INFO kablam! | |_____^ Oct 14 19:49:48.911 INFO kablam! | Oct 14 19:49:48.911 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 14 19:49:48.911 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:48.911 INFO kablam! = note: for more information, see issue #34537 Oct 14 19:49:48.911 INFO kablam! Oct 14 19:49:48.911 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 14 19:49:48.911 INFO kablam! --> src/pbm.rs:182:5 Oct 14 19:49:48.911 INFO kablam! | Oct 14 19:49:48.911 INFO kablam! 182 | / pub fn fill_horizontal_space_between_walls(&mut self, wall1: &Wall, wall2: &Wall, triangle: &Triangle) { Oct 14 19:49:48.911 INFO kablam! 183 | | let mut start_y = wall1.greatest_min_y(wall2); Oct 14 19:49:48.911 INFO kablam! 184 | | let mut end_y = wall1.lowest_max_y(wall2); Oct 14 19:49:48.911 INFO kablam! 185 | | Oct 14 19:49:48.911 INFO kablam! ... | Oct 14 19:49:48.911 INFO kablam! 218 | | // don't include end-peices, check those to === 0.5, if so then do some edge checking Oct 14 19:49:48.911 INFO kablam! 219 | | } Oct 14 19:49:48.911 INFO kablam! | |_____^ Oct 14 19:49:48.911 INFO kablam! | Oct 14 19:49:48.911 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:48.911 INFO kablam! = note: for more information, see issue #34537 Oct 14 19:49:48.911 INFO kablam! Oct 14 19:49:48.911 INFO kablam! warning: value assigned to `temp` is never read Oct 14 19:49:48.911 INFO kablam! --> src/pbm.rs:85:21 Oct 14 19:49:48.911 INFO kablam! | Oct 14 19:49:48.911 INFO kablam! 85 | let mut temp = 0; Oct 14 19:49:48.911 INFO kablam! | ^^^^ Oct 14 19:49:48.911 INFO kablam! | Oct 14 19:49:48.911 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 19:49:48.912 INFO kablam! Oct 14 19:49:48.912 INFO kablam! warning: value assigned to `temp` is never read Oct 14 19:49:48.912 INFO kablam! --> src/pbm.rs:96:21 Oct 14 19:49:48.912 INFO kablam! | Oct 14 19:49:48.912 INFO kablam! 96 | let mut temp = 0; Oct 14 19:49:48.912 INFO kablam! | ^^^^ Oct 14 19:49:48.912 INFO kablam! Oct 14 19:49:48.912 INFO kablam! warning: unused variable: `x_pixel` Oct 14 19:49:48.912 INFO kablam! --> src/pbm.rs:142:13 Oct 14 19:49:48.912 INFO kablam! | Oct 14 19:49:48.912 INFO kablam! 142 | let x_pixel = x_base as i32; Oct 14 19:49:48.912 INFO kablam! | ^^^^^^^ help: consider using `_x_pixel` instead Oct 14 19:49:48.912 INFO kablam! | Oct 14 19:49:48.912 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:49:48.912 INFO kablam! Oct 14 19:49:48.912 INFO kablam! warning: unused variable: `y_pixel` Oct 14 19:49:48.912 INFO kablam! --> src/pbm.rs:143:13 Oct 14 19:49:48.912 INFO kablam! | Oct 14 19:49:48.912 INFO kablam! 143 | let y_pixel = y_base as i32; Oct 14 19:49:48.912 INFO kablam! | ^^^^^^^ help: consider using `_y_pixel` instead Oct 14 19:49:48.912 INFO kablam! Oct 14 19:49:48.927 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:48.927 INFO kablam! --> src/pbm.rs:140:13 Oct 14 19:49:48.927 INFO kablam! | Oct 14 19:49:48.927 INFO kablam! 140 | let mut x_base = x.floor(); Oct 14 19:49:48.927 INFO kablam! | ----^^^^^^ Oct 14 19:49:48.927 INFO kablam! | | Oct 14 19:49:48.927 INFO kablam! | help: remove this `mut` Oct 14 19:49:48.927 INFO kablam! | Oct 14 19:49:48.927 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:49:48.927 INFO kablam! Oct 14 19:49:48.927 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:48.927 INFO kablam! --> src/pbm.rs:141:13 Oct 14 19:49:48.927 INFO kablam! | Oct 14 19:49:48.927 INFO kablam! 141 | let mut y_base = y.floor(); Oct 14 19:49:48.927 INFO kablam! | ----^^^^^^ Oct 14 19:49:48.927 INFO kablam! | | Oct 14 19:49:48.927 INFO kablam! | help: remove this `mut` Oct 14 19:49:48.927 INFO kablam! Oct 14 19:49:48.951 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:48.951 INFO kablam! --> src/pbm.rs:184:13 Oct 14 19:49:48.951 INFO kablam! | Oct 14 19:49:48.951 INFO kablam! 184 | let mut end_y = wall1.lowest_max_y(wall2); Oct 14 19:49:48.951 INFO kablam! | ----^^^^^ Oct 14 19:49:48.951 INFO kablam! | | Oct 14 19:49:48.951 INFO kablam! | help: remove this `mut` Oct 14 19:49:48.951 INFO kablam! Oct 14 19:49:48.975 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:48.979 INFO kablam! --> src/wall.rs:114:13 Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 INFO kablam! 114 | let mut p0: Vec2; Oct 14 19:49:48.979 INFO kablam! | ----^^ Oct 14 19:49:48.979 INFO kablam! | | Oct 14 19:49:48.979 INFO kablam! | help: remove this `mut` Oct 14 19:49:48.979 INFO kablam! Oct 14 19:49:48.979 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:48.979 INFO kablam! --> src/wall.rs:115:13 Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 INFO kablam! 115 | let mut p1: Vec2; Oct 14 19:49:48.979 INFO kablam! | ----^^ Oct 14 19:49:48.979 INFO kablam! | | Oct 14 19:49:48.979 INFO kablam! | help: remove this `mut` Oct 14 19:49:48.979 INFO kablam! Oct 14 19:49:48.979 INFO kablam! warning: method is never used: `new_blank_pbm` Oct 14 19:49:48.979 INFO kablam! --> src/pbm.rs:17:5 Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 INFO kablam! 17 | pub fn new_blank_pbm(height: i32, width: i32) -> PBM { Oct 14 19:49:48.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:49:48.979 INFO kablam! Oct 14 19:49:48.979 INFO kablam! warning: method is never used: `fill_bottom_half` Oct 14 19:49:48.979 INFO kablam! --> src/pbm.rs:61:5 Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 INFO kablam! 61 | pub fn fill_bottom_half(&mut self, fill_pixel: Pixel) { Oct 14 19:49:48.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.979 INFO kablam! Oct 14 19:49:48.979 INFO kablam! warning: method is never used: `draw_wall` Oct 14 19:49:48.979 INFO kablam! --> src/pbm.rs:67:5 Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 INFO kablam! 67 | pub fn draw_wall(&mut self, height: i32, x: i32, fill_pixel: Pixel) { Oct 14 19:49:48.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.979 INFO kablam! Oct 14 19:49:48.979 INFO kablam! warning: method is never used: `draw_line` Oct 14 19:49:48.979 INFO kablam! --> src/pbm.rs:76:5 Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 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:48.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.979 INFO kablam! Oct 14 19:49:48.979 INFO kablam! warning: method is never used: `get_pixel` Oct 14 19:49:48.979 INFO kablam! --> src/pbm.rs:221:5 Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 INFO kablam! 221 | pub fn get_pixel(&self, x: i32, y: i32) -> Pixel { Oct 14 19:49:48.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.979 INFO kablam! Oct 14 19:49:48.979 INFO kablam! warning: method is never used: `set_pixel_no_offset` Oct 14 19:49:48.979 INFO kablam! --> src/pbm.rs:242:5 Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 INFO kablam! 242 | pub fn set_pixel_no_offset(&mut self, x: i32, y: i32, pixel: &Pixel) { Oct 14 19:49:48.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.979 INFO kablam! Oct 14 19:49:48.979 INFO kablam! warning: method is never used: `scale_up` Oct 14 19:49:48.979 INFO kablam! --> src/pbm.rs:254:5 Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 INFO kablam! 254 | pub fn scale_up(&mut self, scale: i32) { Oct 14 19:49:48.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.979 INFO kablam! Oct 14 19:49:48.979 INFO kablam! warning: method is never used: `convert_to` Oct 14 19:49:48.979 INFO kablam! --> src/pbm.rs:283:5 Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 INFO kablam! 283 | pub fn convert_to(&mut self, magic_number: &str) { Oct 14 19:49:48.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.979 INFO kablam! Oct 14 19:49:48.979 INFO kablam! warning: method is never used: `plus` Oct 14 19:49:48.979 INFO kablam! --> src/vec3.rs:11:5 Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 INFO kablam! 11 | pub fn plus(&self, other: &Vec3) -> Self { Oct 14 19:49:48.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.979 INFO kablam! Oct 14 19:49:48.979 INFO kablam! warning: method is never used: `minus` Oct 14 19:49:48.979 INFO kablam! --> src/vec3.rs:19:5 Oct 14 19:49:48.979 INFO kablam! | Oct 14 19:49:48.979 INFO kablam! 19 | pub fn minus(&self, other: &Vec3) -> Self { Oct 14 19:49:48.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.979 INFO kablam! Oct 14 19:49:48.979 INFO kablam! warning: method is never used: `multiply` Oct 14 19:49:48.979 INFO kablam! --> src/vec3.rs:27:5 Oct 14 19:49:48.980 INFO kablam! | Oct 14 19:49:48.980 INFO kablam! 27 | pub fn multiply(&self, multiplier: f64) -> Self { Oct 14 19:49:48.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.980 INFO kablam! Oct 14 19:49:48.980 INFO kablam! warning: method is never used: `max_x` Oct 14 19:49:48.980 INFO kablam! --> src/wall.rs:17:5 Oct 14 19:49:48.980 INFO kablam! | Oct 14 19:49:48.980 INFO kablam! 17 | pub fn max_x(&self) -> f64 { Oct 14 19:49:48.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.980 INFO kablam! Oct 14 19:49:48.980 INFO kablam! warning: method is never used: `min_x` Oct 14 19:49:48.980 INFO kablam! --> src/wall.rs:25:5 Oct 14 19:49:48.980 INFO kablam! | Oct 14 19:49:48.980 INFO kablam! 25 | pub fn min_x(&self) -> f64 { Oct 14 19:49:48.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.980 INFO kablam! Oct 14 19:49:48.980 INFO kablam! warning: method is never used: `lowest_max_x` Oct 14 19:49:48.980 INFO kablam! --> src/wall.rs:33:5 Oct 14 19:49:48.980 INFO kablam! | Oct 14 19:49:48.980 INFO kablam! 33 | pub fn lowest_max_x(&self, other: &Wall) -> f64 { Oct 14 19:49:48.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.980 INFO kablam! Oct 14 19:49:48.980 INFO kablam! warning: method is never used: `greatest_max_x` Oct 14 19:49:48.980 INFO kablam! --> src/wall.rs:41:5 Oct 14 19:49:48.980 INFO kablam! | Oct 14 19:49:48.980 INFO kablam! 41 | pub fn greatest_max_x(&self, other: &Wall) -> f64 { Oct 14 19:49:48.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.980 INFO kablam! Oct 14 19:49:48.980 INFO kablam! warning: method is never used: `lowest_min_x` Oct 14 19:49:48.980 INFO kablam! --> src/wall.rs:49:5 Oct 14 19:49:48.980 INFO kablam! | Oct 14 19:49:48.980 INFO kablam! 49 | pub fn lowest_min_x(&self, other: &Wall) -> f64 { Oct 14 19:49:48.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.980 INFO kablam! Oct 14 19:49:48.980 INFO kablam! warning: method is never used: `greatest_min_x` Oct 14 19:49:48.980 INFO kablam! --> src/wall.rs:57:5 Oct 14 19:49:48.980 INFO kablam! | Oct 14 19:49:48.980 INFO kablam! 57 | pub fn greatest_min_x(&self, other: &Wall) -> f64 { Oct 14 19:49:48.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.980 INFO kablam! Oct 14 19:49:48.980 INFO kablam! warning: method is never used: `greatest_max_y` Oct 14 19:49:48.980 INFO kablam! --> src/wall.rs:89:5 Oct 14 19:49:48.980 INFO kablam! | Oct 14 19:49:48.980 INFO kablam! 89 | pub fn greatest_max_y(&self, other: &Wall) -> f64 { Oct 14 19:49:48.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.980 INFO kablam! Oct 14 19:49:48.980 INFO kablam! warning: method is never used: `lowest_min_y` Oct 14 19:49:48.980 INFO kablam! --> src/wall.rs:97:5 Oct 14 19:49:48.980 INFO kablam! | Oct 14 19:49:48.980 INFO kablam! 97 | pub fn lowest_min_y(&self, other: &Wall) -> f64 { Oct 14 19:49:48.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:48.980 INFO kablam! Oct 14 19:49:48.983 INFO kablam! warning: variable `triangleJson` should have a snake case name such as `triangle_json` Oct 14 19:49:48.983 INFO kablam! --> src/main.rs:86:13 Oct 14 19:49:48.983 INFO kablam! | Oct 14 19:49:48.983 INFO kablam! 86 | for triangleJson in json.triangles { Oct 14 19:49:48.983 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:49:48.983 INFO kablam! | Oct 14 19:49:48.983 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 19:49:48.983 INFO kablam! Oct 14 19:49:50.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.93s Oct 14 19:49:50.195 INFO kablam! su: No module specific data is present Oct 14 19:49:50.701 INFO running `"docker" "rm" "-f" "2756018277f8d2a74f43de313e1b569e589f6ec044e6fec441cb49c6361174e9"` Oct 14 19:49:50.909 INFO blam! 2756018277f8d2a74f43de313e1b569e589f6ec044e6fec441cb49c6361174e9 Oct 14 19:49:50.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 19:49:51.239 INFO blam! 45785358bdf3dbb94d36f45d4a3ad2aae5184aa7360d24ed6fe0a0a61d77389e Oct 14 19:49:51.243 INFO running `"docker" "start" "-a" "45785358bdf3dbb94d36f45d4a3ad2aae5184aa7360d24ed6fe0a0a61d77389e"` Oct 14 19:49:52.286 INFO kablam! usermod: no changes Oct 14 19:49:52.331 INFO kablam! Compiling pnm-scale v0.1.0 (/source) Oct 14 19:49:52.827 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 14 19:49:52.829 INFO kablam! --> src/pbm.rs:131:5 Oct 14 19:49:52.829 INFO kablam! | Oct 14 19:49:52.829 INFO kablam! 131 | / pub fn draw_triangle(&mut self, triangle: &Triangle) { Oct 14 19:49:52.829 INFO kablam! 132 | | let top = triangle.get_top_walls(); Oct 14 19:49:52.829 INFO kablam! 133 | | let bottom = triangle.get_bottom_walls(); Oct 14 19:49:52.830 INFO kablam! 134 | | Oct 14 19:49:52.830 INFO kablam! 135 | | self.fill_horizontal_space_between_walls(&top.0, &top.1, &triangle); Oct 14 19:49:52.830 INFO kablam! 136 | | self.fill_horizontal_space_between_walls(&bottom.0, &bottom.1, &triangle); Oct 14 19:49:52.830 INFO kablam! 137 | | } Oct 14 19:49:52.830 INFO kablam! | |_____^ Oct 14 19:49:52.830 INFO kablam! | Oct 14 19:49:52.830 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 14 19:49:52.830 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:52.830 INFO kablam! = note: for more information, see issue #34537 Oct 14 19:49:52.830 INFO kablam! Oct 14 19:49:52.830 INFO kablam! warning: private type `Triangle` in public interface (error E0446) Oct 14 19:49:52.830 INFO kablam! --> src/pbm.rs:182:5 Oct 14 19:49:52.830 INFO kablam! | Oct 14 19:49:52.830 INFO kablam! 182 | / pub fn fill_horizontal_space_between_walls(&mut self, wall1: &Wall, wall2: &Wall, triangle: &Triangle) { Oct 14 19:49:52.830 INFO kablam! 183 | | let mut start_y = wall1.greatest_min_y(wall2); Oct 14 19:49:52.830 INFO kablam! 184 | | let mut end_y = wall1.lowest_max_y(wall2); Oct 14 19:49:52.830 INFO kablam! 185 | | Oct 14 19:49:52.830 INFO kablam! ... | Oct 14 19:49:52.830 INFO kablam! 218 | | // don't include end-peices, check those to === 0.5, if so then do some edge checking Oct 14 19:49:52.830 INFO kablam! 219 | | } Oct 14 19:49:52.831 INFO kablam! | |_____^ Oct 14 19:49:52.831 INFO kablam! | Oct 14 19:49:52.832 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:52.832 INFO kablam! = note: for more information, see issue #34537 Oct 14 19:49:52.832 INFO kablam! Oct 14 19:49:52.832 INFO kablam! warning: value assigned to `temp` is never read Oct 14 19:49:52.832 INFO kablam! --> src/pbm.rs:85:21 Oct 14 19:49:52.832 INFO kablam! | Oct 14 19:49:52.832 INFO kablam! 85 | let mut temp = 0; Oct 14 19:49:52.832 INFO kablam! | ^^^^ Oct 14 19:49:52.832 INFO kablam! | Oct 14 19:49:52.832 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 19:49:52.832 INFO kablam! Oct 14 19:49:52.832 INFO kablam! warning: value assigned to `temp` is never read Oct 14 19:49:52.832 INFO kablam! --> src/pbm.rs:96:21 Oct 14 19:49:52.832 INFO kablam! | Oct 14 19:49:52.832 INFO kablam! 96 | let mut temp = 0; Oct 14 19:49:52.832 INFO kablam! | ^^^^ Oct 14 19:49:52.832 INFO kablam! Oct 14 19:49:52.833 INFO kablam! warning: unused variable: `x_pixel` Oct 14 19:49:52.833 INFO kablam! --> src/pbm.rs:142:13 Oct 14 19:49:52.838 INFO kablam! | Oct 14 19:49:52.838 INFO kablam! 142 | let x_pixel = x_base as i32; Oct 14 19:49:52.838 INFO kablam! | ^^^^^^^ help: consider using `_x_pixel` instead Oct 14 19:49:52.838 INFO kablam! | Oct 14 19:49:52.838 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:49:52.838 INFO kablam! Oct 14 19:49:52.838 INFO kablam! warning: unused variable: `y_pixel` Oct 14 19:49:52.838 INFO kablam! --> src/pbm.rs:143:13 Oct 14 19:49:52.838 INFO kablam! | Oct 14 19:49:52.838 INFO kablam! 143 | let y_pixel = y_base as i32; Oct 14 19:49:52.838 INFO kablam! | ^^^^^^^ help: consider using `_y_pixel` instead Oct 14 19:49:52.838 INFO kablam! Oct 14 19:49:52.856 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:52.856 INFO kablam! --> src/pbm.rs:140:13 Oct 14 19:49:52.857 INFO kablam! | Oct 14 19:49:52.857 INFO kablam! 140 | let mut x_base = x.floor(); Oct 14 19:49:52.857 INFO kablam! | ----^^^^^^ Oct 14 19:49:52.857 INFO kablam! | | Oct 14 19:49:52.857 INFO kablam! | help: remove this `mut` Oct 14 19:49:52.857 INFO kablam! | Oct 14 19:49:52.857 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:49:52.857 INFO kablam! Oct 14 19:49:52.857 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:52.857 INFO kablam! --> src/pbm.rs:141:13 Oct 14 19:49:52.857 INFO kablam! | Oct 14 19:49:52.857 INFO kablam! 141 | let mut y_base = y.floor(); Oct 14 19:49:52.857 INFO kablam! | ----^^^^^^ Oct 14 19:49:52.857 INFO kablam! | | Oct 14 19:49:52.857 INFO kablam! | help: remove this `mut` Oct 14 19:49:52.857 INFO kablam! Oct 14 19:49:52.857 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:52.857 INFO kablam! --> src/pbm.rs:184:13 Oct 14 19:49:52.857 INFO kablam! | Oct 14 19:49:52.857 INFO kablam! 184 | let mut end_y = wall1.lowest_max_y(wall2); Oct 14 19:49:52.857 INFO kablam! | ----^^^^^ Oct 14 19:49:52.857 INFO kablam! | | Oct 14 19:49:52.857 INFO kablam! | help: remove this `mut` Oct 14 19:49:52.857 INFO kablam! Oct 14 19:49:52.885 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:52.885 INFO kablam! --> src/wall.rs:114:13 Oct 14 19:49:52.885 INFO kablam! | Oct 14 19:49:52.885 INFO kablam! 114 | let mut p0: Vec2; Oct 14 19:49:52.885 INFO kablam! | ----^^ Oct 14 19:49:52.885 INFO kablam! | | Oct 14 19:49:52.885 INFO kablam! | help: remove this `mut` Oct 14 19:49:52.885 INFO kablam! Oct 14 19:49:52.885 INFO kablam! warning: variable does not need to be mutable Oct 14 19:49:52.885 INFO kablam! --> src/wall.rs:115:13 Oct 14 19:49:52.885 INFO kablam! | Oct 14 19:49:52.885 INFO kablam! 115 | let mut p1: Vec2; Oct 14 19:49:52.885 INFO kablam! | ----^^ Oct 14 19:49:52.885 INFO kablam! | | Oct 14 19:49:52.885 INFO kablam! | help: remove this `mut` Oct 14 19:49:52.885 INFO kablam! Oct 14 19:49:52.886 INFO kablam! warning: method is never used: `new_blank_pbm` Oct 14 19:49:52.886 INFO kablam! --> src/pbm.rs:17:5 Oct 14 19:49:52.886 INFO kablam! | Oct 14 19:49:52.886 INFO kablam! 17 | pub fn new_blank_pbm(height: i32, width: i32) -> PBM { Oct 14 19:49:52.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.886 INFO kablam! | Oct 14 19:49:52.886 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:49:52.886 INFO kablam! Oct 14 19:49:52.886 INFO kablam! warning: method is never used: `fill_bottom_half` Oct 14 19:49:52.886 INFO kablam! --> src/pbm.rs:61:5 Oct 14 19:49:52.886 INFO kablam! | Oct 14 19:49:52.887 INFO kablam! 61 | pub fn fill_bottom_half(&mut self, fill_pixel: Pixel) { Oct 14 19:49:52.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.887 INFO kablam! Oct 14 19:49:52.890 INFO kablam! warning: method is never used: `draw_wall` Oct 14 19:49:52.891 INFO kablam! --> src/pbm.rs:67:5 Oct 14 19:49:52.891 INFO kablam! | Oct 14 19:49:52.891 INFO kablam! 67 | pub fn draw_wall(&mut self, height: i32, x: i32, fill_pixel: Pixel) { Oct 14 19:49:52.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.892 INFO kablam! Oct 14 19:49:52.892 INFO kablam! warning: method is never used: `draw_line` Oct 14 19:49:52.892 INFO kablam! --> src/pbm.rs:76:5 Oct 14 19:49:52.892 INFO kablam! | Oct 14 19:49:52.892 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:52.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.892 INFO kablam! Oct 14 19:49:52.892 INFO kablam! warning: method is never used: `get_pixel` Oct 14 19:49:52.892 INFO kablam! --> src/pbm.rs:221:5 Oct 14 19:49:52.892 INFO kablam! | Oct 14 19:49:52.892 INFO kablam! 221 | pub fn get_pixel(&self, x: i32, y: i32) -> Pixel { Oct 14 19:49:52.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.892 INFO kablam! Oct 14 19:49:52.892 INFO kablam! warning: method is never used: `set_pixel_no_offset` Oct 14 19:49:52.892 INFO kablam! --> src/pbm.rs:242:5 Oct 14 19:49:52.892 INFO kablam! | Oct 14 19:49:52.892 INFO kablam! 242 | pub fn set_pixel_no_offset(&mut self, x: i32, y: i32, pixel: &Pixel) { Oct 14 19:49:52.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.893 INFO kablam! Oct 14 19:49:52.893 INFO kablam! warning: method is never used: `scale_up` Oct 14 19:49:52.893 INFO kablam! --> src/pbm.rs:254:5 Oct 14 19:49:52.893 INFO kablam! | Oct 14 19:49:52.893 INFO kablam! 254 | pub fn scale_up(&mut self, scale: i32) { Oct 14 19:49:52.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.893 INFO kablam! Oct 14 19:49:52.893 INFO kablam! warning: method is never used: `convert_to` Oct 14 19:49:52.893 INFO kablam! --> src/pbm.rs:283:5 Oct 14 19:49:52.893 INFO kablam! | Oct 14 19:49:52.893 INFO kablam! 283 | pub fn convert_to(&mut self, magic_number: &str) { Oct 14 19:49:52.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.893 INFO kablam! Oct 14 19:49:52.893 INFO kablam! warning: method is never used: `plus` Oct 14 19:49:52.893 INFO kablam! --> src/vec3.rs:11:5 Oct 14 19:49:52.893 INFO kablam! | Oct 14 19:49:52.893 INFO kablam! 11 | pub fn plus(&self, other: &Vec3) -> Self { Oct 14 19:49:52.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.893 INFO kablam! Oct 14 19:49:52.894 INFO kablam! warning: method is never used: `minus` Oct 14 19:49:52.894 INFO kablam! --> src/vec3.rs:19:5 Oct 14 19:49:52.894 INFO kablam! | Oct 14 19:49:52.894 INFO kablam! 19 | pub fn minus(&self, other: &Vec3) -> Self { Oct 14 19:49:52.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.894 INFO kablam! Oct 14 19:49:52.894 INFO kablam! warning: method is never used: `multiply` Oct 14 19:49:52.894 INFO kablam! --> src/vec3.rs:27:5 Oct 14 19:49:52.894 INFO kablam! | Oct 14 19:49:52.894 INFO kablam! 27 | pub fn multiply(&self, multiplier: f64) -> Self { Oct 14 19:49:52.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.894 INFO kablam! Oct 14 19:49:52.894 INFO kablam! warning: method is never used: `max_x` Oct 14 19:49:52.894 INFO kablam! --> src/wall.rs:17:5 Oct 14 19:49:52.894 INFO kablam! | Oct 14 19:49:52.894 INFO kablam! 17 | pub fn max_x(&self) -> f64 { Oct 14 19:49:52.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.894 INFO kablam! Oct 14 19:49:52.895 INFO kablam! warning: method is never used: `min_x` Oct 14 19:49:52.895 INFO kablam! --> src/wall.rs:25:5 Oct 14 19:49:52.895 INFO kablam! | Oct 14 19:49:52.895 INFO kablam! 25 | pub fn min_x(&self) -> f64 { Oct 14 19:49:52.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.895 INFO kablam! Oct 14 19:49:52.895 INFO kablam! warning: method is never used: `lowest_max_x` Oct 14 19:49:52.895 INFO kablam! --> src/wall.rs:33:5 Oct 14 19:49:52.895 INFO kablam! | Oct 14 19:49:52.895 INFO kablam! 33 | pub fn lowest_max_x(&self, other: &Wall) -> f64 { Oct 14 19:49:52.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.895 INFO kablam! Oct 14 19:49:52.895 INFO kablam! warning: method is never used: `greatest_max_x` Oct 14 19:49:52.895 INFO kablam! --> src/wall.rs:41:5 Oct 14 19:49:52.895 INFO kablam! | Oct 14 19:49:52.895 INFO kablam! 41 | pub fn greatest_max_x(&self, other: &Wall) -> f64 { Oct 14 19:49:52.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.895 INFO kablam! Oct 14 19:49:52.895 INFO kablam! warning: method is never used: `lowest_min_x` Oct 14 19:49:52.895 INFO kablam! --> src/wall.rs:49:5 Oct 14 19:49:52.895 INFO kablam! | Oct 14 19:49:52.895 INFO kablam! 49 | pub fn lowest_min_x(&self, other: &Wall) -> f64 { Oct 14 19:49:52.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.895 INFO kablam! Oct 14 19:49:52.895 INFO kablam! warning: method is never used: `greatest_min_x` Oct 14 19:49:52.896 INFO kablam! --> src/wall.rs:57:5 Oct 14 19:49:52.896 INFO kablam! | Oct 14 19:49:52.896 INFO kablam! 57 | pub fn greatest_min_x(&self, other: &Wall) -> f64 { Oct 14 19:49:52.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.896 INFO kablam! Oct 14 19:49:52.896 INFO kablam! warning: method is never used: `greatest_max_y` Oct 14 19:49:52.896 INFO kablam! --> src/wall.rs:89:5 Oct 14 19:49:52.896 INFO kablam! | Oct 14 19:49:52.896 INFO kablam! 89 | pub fn greatest_max_y(&self, other: &Wall) -> f64 { Oct 14 19:49:52.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.896 INFO kablam! Oct 14 19:49:52.896 INFO kablam! warning: method is never used: `lowest_min_y` Oct 14 19:49:52.896 INFO kablam! --> src/wall.rs:97:5 Oct 14 19:49:52.896 INFO kablam! | Oct 14 19:49:52.896 INFO kablam! 97 | pub fn lowest_min_y(&self, other: &Wall) -> f64 { Oct 14 19:49:52.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:49:52.896 INFO kablam! Oct 14 19:49:52.896 INFO kablam! warning: variable `triangleJson` should have a snake case name such as `triangle_json` Oct 14 19:49:52.896 INFO kablam! --> src/main.rs:86:13 Oct 14 19:49:52.896 INFO kablam! | Oct 14 19:49:52.896 INFO kablam! 86 | for triangleJson in json.triangles { Oct 14 19:49:52.896 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:49:52.896 INFO kablam! | Oct 14 19:49:52.896 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 19:49:52.896 INFO kablam! Oct 14 19:49:53.361 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 14 19:49:53.367 INFO kablam! su: No module specific data is present Oct 14 19:49:54.003 INFO running `"docker" "rm" "-f" "45785358bdf3dbb94d36f45d4a3ad2aae5184aa7360d24ed6fe0a0a61d77389e"` Oct 14 19:49:54.244 INFO blam! 45785358bdf3dbb94d36f45d4a3ad2aae5184aa7360d24ed6fe0a0a61d77389e Oct 14 19:49:54.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 19:49:54.579 INFO blam! fc4446f67e9a811592b3224789ea7cd81bd481d7b85bef5f4247284b99714ec3 Oct 14 19:49:54.581 INFO running `"docker" "start" "-a" "fc4446f67e9a811592b3224789ea7cd81bd481d7b85bef5f4247284b99714ec3"` Oct 14 19:49:55.607 INFO kablam! usermod: no changes Oct 14 19:49:55.639 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 19:49:55.639 INFO kablam! Running /target/debug/deps/pnm_scale-535430f26af92901 Oct 14 19:49:55.643 INFO blam! Oct 14 19:49:55.643 INFO blam! running 0 tests Oct 14 19:49:55.643 INFO blam! Oct 14 19:49:55.643 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:49:55.643 INFO blam! Oct 14 19:49:55.644 INFO kablam! su: No module specific data is present Oct 14 19:49:56.145 INFO running `"docker" "rm" "-f" "fc4446f67e9a811592b3224789ea7cd81bd481d7b85bef5f4247284b99714ec3"` Oct 14 19:49:56.579 INFO blam! fc4446f67e9a811592b3224789ea7cd81bd481d7b85bef5f4247284b99714ec3