Oct 15 04:06:21.435 INFO testing andrewjlm/rustrenderer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:06:21.436 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 15 04:06:21.826 INFO blam! 3cc70acf81a5be9d1260d94784863a774cd40c51e3f852b9d06cf51c4730ed1f Oct 15 04:06:21.833 INFO running `"docker" "start" "-a" "3cc70acf81a5be9d1260d94784863a774cd40c51e3f852b9d06cf51c4730ed1f"` Oct 15 04:06:22.908 INFO kablam! usermod: no changes Oct 15 04:06:22.999 INFO kablam! Compiling num v0.1.36 Oct 15 04:06:23.591 INFO kablam! Compiling rustrender v0.1.0 (/source) Oct 15 04:06:24.250 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 04:06:24.250 INFO kablam! --> src/tga.rs:108:21 Oct 15 04:06:24.251 INFO kablam! | Oct 15 04:06:24.251 INFO kablam! 108 | let num_bytes = (height * width * bytes_per_pixel); Oct 15 04:06:24.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:06:24.252 INFO kablam! | Oct 15 04:06:24.252 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 04:06:24.252 INFO kablam! Oct 15 04:06:24.443 INFO kablam! warning: unused variable: `color` Oct 15 04:06:24.443 INFO kablam! --> src/geo.rs:269:47 Oct 15 04:06:24.443 INFO kablam! | Oct 15 04:06:24.443 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 15 04:06:24.443 INFO kablam! | ^^^^^ help: consider using `_color` instead Oct 15 04:06:24.443 INFO kablam! | Oct 15 04:06:24.443 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:06:24.443 INFO kablam! Oct 15 04:06:24.483 INFO kablam! warning: variable does not need to be mutable Oct 15 04:06:24.483 INFO kablam! --> src/geo.rs:269:24 Oct 15 04:06:24.483 INFO kablam! | Oct 15 04:06:24.483 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 15 04:06:24.483 INFO kablam! | ----^^^^^ Oct 15 04:06:24.483 INFO kablam! | | Oct 15 04:06:24.483 INFO kablam! | help: remove this `mut` Oct 15 04:06:24.483 INFO kablam! | Oct 15 04:06:24.483 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:06:24.483 INFO kablam! Oct 15 04:06:24.502 INFO kablam! warning: constant item is never used: `WHITE` Oct 15 04:06:24.502 INFO kablam! --> src/image.rs:15:1 Oct 15 04:06:24.502 INFO kablam! | Oct 15 04:06:24.502 INFO kablam! 15 | pub const WHITE: Color = Color(255, 255, 255); Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: constant item is never used: `RED` Oct 15 04:06:24.503 INFO kablam! --> src/image.rs:16:1 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 16 | pub const RED: Color = Color(0, 0, 255); Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 04:06:24.503 INFO kablam! --> src/image.rs:17:1 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 17 | pub const GREEN: Color = Color(0, 255, 0); Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: constant item is never used: `BLUE` Oct 15 04:06:24.503 INFO kablam! --> src/image.rs:18:1 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 18 | pub const BLUE: Color = Color(255, 0, 0); Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: function is never used: `line` Oct 15 04:06:24.503 INFO kablam! --> src/image.rs:121:1 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 121 | pub fn line(point1: Vec2, point2: Vec2, image: &mut Image, color: Color) { Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: method is never used: `new` Oct 15 04:06:24.503 INFO kablam! --> src/geo.rs:19:5 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 19 | pub fn new(x: T, y: T) -> Self { Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: method is never used: `to_f64` Oct 15 04:06:24.503 INFO kablam! --> src/geo.rs:26:5 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 26 | pub fn to_f64(self) -> Vec2 { Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: method is never used: `new` Oct 15 04:06:24.503 INFO kablam! --> src/geo.rs:89:5 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 89 | pub fn new(x: T, y: T, z: T) -> Self { Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: method is never used: `to_i32` Oct 15 04:06:24.503 INFO kablam! --> src/geo.rs:126:5 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 126 | pub fn to_i32(self) -> Vec3 { Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: method is never used: `new` Oct 15 04:06:24.503 INFO kablam! --> src/geo.rs:193:5 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 193 | pub fn new(coords: Vec3) -> Self { Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: function is never used: `barycentric` Oct 15 04:06:24.503 INFO kablam! --> src/geo.rs:347:1 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 347 | pub fn barycentric(t0: &Vec3, t1: &Vec3, p: &Vec3) -> f64 { Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: method is never used: `is_color` Oct 15 04:06:24.503 INFO kablam! --> src/tga.rs:34:5 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 34 | fn is_color(&self) -> bool { Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: method is never used: `is_color_mapped` Oct 15 04:06:24.503 INFO kablam! --> src/tga.rs:44:5 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 44 | fn is_color_mapped(&self) -> bool { Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.503 INFO kablam! warning: method is never used: `is_encoded` Oct 15 04:06:24.503 INFO kablam! --> src/tga.rs:52:5 Oct 15 04:06:24.503 INFO kablam! | Oct 15 04:06:24.503 INFO kablam! 52 | fn is_encoded(&self) -> bool { Oct 15 04:06:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.503 INFO kablam! Oct 15 04:06:24.518 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:06:24.519 INFO kablam! --> src/main.rs:21:5 Oct 15 04:06:24.519 INFO kablam! | Oct 15 04:06:24.519 INFO kablam! 21 | image.write_tga_file("output.tga"); Oct 15 04:06:24.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:24.519 INFO kablam! | Oct 15 04:06:24.519 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:06:24.519 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:06:24.519 INFO kablam! Oct 15 04:06:26.118 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.16s Oct 15 04:06:26.129 INFO kablam! su: No module specific data is present Oct 15 04:06:26.678 INFO running `"docker" "rm" "-f" "3cc70acf81a5be9d1260d94784863a774cd40c51e3f852b9d06cf51c4730ed1f"` Oct 15 04:06:26.927 INFO blam! 3cc70acf81a5be9d1260d94784863a774cd40c51e3f852b9d06cf51c4730ed1f Oct 15 04:06:26.933 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 15 04:06:27.295 INFO blam! c64e44cf2e24b0fbf9c4b990092b4e5f188a9d0268ea669617ac3c132ba4acd5 Oct 15 04:06:27.297 INFO running `"docker" "start" "-a" "c64e44cf2e24b0fbf9c4b990092b4e5f188a9d0268ea669617ac3c132ba4acd5"` Oct 15 04:06:28.571 INFO kablam! usermod: no changes Oct 15 04:06:28.649 INFO kablam! Compiling rustrender v0.1.0 (/source) Oct 15 04:06:29.339 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 04:06:29.339 INFO kablam! --> src/tga.rs:108:21 Oct 15 04:06:29.339 INFO kablam! | Oct 15 04:06:29.339 INFO kablam! 108 | let num_bytes = (height * width * bytes_per_pixel); Oct 15 04:06:29.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 04:06:29.339 INFO kablam! | Oct 15 04:06:29.339 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 04:06:29.339 INFO kablam! Oct 15 04:06:29.521 INFO kablam! warning: unused variable: `color` Oct 15 04:06:29.521 INFO kablam! --> src/geo.rs:269:47 Oct 15 04:06:29.521 INFO kablam! | Oct 15 04:06:29.521 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 15 04:06:29.521 INFO kablam! | ^^^^^ help: consider using `_color` instead Oct 15 04:06:29.521 INFO kablam! | Oct 15 04:06:29.521 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:06:29.521 INFO kablam! Oct 15 04:06:29.579 INFO kablam! warning: variable does not need to be mutable Oct 15 04:06:29.579 INFO kablam! --> src/geo.rs:269:24 Oct 15 04:06:29.579 INFO kablam! | Oct 15 04:06:29.579 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 15 04:06:29.579 INFO kablam! | ----^^^^^ Oct 15 04:06:29.579 INFO kablam! | | Oct 15 04:06:29.579 INFO kablam! | help: remove this `mut` Oct 15 04:06:29.579 INFO kablam! | Oct 15 04:06:29.579 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:06:29.579 INFO kablam! Oct 15 04:06:29.596 INFO kablam! warning: constant item is never used: `WHITE` Oct 15 04:06:29.596 INFO kablam! --> src/image.rs:15:1 Oct 15 04:06:29.596 INFO kablam! | Oct 15 04:06:29.596 INFO kablam! 15 | pub const WHITE: Color = Color(255, 255, 255); Oct 15 04:06:29.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.596 INFO kablam! | Oct 15 04:06:29.596 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:06:29.596 INFO kablam! Oct 15 04:06:29.596 INFO kablam! warning: constant item is never used: `RED` Oct 15 04:06:29.596 INFO kablam! --> src/image.rs:16:1 Oct 15 04:06:29.596 INFO kablam! | Oct 15 04:06:29.596 INFO kablam! 16 | pub const RED: Color = Color(0, 0, 255); Oct 15 04:06:29.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.596 INFO kablam! Oct 15 04:06:29.596 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 04:06:29.596 INFO kablam! --> src/image.rs:17:1 Oct 15 04:06:29.596 INFO kablam! | Oct 15 04:06:29.596 INFO kablam! 17 | pub const GREEN: Color = Color(0, 255, 0); Oct 15 04:06:29.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.596 INFO kablam! Oct 15 04:06:29.596 INFO kablam! warning: constant item is never used: `BLUE` Oct 15 04:06:29.596 INFO kablam! --> src/image.rs:18:1 Oct 15 04:06:29.596 INFO kablam! | Oct 15 04:06:29.596 INFO kablam! 18 | pub const BLUE: Color = Color(255, 0, 0); Oct 15 04:06:29.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.596 INFO kablam! Oct 15 04:06:29.596 INFO kablam! warning: function is never used: `line` Oct 15 04:06:29.596 INFO kablam! --> src/image.rs:121:1 Oct 15 04:06:29.596 INFO kablam! | Oct 15 04:06:29.596 INFO kablam! 121 | pub fn line(point1: Vec2, point2: Vec2, image: &mut Image, color: Color) { Oct 15 04:06:29.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.597 INFO kablam! Oct 15 04:06:29.597 INFO kablam! warning: method is never used: `new` Oct 15 04:06:29.597 INFO kablam! --> src/geo.rs:19:5 Oct 15 04:06:29.597 INFO kablam! | Oct 15 04:06:29.597 INFO kablam! 19 | pub fn new(x: T, y: T) -> Self { Oct 15 04:06:29.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.597 INFO kablam! Oct 15 04:06:29.597 INFO kablam! warning: method is never used: `to_f64` Oct 15 04:06:29.597 INFO kablam! --> src/geo.rs:26:5 Oct 15 04:06:29.597 INFO kablam! | Oct 15 04:06:29.597 INFO kablam! 26 | pub fn to_f64(self) -> Vec2 { Oct 15 04:06:29.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.597 INFO kablam! Oct 15 04:06:29.597 INFO kablam! warning: method is never used: `new` Oct 15 04:06:29.597 INFO kablam! --> src/geo.rs:89:5 Oct 15 04:06:29.597 INFO kablam! | Oct 15 04:06:29.597 INFO kablam! 89 | pub fn new(x: T, y: T, z: T) -> Self { Oct 15 04:06:29.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.597 INFO kablam! Oct 15 04:06:29.597 INFO kablam! warning: method is never used: `to_i32` Oct 15 04:06:29.597 INFO kablam! --> src/geo.rs:126:5 Oct 15 04:06:29.597 INFO kablam! | Oct 15 04:06:29.597 INFO kablam! 126 | pub fn to_i32(self) -> Vec3 { Oct 15 04:06:29.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.597 INFO kablam! Oct 15 04:06:29.597 INFO kablam! warning: method is never used: `new` Oct 15 04:06:29.597 INFO kablam! --> src/geo.rs:193:5 Oct 15 04:06:29.597 INFO kablam! | Oct 15 04:06:29.597 INFO kablam! 193 | pub fn new(coords: Vec3) -> Self { Oct 15 04:06:29.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.597 INFO kablam! Oct 15 04:06:29.597 INFO kablam! warning: function is never used: `barycentric` Oct 15 04:06:29.597 INFO kablam! --> src/geo.rs:347:1 Oct 15 04:06:29.597 INFO kablam! | Oct 15 04:06:29.597 INFO kablam! 347 | pub fn barycentric(t0: &Vec3, t1: &Vec3, p: &Vec3) -> f64 { Oct 15 04:06:29.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.597 INFO kablam! Oct 15 04:06:29.597 INFO kablam! warning: method is never used: `is_color` Oct 15 04:06:29.597 INFO kablam! --> src/tga.rs:34:5 Oct 15 04:06:29.597 INFO kablam! | Oct 15 04:06:29.597 INFO kablam! 34 | fn is_color(&self) -> bool { Oct 15 04:06:29.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.597 INFO kablam! Oct 15 04:06:29.597 INFO kablam! warning: method is never used: `is_color_mapped` Oct 15 04:06:29.597 INFO kablam! --> src/tga.rs:44:5 Oct 15 04:06:29.597 INFO kablam! | Oct 15 04:06:29.597 INFO kablam! 44 | fn is_color_mapped(&self) -> bool { Oct 15 04:06:29.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.597 INFO kablam! Oct 15 04:06:29.597 INFO kablam! warning: method is never used: `is_encoded` Oct 15 04:06:29.597 INFO kablam! --> src/tga.rs:52:5 Oct 15 04:06:29.597 INFO kablam! | Oct 15 04:06:29.597 INFO kablam! 52 | fn is_encoded(&self) -> bool { Oct 15 04:06:29.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.597 INFO kablam! Oct 15 04:06:29.615 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:06:29.615 INFO kablam! --> src/main.rs:21:5 Oct 15 04:06:29.615 INFO kablam! | Oct 15 04:06:29.615 INFO kablam! 21 | image.write_tga_file("output.tga"); Oct 15 04:06:29.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:06:29.615 INFO kablam! | Oct 15 04:06:29.615 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:06:29.615 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:06:29.615 INFO kablam! Oct 15 04:06:30.167 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 15 04:06:30.167 INFO kablam! su: No module specific data is present Oct 15 04:06:30.513 INFO running `"docker" "rm" "-f" "c64e44cf2e24b0fbf9c4b990092b4e5f188a9d0268ea669617ac3c132ba4acd5"` Oct 15 04:06:30.653 INFO blam! c64e44cf2e24b0fbf9c4b990092b4e5f188a9d0268ea669617ac3c132ba4acd5 Oct 15 04:06:30.663 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 15 04:06:30.849 INFO blam! 8671bbc98ab101165de4223e11ff9003edc5ca8c0e0d9f4e31ee91ae98c00998 Oct 15 04:06:30.849 INFO running `"docker" "start" "-a" "8671bbc98ab101165de4223e11ff9003edc5ca8c0e0d9f4e31ee91ae98c00998"` Oct 15 04:06:31.311 INFO kablam! usermod: no changes Oct 15 04:06:31.349 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 04:06:31.349 INFO kablam! Running /target/debug/deps/rustrender-2030c8920137ad02 Oct 15 04:06:31.351 INFO blam! Oct 15 04:06:31.351 INFO blam! running 0 tests Oct 15 04:06:31.351 INFO blam! Oct 15 04:06:31.351 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:06:31.351 INFO blam! Oct 15 04:06:31.352 INFO kablam! su: No module specific data is present Oct 15 04:06:31.657 INFO running `"docker" "rm" "-f" "8671bbc98ab101165de4223e11ff9003edc5ca8c0e0d9f4e31ee91ae98c00998"` Oct 15 04:06:31.793 INFO blam! 8671bbc98ab101165de4223e11ff9003edc5ca8c0e0d9f4e31ee91ae98c00998