Oct 21 16:16:51.167 INFO checking larryng/primg against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:16:51.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16:16:51.524 INFO blam! f3d999e79ef114f69598b7da4eda4ddf99e35144f955d499b4297d436d735150 Oct 21 16:16:51.526 INFO running `"docker" "start" "-a" "f3d999e79ef114f69598b7da4eda4ddf99e35144f955d499b4297d436d735150"` Oct 21 16:16:52.201 INFO kablam! usermod: no changes Oct 21 16:16:52.309 INFO kablam! Checking num-integer v0.1.36 Oct 21 16:16:52.309 INFO kablam! Checking rand v0.3.22 Oct 21 16:16:52.309 INFO kablam! Checking enum_primitive v0.1.1 Oct 21 16:16:52.839 INFO kablam! Checking rayon-core v1.3.0 Oct 21 16:16:52.860 INFO kablam! Checking num-iter v0.1.35 Oct 21 16:16:52.860 INFO kablam! Checking num-rational v0.1.42 Oct 21 16:16:53.320 INFO kablam! Checking png v0.11.0 Oct 21 16:16:53.889 INFO kablam! Checking rayon v0.8.2 Oct 21 16:16:56.560 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 21 16:16:57.827 INFO kablam! Checking image v0.18.0 Oct 21 16:17:01.984 INFO kablam! Checking primg v0.1.0 (/source) Oct 21 16:17:03.072 INFO kablam! warning: unused variable: `i` Oct 21 16:17:03.072 INFO kablam! --> src/shape.rs:502:9 Oct 21 16:17:03.072 INFO kablam! | Oct 21 16:17:03.072 INFO kablam! 502 | for i in 0..n { Oct 21 16:17:03.072 INFO kablam! | ^ help: consider using `_i` instead Oct 21 16:17:03.072 INFO kablam! | Oct 21 16:17:03.072 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:17:03.072 INFO kablam! Oct 21 16:17:03.072 INFO kablam! warning: unused variable: `h` Oct 21 16:17:03.072 INFO kablam! --> src/util.rs:40:45 Oct 21 16:17:03.072 INFO kablam! | Oct 21 16:17:03.072 INFO kablam! 40 | pub fn draw_lines(buf: &mut [u8], w: usize, h: usize, a: &Color, lines: &[Scanline]) { Oct 21 16:17:03.072 INFO kablam! | ^ help: consider using `_h` instead Oct 21 16:17:03.072 INFO kablam! Oct 21 16:17:03.112 INFO kablam! warning: unused variable: `i` Oct 21 16:17:03.112 INFO kablam! --> src/shape.rs:502:9 Oct 21 16:17:03.112 INFO kablam! | Oct 21 16:17:03.112 INFO kablam! 502 | for i in 0..n { Oct 21 16:17:03.112 INFO kablam! | ^ help: consider using `_i` instead Oct 21 16:17:03.112 INFO kablam! | Oct 21 16:17:03.112 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:17:03.112 INFO kablam! Oct 21 16:17:03.112 INFO kablam! warning: unused variable: `h` Oct 21 16:17:03.112 INFO kablam! --> src/util.rs:40:45 Oct 21 16:17:03.112 INFO kablam! | Oct 21 16:17:03.112 INFO kablam! 40 | pub fn draw_lines(buf: &mut [u8], w: usize, h: usize, a: &Color, lines: &[Scanline]) { Oct 21 16:17:03.112 INFO kablam! | ^ help: consider using `_h` instead Oct 21 16:17:03.112 INFO kablam! Oct 21 16:17:03.157 INFO kablam! warning: method is never used: `put` Oct 21 16:17:03.157 INFO kablam! --> src/core.rs:47:5 Oct 21 16:17:03.157 INFO kablam! | Oct 21 16:17:03.157 INFO kablam! 47 | pub fn put(&mut self, x: usize, y: usize, color: &Color) { Oct 21 16:17:03.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:03.157 INFO kablam! | Oct 21 16:17:03.157 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:17:03.157 INFO kablam! Oct 21 16:17:03.157 INFO kablam! warning: method is never used: `to_rgba` Oct 21 16:17:03.157 INFO kablam! --> src/core.rs:192:5 Oct 21 16:17:03.157 INFO kablam! | Oct 21 16:17:03.157 INFO kablam! 192 | pub fn to_rgba(&self) -> Rgba { Oct 21 16:17:03.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:03.157 INFO kablam! Oct 21 16:17:03.240 INFO kablam! warning: method is never used: `put` Oct 21 16:17:03.240 INFO kablam! --> src/core.rs:47:5 Oct 21 16:17:03.240 INFO kablam! | Oct 21 16:17:03.240 INFO kablam! 47 | pub fn put(&mut self, x: usize, y: usize, color: &Color) { Oct 21 16:17:03.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:03.240 INFO kablam! | Oct 21 16:17:03.240 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:17:03.240 INFO kablam! Oct 21 16:17:03.240 INFO kablam! warning: method is never used: `to_rgba` Oct 21 16:17:03.240 INFO kablam! --> src/core.rs:192:5 Oct 21 16:17:03.240 INFO kablam! | Oct 21 16:17:03.240 INFO kablam! 192 | pub fn to_rgba(&self) -> Rgba { Oct 21 16:17:03.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:03.240 INFO kablam! Oct 21 16:17:04.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.29s Oct 21 16:17:04.515 INFO kablam! su: No module specific data is present Oct 21 16:17:04.913 INFO running `"docker" "rm" "-f" "f3d999e79ef114f69598b7da4eda4ddf99e35144f955d499b4297d436d735150"` Oct 21 16:17:05.077 INFO blam! f3d999e79ef114f69598b7da4eda4ddf99e35144f955d499b4297d436d735150