Sep 04 13:56:58.986 INFO checking imageproc-0.13.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 13:56:58.987 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 13:56:58.987 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:56:59.256 INFO blam! 371e41a5df031b415e688bfdba23c3d546fb0853c8a8f29c3d186a45d52b7a3c Sep 04 13:56:59.256 INFO running `"docker" "start" "-a" "371e41a5df031b415e688bfdba23c3d546fb0853c8a8f29c3d186a45d52b7a3c"` Sep 04 13:57:00.509 INFO kablam! Checking imageproc v0.13.0 (file:///source) Sep 04 13:57:05.303 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:05.303 INFO kablam! --> src/filter/median.rs:120:34 Sep 04 13:57:05.303 INFO kablam! | Sep 04 13:57:05.303 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 04 13:57:05.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:05.303 INFO kablam! | Sep 04 13:57:05.303 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 13:57:05.303 INFO kablam! Sep 04 13:57:05.304 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:05.304 INFO kablam! --> src/filter/median.rs:123:38 Sep 04 13:57:05.304 INFO kablam! | Sep 04 13:57:05.304 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 04 13:57:05.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:05.304 INFO kablam! Sep 04 13:57:05.304 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:05.304 INFO kablam! --> src/filter/mod.rs:122:37 Sep 04 13:57:05.304 INFO kablam! | Sep 04 13:57:05.304 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 04 13:57:05.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:05.304 INFO kablam! Sep 04 13:57:05.304 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:05.304 INFO kablam! --> src/filter/mod.rs:127:40 Sep 04 13:57:05.305 INFO kablam! | Sep 04 13:57:05.305 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 04 13:57:05.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:05.305 INFO kablam! Sep 04 13:57:05.696 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:05.696 INFO kablam! --> src/filter/median.rs:120:34 Sep 04 13:57:05.696 INFO kablam! | Sep 04 13:57:05.696 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 04 13:57:05.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:05.697 INFO kablam! | Sep 04 13:57:05.697 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 13:57:05.698 INFO kablam! Sep 04 13:57:05.698 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:05.698 INFO kablam! --> src/filter/median.rs:123:38 Sep 04 13:57:05.698 INFO kablam! | Sep 04 13:57:05.698 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 04 13:57:05.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:05.699 INFO kablam! Sep 04 13:57:05.700 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:05.700 INFO kablam! --> src/filter/mod.rs:122:37 Sep 04 13:57:05.700 INFO kablam! | Sep 04 13:57:05.700 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 04 13:57:05.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:05.701 INFO kablam! Sep 04 13:57:05.702 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:05.702 INFO kablam! --> src/filter/mod.rs:127:40 Sep 04 13:57:05.702 INFO kablam! | Sep 04 13:57:05.702 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 04 13:57:05.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:05.702 INFO kablam! Sep 04 13:57:09.988 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 13:57:09.988 INFO kablam! --> src/definitions.rs:16:19 Sep 04 13:57:09.989 INFO kablam! | Sep 04 13:57:09.989 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 04 13:57:09.989 INFO kablam! | ^^^^^ Sep 04 13:57:09.989 INFO kablam! | Sep 04 13:57:09.989 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 13:57:09.989 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 13:57:09.989 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 04 13:57:09.989 INFO kablam! --> src/definitions.rs:16:47 Sep 04 13:57:09.989 INFO kablam! | Sep 04 13:57:09.989 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 04 13:57:09.989 INFO kablam! | ^^^^^^^^^^^ Sep 04 13:57:09.989 INFO kablam! Sep 04 13:57:28.362 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 13:57:28.362 INFO kablam! --> src/definitions.rs:16:19 Sep 04 13:57:28.362 INFO kablam! | Sep 04 13:57:28.362 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 04 13:57:28.362 INFO kablam! | ^^^^^ Sep 04 13:57:28.362 INFO kablam! | Sep 04 13:57:28.362 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 13:57:28.362 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 13:57:28.362 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 04 13:57:28.362 INFO kablam! --> src/definitions.rs:16:47 Sep 04 13:57:28.362 INFO kablam! | Sep 04 13:57:28.362 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 04 13:57:28.362 INFO kablam! | ^^^^^^^^^^^ Sep 04 13:57:28.362 INFO kablam! Sep 04 13:57:33.894 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 04 13:57:33.895 INFO kablam! --> examples/font.rs:25:26 Sep 04 13:57:33.895 INFO kablam! | Sep 04 13:57:33.895 INFO kablam! 25 | let font = Vec::from(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 04 13:57:33.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:57:33.895 INFO kablam! Sep 04 13:57:33.895 INFO kablam! error: aborting due to previous error Sep 04 13:57:33.895 INFO kablam! Sep 04 13:57:33.910 INFO kablam! error: Could not compile `imageproc`. Sep 04 13:57:33.911 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:57:34.512 INFO kablam! error: build failed Sep 04 13:57:34.515 INFO kablam! su: No module specific data is present Sep 04 13:57:35.054 INFO running `"docker" "rm" "-f" "371e41a5df031b415e688bfdba23c3d546fb0853c8a8f29c3d186a45d52b7a3c"` Sep 04 13:57:35.210 INFO blam! 371e41a5df031b415e688bfdba23c3d546fb0853c8a8f29c3d186a45d52b7a3c