Oct 15 04:06:19.597 INFO testing andrewjlm/rustrenderer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:06:19.599 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 04:06:20.176 INFO blam! a5adc613c455bc7f60eb95d89f966d255a4d4da83acf1838107d1fdff7e65163 Oct 15 04:06:20.179 INFO running `"docker" "start" "-a" "a5adc613c455bc7f60eb95d89f966d255a4d4da83acf1838107d1fdff7e65163"` Oct 15 04:06:21.380 INFO kablam! usermod: no changes Oct 15 04:06:21.455 INFO kablam! Compiling rustrender v0.1.0 (/source) Oct 15 04:06:22.245 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 04:06:22.245 INFO kablam! --> src/tga.rs:108:21 Oct 15 04:06:22.245 INFO kablam! | Oct 15 04:06:22.245 INFO kablam! 108 | let num_bytes = (height * width * bytes_per_pixel); Oct 15 04:06:22.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:06:22.245 INFO kablam! | Oct 15 04:06:22.245 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 04:06:22.245 INFO kablam! Oct 15 04:06:22.449 INFO kablam! warning: unused variable: `color` Oct 15 04:06:22.450 INFO kablam! --> src/geo.rs:269:47 Oct 15 04:06:22.450 INFO kablam! | Oct 15 04:06:22.450 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 15 04:06:22.450 INFO kablam! | ^^^^^ help: consider using `_color` instead Oct 15 04:06:22.450 INFO kablam! | Oct 15 04:06:22.450 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:06:22.450 INFO kablam! Oct 15 04:06:22.499 INFO kablam! warning: variable does not need to be mutable Oct 15 04:06:22.499 INFO kablam! --> src/geo.rs:269:24 Oct 15 04:06:22.499 INFO kablam! | Oct 15 04:06:22.499 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 15 04:06:22.499 INFO kablam! | ----^^^^^ Oct 15 04:06:22.499 INFO kablam! | | Oct 15 04:06:22.499 INFO kablam! | help: remove this `mut` Oct 15 04:06:22.499 INFO kablam! | Oct 15 04:06:22.499 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:06:22.499 INFO kablam! Oct 15 04:06:22.515 INFO kablam! warning: constant item is never used: `WHITE` Oct 15 04:06:22.515 INFO kablam! --> src/image.rs:15:1 Oct 15 04:06:22.515 INFO kablam! | Oct 15 04:06:22.515 INFO kablam! 15 | pub const WHITE: Color = Color(255, 255, 255); Oct 15 04:06:22.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.515 INFO kablam! | Oct 15 04:06:22.515 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:06:22.515 INFO kablam! Oct 15 04:06:22.515 INFO kablam! warning: constant item is never used: `RED` Oct 15 04:06:22.515 INFO kablam! --> src/image.rs:16:1 Oct 15 04:06:22.515 INFO kablam! | Oct 15 04:06:22.515 INFO kablam! 16 | pub const RED: Color = Color(0, 0, 255); Oct 15 04:06:22.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.515 INFO kablam! Oct 15 04:06:22.515 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 04:06:22.515 INFO kablam! --> src/image.rs:17:1 Oct 15 04:06:22.515 INFO kablam! | Oct 15 04:06:22.515 INFO kablam! 17 | pub const GREEN: Color = Color(0, 255, 0); Oct 15 04:06:22.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.515 INFO kablam! Oct 15 04:06:22.515 INFO kablam! warning: constant item is never used: `BLUE` Oct 15 04:06:22.515 INFO kablam! --> src/image.rs:18:1 Oct 15 04:06:22.515 INFO kablam! | Oct 15 04:06:22.515 INFO kablam! 18 | pub const BLUE: Color = Color(255, 0, 0); Oct 15 04:06:22.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.515 INFO kablam! Oct 15 04:06:22.515 INFO kablam! warning: function is never used: `line` Oct 15 04:06:22.515 INFO kablam! --> src/image.rs:121:1 Oct 15 04:06:22.515 INFO kablam! | Oct 15 04:06:22.515 INFO kablam! 121 | pub fn line(point1: Vec2, point2: Vec2, image: &mut Image, color: Color) { Oct 15 04:06:22.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.515 INFO kablam! Oct 15 04:06:22.515 INFO kablam! warning: method is never used: `new` Oct 15 04:06:22.516 INFO kablam! --> src/geo.rs:19:5 Oct 15 04:06:22.516 INFO kablam! | Oct 15 04:06:22.516 INFO kablam! 19 | pub fn new(x: T, y: T) -> Self { Oct 15 04:06:22.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.516 INFO kablam! Oct 15 04:06:22.516 INFO kablam! warning: method is never used: `to_f64` Oct 15 04:06:22.516 INFO kablam! --> src/geo.rs:26:5 Oct 15 04:06:22.516 INFO kablam! | Oct 15 04:06:22.516 INFO kablam! 26 | pub fn to_f64(self) -> Vec2 { Oct 15 04:06:22.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.516 INFO kablam! Oct 15 04:06:22.516 INFO kablam! warning: method is never used: `new` Oct 15 04:06:22.516 INFO kablam! --> src/geo.rs:89:5 Oct 15 04:06:22.516 INFO kablam! | Oct 15 04:06:22.516 INFO kablam! 89 | pub fn new(x: T, y: T, z: T) -> Self { Oct 15 04:06:22.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.516 INFO kablam! Oct 15 04:06:22.516 INFO kablam! warning: method is never used: `to_i32` Oct 15 04:06:22.516 INFO kablam! --> src/geo.rs:126:5 Oct 15 04:06:22.516 INFO kablam! | Oct 15 04:06:22.516 INFO kablam! 126 | pub fn to_i32(self) -> Vec3 { Oct 15 04:06:22.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.516 INFO kablam! Oct 15 04:06:22.516 INFO kablam! warning: method is never used: `new` Oct 15 04:06:22.516 INFO kablam! --> src/geo.rs:193:5 Oct 15 04:06:22.516 INFO kablam! | Oct 15 04:06:22.516 INFO kablam! 193 | pub fn new(coords: Vec3) -> Self { Oct 15 04:06:22.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.516 INFO kablam! Oct 15 04:06:22.516 INFO kablam! warning: function is never used: `barycentric` Oct 15 04:06:22.516 INFO kablam! --> src/geo.rs:347:1 Oct 15 04:06:22.516 INFO kablam! | Oct 15 04:06:22.516 INFO kablam! 347 | pub fn barycentric(t0: &Vec3, t1: &Vec3, p: &Vec3) -> f64 { Oct 15 04:06:22.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.516 INFO kablam! Oct 15 04:06:22.516 INFO kablam! warning: method is never used: `is_color` Oct 15 04:06:22.516 INFO kablam! --> src/tga.rs:34:5 Oct 15 04:06:22.516 INFO kablam! | Oct 15 04:06:22.516 INFO kablam! 34 | fn is_color(&self) -> bool { Oct 15 04:06:22.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.516 INFO kablam! Oct 15 04:06:22.516 INFO kablam! warning: method is never used: `is_color_mapped` Oct 15 04:06:22.516 INFO kablam! --> src/tga.rs:44:5 Oct 15 04:06:22.516 INFO kablam! | Oct 15 04:06:22.516 INFO kablam! 44 | fn is_color_mapped(&self) -> bool { Oct 15 04:06:22.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.516 INFO kablam! Oct 15 04:06:22.516 INFO kablam! warning: method is never used: `is_encoded` Oct 15 04:06:22.516 INFO kablam! --> src/tga.rs:52:5 Oct 15 04:06:22.516 INFO kablam! | Oct 15 04:06:22.516 INFO kablam! 52 | fn is_encoded(&self) -> bool { Oct 15 04:06:22.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.516 INFO kablam! Oct 15 04:06:22.543 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:06:22.543 INFO kablam! --> src/main.rs:21:5 Oct 15 04:06:22.543 INFO kablam! | Oct 15 04:06:22.543 INFO kablam! 21 | image.write_tga_file("output.tga"); Oct 15 04:06:22.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:22.543 INFO kablam! | Oct 15 04:06:22.543 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:06:22.543 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:06:22.543 INFO kablam! Oct 15 04:06:24.233 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.83s Oct 15 04:06:24.239 INFO kablam! su: No module specific data is present Oct 15 04:06:25.055 INFO running `"docker" "rm" "-f" "a5adc613c455bc7f60eb95d89f966d255a4d4da83acf1838107d1fdff7e65163"` Oct 15 04:06:25.511 INFO blam! a5adc613c455bc7f60eb95d89f966d255a4d4da83acf1838107d1fdff7e65163 Oct 15 04:06:25.528 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 04:06:26.113 INFO blam! bb1254e49c7d30697b5e5ab8d74ccd6187a79532d5f8bd0a0e18bb32a233e4d1 Oct 15 04:06:26.115 INFO running `"docker" "start" "-a" "bb1254e49c7d30697b5e5ab8d74ccd6187a79532d5f8bd0a0e18bb32a233e4d1"` Oct 15 04:06:27.660 INFO kablam! usermod: no changes Oct 15 04:06:27.730 INFO kablam! Compiling rustrender v0.1.0 (/source) Oct 15 04:06:28.479 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 04:06:28.479 INFO kablam! --> src/tga.rs:108:21 Oct 15 04:06:28.479 INFO kablam! | Oct 15 04:06:28.479 INFO kablam! 108 | let num_bytes = (height * width * bytes_per_pixel); Oct 15 04:06:28.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:06:28.479 INFO kablam! | Oct 15 04:06:28.479 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 04:06:28.479 INFO kablam! Oct 15 04:06:28.679 INFO kablam! warning: unused variable: `color` Oct 15 04:06:28.679 INFO kablam! --> src/geo.rs:269:47 Oct 15 04:06:28.679 INFO kablam! | Oct 15 04:06:28.679 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 15 04:06:28.679 INFO kablam! | ^^^^^ help: consider using `_color` instead Oct 15 04:06:28.679 INFO kablam! | Oct 15 04:06:28.679 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:06:28.679 INFO kablam! Oct 15 04:06:28.727 INFO kablam! warning: variable does not need to be mutable Oct 15 04:06:28.727 INFO kablam! --> src/geo.rs:269:24 Oct 15 04:06:28.727 INFO kablam! | Oct 15 04:06:28.727 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 15 04:06:28.727 INFO kablam! | ----^^^^^ Oct 15 04:06:28.727 INFO kablam! | | Oct 15 04:06:28.727 INFO kablam! | help: remove this `mut` Oct 15 04:06:28.727 INFO kablam! | Oct 15 04:06:28.727 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:06:28.727 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: constant item is never used: `WHITE` Oct 15 04:06:28.737 INFO kablam! --> src/image.rs:15:1 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 15 | pub const WHITE: Color = Color(255, 255, 255); Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: constant item is never used: `RED` Oct 15 04:06:28.737 INFO kablam! --> src/image.rs:16:1 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 16 | pub const RED: Color = Color(0, 0, 255); Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 04:06:28.737 INFO kablam! --> src/image.rs:17:1 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 17 | pub const GREEN: Color = Color(0, 255, 0); Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: constant item is never used: `BLUE` Oct 15 04:06:28.737 INFO kablam! --> src/image.rs:18:1 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 18 | pub const BLUE: Color = Color(255, 0, 0); Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: function is never used: `line` Oct 15 04:06:28.737 INFO kablam! --> src/image.rs:121:1 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 121 | pub fn line(point1: Vec2, point2: Vec2, image: &mut Image, color: Color) { Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: method is never used: `new` Oct 15 04:06:28.737 INFO kablam! --> src/geo.rs:19:5 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 19 | pub fn new(x: T, y: T) -> Self { Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: method is never used: `to_f64` Oct 15 04:06:28.737 INFO kablam! --> src/geo.rs:26:5 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 26 | pub fn to_f64(self) -> Vec2 { Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: method is never used: `new` Oct 15 04:06:28.737 INFO kablam! --> src/geo.rs:89:5 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 89 | pub fn new(x: T, y: T, z: T) -> Self { Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: method is never used: `to_i32` Oct 15 04:06:28.737 INFO kablam! --> src/geo.rs:126:5 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 126 | pub fn to_i32(self) -> Vec3 { Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: method is never used: `new` Oct 15 04:06:28.737 INFO kablam! --> src/geo.rs:193:5 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 193 | pub fn new(coords: Vec3) -> Self { Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: function is never used: `barycentric` Oct 15 04:06:28.737 INFO kablam! --> src/geo.rs:347:1 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 347 | pub fn barycentric(t0: &Vec3, t1: &Vec3, p: &Vec3) -> f64 { Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: method is never used: `is_color` Oct 15 04:06:28.737 INFO kablam! --> src/tga.rs:34:5 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 34 | fn is_color(&self) -> bool { Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: method is never used: `is_color_mapped` Oct 15 04:06:28.737 INFO kablam! --> src/tga.rs:44:5 Oct 15 04:06:28.737 INFO kablam! | Oct 15 04:06:28.737 INFO kablam! 44 | fn is_color_mapped(&self) -> bool { Oct 15 04:06:28.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.737 INFO kablam! Oct 15 04:06:28.737 INFO kablam! warning: method is never used: `is_encoded` Oct 15 04:06:28.737 INFO kablam! --> src/tga.rs:52:5 Oct 15 04:06:28.738 INFO kablam! | Oct 15 04:06:28.738 INFO kablam! 52 | fn is_encoded(&self) -> bool { Oct 15 04:06:28.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.738 INFO kablam! Oct 15 04:06:28.751 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:06:28.751 INFO kablam! --> src/main.rs:21:5 Oct 15 04:06:28.751 INFO kablam! | Oct 15 04:06:28.751 INFO kablam! 21 | image.write_tga_file("output.tga"); Oct 15 04:06:28.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:28.751 INFO kablam! | Oct 15 04:06:28.751 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:06:28.751 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:06:28.751 INFO kablam! Oct 15 04:06:29.188 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 15 04:06:29.195 INFO kablam! su: No module specific data is present Oct 15 04:06:29.969 INFO running `"docker" "rm" "-f" "bb1254e49c7d30697b5e5ab8d74ccd6187a79532d5f8bd0a0e18bb32a233e4d1"` Oct 15 04:06:30.182 INFO blam! bb1254e49c7d30697b5e5ab8d74ccd6187a79532d5f8bd0a0e18bb32a233e4d1 Oct 15 04:06:30.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 04:06:30.498 INFO blam! 036b1f273d98edc0750519033bdc342170d410e3ab837aa26cffcd0ed7aeb83b Oct 15 04:06:30.500 INFO running `"docker" "start" "-a" "036b1f273d98edc0750519033bdc342170d410e3ab837aa26cffcd0ed7aeb83b"` Oct 15 04:06:31.017 INFO kablam! usermod: no changes Oct 15 04:06:31.060 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 04:06:31.060 INFO blam! Oct 15 04:06:31.060 INFO kablam! Running /target/debug/deps/rustrender-076dc6b0a4dd3b8f Oct 15 04:06:31.060 INFO blam! running 0 tests Oct 15 04:06:31.060 INFO kablam! su: No module specific data is present Oct 15 04:06:31.060 INFO blam! Oct 15 04:06:31.060 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:06:31.060 INFO blam! Oct 15 04:06:31.619 INFO running `"docker" "rm" "-f" "036b1f273d98edc0750519033bdc342170d410e3ab837aa26cffcd0ed7aeb83b"` Oct 15 04:06:31.721 INFO blam! 036b1f273d98edc0750519033bdc342170d410e3ab837aa26cffcd0ed7aeb83b