Sep 04 16:52:51.158 INFO checking imageproc-0.13.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 16:52:51.158 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 16:52:51.158 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 16:52:51.383 INFO blam! 0fc0f7cb1bac2954d479a241636774accdea0c8b834b602ad4563fa08cceb416 Sep 04 16:52:51.385 INFO running `"docker" "start" "-a" "0fc0f7cb1bac2954d479a241636774accdea0c8b834b602ad4563fa08cceb416"` Sep 04 16:52:52.701 INFO kablam! Checking imageproc v0.13.0 (file:///source) Sep 04 16:52:57.419 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 16:52:57.419 INFO kablam! --> src/filter/median.rs:120:34 Sep 04 16:52:57.419 INFO kablam! | Sep 04 16:52:57.419 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 04 16:52:57.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 16:52:57.419 INFO kablam! | Sep 04 16:52:57.419 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 16:52:57.419 INFO kablam! Sep 04 16:52:57.419 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 16:52:57.419 INFO kablam! --> src/filter/median.rs:123:38 Sep 04 16:52:57.419 INFO kablam! | Sep 04 16:52:57.419 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 04 16:52:57.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 16:52:57.419 INFO kablam! Sep 04 16:52:57.420 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 16:52:57.420 INFO kablam! --> src/filter/mod.rs:122:37 Sep 04 16:52:57.420 INFO kablam! | Sep 04 16:52:57.420 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 04 16:52:57.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 16:52:57.420 INFO kablam! Sep 04 16:52:57.420 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 16:52:57.420 INFO kablam! --> src/filter/mod.rs:127:40 Sep 04 16:52:57.420 INFO kablam! | Sep 04 16:52:57.420 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 04 16:52:57.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 16:52:57.420 INFO kablam! Sep 04 16:52:57.884 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 16:52:57.884 INFO kablam! --> src/filter/median.rs:120:34 Sep 04 16:52:57.884 INFO kablam! | Sep 04 16:52:57.884 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 04 16:52:57.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 16:52:57.884 INFO kablam! | Sep 04 16:52:57.884 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 16:52:57.884 INFO kablam! Sep 04 16:52:57.884 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 16:52:57.884 INFO kablam! --> src/filter/median.rs:123:38 Sep 04 16:52:57.884 INFO kablam! | Sep 04 16:52:57.884 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 04 16:52:57.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 16:52:57.884 INFO kablam! Sep 04 16:52:57.885 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 16:52:57.885 INFO kablam! --> src/filter/mod.rs:122:37 Sep 04 16:52:57.885 INFO kablam! | Sep 04 16:52:57.885 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 04 16:52:57.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 16:52:57.885 INFO kablam! Sep 04 16:52:57.885 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 16:52:57.885 INFO kablam! --> src/filter/mod.rs:127:40 Sep 04 16:52:57.885 INFO kablam! | Sep 04 16:52:57.885 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 04 16:52:57.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 16:52:57.886 INFO kablam! Sep 04 16:53:01.363 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 16:53:01.363 INFO kablam! --> src/definitions.rs:16:19 Sep 04 16:53:01.363 INFO kablam! | Sep 04 16:53:01.363 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 04 16:53:01.363 INFO kablam! | ^^^^^ Sep 04 16:53:01.363 INFO kablam! | Sep 04 16:53:01.363 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 16:53:01.364 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 16:53:01.364 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 04 16:53:01.364 INFO kablam! --> src/definitions.rs:16:47 Sep 04 16:53:01.364 INFO kablam! | Sep 04 16:53:01.364 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 04 16:53:01.364 INFO kablam! | ^^^^^^^^^^^ Sep 04 16:53:01.364 INFO kablam! Sep 04 16:53:17.158 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 04 16:53:17.158 INFO kablam! --> examples/font.rs:25:26 Sep 04 16:53:17.158 INFO kablam! | Sep 04 16:53:17.158 INFO kablam! 25 | let font = Vec::from(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 04 16:53:17.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:53:17.168 INFO kablam! Sep 04 16:53:17.169 INFO kablam! error: aborting due to previous error Sep 04 16:53:17.169 INFO kablam! Sep 04 16:53:17.199 INFO kablam! error: Could not compile `imageproc`. Sep 04 16:53:17.199 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:53:17.880 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 16:53:17.880 INFO kablam! --> src/definitions.rs:16:19 Sep 04 16:53:17.880 INFO kablam! | Sep 04 16:53:17.880 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 04 16:53:17.880 INFO kablam! | ^^^^^ Sep 04 16:53:17.880 INFO kablam! | Sep 04 16:53:17.880 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 16:53:17.880 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 16:53:17.880 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 04 16:53:17.880 INFO kablam! --> src/definitions.rs:16:47 Sep 04 16:53:17.880 INFO kablam! | Sep 04 16:53:17.880 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 04 16:53:17.880 INFO kablam! | ^^^^^^^^^^^ Sep 04 16:53:17.885 INFO kablam! Sep 04 16:53:22.375 INFO kablam! error: build failed Sep 04 16:53:22.377 INFO kablam! su: No module specific data is present Sep 04 16:53:22.958 INFO running `"docker" "rm" "-f" "0fc0f7cb1bac2954d479a241636774accdea0c8b834b602ad4563fa08cceb416"` Sep 04 16:53:23.114 INFO blam! 0fc0f7cb1bac2954d479a241636774accdea0c8b834b602ad4563fa08cceb416