Oct 12 11:52:28.074 INFO checking tonyfinn/xray against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 11:52:28.075 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 11:52:28.640 INFO blam! 4128c26854d1850a8d6ce3db7282f2aaddec75fb395ad026192d9a42d74cdd79 Oct 12 11:52:28.648 INFO running `"docker" "start" "-a" "4128c26854d1850a8d6ce3db7282f2aaddec75fb395ad026192d9a42d74cdd79"` Oct 12 11:52:30.505 INFO kablam! usermod: no changes Oct 12 11:52:30.628 INFO kablam! Compiling bitflags v1.0.3 Oct 12 11:52:30.628 INFO kablam! Checking color_quant v1.0.1 Oct 12 11:52:30.634 INFO kablam! Compiling log v0.4.2 Oct 12 11:52:30.640 INFO kablam! Checking inflate v0.4.2 Oct 12 11:52:30.640 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 12 11:52:30.640 INFO kablam! Compiling num-traits v0.2.5 Oct 12 11:52:30.640 INFO kablam! Checking num-integer v0.1.39 Oct 12 11:52:30.640 INFO kablam! Compiling syn v0.14.2 Oct 12 11:52:31.133 INFO kablam! Compiling xml-rs v0.7.0 Oct 12 11:52:34.150 INFO kablam! Checking gif v0.10.0 Oct 12 11:52:34.729 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 12 11:52:34.879 INFO kablam! Checking num-iter v0.1.37 Oct 12 11:52:34.880 INFO kablam! Checking num-rational v0.1.42 Oct 12 11:52:36.540 INFO kablam! Checking png v0.12.0 Oct 12 11:52:37.642 INFO kablam! Checking rayon-core v1.4.0 Oct 12 11:52:42.003 INFO kablam! Checking rayon v1.0.1 Oct 12 11:52:46.499 INFO kablam! Compiling gl_generator v0.9.0 Oct 12 11:52:53.349 INFO kablam! Compiling gl v0.10.0 Oct 12 11:53:01.013 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 12 11:53:03.200 INFO kablam! Compiling num-derive v0.2.2 Oct 12 11:53:07.072 INFO kablam! Checking image v0.19.0 Oct 12 11:53:16.356 INFO kablam! Checking xray v0.1.1 (/source) Oct 12 11:53:17.541 INFO kablam! warning: unused variable: `rbgw` Oct 12 11:53:17.541 INFO kablam! --> src/lib.rs:435:13 Oct 12 11:53:17.541 INFO kablam! | Oct 12 11:53:17.541 INFO kablam! 435 | let rbgw = DynamicImage::ImageRgba8(ImageBuffer::from_vec(2, 2, Oct 12 11:53:17.541 INFO kablam! | ^^^^ help: consider using `_rbgw` instead Oct 12 11:53:17.541 INFO kablam! | Oct 12 11:53:17.541 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 11:53:17.541 INFO kablam! Oct 12 11:53:17.541 INFO kablam! warning: unused variable: `expected` Oct 12 11:53:17.541 INFO kablam! --> src/lib.rs:443:13 Oct 12 11:53:17.541 INFO kablam! | Oct 12 11:53:17.541 INFO kablam! 443 | let expected = DynamicImage::ImageRgba8(ImageBuffer::from_vec(2, 2, Oct 12 11:53:17.541 INFO kablam! | ^^^^^^^^ help: consider using `_expected` instead Oct 12 11:53:17.541 INFO kablam! Oct 12 11:53:17.541 INFO kablam! warning: unused variable: `expected` Oct 12 11:53:17.541 INFO kablam! --> src/lib.rs:475:13 Oct 12 11:53:17.541 INFO kablam! | Oct 12 11:53:17.541 INFO kablam! 475 | let expected = DynamicImage::ImageRgba8(ImageBuffer::from_vec(2, 2, Oct 12 11:53:17.541 INFO kablam! | ^^^^^^^^ help: consider using `_expected` instead Oct 12 11:53:17.541 INFO kablam! Oct 12 11:53:17.541 INFO kablam! warning: unused variable: `x` Oct 12 11:53:17.541 INFO kablam! --> src/lib.rs:391:33 Oct 12 11:53:17.541 INFO kablam! | Oct 12 11:53:17.541 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Oct 12 11:53:17.541 INFO kablam! | ^ help: consider using `_x` instead Oct 12 11:53:17.541 INFO kablam! Oct 12 11:53:17.541 INFO kablam! warning: unused variable: `y` Oct 12 11:53:17.541 INFO kablam! --> src/lib.rs:391:41 Oct 12 11:53:17.541 INFO kablam! | Oct 12 11:53:17.541 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Oct 12 11:53:17.541 INFO kablam! | ^ help: consider using `_y` instead Oct 12 11:53:17.541 INFO kablam! Oct 12 11:53:17.541 INFO kablam! warning: unused variable: `width` Oct 12 11:53:17.541 INFO kablam! --> src/lib.rs:391:49 Oct 12 11:53:17.541 INFO kablam! | Oct 12 11:53:17.541 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Oct 12 11:53:17.541 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 12 11:53:17.541 INFO kablam! Oct 12 11:53:17.541 INFO kablam! warning: unused variable: `height` Oct 12 11:53:17.541 INFO kablam! --> src/lib.rs:391:61 Oct 12 11:53:17.541 INFO kablam! | Oct 12 11:53:17.541 INFO kablam! 391 | fn capture_image(&self, x: i32, y: i32, width: u32, height: u32) -> XrayResult { Oct 12 11:53:17.542 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 12 11:53:17.542 INFO kablam! Oct 12 11:53:18.121 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.59s Oct 12 11:53:18.141 INFO kablam! su: No module specific data is present Oct 12 11:53:19.562 INFO running `"docker" "rm" "-f" "4128c26854d1850a8d6ce3db7282f2aaddec75fb395ad026192d9a42d74cdd79"` Oct 12 11:53:19.821 INFO blam! 4128c26854d1850a8d6ce3db7282f2aaddec75fb395ad026192d9a42d74cdd79