Sep 01 01:22:29.064 INFO checking xray-0.1.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 01:22:29.064 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 01:22:29.064 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 01:22:29.234 INFO blam! 4fe6c4c335bfbc4af23f62f5e8a9afee520e6dff720cf223d367b0bd106284cd Sep 01 01:22:29.236 INFO running `"docker" "start" "-a" "4fe6c4c335bfbc4af23f62f5e8a9afee520e6dff720cf223d367b0bd106284cd"` Sep 01 01:22:30.033 INFO kablam! Compiling xml-rs v0.7.0 Sep 01 01:22:30.034 INFO kablam! Compiling syn v0.14.9 Sep 01 01:22:35.184 INFO kablam! Compiling gl_generator v0.9.0 Sep 01 01:22:39.379 INFO kablam! Compiling gl v0.10.0 Sep 01 01:22:44.493 INFO kablam! Compiling num-derive v0.2.2 Sep 01 01:22:47.750 INFO kablam! Checking image v0.19.0 Sep 01 01:22:57.522 INFO kablam! Checking xray v0.1.1 (file:///source) Sep 01 01:22:58.616 INFO kablam! warning: unused variable: `rbgw` Sep 01 01:22:58.616 INFO kablam! --> src/lib.rs:435:13 Sep 01 01:22:58.617 INFO kablam! | Sep 01 01:22:58.617 INFO kablam! 435 | let rbgw = DynamicImage::ImageRgba8(ImageBuffer::from_vec(2, 2, Sep 01 01:22:58.617 INFO kablam! | ^^^^ help: consider using `_rbgw` instead Sep 01 01:22:58.617 INFO kablam! | Sep 01 01:22:58.617 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 01:22:58.617 INFO kablam! Sep 01 01:22:58.617 INFO kablam! warning: unused variable: `expected` Sep 01 01:22:58.617 INFO kablam! --> src/lib.rs:443:13 Sep 01 01:22:58.617 INFO kablam! | Sep 01 01:22:58.617 INFO kablam! 443 | let expected = DynamicImage::ImageRgba8(ImageBuffer::from_vec(2, 2, Sep 01 01:22:58.617 INFO kablam! | ^^^^^^^^ help: consider using `_expected` instead Sep 01 01:22:58.617 INFO kablam! Sep 01 01:22:58.617 INFO kablam! warning: unused variable: `expected` Sep 01 01:22:58.617 INFO kablam! --> src/lib.rs:475:13 Sep 01 01:22:58.617 INFO kablam! | Sep 01 01:22:58.617 INFO kablam! 475 | let expected = DynamicImage::ImageRgba8(ImageBuffer::from_vec(2, 2, Sep 01 01:22:58.617 INFO kablam! | ^^^^^^^^ help: consider using `_expected` instead Sep 01 01:22:58.617 INFO kablam! Sep 01 01:22:58.617 INFO kablam! warning: unused variable: `x` Sep 01 01:22:58.618 INFO kablam! --> src/lib.rs:391:33 Sep 01 01:22:58.618 INFO kablam! | Sep 01 01:22:58.618 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Sep 01 01:22:58.618 INFO kablam! | ^ help: consider using `_x` instead Sep 01 01:22:58.618 INFO kablam! Sep 01 01:22:58.618 INFO kablam! warning: unused variable: `y` Sep 01 01:22:58.618 INFO kablam! --> src/lib.rs:391:41 Sep 01 01:22:58.618 INFO kablam! | Sep 01 01:22:58.618 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Sep 01 01:22:58.618 INFO kablam! | ^ help: consider using `_y` instead Sep 01 01:22:58.618 INFO kablam! Sep 01 01:22:58.618 INFO kablam! warning: unused variable: `width` Sep 01 01:22:58.618 INFO kablam! --> src/lib.rs:391:49 Sep 01 01:22:58.618 INFO kablam! | Sep 01 01:22:58.618 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Sep 01 01:22:58.618 INFO kablam! | ^^^^^ help: consider using `_width` instead Sep 01 01:22:58.618 INFO kablam! Sep 01 01:22:58.618 INFO kablam! warning: unused variable: `height` Sep 01 01:22:58.618 INFO kablam! --> src/lib.rs:391:61 Sep 01 01:22:58.618 INFO kablam! | Sep 01 01:22:58.618 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Sep 01 01:22:58.618 INFO kablam! | ^^^^^^ help: consider using `_height` instead Sep 01 01:22:58.618 INFO kablam! Sep 01 01:22:58.843 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.88s Sep 01 01:22:58.848 INFO kablam! su: No module specific data is present Sep 01 01:22:59.270 INFO running `"docker" "rm" "-f" "4fe6c4c335bfbc4af23f62f5e8a9afee520e6dff720cf223d367b0bd106284cd"` Sep 01 01:22:59.352 INFO blam! 4fe6c4c335bfbc4af23f62f5e8a9afee520e6dff720cf223d367b0bd106284cd