Sep 17 22:50:41.012 INFO checking imageproc-0.13.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 22:50:41.012 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 22:50:41.012 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 22:50:41.448 INFO blam! 2b11364dc5deb49d2418cc51068b41539e54aca8a4bb471feaff6671c7f61c79 Sep 17 22:50:41.450 INFO running `"docker" "start" "-a" "2b11364dc5deb49d2418cc51068b41539e54aca8a4bb471feaff6671c7f61c79"` Sep 17 22:50:43.139 INFO kablam! usermod: no changes Sep 17 22:50:43.411 INFO kablam! Checking rayon v0.7.1 Sep 17 22:50:43.424 INFO kablam! Checking image v0.18.0 Sep 17 22:50:50.835 INFO kablam! Checking imageproc v0.13.0 (/source) Sep 17 22:50:53.781 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 22:50:53.781 INFO kablam! --> src/filter/median.rs:120:34 Sep 17 22:50:53.782 INFO kablam! | Sep 17 22:50:53.782 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 17 22:50:53.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 22:50:53.799 INFO kablam! | Sep 17 22:50:53.799 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 22:50:53.800 INFO kablam! Sep 17 22:50:53.800 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 22:50:53.801 INFO kablam! --> src/filter/median.rs:123:38 Sep 17 22:50:53.801 INFO kablam! | Sep 17 22:50:53.801 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 17 22:50:53.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 22:50:53.802 INFO kablam! Sep 17 22:50:53.803 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 22:50:53.803 INFO kablam! --> src/filter/mod.rs:122:37 Sep 17 22:50:53.803 INFO kablam! | Sep 17 22:50:53.804 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 17 22:50:53.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 22:50:53.804 INFO kablam! Sep 17 22:50:53.805 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 22:50:53.805 INFO kablam! --> src/filter/mod.rs:127:40 Sep 17 22:50:53.806 INFO kablam! | Sep 17 22:50:53.806 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 17 22:50:53.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 22:50:53.807 INFO kablam! Sep 17 22:50:54.418 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 22:50:54.418 INFO kablam! --> src/filter/median.rs:120:34 Sep 17 22:50:54.418 INFO kablam! | Sep 17 22:50:54.418 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 17 22:50:54.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 22:50:54.431 INFO kablam! | Sep 17 22:50:54.431 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 22:50:54.431 INFO kablam! Sep 17 22:50:54.432 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 22:50:54.432 INFO kablam! --> src/filter/median.rs:123:38 Sep 17 22:50:54.433 INFO kablam! | Sep 17 22:50:54.433 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 17 22:50:54.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 22:50:54.434 INFO kablam! Sep 17 22:50:54.435 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 22:50:54.435 INFO kablam! --> src/filter/mod.rs:122:37 Sep 17 22:50:54.436 INFO kablam! | Sep 17 22:50:54.436 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 17 22:50:54.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 22:50:54.437 INFO kablam! Sep 17 22:50:54.437 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 22:50:54.438 INFO kablam! --> src/filter/mod.rs:127:40 Sep 17 22:50:54.438 INFO kablam! | Sep 17 22:50:54.439 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 17 22:50:54.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 22:50:54.439 INFO kablam! Sep 17 22:50:57.391 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 17 22:50:57.391 INFO kablam! --> src/definitions.rs:16:19 Sep 17 22:50:57.391 INFO kablam! | Sep 17 22:50:57.391 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 17 22:50:57.391 INFO kablam! | ^^^^^ Sep 17 22:50:57.391 INFO kablam! | Sep 17 22:50:57.391 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 17 22:50:57.391 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 17 22:50:57.391 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 17 22:50:57.391 INFO kablam! --> src/definitions.rs:16:47 Sep 17 22:50:57.394 INFO kablam! | Sep 17 22:50:57.395 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 17 22:50:57.395 INFO kablam! | ^^^^^^^^^^^ Sep 17 22:50:57.395 INFO kablam! Sep 17 22:51:08.083 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 17 22:51:08.083 INFO kablam! --> examples/font.rs:25:26 Sep 17 22:51:08.083 INFO kablam! | Sep 17 22:51:08.083 INFO kablam! 25 | let font = Vec::from(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 17 22:51:08.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:51:08.083 INFO kablam! Sep 17 22:51:08.083 INFO kablam! error: aborting due to previous error Sep 17 22:51:08.083 INFO kablam! Sep 17 22:51:08.083 INFO kablam! error: Could not compile `imageproc`. Sep 17 22:51:08.083 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 22:51:10.063 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 17 22:51:10.063 INFO kablam! --> src/definitions.rs:16:19 Sep 17 22:51:10.063 INFO kablam! | Sep 17 22:51:10.063 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 17 22:51:10.063 INFO kablam! | ^^^^^ Sep 17 22:51:10.063 INFO kablam! | Sep 17 22:51:10.063 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 17 22:51:10.063 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 17 22:51:10.063 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 17 22:51:10.063 INFO kablam! --> src/definitions.rs:16:47 Sep 17 22:51:10.063 INFO kablam! | Sep 17 22:51:10.063 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 17 22:51:10.063 INFO kablam! | ^^^^^^^^^^^ Sep 17 22:51:10.064 INFO kablam! Sep 17 22:51:12.135 INFO kablam! error: build failed Sep 17 22:51:12.135 INFO kablam! su: No module specific data is present Sep 17 22:51:13.297 INFO running `"docker" "rm" "-f" "2b11364dc5deb49d2418cc51068b41539e54aca8a4bb471feaff6671c7f61c79"` Sep 17 22:51:13.523 INFO blam! 2b11364dc5deb49d2418cc51068b41539e54aca8a4bb471feaff6671c7f61c79