Sep 01 17:03:51.176 INFO checking imageproc-0.13.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 17:03:51.176 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 17:03:51.176 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 17:03:51.439 INFO blam! 497318d5410d4251ce1b2e015959f83df22057bffb69929876f0ad1dca1ae931 Sep 01 17:03:51.441 INFO running `"docker" "start" "-a" "497318d5410d4251ce1b2e015959f83df22057bffb69929876f0ad1dca1ae931"` Sep 01 17:03:52.528 INFO kablam! Checking imageproc v0.13.0 (file:///source) Sep 01 17:03:57.390 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:03:57.390 INFO kablam! --> src/filter/median.rs:120:34 Sep 01 17:03:57.390 INFO kablam! | Sep 01 17:03:57.390 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 01 17:03:57.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 17:03:57.390 INFO kablam! | Sep 01 17:03:57.391 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 17:03:57.391 INFO kablam! Sep 01 17:03:57.391 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:03:57.391 INFO kablam! --> src/filter/median.rs:123:38 Sep 01 17:03:57.391 INFO kablam! | Sep 01 17:03:57.391 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 01 17:03:57.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 17:03:57.391 INFO kablam! Sep 01 17:03:57.391 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:03:57.392 INFO kablam! --> src/filter/mod.rs:122:37 Sep 01 17:03:57.392 INFO kablam! | Sep 01 17:03:57.392 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 01 17:03:57.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 17:03:57.392 INFO kablam! Sep 01 17:03:57.392 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:03:57.392 INFO kablam! --> src/filter/mod.rs:127:40 Sep 01 17:03:57.392 INFO kablam! | Sep 01 17:03:57.392 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 01 17:03:57.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 17:03:57.392 INFO kablam! Sep 01 17:03:57.885 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:03:57.885 INFO kablam! --> src/filter/median.rs:120:34 Sep 01 17:03:57.886 INFO kablam! | Sep 01 17:03:57.886 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 01 17:03:57.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 17:03:57.886 INFO kablam! | Sep 01 17:03:57.886 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 17:03:57.886 INFO kablam! Sep 01 17:03:57.887 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:03:57.887 INFO kablam! --> src/filter/median.rs:123:38 Sep 01 17:03:57.887 INFO kablam! | Sep 01 17:03:57.887 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 01 17:03:57.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 17:03:57.887 INFO kablam! Sep 01 17:03:57.887 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:03:57.887 INFO kablam! --> src/filter/mod.rs:122:37 Sep 01 17:03:57.887 INFO kablam! | Sep 01 17:03:57.887 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 01 17:03:57.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 17:03:57.887 INFO kablam! Sep 01 17:03:57.887 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:03:57.887 INFO kablam! --> src/filter/mod.rs:127:40 Sep 01 17:03:57.887 INFO kablam! | Sep 01 17:03:57.887 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 01 17:03:57.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 17:03:57.887 INFO kablam! Sep 01 17:04:01.418 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 17:04:01.418 INFO kablam! --> src/definitions.rs:16:19 Sep 01 17:04:01.418 INFO kablam! | Sep 01 17:04:01.418 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 01 17:04:01.418 INFO kablam! | ^^^^^ Sep 01 17:04:01.418 INFO kablam! | Sep 01 17:04:01.418 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 01 17:04:01.418 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 17:04:01.418 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 01 17:04:01.418 INFO kablam! --> src/definitions.rs:16:47 Sep 01 17:04:01.418 INFO kablam! | Sep 01 17:04:01.418 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 01 17:04:01.418 INFO kablam! | ^^^^^^^^^^^ Sep 01 17:04:01.419 INFO kablam! Sep 01 17:04:18.716 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 01 17:04:18.716 INFO kablam! --> examples/font.rs:25:26 Sep 01 17:04:18.716 INFO kablam! | Sep 01 17:04:18.717 INFO kablam! 25 | let font = Vec::from(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 01 17:04:18.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 17:04:18.717 INFO kablam! Sep 01 17:04:18.717 INFO kablam! error: aborting due to previous error Sep 01 17:04:18.717 INFO kablam! Sep 01 17:04:18.749 INFO kablam! error: Could not compile `imageproc`. Sep 01 17:04:18.749 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:04:18.974 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 17:04:18.974 INFO kablam! --> src/definitions.rs:16:19 Sep 01 17:04:18.974 INFO kablam! | Sep 01 17:04:18.974 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 01 17:04:18.974 INFO kablam! | ^^^^^ Sep 01 17:04:18.984 INFO kablam! | Sep 01 17:04:18.985 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 01 17:04:18.985 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 17:04:18.985 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 01 17:04:18.986 INFO kablam! --> src/definitions.rs:16:47 Sep 01 17:04:18.986 INFO kablam! | Sep 01 17:04:18.986 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 01 17:04:18.986 INFO kablam! | ^^^^^^^^^^^ Sep 01 17:04:18.986 INFO kablam! Sep 01 17:04:19.927 INFO kablam! error: build failed Sep 01 17:04:19.929 INFO kablam! su: No module specific data is present Sep 01 17:04:20.493 INFO running `"docker" "rm" "-f" "497318d5410d4251ce1b2e015959f83df22057bffb69929876f0ad1dca1ae931"` Sep 01 17:04:20.646 INFO blam! 497318d5410d4251ce1b2e015959f83df22057bffb69929876f0ad1dca1ae931