Sep 14 11:34:05.579 INFO checking primg-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 11:34:05.579 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 11:34:05.579 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:34:05.766 INFO blam! 919a5618a8f14735246664d48af09004021d60523ccdfb13157af48f4d89ef8b Sep 14 11:34:05.767 INFO running `"docker" "start" "-a" "919a5618a8f14735246664d48af09004021d60523ccdfb13157af48f4d89ef8b"` Sep 14 11:34:06.327 INFO kablam! usermod: no changes Sep 14 11:34:06.423 INFO kablam! Checking primg v0.1.0 (file:///source) Sep 14 11:34:07.419 INFO kablam! warning: unused variable: `i` Sep 14 11:34:07.419 INFO kablam! --> src/shape.rs:502:9 Sep 14 11:34:07.419 INFO kablam! | Sep 14 11:34:07.419 INFO kablam! 502 | for i in 0..n { Sep 14 11:34:07.419 INFO kablam! | ^ help: consider using `_i` instead Sep 14 11:34:07.419 INFO kablam! | Sep 14 11:34:07.419 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 11:34:07.419 INFO kablam! Sep 14 11:34:07.419 INFO kablam! warning: unused variable: `h` Sep 14 11:34:07.419 INFO kablam! --> src/util.rs:40:45 Sep 14 11:34:07.419 INFO kablam! | Sep 14 11:34:07.419 INFO kablam! 40 | pub fn draw_lines(buf: &mut [u8], w: usize, h: usize, a: &Color, lines: &[Scanline]) { Sep 14 11:34:07.419 INFO kablam! | ^ help: consider using `_h` instead Sep 14 11:34:07.419 INFO kablam! Sep 14 11:34:07.462 INFO kablam! warning: unused variable: `i` Sep 14 11:34:07.462 INFO kablam! --> src/shape.rs:502:9 Sep 14 11:34:07.462 INFO kablam! | Sep 14 11:34:07.462 INFO kablam! 502 | for i in 0..n { Sep 14 11:34:07.462 INFO kablam! | ^ help: consider using `_i` instead Sep 14 11:34:07.462 INFO kablam! | Sep 14 11:34:07.462 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 11:34:07.462 INFO kablam! Sep 14 11:34:07.462 INFO kablam! warning: unused variable: `h` Sep 14 11:34:07.462 INFO kablam! --> src/util.rs:40:45 Sep 14 11:34:07.462 INFO kablam! | Sep 14 11:34:07.462 INFO kablam! 40 | pub fn draw_lines(buf: &mut [u8], w: usize, h: usize, a: &Color, lines: &[Scanline]) { Sep 14 11:34:07.463 INFO kablam! | ^ help: consider using `_h` instead Sep 14 11:34:07.463 INFO kablam! Sep 14 11:34:07.528 INFO kablam! warning: method is never used: `put` Sep 14 11:34:07.529 INFO kablam! --> src/core.rs:47:5 Sep 14 11:34:07.529 INFO kablam! | Sep 14 11:34:07.529 INFO kablam! 47 | pub fn put(&mut self, x: usize, y: usize, color: &Color) { Sep 14 11:34:07.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:34:07.529 INFO kablam! | Sep 14 11:34:07.529 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 11:34:07.529 INFO kablam! Sep 14 11:34:07.529 INFO kablam! warning: method is never used: `to_rgba` Sep 14 11:34:07.529 INFO kablam! --> src/core.rs:192:5 Sep 14 11:34:07.529 INFO kablam! | Sep 14 11:34:07.529 INFO kablam! 192 | pub fn to_rgba(&self) -> Rgba { Sep 14 11:34:07.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:34:07.529 INFO kablam! Sep 14 11:34:07.551 INFO kablam! warning: method is never used: `put` Sep 14 11:34:07.551 INFO kablam! --> src/core.rs:47:5 Sep 14 11:34:07.551 INFO kablam! | Sep 14 11:34:07.551 INFO kablam! 47 | pub fn put(&mut self, x: usize, y: usize, color: &Color) { Sep 14 11:34:07.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:34:07.551 INFO kablam! | Sep 14 11:34:07.551 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 11:34:07.551 INFO kablam! Sep 14 11:34:07.551 INFO kablam! warning: method is never used: `to_rgba` Sep 14 11:34:07.551 INFO kablam! --> src/core.rs:192:5 Sep 14 11:34:07.551 INFO kablam! | Sep 14 11:34:07.551 INFO kablam! 192 | pub fn to_rgba(&self) -> Rgba { Sep 14 11:34:07.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:34:07.551 INFO kablam! Sep 14 11:34:08.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.24s Sep 14 11:34:08.587 INFO kablam! su: No module specific data is present Sep 14 11:34:09.322 INFO running `"docker" "rm" "-f" "919a5618a8f14735246664d48af09004021d60523ccdfb13157af48f4d89ef8b"` Sep 14 11:34:09.381 INFO blam! 919a5618a8f14735246664d48af09004021d60523ccdfb13157af48f4d89ef8b