Oct 13 06:01:55.333 INFO checking xray-0.1.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 06:01:55.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 06:01:55.608 INFO blam! 8431d238e0ffa75c0d65320d36d4124b3395cdcaa9941b44f3943419b3316e67 Oct 13 06:01:55.610 INFO running `"docker" "start" "-a" "8431d238e0ffa75c0d65320d36d4124b3395cdcaa9941b44f3943419b3316e67"` Oct 13 06:01:56.352 INFO kablam! usermod: no changes Oct 13 06:01:56.492 INFO kablam! Compiling syn v0.15.9 Oct 13 06:02:07.256 INFO kablam! Compiling num-derive v0.2.3 Oct 13 06:02:14.677 INFO kablam! Checking image v0.19.0 Oct 13 06:02:20.576 INFO kablam! Checking xray v0.1.1 (/source) Oct 13 06:02:23.920 INFO kablam! warning: unused variable: `rbgw` Oct 13 06:02:23.920 INFO kablam! --> src/lib.rs:435:13 Oct 13 06:02:23.920 INFO kablam! | Oct 13 06:02:23.920 INFO kablam! 435 | let rbgw = DynamicImage::ImageRgba8(ImageBuffer::from_vec(2, 2, Oct 13 06:02:23.920 INFO kablam! | ^^^^ help: consider using `_rbgw` instead Oct 13 06:02:23.920 INFO kablam! | Oct 13 06:02:23.920 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:02:23.920 INFO kablam! Oct 13 06:02:23.920 INFO kablam! warning: unused variable: `expected` Oct 13 06:02:23.920 INFO kablam! --> src/lib.rs:443:13 Oct 13 06:02:23.920 INFO kablam! | Oct 13 06:02:23.920 INFO kablam! 443 | let expected = DynamicImage::ImageRgba8(ImageBuffer::from_vec(2, 2, Oct 13 06:02:23.920 INFO kablam! | ^^^^^^^^ help: consider using `_expected` instead Oct 13 06:02:23.920 INFO kablam! Oct 13 06:02:23.920 INFO kablam! warning: unused variable: `expected` Oct 13 06:02:23.920 INFO kablam! --> src/lib.rs:475:13 Oct 13 06:02:23.920 INFO kablam! | Oct 13 06:02:23.920 INFO kablam! 475 | let expected = DynamicImage::ImageRgba8(ImageBuffer::from_vec(2, 2, Oct 13 06:02:23.920 INFO kablam! | ^^^^^^^^ help: consider using `_expected` instead Oct 13 06:02:23.920 INFO kablam! Oct 13 06:02:23.920 INFO kablam! warning: unused variable: `x` Oct 13 06:02:23.920 INFO kablam! --> src/lib.rs:391:33 Oct 13 06:02:23.920 INFO kablam! | Oct 13 06:02:23.920 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Oct 13 06:02:23.920 INFO kablam! | ^ help: consider using `_x` instead Oct 13 06:02:23.920 INFO kablam! Oct 13 06:02:23.920 INFO kablam! warning: unused variable: `y` Oct 13 06:02:23.920 INFO kablam! --> src/lib.rs:391:41 Oct 13 06:02:23.920 INFO kablam! | Oct 13 06:02:23.920 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Oct 13 06:02:23.920 INFO kablam! | ^ help: consider using `_y` instead Oct 13 06:02:23.920 INFO kablam! Oct 13 06:02:23.920 INFO kablam! warning: unused variable: `width` Oct 13 06:02:23.920 INFO kablam! --> src/lib.rs:391:49 Oct 13 06:02:23.920 INFO kablam! | Oct 13 06:02:23.920 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Oct 13 06:02:23.920 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 13 06:02:23.920 INFO kablam! Oct 13 06:02:23.920 INFO kablam! warning: unused variable: `height` Oct 13 06:02:23.920 INFO kablam! --> src/lib.rs:391:61 Oct 13 06:02:23.920 INFO kablam! | Oct 13 06:02:23.920 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Oct 13 06:02:23.921 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 13 06:02:23.921 INFO kablam! Oct 13 06:02:24.530 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.13s Oct 13 06:02:24.533 INFO kablam! su: No module specific data is present Oct 13 06:02:24.866 INFO running `"docker" "rm" "-f" "8431d238e0ffa75c0d65320d36d4124b3395cdcaa9941b44f3943419b3316e67"` Oct 13 06:02:24.980 INFO blam! 8431d238e0ffa75c0d65320d36d4124b3395cdcaa9941b44f3943419b3316e67