Sep 01 00:32:36.891 INFO checking imageproc-0.13.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 00:32:36.891 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 00:32:36.891 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:32:37.151 INFO blam! 3dd3a42557a77753e856b2db92d56b9a5586e8e7fffe789ab7c5e456f3abc62b Sep 01 00:32:37.153 INFO running `"docker" "start" "-a" "3dd3a42557a77753e856b2db92d56b9a5586e8e7fffe789ab7c5e456f3abc62b"` Sep 01 00:32:38.323 INFO kablam! Checking imageproc v0.13.0 (file:///source) Sep 01 00:32:43.060 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 00:32:43.062 INFO kablam! --> src/filter/median.rs:120:34 Sep 01 00:32:43.062 INFO kablam! | Sep 01 00:32:43.062 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 01 00:32:43.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 00:32:43.063 INFO kablam! | Sep 01 00:32:43.063 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 00:32:43.063 INFO kablam! Sep 01 00:32:43.063 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 00:32:43.063 INFO kablam! --> src/filter/median.rs:123:38 Sep 01 00:32:43.063 INFO kablam! | Sep 01 00:32:43.063 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 01 00:32:43.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 00:32:43.063 INFO kablam! Sep 01 00:32:43.063 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 00:32:43.063 INFO kablam! --> src/filter/mod.rs:122:37 Sep 01 00:32:43.063 INFO kablam! | Sep 01 00:32:43.063 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 01 00:32:43.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 00:32:43.063 INFO kablam! Sep 01 00:32:43.063 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 00:32:43.063 INFO kablam! --> src/filter/mod.rs:127:40 Sep 01 00:32:43.064 INFO kablam! | Sep 01 00:32:43.064 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 01 00:32:43.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 00:32:43.064 INFO kablam! Sep 01 00:32:43.533 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 00:32:43.534 INFO kablam! --> src/filter/median.rs:120:34 Sep 01 00:32:43.534 INFO kablam! | Sep 01 00:32:43.534 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 01 00:32:43.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 00:32:43.534 INFO kablam! | Sep 01 00:32:43.534 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 00:32:43.534 INFO kablam! Sep 01 00:32:43.534 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 00:32:43.534 INFO kablam! --> src/filter/median.rs:123:38 Sep 01 00:32:43.534 INFO kablam! | Sep 01 00:32:43.534 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 01 00:32:43.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 00:32:43.534 INFO kablam! Sep 01 00:32:43.535 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 00:32:43.535 INFO kablam! --> src/filter/mod.rs:122:37 Sep 01 00:32:43.535 INFO kablam! | Sep 01 00:32:43.535 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 01 00:32:43.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 00:32:43.535 INFO kablam! Sep 01 00:32:43.535 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 00:32:43.535 INFO kablam! --> src/filter/mod.rs:127:40 Sep 01 00:32:43.535 INFO kablam! | Sep 01 00:32:43.535 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 01 00:32:43.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 00:32:43.535 INFO kablam! Sep 01 00:32:47.784 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 00:32:47.784 INFO kablam! --> src/definitions.rs:16:19 Sep 01 00:32:47.784 INFO kablam! | Sep 01 00:32:47.785 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 01 00:32:47.785 INFO kablam! | ^^^^^ Sep 01 00:32:47.785 INFO kablam! | Sep 01 00:32:47.785 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 01 00:32:47.785 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 00:32:47.785 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 01 00:32:47.785 INFO kablam! --> src/definitions.rs:16:47 Sep 01 00:32:47.785 INFO kablam! | Sep 01 00:32:47.785 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 01 00:32:47.785 INFO kablam! | ^^^^^^^^^^^ Sep 01 00:32:47.785 INFO kablam! Sep 01 00:33:05.681 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 00:33:05.681 INFO kablam! --> src/definitions.rs:16:19 Sep 01 00:33:05.681 INFO kablam! | Sep 01 00:33:05.681 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 01 00:33:05.681 INFO kablam! | ^^^^^ Sep 01 00:33:05.683 INFO kablam! | Sep 01 00:33:05.683 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 01 00:33:05.683 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 00:33:05.683 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 01 00:33:05.683 INFO kablam! --> src/definitions.rs:16:47 Sep 01 00:33:05.683 INFO kablam! | Sep 01 00:33:05.683 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 01 00:33:05.683 INFO kablam! | ^^^^^^^^^^^ Sep 01 00:33:05.683 INFO kablam! Sep 01 00:33:10.785 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 01 00:33:10.785 INFO kablam! --> examples/font.rs:25:26 Sep 01 00:33:10.785 INFO kablam! | Sep 01 00:33:10.785 INFO kablam! 25 | let font = Vec::from(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 01 00:33:10.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:33:10.786 INFO kablam! Sep 01 00:33:10.786 INFO kablam! error: aborting due to previous error Sep 01 00:33:10.786 INFO kablam! Sep 01 00:33:10.795 INFO kablam! error: Could not compile `imageproc`. Sep 01 00:33:10.796 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:33:12.322 INFO kablam! error: build failed Sep 01 00:33:12.327 INFO kablam! su: No module specific data is present Sep 01 00:33:12.961 INFO running `"docker" "rm" "-f" "3dd3a42557a77753e856b2db92d56b9a5586e8e7fffe789ab7c5e456f3abc62b"` Sep 01 00:33:13.126 INFO blam! 3dd3a42557a77753e856b2db92d56b9a5586e8e7fffe789ab7c5e456f3abc62b