Sep 14 14:42:04.899 INFO checking imageproc-0.13.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 14:42:04.899 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 14:42:04.899 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 14:42:05.312 INFO blam! 7b83a0e93689c6a3298b95b06ef2a459472017a5c89573fe1323126c2598a0a8 Sep 14 14:42:05.314 INFO running `"docker" "start" "-a" "7b83a0e93689c6a3298b95b06ef2a459472017a5c89573fe1323126c2598a0a8"` Sep 14 14:42:06.743 INFO kablam! usermod: no changes Sep 14 14:42:07.075 INFO kablam! Checking png v0.11.0 Sep 14 14:42:07.082 INFO kablam! Checking rayon v0.7.1 Sep 14 14:42:09.483 INFO kablam! Checking image v0.18.0 Sep 14 14:42:14.873 INFO kablam! Checking imageproc v0.13.0 (file:///source) Sep 14 14:42:17.786 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 14:42:17.786 INFO kablam! --> src/filter/median.rs:120:34 Sep 14 14:42:17.786 INFO kablam! | Sep 14 14:42:17.786 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 14 14:42:17.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 14:42:17.791 INFO kablam! | Sep 14 14:42:17.791 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 14:42:17.791 INFO kablam! Sep 14 14:42:17.792 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 14:42:17.792 INFO kablam! --> src/filter/median.rs:123:38 Sep 14 14:42:17.792 INFO kablam! | Sep 14 14:42:17.792 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 14 14:42:17.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 14:42:17.792 INFO kablam! Sep 14 14:42:17.793 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 14:42:17.793 INFO kablam! --> src/filter/mod.rs:122:37 Sep 14 14:42:17.793 INFO kablam! | Sep 14 14:42:17.793 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 14 14:42:17.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 14:42:17.793 INFO kablam! Sep 14 14:42:17.793 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 14:42:17.793 INFO kablam! --> src/filter/mod.rs:127:40 Sep 14 14:42:17.793 INFO kablam! | Sep 14 14:42:17.793 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 14 14:42:17.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 14:42:17.793 INFO kablam! Sep 14 14:42:18.318 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 14:42:18.318 INFO kablam! --> src/filter/median.rs:120:34 Sep 14 14:42:18.318 INFO kablam! | Sep 14 14:42:18.318 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 14 14:42:18.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 14:42:18.318 INFO kablam! | Sep 14 14:42:18.318 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 14:42:18.318 INFO kablam! Sep 14 14:42:18.318 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 14:42:18.318 INFO kablam! --> src/filter/median.rs:123:38 Sep 14 14:42:18.318 INFO kablam! | Sep 14 14:42:18.318 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 14 14:42:18.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 14:42:18.318 INFO kablam! Sep 14 14:42:18.318 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 14:42:18.318 INFO kablam! --> src/filter/mod.rs:122:37 Sep 14 14:42:18.318 INFO kablam! | Sep 14 14:42:18.318 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 14 14:42:18.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 14:42:18.318 INFO kablam! Sep 14 14:42:18.318 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 14:42:18.318 INFO kablam! --> src/filter/mod.rs:127:40 Sep 14 14:42:18.318 INFO kablam! | Sep 14 14:42:18.318 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 14 14:42:18.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 14:42:18.318 INFO kablam! Sep 14 14:42:21.513 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 14:42:21.513 INFO kablam! --> src/definitions.rs:16:19 Sep 14 14:42:21.513 INFO kablam! | Sep 14 14:42:21.513 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 14 14:42:21.513 INFO kablam! | ^^^^^ Sep 14 14:42:21.519 INFO kablam! | Sep 14 14:42:21.519 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 14 14:42:21.519 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 14:42:21.519 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 14 14:42:21.519 INFO kablam! --> src/definitions.rs:16:47 Sep 14 14:42:21.519 INFO kablam! | Sep 14 14:42:21.519 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 14 14:42:21.519 INFO kablam! | ^^^^^^^^^^^ Sep 14 14:42:21.519 INFO kablam! Sep 14 14:42:36.022 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 14:42:36.022 INFO kablam! --> src/definitions.rs:16:19 Sep 14 14:42:36.022 INFO kablam! | Sep 14 14:42:36.022 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 14 14:42:36.022 INFO kablam! | ^^^^^ Sep 14 14:42:36.035 INFO kablam! | Sep 14 14:42:36.035 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 14 14:42:36.035 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 14:42:36.035 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 14 14:42:36.035 INFO kablam! --> src/definitions.rs:16:47 Sep 14 14:42:36.035 INFO kablam! | Sep 14 14:42:36.035 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 14 14:42:36.035 INFO kablam! | ^^^^^^^^^^^ Sep 14 14:42:36.035 INFO kablam! Sep 14 14:42:37.099 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 14 14:42:37.099 INFO kablam! --> examples/font.rs:25:26 Sep 14 14:42:37.099 INFO kablam! | Sep 14 14:42:37.099 INFO kablam! 25 | let font = Vec::from(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 14 14:42:37.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 14:42:37.107 INFO kablam! Sep 14 14:42:37.107 INFO kablam! error: aborting due to previous error Sep 14 14:42:37.107 INFO kablam! Sep 14 14:42:37.109 INFO kablam! error: Could not compile `imageproc`. Sep 14 14:42:37.109 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 14:42:37.271 INFO kablam! error: build failed Sep 14 14:42:37.279 INFO kablam! su: No module specific data is present Sep 14 14:42:38.439 INFO running `"docker" "rm" "-f" "7b83a0e93689c6a3298b95b06ef2a459472017a5c89573fe1323126c2598a0a8"` Sep 14 14:42:38.738 INFO blam! 7b83a0e93689c6a3298b95b06ef2a459472017a5c89573fe1323126c2598a0a8