Sep 10 16:32:20.110 INFO checking imageproc-0.13.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 16:32:20.110 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 16:32:20.110 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 16:32:20.435 INFO blam! 95564add7a55ecc715313ac46f6a8d91bcb61eb5508646c791ccabc302edae8f Sep 10 16:32:20.437 INFO running `"docker" "start" "-a" "95564add7a55ecc715313ac46f6a8d91bcb61eb5508646c791ccabc302edae8f"` Sep 10 16:32:21.931 INFO kablam! usermod: no changes Sep 10 16:32:22.254 INFO kablam! Checking imageproc v0.13.0 (file:///source) Sep 10 16:32:25.510 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 16:32:25.510 INFO kablam! --> src/filter/median.rs:120:34 Sep 10 16:32:25.510 INFO kablam! | Sep 10 16:32:25.510 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 10 16:32:25.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 16:32:25.511 INFO kablam! | Sep 10 16:32:25.512 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 16:32:25.512 INFO kablam! Sep 10 16:32:25.512 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 16:32:25.512 INFO kablam! --> src/filter/median.rs:123:38 Sep 10 16:32:25.512 INFO kablam! | Sep 10 16:32:25.512 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 10 16:32:25.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 16:32:25.513 INFO kablam! Sep 10 16:32:25.513 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 16:32:25.513 INFO kablam! --> src/filter/mod.rs:122:37 Sep 10 16:32:25.513 INFO kablam! | Sep 10 16:32:25.513 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 10 16:32:25.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 16:32:25.514 INFO kablam! Sep 10 16:32:25.514 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 16:32:25.514 INFO kablam! --> src/filter/mod.rs:127:40 Sep 10 16:32:25.514 INFO kablam! | Sep 10 16:32:25.514 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 10 16:32:25.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 16:32:25.515 INFO kablam! Sep 10 16:32:26.013 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 16:32:26.013 INFO kablam! --> src/filter/median.rs:120:34 Sep 10 16:32:26.013 INFO kablam! | Sep 10 16:32:26.013 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 10 16:32:26.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 16:32:26.013 INFO kablam! | Sep 10 16:32:26.013 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 16:32:26.013 INFO kablam! Sep 10 16:32:26.013 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 16:32:26.013 INFO kablam! --> src/filter/median.rs:123:38 Sep 10 16:32:26.013 INFO kablam! | Sep 10 16:32:26.013 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 10 16:32:26.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 16:32:26.013 INFO kablam! Sep 10 16:32:26.014 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 16:32:26.014 INFO kablam! --> src/filter/mod.rs:122:37 Sep 10 16:32:26.014 INFO kablam! | Sep 10 16:32:26.014 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 10 16:32:26.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 16:32:26.014 INFO kablam! Sep 10 16:32:26.015 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 16:32:26.015 INFO kablam! --> src/filter/mod.rs:127:40 Sep 10 16:32:26.015 INFO kablam! | Sep 10 16:32:26.015 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 10 16:32:26.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 16:32:26.015 INFO kablam! Sep 10 16:32:29.045 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 16:32:29.045 INFO kablam! --> src/definitions.rs:16:19 Sep 10 16:32:29.045 INFO kablam! | Sep 10 16:32:29.045 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 10 16:32:29.045 INFO kablam! | ^^^^^ Sep 10 16:32:29.045 INFO kablam! | Sep 10 16:32:29.045 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 10 16:32:29.045 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 16:32:29.045 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 10 16:32:29.045 INFO kablam! --> src/definitions.rs:16:47 Sep 10 16:32:29.045 INFO kablam! | Sep 10 16:32:29.045 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 10 16:32:29.046 INFO kablam! | ^^^^^^^^^^^ Sep 10 16:32:29.046 INFO kablam! Sep 10 16:32:39.608 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 10 16:32:39.608 INFO kablam! --> examples/font.rs:25:26 Sep 10 16:32:39.608 INFO kablam! | Sep 10 16:32:39.608 INFO kablam! 25 | let font = Vec::from(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 10 16:32:39.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 16:32:39.618 INFO kablam! Sep 10 16:32:39.626 INFO kablam! error: aborting due to previous error Sep 10 16:32:39.630 INFO kablam! Sep 10 16:32:39.667 INFO kablam! error: Could not compile `imageproc`. Sep 10 16:32:39.667 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 16:32:41.682 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 16:32:41.682 INFO kablam! --> src/definitions.rs:16:19 Sep 10 16:32:41.682 INFO kablam! | Sep 10 16:32:41.682 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 10 16:32:41.682 INFO kablam! | ^^^^^ Sep 10 16:32:41.682 INFO kablam! | Sep 10 16:32:41.682 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 10 16:32:41.682 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 16:32:41.682 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 10 16:32:41.682 INFO kablam! --> src/definitions.rs:16:47 Sep 10 16:32:41.682 INFO kablam! | Sep 10 16:32:41.682 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 10 16:32:41.682 INFO kablam! | ^^^^^^^^^^^ Sep 10 16:32:41.682 INFO kablam! Sep 10 16:32:41.882 INFO kablam! error: build failed Sep 10 16:32:41.887 INFO kablam! su: No module specific data is present Sep 10 16:32:43.085 INFO running `"docker" "rm" "-f" "95564add7a55ecc715313ac46f6a8d91bcb61eb5508646c791ccabc302edae8f"` Sep 10 16:32:43.199 INFO blam! 95564add7a55ecc715313ac46f6a8d91bcb61eb5508646c791ccabc302edae8f