Sep 06 05:18:06.100 INFO checking imageproc-0.13.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 05:18:06.100 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 05:18:06.100 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 05:18:06.288 INFO blam! 2b3df12c2a204d328ffa490e38217d9c9253d846ef63ece6eba5eb7e41cd4980 Sep 06 05:18:06.291 INFO running `"docker" "start" "-a" "2b3df12c2a204d328ffa490e38217d9c9253d846ef63ece6eba5eb7e41cd4980"` Sep 06 05:18:07.381 INFO kablam! usermod: no changes Sep 06 05:18:07.580 INFO kablam! Checking rayon v0.7.1 Sep 06 05:18:07.580 INFO kablam! Checking image v0.18.0 Sep 06 05:18:14.241 INFO kablam! Checking imageproc v0.13.0 (file:///source) Sep 06 05:18:17.177 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:18:17.177 INFO kablam! --> src/filter/median.rs:120:34 Sep 06 05:18:17.177 INFO kablam! | Sep 06 05:18:17.177 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 06 05:18:17.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 05:18:17.182 INFO kablam! | Sep 06 05:18:17.182 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 05:18:17.182 INFO kablam! Sep 06 05:18:17.182 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:18:17.182 INFO kablam! --> src/filter/median.rs:123:38 Sep 06 05:18:17.182 INFO kablam! | Sep 06 05:18:17.182 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 06 05:18:17.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 05:18:17.182 INFO kablam! Sep 06 05:18:17.183 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:18:17.183 INFO kablam! --> src/filter/mod.rs:122:37 Sep 06 05:18:17.183 INFO kablam! | Sep 06 05:18:17.183 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 06 05:18:17.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 05:18:17.183 INFO kablam! Sep 06 05:18:17.183 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:18:17.183 INFO kablam! --> src/filter/mod.rs:127:40 Sep 06 05:18:17.183 INFO kablam! | Sep 06 05:18:17.183 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 06 05:18:17.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 05:18:17.183 INFO kablam! Sep 06 05:18:17.726 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:18:17.726 INFO kablam! --> src/filter/median.rs:120:34 Sep 06 05:18:17.726 INFO kablam! | Sep 06 05:18:17.726 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 06 05:18:17.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 05:18:17.730 INFO kablam! | Sep 06 05:18:17.730 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 05:18:17.730 INFO kablam! Sep 06 05:18:17.730 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:18:17.730 INFO kablam! --> src/filter/median.rs:123:38 Sep 06 05:18:17.730 INFO kablam! | Sep 06 05:18:17.730 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 06 05:18:17.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 05:18:17.730 INFO kablam! Sep 06 05:18:17.734 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:18:17.734 INFO kablam! --> src/filter/mod.rs:122:37 Sep 06 05:18:17.734 INFO kablam! | Sep 06 05:18:17.734 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 06 05:18:17.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 05:18:17.738 INFO kablam! Sep 06 05:18:17.738 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:18:17.738 INFO kablam! --> src/filter/mod.rs:127:40 Sep 06 05:18:17.738 INFO kablam! | Sep 06 05:18:17.738 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 06 05:18:17.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 05:18:17.738 INFO kablam! Sep 06 05:18:20.606 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 05:18:20.606 INFO kablam! --> src/definitions.rs:16:19 Sep 06 05:18:20.606 INFO kablam! | Sep 06 05:18:20.606 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 06 05:18:20.606 INFO kablam! | ^^^^^ Sep 06 05:18:20.610 INFO kablam! | Sep 06 05:18:20.610 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 06 05:18:20.610 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 05:18:20.610 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 06 05:18:20.610 INFO kablam! --> src/definitions.rs:16:47 Sep 06 05:18:20.610 INFO kablam! | Sep 06 05:18:20.610 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 06 05:18:20.610 INFO kablam! | ^^^^^^^^^^^ Sep 06 05:18:20.610 INFO kablam! Sep 06 05:18:34.986 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 06 05:18:34.986 INFO kablam! --> examples/font.rs:25:26 Sep 06 05:18:34.986 INFO kablam! | Sep 06 05:18:34.986 INFO kablam! 25 | let font = Vec::from(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 06 05:18:34.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:18:34.986 INFO kablam! Sep 06 05:18:34.986 INFO kablam! error: aborting due to previous error Sep 06 05:18:34.986 INFO kablam! Sep 06 05:18:34.990 INFO kablam! error: Could not compile `imageproc`. Sep 06 05:18:34.990 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 05:18:36.217 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 05:18:36.217 INFO kablam! --> src/definitions.rs:16:19 Sep 06 05:18:36.217 INFO kablam! | Sep 06 05:18:36.217 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 06 05:18:36.217 INFO kablam! | ^^^^^ Sep 06 05:18:36.217 INFO kablam! | Sep 06 05:18:36.217 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 06 05:18:36.217 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 05:18:36.217 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 06 05:18:36.217 INFO kablam! --> src/definitions.rs:16:47 Sep 06 05:18:36.217 INFO kablam! | Sep 06 05:18:36.217 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 06 05:18:36.217 INFO kablam! | ^^^^^^^^^^^ Sep 06 05:18:36.218 INFO kablam! Sep 06 05:18:37.446 INFO kablam! error: build failed Sep 06 05:18:37.448 INFO kablam! su: No module specific data is present Sep 06 05:18:38.182 INFO running `"docker" "rm" "-f" "2b3df12c2a204d328ffa490e38217d9c9253d846ef63ece6eba5eb7e41cd4980"` Sep 06 05:18:38.321 INFO blam! 2b3df12c2a204d328ffa490e38217d9c9253d846ef63ece6eba5eb7e41cd4980