Sep 17 19:45:47.638 INFO checking primg-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 19:45:47.638 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 19:45:47.638 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:45:47.934 INFO blam! 44a8af71cb4c04091cb099c87d65fc1ecfd838a917bfb89adc8c2aef34759ddf Sep 17 19:45:47.934 INFO running `"docker" "start" "-a" "44a8af71cb4c04091cb099c87d65fc1ecfd838a917bfb89adc8c2aef34759ddf"` Sep 17 19:45:49.061 INFO kablam! usermod: no changes Sep 17 19:45:49.184 INFO kablam! Checking primg v0.1.0 (/source) Sep 17 19:45:50.078 INFO kablam! warning: unused variable: `i` Sep 17 19:45:50.079 INFO kablam! --> src/shape.rs:502:9 Sep 17 19:45:50.079 INFO kablam! | Sep 17 19:45:50.079 INFO kablam! 502 | for i in 0..n { Sep 17 19:45:50.079 INFO kablam! | ^ help: consider using `_i` instead Sep 17 19:45:50.079 INFO kablam! | Sep 17 19:45:50.079 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 19:45:50.079 INFO kablam! Sep 17 19:45:50.079 INFO kablam! warning: unused variable: `h` Sep 17 19:45:50.079 INFO kablam! --> src/util.rs:40:45 Sep 17 19:45:50.079 INFO kablam! | Sep 17 19:45:50.079 INFO kablam! 40 | pub fn draw_lines(buf: &mut [u8], w: usize, h: usize, a: &Color, lines: &[Scanline]) { Sep 17 19:45:50.079 INFO kablam! | ^ help: consider using `_h` instead Sep 17 19:45:50.079 INFO kablam! Sep 17 19:45:50.157 INFO kablam! warning: method is never used: `put` Sep 17 19:45:50.157 INFO kablam! --> src/core.rs:47:5 Sep 17 19:45:50.157 INFO kablam! | Sep 17 19:45:50.157 INFO kablam! 47 | pub fn put(&mut self, x: usize, y: usize, color: &Color) { Sep 17 19:45:50.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:45:50.157 INFO kablam! | Sep 17 19:45:50.157 INFO kablam! = note: #[warn(dead_code)] on by default Sep 17 19:45:50.157 INFO kablam! Sep 17 19:45:50.158 INFO kablam! warning: method is never used: `to_rgba` Sep 17 19:45:50.158 INFO kablam! --> src/core.rs:192:5 Sep 17 19:45:50.158 INFO kablam! | Sep 17 19:45:50.158 INFO kablam! 192 | pub fn to_rgba(&self) -> Rgba { Sep 17 19:45:50.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:45:50.158 INFO kablam! Sep 17 19:45:50.295 INFO kablam! warning: unused variable: `i` Sep 17 19:45:50.295 INFO kablam! --> src/shape.rs:502:9 Sep 17 19:45:50.295 INFO kablam! | Sep 17 19:45:50.295 INFO kablam! 502 | for i in 0..n { Sep 17 19:45:50.295 INFO kablam! | ^ help: consider using `_i` instead Sep 17 19:45:50.295 INFO kablam! | Sep 17 19:45:50.295 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 19:45:50.295 INFO kablam! Sep 17 19:45:50.295 INFO kablam! warning: unused variable: `h` Sep 17 19:45:50.295 INFO kablam! --> src/util.rs:40:45 Sep 17 19:45:50.295 INFO kablam! | Sep 17 19:45:50.295 INFO kablam! 40 | pub fn draw_lines(buf: &mut [u8], w: usize, h: usize, a: &Color, lines: &[Scanline]) { Sep 17 19:45:50.295 INFO kablam! | ^ help: consider using `_h` instead Sep 17 19:45:50.295 INFO kablam! Sep 17 19:45:50.383 INFO kablam! warning: method is never used: `put` Sep 17 19:45:50.383 INFO kablam! --> src/core.rs:47:5 Sep 17 19:45:50.383 INFO kablam! | Sep 17 19:45:50.383 INFO kablam! 47 | pub fn put(&mut self, x: usize, y: usize, color: &Color) { Sep 17 19:45:50.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:45:50.383 INFO kablam! | Sep 17 19:45:50.383 INFO kablam! = note: #[warn(dead_code)] on by default Sep 17 19:45:50.383 INFO kablam! Sep 17 19:45:50.383 INFO kablam! warning: method is never used: `to_rgba` Sep 17 19:45:50.383 INFO kablam! --> src/core.rs:192:5 Sep 17 19:45:50.383 INFO kablam! | Sep 17 19:45:50.383 INFO kablam! 192 | pub fn to_rgba(&self) -> Rgba { Sep 17 19:45:50.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:45:50.383 INFO kablam! Sep 17 19:45:51.577 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.49s Sep 17 19:45:51.588 INFO kablam! su: No module specific data is present Sep 17 19:45:53.001 INFO running `"docker" "rm" "-f" "44a8af71cb4c04091cb099c87d65fc1ecfd838a917bfb89adc8c2aef34759ddf"` Sep 17 19:45:53.234 INFO blam! 44a8af71cb4c04091cb099c87d65fc1ecfd838a917bfb89adc8c2aef34759ddf