Oct 21 19:45:25.722 INFO checking andrewjlm/rustrenderer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:45:25.722 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 19:45:26.156 INFO blam! 70ed0ccfc8cb9863222d4ed9046d93a3d9326d8a5e18a3ccadb6264751ba7609 Oct 21 19:45:26.172 INFO running `"docker" "start" "-a" "70ed0ccfc8cb9863222d4ed9046d93a3d9326d8a5e18a3ccadb6264751ba7609"` Oct 21 19:45:27.282 INFO kablam! usermod: no changes Oct 21 19:45:27.351 INFO kablam! Checking rustrender v0.1.0 (/source) Oct 21 19:45:28.256 INFO kablam! warning: unnecessary parentheses around assigned value Oct 21 19:45:28.256 INFO kablam! --> src/tga.rs:108:21 Oct 21 19:45:28.256 INFO kablam! | Oct 21 19:45:28.256 INFO kablam! 108 | let num_bytes = (height * width * bytes_per_pixel); Oct 21 19:45:28.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 19:45:28.256 INFO kablam! | Oct 21 19:45:28.256 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 19:45:28.256 INFO kablam! Oct 21 19:45:28.340 INFO kablam! warning: unnecessary parentheses around assigned value Oct 21 19:45:28.340 INFO kablam! --> src/tga.rs:108:21 Oct 21 19:45:28.340 INFO kablam! | Oct 21 19:45:28.340 INFO kablam! 108 | let num_bytes = (height * width * bytes_per_pixel); Oct 21 19:45:28.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 19:45:28.340 INFO kablam! | Oct 21 19:45:28.340 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 19:45:28.340 INFO kablam! Oct 21 19:45:28.460 INFO kablam! warning: unused variable: `color` Oct 21 19:45:28.460 INFO kablam! --> src/geo.rs:269:47 Oct 21 19:45:28.460 INFO kablam! | Oct 21 19:45:28.460 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 21 19:45:28.461 INFO kablam! | ^^^^^ help: consider using `_color` instead Oct 21 19:45:28.461 INFO kablam! | Oct 21 19:45:28.461 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 19:45:28.461 INFO kablam! Oct 21 19:45:28.504 INFO kablam! warning: variable does not need to be mutable Oct 21 19:45:28.504 INFO kablam! --> src/geo.rs:269:24 Oct 21 19:45:28.505 INFO kablam! | Oct 21 19:45:28.505 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 21 19:45:28.505 INFO kablam! | ----^^^^^ Oct 21 19:45:28.505 INFO kablam! | | Oct 21 19:45:28.505 INFO kablam! | help: remove this `mut` Oct 21 19:45:28.505 INFO kablam! | Oct 21 19:45:28.505 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 19:45:28.505 INFO kablam! Oct 21 19:45:28.521 INFO kablam! warning: unused variable: `color` Oct 21 19:45:28.521 INFO kablam! --> src/geo.rs:269:47 Oct 21 19:45:28.521 INFO kablam! | Oct 21 19:45:28.521 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 21 19:45:28.521 INFO kablam! | ^^^^^ help: consider using `_color` instead Oct 21 19:45:28.521 INFO kablam! | Oct 21 19:45:28.521 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 19:45:28.521 INFO kablam! Oct 21 19:45:28.521 INFO kablam! warning: constant item is never used: `WHITE` Oct 21 19:45:28.521 INFO kablam! --> src/image.rs:15:1 Oct 21 19:45:28.521 INFO kablam! | Oct 21 19:45:28.521 INFO kablam! 15 | pub const WHITE: Color = Color(255, 255, 255); Oct 21 19:45:28.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.521 INFO kablam! | Oct 21 19:45:28.521 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:45:28.521 INFO kablam! Oct 21 19:45:28.521 INFO kablam! warning: constant item is never used: `RED` Oct 21 19:45:28.522 INFO kablam! --> src/image.rs:16:1 Oct 21 19:45:28.522 INFO kablam! | Oct 21 19:45:28.522 INFO kablam! 16 | pub const RED: Color = Color(0, 0, 255); Oct 21 19:45:28.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.522 INFO kablam! Oct 21 19:45:28.522 INFO kablam! warning: constant item is never used: `GREEN` Oct 21 19:45:28.522 INFO kablam! --> src/image.rs:17:1 Oct 21 19:45:28.522 INFO kablam! | Oct 21 19:45:28.522 INFO kablam! 17 | pub const GREEN: Color = Color(0, 255, 0); Oct 21 19:45:28.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.522 INFO kablam! Oct 21 19:45:28.522 INFO kablam! warning: constant item is never used: `BLUE` Oct 21 19:45:28.522 INFO kablam! --> src/image.rs:18:1 Oct 21 19:45:28.522 INFO kablam! | Oct 21 19:45:28.522 INFO kablam! 18 | pub const BLUE: Color = Color(255, 0, 0); Oct 21 19:45:28.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.522 INFO kablam! Oct 21 19:45:28.522 INFO kablam! warning: function is never used: `line` Oct 21 19:45:28.522 INFO kablam! --> src/image.rs:121:1 Oct 21 19:45:28.522 INFO kablam! | Oct 21 19:45:28.522 INFO kablam! 121 | pub fn line(point1: Vec2, point2: Vec2, image: &mut Image, color: Color) { Oct 21 19:45:28.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.523 INFO kablam! Oct 21 19:45:28.523 INFO kablam! warning: method is never used: `new` Oct 21 19:45:28.523 INFO kablam! --> src/geo.rs:19:5 Oct 21 19:45:28.523 INFO kablam! | Oct 21 19:45:28.523 INFO kablam! 19 | pub fn new(x: T, y: T) -> Self { Oct 21 19:45:28.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.523 INFO kablam! Oct 21 19:45:28.523 INFO kablam! warning: method is never used: `to_f64` Oct 21 19:45:28.523 INFO kablam! --> src/geo.rs:26:5 Oct 21 19:45:28.523 INFO kablam! | Oct 21 19:45:28.523 INFO kablam! 26 | pub fn to_f64(self) -> Vec2 { Oct 21 19:45:28.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.523 INFO kablam! Oct 21 19:45:28.523 INFO kablam! warning: method is never used: `new` Oct 21 19:45:28.523 INFO kablam! --> src/geo.rs:89:5 Oct 21 19:45:28.523 INFO kablam! | Oct 21 19:45:28.523 INFO kablam! 89 | pub fn new(x: T, y: T, z: T) -> Self { Oct 21 19:45:28.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.523 INFO kablam! Oct 21 19:45:28.523 INFO kablam! warning: method is never used: `to_i32` Oct 21 19:45:28.523 INFO kablam! --> src/geo.rs:126:5 Oct 21 19:45:28.523 INFO kablam! | Oct 21 19:45:28.523 INFO kablam! 126 | pub fn to_i32(self) -> Vec3 { Oct 21 19:45:28.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.524 INFO kablam! Oct 21 19:45:28.524 INFO kablam! warning: method is never used: `new` Oct 21 19:45:28.524 INFO kablam! --> src/geo.rs:193:5 Oct 21 19:45:28.524 INFO kablam! | Oct 21 19:45:28.524 INFO kablam! 193 | pub fn new(coords: Vec3) -> Self { Oct 21 19:45:28.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.524 INFO kablam! Oct 21 19:45:28.524 INFO kablam! warning: function is never used: `barycentric` Oct 21 19:45:28.524 INFO kablam! --> src/geo.rs:347:1 Oct 21 19:45:28.524 INFO kablam! | Oct 21 19:45:28.524 INFO kablam! 347 | pub fn barycentric(t0: &Vec3, t1: &Vec3, p: &Vec3) -> f64 { Oct 21 19:45:28.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.524 INFO kablam! Oct 21 19:45:28.524 INFO kablam! warning: method is never used: `is_color` Oct 21 19:45:28.524 INFO kablam! --> src/tga.rs:34:5 Oct 21 19:45:28.524 INFO kablam! | Oct 21 19:45:28.524 INFO kablam! 34 | fn is_color(&self) -> bool { Oct 21 19:45:28.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.524 INFO kablam! Oct 21 19:45:28.524 INFO kablam! warning: method is never used: `is_color_mapped` Oct 21 19:45:28.525 INFO kablam! --> src/tga.rs:44:5 Oct 21 19:45:28.525 INFO kablam! | Oct 21 19:45:28.525 INFO kablam! 44 | fn is_color_mapped(&self) -> bool { Oct 21 19:45:28.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.525 INFO kablam! Oct 21 19:45:28.525 INFO kablam! warning: method is never used: `is_encoded` Oct 21 19:45:28.525 INFO kablam! --> src/tga.rs:52:5 Oct 21 19:45:28.525 INFO kablam! | Oct 21 19:45:28.525 INFO kablam! 52 | fn is_encoded(&self) -> bool { Oct 21 19:45:28.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.525 INFO kablam! Oct 21 19:45:28.544 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:45:28.544 INFO kablam! --> src/main.rs:21:5 Oct 21 19:45:28.544 INFO kablam! | Oct 21 19:45:28.545 INFO kablam! 21 | image.write_tga_file("output.tga"); Oct 21 19:45:28.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.545 INFO kablam! | Oct 21 19:45:28.545 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 19:45:28.545 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:45:28.545 INFO kablam! Oct 21 19:45:28.561 INFO kablam! warning: variable does not need to be mutable Oct 21 19:45:28.561 INFO kablam! --> src/geo.rs:269:24 Oct 21 19:45:28.561 INFO kablam! | Oct 21 19:45:28.561 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 21 19:45:28.561 INFO kablam! | ----^^^^^ Oct 21 19:45:28.561 INFO kablam! | | Oct 21 19:45:28.561 INFO kablam! | help: remove this `mut` Oct 21 19:45:28.561 INFO kablam! | Oct 21 19:45:28.561 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 19:45:28.561 INFO kablam! Oct 21 19:45:28.577 INFO kablam! warning: constant item is never used: `WHITE` Oct 21 19:45:28.577 INFO kablam! --> src/image.rs:15:1 Oct 21 19:45:28.577 INFO kablam! | Oct 21 19:45:28.577 INFO kablam! 15 | pub const WHITE: Color = Color(255, 255, 255); Oct 21 19:45:28.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.577 INFO kablam! | Oct 21 19:45:28.577 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:45:28.577 INFO kablam! Oct 21 19:45:28.577 INFO kablam! warning: constant item is never used: `RED` Oct 21 19:45:28.577 INFO kablam! --> src/image.rs:16:1 Oct 21 19:45:28.577 INFO kablam! | Oct 21 19:45:28.577 INFO kablam! 16 | pub const RED: Color = Color(0, 0, 255); Oct 21 19:45:28.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.577 INFO kablam! Oct 21 19:45:28.577 INFO kablam! warning: constant item is never used: `GREEN` Oct 21 19:45:28.577 INFO kablam! --> src/image.rs:17:1 Oct 21 19:45:28.578 INFO kablam! | Oct 21 19:45:28.578 INFO kablam! 17 | pub const GREEN: Color = Color(0, 255, 0); Oct 21 19:45:28.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.578 INFO kablam! Oct 21 19:45:28.578 INFO kablam! warning: constant item is never used: `BLUE` Oct 21 19:45:28.578 INFO kablam! --> src/image.rs:18:1 Oct 21 19:45:28.578 INFO kablam! | Oct 21 19:45:28.578 INFO kablam! 18 | pub const BLUE: Color = Color(255, 0, 0); Oct 21 19:45:28.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.578 INFO kablam! Oct 21 19:45:28.578 INFO kablam! warning: function is never used: `line` Oct 21 19:45:28.578 INFO kablam! --> src/image.rs:121:1 Oct 21 19:45:28.578 INFO kablam! | Oct 21 19:45:28.578 INFO kablam! 121 | pub fn line(point1: Vec2, point2: Vec2, image: &mut Image, color: Color) { Oct 21 19:45:28.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.578 INFO kablam! Oct 21 19:45:28.578 INFO kablam! warning: method is never used: `new` Oct 21 19:45:28.578 INFO kablam! --> src/geo.rs:19:5 Oct 21 19:45:28.578 INFO kablam! | Oct 21 19:45:28.578 INFO kablam! 19 | pub fn new(x: T, y: T) -> Self { Oct 21 19:45:28.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.578 INFO kablam! Oct 21 19:45:28.578 INFO kablam! warning: method is never used: `to_f64` Oct 21 19:45:28.579 INFO kablam! --> src/geo.rs:26:5 Oct 21 19:45:28.579 INFO kablam! | Oct 21 19:45:28.579 INFO kablam! 26 | pub fn to_f64(self) -> Vec2 { Oct 21 19:45:28.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.579 INFO kablam! Oct 21 19:45:28.579 INFO kablam! warning: method is never used: `new` Oct 21 19:45:28.579 INFO kablam! --> src/geo.rs:89:5 Oct 21 19:45:28.579 INFO kablam! | Oct 21 19:45:28.579 INFO kablam! 89 | pub fn new(x: T, y: T, z: T) -> Self { Oct 21 19:45:28.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.579 INFO kablam! Oct 21 19:45:28.579 INFO kablam! warning: method is never used: `to_i32` Oct 21 19:45:28.579 INFO kablam! --> src/geo.rs:126:5 Oct 21 19:45:28.579 INFO kablam! | Oct 21 19:45:28.579 INFO kablam! 126 | pub fn to_i32(self) -> Vec3 { Oct 21 19:45:28.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.579 INFO kablam! Oct 21 19:45:28.579 INFO kablam! warning: method is never used: `new` Oct 21 19:45:28.579 INFO kablam! --> src/geo.rs:193:5 Oct 21 19:45:28.579 INFO kablam! | Oct 21 19:45:28.579 INFO kablam! 193 | pub fn new(coords: Vec3) -> Self { Oct 21 19:45:28.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.580 INFO kablam! Oct 21 19:45:28.580 INFO kablam! warning: function is never used: `barycentric` Oct 21 19:45:28.580 INFO kablam! --> src/geo.rs:347:1 Oct 21 19:45:28.580 INFO kablam! | Oct 21 19:45:28.580 INFO kablam! 347 | pub fn barycentric(t0: &Vec3, t1: &Vec3, p: &Vec3) -> f64 { Oct 21 19:45:28.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.580 INFO kablam! Oct 21 19:45:28.580 INFO kablam! warning: method is never used: `is_color` Oct 21 19:45:28.580 INFO kablam! --> src/tga.rs:34:5 Oct 21 19:45:28.580 INFO kablam! | Oct 21 19:45:28.580 INFO kablam! 34 | fn is_color(&self) -> bool { Oct 21 19:45:28.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.580 INFO kablam! Oct 21 19:45:28.580 INFO kablam! warning: method is never used: `is_color_mapped` Oct 21 19:45:28.580 INFO kablam! --> src/tga.rs:44:5 Oct 21 19:45:28.580 INFO kablam! | Oct 21 19:45:28.580 INFO kablam! 44 | fn is_color_mapped(&self) -> bool { Oct 21 19:45:28.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.580 INFO kablam! Oct 21 19:45:28.580 INFO kablam! warning: method is never used: `is_encoded` Oct 21 19:45:28.580 INFO kablam! --> src/tga.rs:52:5 Oct 21 19:45:28.580 INFO kablam! | Oct 21 19:45:28.581 INFO kablam! 52 | fn is_encoded(&self) -> bool { Oct 21 19:45:28.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.581 INFO kablam! Oct 21 19:45:28.601 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:45:28.601 INFO kablam! --> src/main.rs:21:5 Oct 21 19:45:28.601 INFO kablam! | Oct 21 19:45:28.601 INFO kablam! 21 | image.write_tga_file("output.tga"); Oct 21 19:45:28.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:45:28.601 INFO kablam! | Oct 21 19:45:28.601 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 19:45:28.601 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:45:28.601 INFO kablam! Oct 21 19:45:28.621 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 21 19:45:28.634 INFO kablam! su: No module specific data is present Oct 21 19:45:28.974 INFO running `"docker" "rm" "-f" "70ed0ccfc8cb9863222d4ed9046d93a3d9326d8a5e18a3ccadb6264751ba7609"` Oct 21 19:45:29.172 INFO blam! 70ed0ccfc8cb9863222d4ed9046d93a3d9326d8a5e18a3ccadb6264751ba7609