Oct 11 03:02:04.314 INFO testing andrewjlm/rustrenderer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:02:04.314 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:02:04.314 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:02:04.794 INFO blam! 93f633fdca9dbedfbc9822a1480c1490bbbe53d12077f0bfa9e10905f32a5623 Oct 11 03:02:04.796 INFO running `"docker" "start" "-a" "93f633fdca9dbedfbc9822a1480c1490bbbe53d12077f0bfa9e10905f32a5623"` Oct 11 03:02:06.412 INFO kablam! usermod: no changes Oct 11 03:02:06.544 INFO kablam! Compiling rustrender v0.1.0 (/source) Oct 11 03:02:08.080 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 03:02:08.080 INFO kablam! --> src/tga.rs:108:21 Oct 11 03:02:08.080 INFO kablam! | Oct 11 03:02:08.080 INFO kablam! 108 | let num_bytes = (height * width * bytes_per_pixel); Oct 11 03:02:08.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:02:08.080 INFO kablam! | Oct 11 03:02:08.082 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 03:02:08.082 INFO kablam! Oct 11 03:02:08.285 INFO kablam! warning: unused variable: `color` Oct 11 03:02:08.285 INFO kablam! --> src/geo.rs:269:47 Oct 11 03:02:08.285 INFO kablam! | Oct 11 03:02:08.285 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 11 03:02:08.285 INFO kablam! | ^^^^^ help: consider using `_color` instead Oct 11 03:02:08.285 INFO kablam! | Oct 11 03:02:08.286 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:02:08.286 INFO kablam! Oct 11 03:02:08.332 INFO kablam! warning: variable does not need to be mutable Oct 11 03:02:08.332 INFO kablam! --> src/geo.rs:269:24 Oct 11 03:02:08.332 INFO kablam! | Oct 11 03:02:08.332 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 11 03:02:08.332 INFO kablam! | ----^^^^^ Oct 11 03:02:08.332 INFO kablam! | | Oct 11 03:02:08.332 INFO kablam! | help: remove this `mut` Oct 11 03:02:08.332 INFO kablam! | Oct 11 03:02:08.332 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:02:08.332 INFO kablam! Oct 11 03:02:08.348 INFO kablam! warning: constant item is never used: `WHITE` Oct 11 03:02:08.348 INFO kablam! --> src/image.rs:15:1 Oct 11 03:02:08.348 INFO kablam! | Oct 11 03:02:08.348 INFO kablam! 15 | pub const WHITE: Color = Color(255, 255, 255); Oct 11 03:02:08.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.348 INFO kablam! | Oct 11 03:02:08.349 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:02:08.349 INFO kablam! Oct 11 03:02:08.349 INFO kablam! warning: constant item is never used: `RED` Oct 11 03:02:08.349 INFO kablam! --> src/image.rs:16:1 Oct 11 03:02:08.349 INFO kablam! | Oct 11 03:02:08.349 INFO kablam! 16 | pub const RED: Color = Color(0, 0, 255); Oct 11 03:02:08.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.349 INFO kablam! Oct 11 03:02:08.349 INFO kablam! warning: constant item is never used: `GREEN` Oct 11 03:02:08.349 INFO kablam! --> src/image.rs:17:1 Oct 11 03:02:08.349 INFO kablam! | Oct 11 03:02:08.349 INFO kablam! 17 | pub const GREEN: Color = Color(0, 255, 0); Oct 11 03:02:08.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.349 INFO kablam! Oct 11 03:02:08.349 INFO kablam! warning: constant item is never used: `BLUE` Oct 11 03:02:08.349 INFO kablam! --> src/image.rs:18:1 Oct 11 03:02:08.349 INFO kablam! | Oct 11 03:02:08.349 INFO kablam! 18 | pub const BLUE: Color = Color(255, 0, 0); Oct 11 03:02:08.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.349 INFO kablam! Oct 11 03:02:08.349 INFO kablam! warning: function is never used: `line` Oct 11 03:02:08.349 INFO kablam! --> src/image.rs:121:1 Oct 11 03:02:08.349 INFO kablam! | Oct 11 03:02:08.349 INFO kablam! 121 | pub fn line(point1: Vec2, point2: Vec2, image: &mut Image, color: Color) { Oct 11 03:02:08.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.349 INFO kablam! Oct 11 03:02:08.349 INFO kablam! warning: method is never used: `new` Oct 11 03:02:08.349 INFO kablam! --> src/geo.rs:19:5 Oct 11 03:02:08.349 INFO kablam! | Oct 11 03:02:08.349 INFO kablam! 19 | pub fn new(x: T, y: T) -> Self { Oct 11 03:02:08.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.349 INFO kablam! Oct 11 03:02:08.349 INFO kablam! warning: method is never used: `to_f64` Oct 11 03:02:08.349 INFO kablam! --> src/geo.rs:26:5 Oct 11 03:02:08.349 INFO kablam! | Oct 11 03:02:08.349 INFO kablam! 26 | pub fn to_f64(self) -> Vec2 { Oct 11 03:02:08.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.349 INFO kablam! Oct 11 03:02:08.349 INFO kablam! warning: method is never used: `new` Oct 11 03:02:08.349 INFO kablam! --> src/geo.rs:89:5 Oct 11 03:02:08.349 INFO kablam! | Oct 11 03:02:08.349 INFO kablam! 89 | pub fn new(x: T, y: T, z: T) -> Self { Oct 11 03:02:08.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.349 INFO kablam! Oct 11 03:02:08.349 INFO kablam! warning: method is never used: `to_i32` Oct 11 03:02:08.349 INFO kablam! --> src/geo.rs:126:5 Oct 11 03:02:08.349 INFO kablam! | Oct 11 03:02:08.349 INFO kablam! 126 | pub fn to_i32(self) -> Vec3 { Oct 11 03:02:08.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.349 INFO kablam! Oct 11 03:02:08.349 INFO kablam! warning: method is never used: `new` Oct 11 03:02:08.350 INFO kablam! --> src/geo.rs:193:5 Oct 11 03:02:08.350 INFO kablam! | Oct 11 03:02:08.350 INFO kablam! 193 | pub fn new(coords: Vec3) -> Self { Oct 11 03:02:08.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.350 INFO kablam! Oct 11 03:02:08.350 INFO kablam! warning: function is never used: `barycentric` Oct 11 03:02:08.350 INFO kablam! --> src/geo.rs:347:1 Oct 11 03:02:08.350 INFO kablam! | Oct 11 03:02:08.350 INFO kablam! 347 | pub fn barycentric(t0: &Vec3, t1: &Vec3, p: &Vec3) -> f64 { Oct 11 03:02:08.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.350 INFO kablam! Oct 11 03:02:08.350 INFO kablam! warning: method is never used: `is_color` Oct 11 03:02:08.350 INFO kablam! --> src/tga.rs:34:5 Oct 11 03:02:08.350 INFO kablam! | Oct 11 03:02:08.350 INFO kablam! 34 | fn is_color(&self) -> bool { Oct 11 03:02:08.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.350 INFO kablam! Oct 11 03:02:08.350 INFO kablam! warning: method is never used: `is_color_mapped` Oct 11 03:02:08.350 INFO kablam! --> src/tga.rs:44:5 Oct 11 03:02:08.350 INFO kablam! | Oct 11 03:02:08.350 INFO kablam! 44 | fn is_color_mapped(&self) -> bool { Oct 11 03:02:08.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.350 INFO kablam! Oct 11 03:02:08.350 INFO kablam! warning: method is never used: `is_encoded` Oct 11 03:02:08.350 INFO kablam! --> src/tga.rs:52:5 Oct 11 03:02:08.350 INFO kablam! | Oct 11 03:02:08.350 INFO kablam! 52 | fn is_encoded(&self) -> bool { Oct 11 03:02:08.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.350 INFO kablam! Oct 11 03:02:08.374 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:02:08.374 INFO kablam! --> src/main.rs:21:5 Oct 11 03:02:08.374 INFO kablam! | Oct 11 03:02:08.374 INFO kablam! 21 | image.write_tga_file("output.tga"); Oct 11 03:02:08.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:08.374 INFO kablam! | Oct 11 03:02:08.374 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 03:02:08.374 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:02:08.374 INFO kablam! Oct 11 03:02:10.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.68s Oct 11 03:02:10.122 INFO kablam! su: No module specific data is present Oct 11 03:02:10.502 INFO running `"docker" "rm" "-f" "93f633fdca9dbedfbc9822a1480c1490bbbe53d12077f0bfa9e10905f32a5623"` Oct 11 03:02:10.624 INFO blam! 93f633fdca9dbedfbc9822a1480c1490bbbe53d12077f0bfa9e10905f32a5623 Oct 11 03:02:10.626 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:02:10.626 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:02:10.955 INFO blam! 2de1cfe623709a775eb54abc949c2dbfce6a9deeb6c9479c3e5db1f55fad36d9 Oct 11 03:02:10.955 INFO running `"docker" "start" "-a" "2de1cfe623709a775eb54abc949c2dbfce6a9deeb6c9479c3e5db1f55fad36d9"` Oct 11 03:02:11.540 INFO kablam! usermod: no changes Oct 11 03:02:11.602 INFO kablam! Compiling rustrender v0.1.0 (/source) Oct 11 03:02:12.924 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 03:02:12.924 INFO kablam! --> src/tga.rs:108:21 Oct 11 03:02:12.924 INFO kablam! | Oct 11 03:02:12.924 INFO kablam! 108 | let num_bytes = (height * width * bytes_per_pixel); Oct 11 03:02:12.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:02:12.924 INFO kablam! | Oct 11 03:02:12.924 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 03:02:12.924 INFO kablam! Oct 11 03:02:13.089 INFO kablam! warning: unused variable: `color` Oct 11 03:02:13.089 INFO kablam! --> src/geo.rs:269:47 Oct 11 03:02:13.089 INFO kablam! | Oct 11 03:02:13.090 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 11 03:02:13.090 INFO kablam! | ^^^^^ help: consider using `_color` instead Oct 11 03:02:13.090 INFO kablam! | Oct 11 03:02:13.090 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:02:13.091 INFO kablam! Oct 11 03:02:13.132 INFO kablam! warning: variable does not need to be mutable Oct 11 03:02:13.132 INFO kablam! --> src/geo.rs:269:24 Oct 11 03:02:13.132 INFO kablam! | Oct 11 03:02:13.132 INFO kablam! 269 | pub fn draw(&self, mut image: &mut Image, color: Color, texture: &Image) { Oct 11 03:02:13.132 INFO kablam! | ----^^^^^ Oct 11 03:02:13.132 INFO kablam! | | Oct 11 03:02:13.132 INFO kablam! | help: remove this `mut` Oct 11 03:02:13.132 INFO kablam! | Oct 11 03:02:13.132 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:02:13.132 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: constant item is never used: `WHITE` Oct 11 03:02:13.149 INFO kablam! --> src/image.rs:15:1 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 15 | pub const WHITE: Color = Color(255, 255, 255); Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: constant item is never used: `RED` Oct 11 03:02:13.149 INFO kablam! --> src/image.rs:16:1 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 16 | pub const RED: Color = Color(0, 0, 255); Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: constant item is never used: `GREEN` Oct 11 03:02:13.149 INFO kablam! --> src/image.rs:17:1 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 17 | pub const GREEN: Color = Color(0, 255, 0); Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: constant item is never used: `BLUE` Oct 11 03:02:13.149 INFO kablam! --> src/image.rs:18:1 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 18 | pub const BLUE: Color = Color(255, 0, 0); Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: function is never used: `line` Oct 11 03:02:13.149 INFO kablam! --> src/image.rs:121:1 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 121 | pub fn line(point1: Vec2, point2: Vec2, image: &mut Image, color: Color) { Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: method is never used: `new` Oct 11 03:02:13.149 INFO kablam! --> src/geo.rs:19:5 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 19 | pub fn new(x: T, y: T) -> Self { Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: method is never used: `to_f64` Oct 11 03:02:13.149 INFO kablam! --> src/geo.rs:26:5 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 26 | pub fn to_f64(self) -> Vec2 { Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: method is never used: `new` Oct 11 03:02:13.149 INFO kablam! --> src/geo.rs:89:5 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 89 | pub fn new(x: T, y: T, z: T) -> Self { Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: method is never used: `to_i32` Oct 11 03:02:13.149 INFO kablam! --> src/geo.rs:126:5 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 126 | pub fn to_i32(self) -> Vec3 { Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: method is never used: `new` Oct 11 03:02:13.149 INFO kablam! --> src/geo.rs:193:5 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 193 | pub fn new(coords: Vec3) -> Self { Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: function is never used: `barycentric` Oct 11 03:02:13.149 INFO kablam! --> src/geo.rs:347:1 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 347 | pub fn barycentric(t0: &Vec3, t1: &Vec3, p: &Vec3) -> f64 { Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: method is never used: `is_color` Oct 11 03:02:13.149 INFO kablam! --> src/tga.rs:34:5 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 34 | fn is_color(&self) -> bool { Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.149 INFO kablam! warning: method is never used: `is_color_mapped` Oct 11 03:02:13.149 INFO kablam! --> src/tga.rs:44:5 Oct 11 03:02:13.149 INFO kablam! | Oct 11 03:02:13.149 INFO kablam! 44 | fn is_color_mapped(&self) -> bool { Oct 11 03:02:13.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.149 INFO kablam! Oct 11 03:02:13.150 INFO kablam! warning: method is never used: `is_encoded` Oct 11 03:02:13.150 INFO kablam! --> src/tga.rs:52:5 Oct 11 03:02:13.150 INFO kablam! | Oct 11 03:02:13.150 INFO kablam! 52 | fn is_encoded(&self) -> bool { Oct 11 03:02:13.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.150 INFO kablam! Oct 11 03:02:13.164 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:02:13.164 INFO kablam! --> src/main.rs:21:5 Oct 11 03:02:13.164 INFO kablam! | Oct 11 03:02:13.164 INFO kablam! 21 | image.write_tga_file("output.tga"); Oct 11 03:02:13.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:02:13.164 INFO kablam! | Oct 11 03:02:13.164 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 03:02:13.164 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:02:13.164 INFO kablam! Oct 11 03:02:13.662 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 11 03:02:13.665 INFO kablam! su: No module specific data is present Oct 11 03:02:14.212 INFO running `"docker" "rm" "-f" "2de1cfe623709a775eb54abc949c2dbfce6a9deeb6c9479c3e5db1f55fad36d9"` Oct 11 03:02:14.508 INFO blam! 2de1cfe623709a775eb54abc949c2dbfce6a9deeb6c9479c3e5db1f55fad36d9 Oct 11 03:02:14.510 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:02:14.512 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:02:14.862 INFO blam! 77437ef58ddcf4ae0193aeb6d46fdb64de9e944bdb86ccf1896134058d6a964b Oct 11 03:02:14.864 INFO running `"docker" "start" "-a" "77437ef58ddcf4ae0193aeb6d46fdb64de9e944bdb86ccf1896134058d6a964b"` Oct 11 03:02:15.967 INFO kablam! usermod: no changes Oct 11 03:02:16.014 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 03:02:16.029 INFO kablam! Running /target/debug/deps/rustrender-2030c8920137ad02 Oct 11 03:02:16.040 INFO kablam! su: No module specific data is present Oct 11 03:02:16.040 INFO blam! Oct 11 03:02:16.040 INFO blam! running 0 tests Oct 11 03:02:16.040 INFO blam! Oct 11 03:02:16.040 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:02:16.040 INFO blam! Oct 11 03:02:16.476 INFO running `"docker" "rm" "-f" "77437ef58ddcf4ae0193aeb6d46fdb64de9e944bdb86ccf1896134058d6a964b"` Oct 11 03:02:16.692 INFO blam! 77437ef58ddcf4ae0193aeb6d46fdb64de9e944bdb86ccf1896134058d6a964b