Sep 04 13:57:00.647 INFO checking imageproc-0.13.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 13:57:00.647 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 13:57:00.648 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:57:00.882 INFO blam! cf69467027f6357372dd38aa930263e72035ff65ddf5cb3301b973c424280c49 Sep 04 13:57:00.885 INFO running `"docker" "start" "-a" "cf69467027f6357372dd38aa930263e72035ff65ddf5cb3301b973c424280c49"` Sep 04 13:57:01.977 INFO kablam! Checking imageproc v0.13.0 (file:///source) Sep 04 13:57:06.753 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:06.755 INFO kablam! --> src/filter/median.rs:120:34 Sep 04 13:57:06.755 INFO kablam! | Sep 04 13:57:06.755 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 04 13:57:06.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:06.755 INFO kablam! | Sep 04 13:57:06.755 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 13:57:06.755 INFO kablam! Sep 04 13:57:06.755 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:06.755 INFO kablam! --> src/filter/median.rs:123:38 Sep 04 13:57:06.755 INFO kablam! | Sep 04 13:57:06.755 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 04 13:57:06.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:06.755 INFO kablam! Sep 04 13:57:06.755 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:06.756 INFO kablam! --> src/filter/mod.rs:122:37 Sep 04 13:57:06.756 INFO kablam! | Sep 04 13:57:06.756 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 04 13:57:06.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:06.756 INFO kablam! Sep 04 13:57:06.756 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:06.756 INFO kablam! --> src/filter/mod.rs:127:40 Sep 04 13:57:06.756 INFO kablam! | Sep 04 13:57:06.756 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 04 13:57:06.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:06.756 INFO kablam! Sep 04 13:57:07.122 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:07.122 INFO kablam! --> src/filter/median.rs:120:34 Sep 04 13:57:07.122 INFO kablam! | Sep 04 13:57:07.122 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 04 13:57:07.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:07.122 INFO kablam! | Sep 04 13:57:07.122 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 13:57:07.122 INFO kablam! Sep 04 13:57:07.123 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:07.123 INFO kablam! --> src/filter/median.rs:123:38 Sep 04 13:57:07.123 INFO kablam! | Sep 04 13:57:07.123 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 04 13:57:07.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:07.123 INFO kablam! Sep 04 13:57:07.125 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:07.125 INFO kablam! --> src/filter/mod.rs:122:37 Sep 04 13:57:07.125 INFO kablam! | Sep 04 13:57:07.125 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 04 13:57:07.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:07.125 INFO kablam! Sep 04 13:57:07.125 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:57:07.125 INFO kablam! --> src/filter/mod.rs:127:40 Sep 04 13:57:07.125 INFO kablam! | Sep 04 13:57:07.125 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 04 13:57:07.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:57:07.125 INFO kablam! Sep 04 13:57:11.407 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 13:57:11.407 INFO kablam! --> src/definitions.rs:16:19 Sep 04 13:57:11.407 INFO kablam! | Sep 04 13:57:11.407 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 04 13:57:11.407 INFO kablam! | ^^^^^ Sep 04 13:57:11.407 INFO kablam! | Sep 04 13:57:11.408 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 13:57:11.408 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 13:57:11.408 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 04 13:57:11.408 INFO kablam! --> src/definitions.rs:16:47 Sep 04 13:57:11.408 INFO kablam! | Sep 04 13:57:11.408 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 04 13:57:11.408 INFO kablam! | ^^^^^^^^^^^ Sep 04 13:57:11.408 INFO kablam! Sep 04 13:57:27.896 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 13:57:27.896 INFO kablam! --> src/definitions.rs:16:19 Sep 04 13:57:27.896 INFO kablam! | Sep 04 13:57:27.896 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 04 13:57:27.896 INFO kablam! | ^^^^^ Sep 04 13:57:27.896 INFO kablam! | Sep 04 13:57:27.896 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 13:57:27.896 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 13:57:27.896 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 04 13:57:27.896 INFO kablam! --> src/definitions.rs:16:47 Sep 04 13:57:27.897 INFO kablam! | Sep 04 13:57:27.897 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 04 13:57:27.897 INFO kablam! | ^^^^^^^^^^^ Sep 04 13:57:27.897 INFO kablam! Sep 04 13:57:28.876 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 04 13:57:28.876 INFO kablam! --> examples/font.rs:25:26 Sep 04 13:57:28.876 INFO kablam! | Sep 04 13:57:28.876 INFO kablam! 25 | let font = Vec::from(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 04 13:57:28.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:57:28.877 INFO kablam! Sep 04 13:57:28.878 INFO kablam! error: aborting due to previous error Sep 04 13:57:28.878 INFO kablam! Sep 04 13:57:28.915 INFO kablam! error: Could not compile `imageproc`. Sep 04 13:57:28.916 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:57:30.226 INFO kablam! error: build failed Sep 04 13:57:30.235 INFO kablam! su: No module specific data is present Sep 04 13:57:30.738 INFO running `"docker" "rm" "-f" "cf69467027f6357372dd38aa930263e72035ff65ddf5cb3301b973c424280c49"` Sep 04 13:57:30.908 INFO blam! cf69467027f6357372dd38aa930263e72035ff65ddf5cb3301b973c424280c49