Sep 19 22:37:21.165 INFO checking primg-0.1.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 22:37:21.165 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 22:37:21.165 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:37:21.388 INFO blam! 94d8f17d8934be29b07803e08f5a75fad3f561e13421887bebcd8c586fce20a0 Sep 19 22:37:21.391 INFO running `"docker" "start" "-a" "94d8f17d8934be29b07803e08f5a75fad3f561e13421887bebcd8c586fce20a0"` Sep 19 22:37:22.143 INFO kablam! usermod: no changes Sep 19 22:37:22.250 INFO kablam! Checking primg v0.1.0 (/source) Sep 19 22:37:23.220 INFO kablam! warning: unused variable: `i` Sep 19 22:37:23.220 INFO kablam! --> src/shape.rs:502:9 Sep 19 22:37:23.220 INFO kablam! | Sep 19 22:37:23.220 INFO kablam! 502 | for i in 0..n { Sep 19 22:37:23.220 INFO kablam! | ^ help: consider using `_i` instead Sep 19 22:37:23.220 INFO kablam! | Sep 19 22:37:23.220 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 22:37:23.220 INFO kablam! Sep 19 22:37:23.220 INFO kablam! warning: unused variable: `h` Sep 19 22:37:23.222 INFO kablam! --> src/util.rs:40:45 Sep 19 22:37:23.222 INFO kablam! | Sep 19 22:37:23.222 INFO kablam! 40 | pub fn draw_lines(buf: &mut [u8], w: usize, h: usize, a: &Color, lines: &[Scanline]) { Sep 19 22:37:23.222 INFO kablam! | ^ help: consider using `_h` instead Sep 19 22:37:23.222 INFO kablam! Sep 19 22:37:23.227 INFO kablam! warning: unused variable: `i` Sep 19 22:37:23.227 INFO kablam! --> src/shape.rs:502:9 Sep 19 22:37:23.227 INFO kablam! | Sep 19 22:37:23.227 INFO kablam! 502 | for i in 0..n { Sep 19 22:37:23.228 INFO kablam! | ^ help: consider using `_i` instead Sep 19 22:37:23.228 INFO kablam! | Sep 19 22:37:23.228 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 22:37:23.229 INFO kablam! Sep 19 22:37:23.229 INFO kablam! warning: unused variable: `h` Sep 19 22:37:23.230 INFO kablam! --> src/util.rs:40:45 Sep 19 22:37:23.230 INFO kablam! | Sep 19 22:37:23.230 INFO kablam! 40 | pub fn draw_lines(buf: &mut [u8], w: usize, h: usize, a: &Color, lines: &[Scanline]) { Sep 19 22:37:23.230 INFO kablam! | ^ help: consider using `_h` instead Sep 19 22:37:23.230 INFO kablam! Sep 19 22:37:23.302 INFO kablam! warning: method is never used: `put` Sep 19 22:37:23.302 INFO kablam! --> src/core.rs:47:5 Sep 19 22:37:23.302 INFO kablam! | Sep 19 22:37:23.302 INFO kablam! 47 | pub fn put(&mut self, x: usize, y: usize, color: &Color) { Sep 19 22:37:23.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:37:23.302 INFO kablam! | Sep 19 22:37:23.302 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:37:23.302 INFO kablam! Sep 19 22:37:23.302 INFO kablam! warning: method is never used: `to_rgba` Sep 19 22:37:23.302 INFO kablam! --> src/core.rs:192:5 Sep 19 22:37:23.302 INFO kablam! | Sep 19 22:37:23.302 INFO kablam! 192 | pub fn to_rgba(&self) -> Rgba { Sep 19 22:37:23.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:37:23.302 INFO kablam! Sep 19 22:37:23.330 INFO kablam! warning: method is never used: `put` Sep 19 22:37:23.330 INFO kablam! --> src/core.rs:47:5 Sep 19 22:37:23.330 INFO kablam! | Sep 19 22:37:23.330 INFO kablam! 47 | pub fn put(&mut self, x: usize, y: usize, color: &Color) { Sep 19 22:37:23.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:37:23.330 INFO kablam! | Sep 19 22:37:23.330 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:37:23.330 INFO kablam! Sep 19 22:37:23.330 INFO kablam! warning: method is never used: `to_rgba` Sep 19 22:37:23.330 INFO kablam! --> src/core.rs:192:5 Sep 19 22:37:23.330 INFO kablam! | Sep 19 22:37:23.330 INFO kablam! 192 | pub fn to_rgba(&self) -> Rgba { Sep 19 22:37:23.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:37:23.330 INFO kablam! Sep 19 22:37:24.380 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.22s Sep 19 22:37:24.392 INFO kablam! su: No module specific data is present Sep 19 22:37:25.157 INFO running `"docker" "rm" "-f" "94d8f17d8934be29b07803e08f5a75fad3f561e13421887bebcd8c586fce20a0"` Sep 19 22:37:25.276 INFO blam! 94d8f17d8934be29b07803e08f5a75fad3f561e13421887bebcd8c586fce20a0