Sep 04 07:45:21.025 INFO checking primg-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 07:45:21.025 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 07:45:21.025 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:45:21.294 INFO blam! 933cc5ed336937145fd6e04d7c6b46d7b199408c77f077dfa1e95c7dd3466cdc Sep 04 07:45:21.296 INFO running `"docker" "start" "-a" "933cc5ed336937145fd6e04d7c6b46d7b199408c77f077dfa1e95c7dd3466cdc"` Sep 04 07:45:22.094 INFO kablam! Checking primg v0.1.0 (file:///source) Sep 04 07:45:23.820 INFO kablam! warning: unused variable: `i` Sep 04 07:45:23.820 INFO kablam! --> src/shape.rs:502:9 Sep 04 07:45:23.820 INFO kablam! | Sep 04 07:45:23.820 INFO kablam! 502 | for i in 0..n { Sep 04 07:45:23.820 INFO kablam! | ^ help: consider using `_i` instead Sep 04 07:45:23.820 INFO kablam! | Sep 04 07:45:23.820 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 07:45:23.820 INFO kablam! Sep 04 07:45:23.820 INFO kablam! warning: unused variable: `h` Sep 04 07:45:23.820 INFO kablam! --> src/util.rs:40:45 Sep 04 07:45:23.821 INFO kablam! | Sep 04 07:45:23.821 INFO kablam! 40 | pub fn draw_lines(buf: &mut [u8], w: usize, h: usize, a: &Color, lines: &[Scanline]) { Sep 04 07:45:23.821 INFO kablam! | ^ help: consider using `_h` instead Sep 04 07:45:23.821 INFO kablam! Sep 04 07:45:23.954 INFO kablam! warning: method is never used: `put` Sep 04 07:45:23.954 INFO kablam! --> src/core.rs:47:5 Sep 04 07:45:23.954 INFO kablam! | Sep 04 07:45:23.954 INFO kablam! 47 | pub fn put(&mut self, x: usize, y: usize, color: &Color) { Sep 04 07:45:23.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:45:23.954 INFO kablam! | Sep 04 07:45:23.954 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 07:45:23.954 INFO kablam! Sep 04 07:45:23.954 INFO kablam! warning: method is never used: `to_rgba` Sep 04 07:45:23.954 INFO kablam! --> src/core.rs:192:5 Sep 04 07:45:23.954 INFO kablam! | Sep 04 07:45:23.954 INFO kablam! 192 | pub fn to_rgba(&self) -> Rgba { Sep 04 07:45:23.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:45:23.954 INFO kablam! Sep 04 07:45:24.733 INFO kablam! warning: unused variable: `i` Sep 04 07:45:24.733 INFO kablam! --> src/shape.rs:502:9 Sep 04 07:45:24.733 INFO kablam! | Sep 04 07:45:24.733 INFO kablam! 502 | for i in 0..n { Sep 04 07:45:24.733 INFO kablam! | ^ help: consider using `_i` instead Sep 04 07:45:24.733 INFO kablam! | Sep 04 07:45:24.733 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 07:45:24.733 INFO kablam! Sep 04 07:45:24.734 INFO kablam! warning: unused variable: `h` Sep 04 07:45:24.734 INFO kablam! --> src/util.rs:40:45 Sep 04 07:45:24.734 INFO kablam! | Sep 04 07:45:24.734 INFO kablam! 40 | pub fn draw_lines(buf: &mut [u8], w: usize, h: usize, a: &Color, lines: &[Scanline]) { Sep 04 07:45:24.734 INFO kablam! | ^ help: consider using `_h` instead Sep 04 07:45:24.734 INFO kablam! Sep 04 07:45:24.872 INFO kablam! warning: method is never used: `put` Sep 04 07:45:24.873 INFO kablam! --> src/core.rs:47:5 Sep 04 07:45:24.873 INFO kablam! | Sep 04 07:45:24.873 INFO kablam! 47 | pub fn put(&mut self, x: usize, y: usize, color: &Color) { Sep 04 07:45:24.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:45:24.873 INFO kablam! | Sep 04 07:45:24.873 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 07:45:24.873 INFO kablam! Sep 04 07:45:24.873 INFO kablam! warning: method is never used: `to_rgba` Sep 04 07:45:24.873 INFO kablam! --> src/core.rs:192:5 Sep 04 07:45:24.873 INFO kablam! | Sep 04 07:45:24.873 INFO kablam! 192 | pub fn to_rgba(&self) -> Rgba { Sep 04 07:45:24.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:45:24.873 INFO kablam! Sep 04 07:45:25.993 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.97s Sep 04 07:45:26.001 INFO kablam! su: No module specific data is present Sep 04 07:45:26.450 INFO running `"docker" "rm" "-f" "933cc5ed336937145fd6e04d7c6b46d7b199408c77f077dfa1e95c7dd3466cdc"` Sep 04 07:45:26.560 INFO blam! 933cc5ed336937145fd6e04d7c6b46d7b199408c77f077dfa1e95c7dd3466cdc