Sep 02 10:34:04.111 INFO checking imageproc-0.13.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 10:34:04.111 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 10:34:04.111 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 10:34:04.354 INFO blam! 79e29e696fbefe59e58934c0690af2b89790887cb73c07f6aaa5e44adbbaec4a Sep 02 10:34:04.356 INFO running `"docker" "start" "-a" "79e29e696fbefe59e58934c0690af2b89790887cb73c07f6aaa5e44adbbaec4a"` Sep 02 10:34:05.489 INFO kablam! Checking rayon v0.7.1 Sep 02 10:34:10.886 INFO kablam! Checking imageproc v0.13.0 (file:///source) Sep 02 10:34:15.659 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 10:34:15.660 INFO kablam! --> src/filter/median.rs:120:34 Sep 02 10:34:15.660 INFO kablam! | Sep 02 10:34:15.660 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 02 10:34:15.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 10:34:15.661 INFO kablam! | Sep 02 10:34:15.661 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 10:34:15.661 INFO kablam! Sep 02 10:34:15.661 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 10:34:15.661 INFO kablam! --> src/filter/median.rs:123:38 Sep 02 10:34:15.661 INFO kablam! | Sep 02 10:34:15.661 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 02 10:34:15.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 10:34:15.661 INFO kablam! Sep 02 10:34:15.661 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 10:34:15.661 INFO kablam! --> src/filter/mod.rs:122:37 Sep 02 10:34:15.661 INFO kablam! | Sep 02 10:34:15.661 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 02 10:34:15.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 10:34:15.661 INFO kablam! Sep 02 10:34:15.661 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 10:34:15.661 INFO kablam! --> src/filter/mod.rs:127:40 Sep 02 10:34:15.661 INFO kablam! | Sep 02 10:34:15.661 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 02 10:34:15.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 10:34:15.661 INFO kablam! Sep 02 10:34:16.213 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 10:34:16.213 INFO kablam! --> src/filter/median.rs:120:34 Sep 02 10:34:16.213 INFO kablam! | Sep 02 10:34:16.213 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 02 10:34:16.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 10:34:16.213 INFO kablam! | Sep 02 10:34:16.213 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 10:34:16.213 INFO kablam! Sep 02 10:34:16.214 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 10:34:16.214 INFO kablam! --> src/filter/median.rs:123:38 Sep 02 10:34:16.214 INFO kablam! | Sep 02 10:34:16.214 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 02 10:34:16.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 10:34:16.214 INFO kablam! Sep 02 10:34:16.215 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 10:34:16.215 INFO kablam! --> src/filter/mod.rs:122:37 Sep 02 10:34:16.215 INFO kablam! | Sep 02 10:34:16.215 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 02 10:34:16.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 10:34:16.215 INFO kablam! Sep 02 10:34:16.215 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 10:34:16.215 INFO kablam! --> src/filter/mod.rs:127:40 Sep 02 10:34:16.215 INFO kablam! | Sep 02 10:34:16.215 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 02 10:34:16.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 10:34:16.216 INFO kablam! Sep 02 10:34:19.717 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 10:34:19.717 INFO kablam! --> src/definitions.rs:16:19 Sep 02 10:34:19.717 INFO kablam! | Sep 02 10:34:19.717 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 02 10:34:19.717 INFO kablam! | ^^^^^ Sep 02 10:34:19.717 INFO kablam! | Sep 02 10:34:19.717 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 02 10:34:19.717 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 10:34:19.717 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 02 10:34:19.717 INFO kablam! --> src/definitions.rs:16:47 Sep 02 10:34:19.717 INFO kablam! | Sep 02 10:34:19.717 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 02 10:34:19.717 INFO kablam! | ^^^^^^^^^^^ Sep 02 10:34:19.717 INFO kablam! Sep 02 10:34:35.659 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 10:34:35.659 INFO kablam! --> src/definitions.rs:16:19 Sep 02 10:34:35.659 INFO kablam! | Sep 02 10:34:35.659 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 02 10:34:35.659 INFO kablam! | ^^^^^ Sep 02 10:34:35.660 INFO kablam! | Sep 02 10:34:35.660 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 02 10:34:35.661 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 10:34:35.661 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 02 10:34:35.661 INFO kablam! --> src/definitions.rs:16:47 Sep 02 10:34:35.661 INFO kablam! | Sep 02 10:34:35.661 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 02 10:34:35.661 INFO kablam! | ^^^^^^^^^^^ Sep 02 10:34:35.662 INFO kablam! Sep 02 10:34:40.499 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 02 10:34:40.499 INFO kablam! --> examples/font.rs:25:26 Sep 02 10:34:40.499 INFO kablam! | Sep 02 10:34:40.499 INFO kablam! 25 | let font = Vec::from(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 02 10:34:40.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:34:40.499 INFO kablam! Sep 02 10:34:40.499 INFO kablam! error: aborting due to previous error Sep 02 10:34:40.499 INFO kablam! Sep 02 10:34:40.509 INFO kablam! error: Could not compile `imageproc`. Sep 02 10:34:40.510 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 10:34:40.675 INFO kablam! error: build failed Sep 02 10:34:40.678 INFO kablam! su: No module specific data is present Sep 02 10:34:41.218 INFO running `"docker" "rm" "-f" "79e29e696fbefe59e58934c0690af2b89790887cb73c07f6aaa5e44adbbaec4a"` Sep 02 10:34:41.383 INFO blam! 79e29e696fbefe59e58934c0690af2b89790887cb73c07f6aaa5e44adbbaec4a