Sep 05 20:27:45.575 INFO checking xray-0.1.1 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 20:27:45.575 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 20:27:45.575 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 20:27:45.863 INFO blam! 7c82301920e430f114c8d10bfc89c37bdb53d47015d7cfc01c2b5b25afe21199 Sep 05 20:27:45.864 INFO running `"docker" "start" "-a" "7c82301920e430f114c8d10bfc89c37bdb53d47015d7cfc01c2b5b25afe21199"` Sep 05 20:27:46.778 INFO kablam! usermod: no changes Sep 05 20:27:46.890 INFO kablam! Compiling log v0.4.5 Sep 05 20:27:46.890 INFO kablam! Compiling xml-rs v0.7.0 Sep 05 20:27:51.051 INFO kablam! Compiling gl_generator v0.9.0 Sep 05 20:27:53.921 INFO kablam! Compiling gl v0.10.0 Sep 05 20:28:01.737 INFO kablam! Checking xray v0.1.1 (file:///source) Sep 05 20:28:02.288 INFO kablam! warning: unused variable: `rbgw` Sep 05 20:28:02.288 INFO kablam! --> src/lib.rs:435:13 Sep 05 20:28:02.288 INFO kablam! | Sep 05 20:28:02.288 INFO kablam! 435 | let rbgw = DynamicImage::ImageRgba8(ImageBuffer::from_vec(2, 2, Sep 05 20:28:02.288 INFO kablam! | ^^^^ help: consider using `_rbgw` instead Sep 05 20:28:02.288 INFO kablam! | Sep 05 20:28:02.288 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 05 20:28:02.288 INFO kablam! Sep 05 20:28:02.288 INFO kablam! warning: unused variable: `expected` Sep 05 20:28:02.288 INFO kablam! --> src/lib.rs:443:13 Sep 05 20:28:02.288 INFO kablam! | Sep 05 20:28:02.288 INFO kablam! 443 | let expected = DynamicImage::ImageRgba8(ImageBuffer::from_vec(2, 2, Sep 05 20:28:02.288 INFO kablam! | ^^^^^^^^ help: consider using `_expected` instead Sep 05 20:28:02.288 INFO kablam! Sep 05 20:28:02.288 INFO kablam! warning: unused variable: `expected` Sep 05 20:28:02.288 INFO kablam! --> src/lib.rs:475:13 Sep 05 20:28:02.288 INFO kablam! | Sep 05 20:28:02.288 INFO kablam! 475 | let expected = DynamicImage::ImageRgba8(ImageBuffer::from_vec(2, 2, Sep 05 20:28:02.288 INFO kablam! | ^^^^^^^^ help: consider using `_expected` instead Sep 05 20:28:02.288 INFO kablam! Sep 05 20:28:02.288 INFO kablam! warning: unused variable: `x` Sep 05 20:28:02.288 INFO kablam! --> src/lib.rs:391:33 Sep 05 20:28:02.288 INFO kablam! | Sep 05 20:28:02.288 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Sep 05 20:28:02.288 INFO kablam! | ^ help: consider using `_x` instead Sep 05 20:28:02.288 INFO kablam! Sep 05 20:28:02.288 INFO kablam! warning: unused variable: `y` Sep 05 20:28:02.288 INFO kablam! --> src/lib.rs:391:41 Sep 05 20:28:02.288 INFO kablam! | Sep 05 20:28:02.288 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Sep 05 20:28:02.288 INFO kablam! | ^ help: consider using `_y` instead Sep 05 20:28:02.288 INFO kablam! Sep 05 20:28:02.288 INFO kablam! warning: unused variable: `width` Sep 05 20:28:02.288 INFO kablam! --> src/lib.rs:391:49 Sep 05 20:28:02.288 INFO kablam! | Sep 05 20:28:02.288 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Sep 05 20:28:02.288 INFO kablam! | ^^^^^ help: consider using `_width` instead Sep 05 20:28:02.288 INFO kablam! Sep 05 20:28:02.288 INFO kablam! warning: unused variable: `height` Sep 05 20:28:02.288 INFO kablam! --> src/lib.rs:391:61 Sep 05 20:28:02.288 INFO kablam! | Sep 05 20:28:02.288 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Sep 05 20:28:02.288 INFO kablam! | ^^^^^^ help: consider using `_height` instead Sep 05 20:28:02.288 INFO kablam! Sep 05 20:28:02.409 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.60s Sep 05 20:28:02.410 INFO kablam! su: No module specific data is present Sep 05 20:28:02.865 INFO running `"docker" "rm" "-f" "7c82301920e430f114c8d10bfc89c37bdb53d47015d7cfc01c2b5b25afe21199"` Sep 05 20:28:02.932 INFO blam! 7c82301920e430f114c8d10bfc89c37bdb53d47015d7cfc01c2b5b25afe21199