Sep 21 08:33:20.405 INFO checking imageproc-0.13.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 08:33:20.405 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 08:33:20.405 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:33:20.795 INFO blam! 7ef3adb884890ded4c5476f19bae2d05a873bfc73ac50a8eb7d48f01a59845e2 Sep 21 08:33:20.796 INFO running `"docker" "start" "-a" "7ef3adb884890ded4c5476f19bae2d05a873bfc73ac50a8eb7d48f01a59845e2"` Sep 21 08:33:22.021 INFO kablam! usermod: no changes Sep 21 08:33:22.405 INFO kablam! Checking imageproc v0.13.0 (/source) Sep 21 08:33:25.330 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 08:33:25.331 INFO kablam! --> src/filter/median.rs:120:34 Sep 21 08:33:25.331 INFO kablam! | Sep 21 08:33:25.331 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 21 08:33:25.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 08:33:25.332 INFO kablam! | Sep 21 08:33:25.333 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 08:33:25.333 INFO kablam! Sep 21 08:33:25.334 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 08:33:25.334 INFO kablam! --> src/filter/median.rs:123:38 Sep 21 08:33:25.334 INFO kablam! | Sep 21 08:33:25.334 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 21 08:33:25.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 08:33:25.335 INFO kablam! Sep 21 08:33:25.335 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 08:33:25.336 INFO kablam! --> src/filter/mod.rs:122:37 Sep 21 08:33:25.336 INFO kablam! | Sep 21 08:33:25.336 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 21 08:33:25.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 08:33:25.337 INFO kablam! Sep 21 08:33:25.337 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 08:33:25.338 INFO kablam! --> src/filter/mod.rs:127:40 Sep 21 08:33:25.338 INFO kablam! | Sep 21 08:33:25.338 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 21 08:33:25.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 08:33:25.339 INFO kablam! Sep 21 08:33:25.950 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 08:33:25.950 INFO kablam! --> src/filter/median.rs:120:34 Sep 21 08:33:25.951 INFO kablam! | Sep 21 08:33:25.951 INFO kablam! 120 | let py = min(max(0, dy), (height as i32 - 1)) as u32; Sep 21 08:33:25.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 08:33:25.952 INFO kablam! | Sep 21 08:33:25.952 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 08:33:25.953 INFO kablam! Sep 21 08:33:25.953 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 08:33:25.953 INFO kablam! --> src/filter/median.rs:123:38 Sep 21 08:33:25.954 INFO kablam! | Sep 21 08:33:25.954 INFO kablam! 123 | let px = min(max(0, dx), (width as i32 - 1)) as u32; Sep 21 08:33:25.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 08:33:25.955 INFO kablam! Sep 21 08:33:25.955 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 08:33:25.955 INFO kablam! --> src/filter/mod.rs:122:37 Sep 21 08:33:25.956 INFO kablam! | Sep 21 08:33:25.956 INFO kablam! 122 | max(height, (height + y + k_y - k_height / 2)), Sep 21 08:33:25.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 08:33:25.957 INFO kablam! Sep 21 08:33:25.957 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 08:33:25.957 INFO kablam! --> src/filter/mod.rs:127:40 Sep 21 08:33:25.958 INFO kablam! | Sep 21 08:33:25.958 INFO kablam! 127 | max(width, (width + x + k_x - k_width / 2)), Sep 21 08:33:25.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 08:33:25.959 INFO kablam! Sep 21 08:33:28.762 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 08:33:28.762 INFO kablam! --> src/definitions.rs:16:19 Sep 21 08:33:28.762 INFO kablam! | Sep 21 08:33:28.762 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 21 08:33:28.762 INFO kablam! | ^^^^^ Sep 21 08:33:28.762 INFO kablam! | Sep 21 08:33:28.762 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 08:33:28.762 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 08:33:28.762 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 21 08:33:28.762 INFO kablam! --> src/definitions.rs:16:47 Sep 21 08:33:28.762 INFO kablam! | Sep 21 08:33:28.762 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 21 08:33:28.762 INFO kablam! | ^^^^^^^^^^^ Sep 21 08:33:28.762 INFO kablam! Sep 21 08:33:38.678 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 21 08:33:38.678 INFO kablam! --> examples/font.rs:25:26 Sep 21 08:33:38.678 INFO kablam! | Sep 21 08:33:38.679 INFO kablam! 25 | let font = Vec::from(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 21 08:33:38.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:33:38.679 INFO kablam! Sep 21 08:33:38.679 INFO kablam! error: aborting due to previous error Sep 21 08:33:38.679 INFO kablam! Sep 21 08:33:38.735 INFO kablam! error: Could not compile `imageproc`. Sep 21 08:33:38.735 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 08:33:41.322 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 08:33:41.322 INFO kablam! --> src/definitions.rs:16:19 Sep 21 08:33:41.322 INFO kablam! | Sep 21 08:33:41.322 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 21 08:33:41.322 INFO kablam! | ^^^^^ Sep 21 08:33:41.322 INFO kablam! | Sep 21 08:33:41.322 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 08:33:41.322 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 08:33:41.322 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 21 08:33:41.322 INFO kablam! --> src/definitions.rs:16:47 Sep 21 08:33:41.322 INFO kablam! | Sep 21 08:33:41.322 INFO kablam! 16 | pub type Image = ImageBuffer>; Sep 21 08:33:41.322 INFO kablam! | ^^^^^^^^^^^ Sep 21 08:33:41.322 INFO kablam! Sep 21 08:33:41.563 INFO kablam! error: build failed Sep 21 08:33:41.564 INFO kablam! su: No module specific data is present Sep 21 08:33:42.699 INFO running `"docker" "rm" "-f" "7ef3adb884890ded4c5476f19bae2d05a873bfc73ac50a8eb7d48f01a59845e2"` Sep 21 08:33:42.814 INFO blam! 7ef3adb884890ded4c5476f19bae2d05a873bfc73ac50a8eb7d48f01a59845e2