Oct 21 20:04:11.149 INFO checking aauger/Rust-Frame-Interpolation against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:04:11.149 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 20:04:11.708 INFO blam! e1738bd5bc00043623a953e8d5ffdedb3d6073856c694c190581724c21947e81 Oct 21 20:04:11.720 INFO running `"docker" "start" "-a" "e1738bd5bc00043623a953e8d5ffdedb3d6073856c694c190581724c21947e81"` Oct 21 20:04:12.705 INFO kablam! usermod: no changes Oct 21 20:04:12.928 INFO kablam! Checking Rust-Frame-Interpolation v0.1.0 (/source) Oct 21 20:04:15.448 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 20:04:15.448 INFO kablam! --> src/frame_pair.rs:67:28 Oct 21 20:04:15.448 INFO kablam! | Oct 21 20:04:15.448 INFO kablam! 67 | if (xf < 0 || xf > (w as i32) - 1) { continue; } Oct 21 20:04:15.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 20:04:15.448 INFO kablam! | Oct 21 20:04:15.448 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 20:04:15.448 INFO kablam! Oct 21 20:04:15.448 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 20:04:15.448 INFO kablam! --> src/frame_pair.rs:69:28 Oct 21 20:04:15.448 INFO kablam! | Oct 21 20:04:15.448 INFO kablam! 69 | if (yf < 0 || yf > (h as i32) - 1) { continue; } Oct 21 20:04:15.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 20:04:15.448 INFO kablam! Oct 21 20:04:15.449 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 20:04:15.449 INFO kablam! --> src/frame_pair.rs:71:28 Oct 21 20:04:15.449 INFO kablam! | Oct 21 20:04:15.449 INFO kablam! 71 | if (xoff == 0 && yoff == 0) { continue; } Oct 21 20:04:15.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 20:04:15.449 INFO kablam! Oct 21 20:04:15.449 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 20:04:15.449 INFO kablam! --> src/frame_pair.rs:75:28 Oct 21 20:04:15.449 INFO kablam! | Oct 21 20:04:15.449 INFO kablam! 75 | if (distance(a_color, b_color) < distance(a_color, nearest)) { Oct 21 20:04:15.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 20:04:15.449 INFO kablam! Oct 21 20:04:15.565 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 20:04:15.565 INFO kablam! --> src/frame_pair.rs:67:28 Oct 21 20:04:15.565 INFO kablam! | Oct 21 20:04:15.565 INFO kablam! 67 | if (xf < 0 || xf > (w as i32) - 1) { continue; } Oct 21 20:04:15.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 20:04:15.566 INFO kablam! | Oct 21 20:04:15.566 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 20:04:15.567 INFO kablam! Oct 21 20:04:15.567 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 20:04:15.567 INFO kablam! --> src/frame_pair.rs:69:28 Oct 21 20:04:15.567 INFO kablam! | Oct 21 20:04:15.568 INFO kablam! 69 | if (yf < 0 || yf > (h as i32) - 1) { continue; } Oct 21 20:04:15.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 20:04:15.568 INFO kablam! Oct 21 20:04:15.569 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 20:04:15.569 INFO kablam! --> src/frame_pair.rs:71:28 Oct 21 20:04:15.569 INFO kablam! | Oct 21 20:04:15.569 INFO kablam! 71 | if (xoff == 0 && yoff == 0) { continue; } Oct 21 20:04:15.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 20:04:15.570 INFO kablam! Oct 21 20:04:15.570 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 20:04:15.570 INFO kablam! --> src/frame_pair.rs:75:28 Oct 21 20:04:15.571 INFO kablam! | Oct 21 20:04:15.571 INFO kablam! 75 | if (distance(a_color, b_color) < distance(a_color, nearest)) { Oct 21 20:04:15.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 20:04:15.571 INFO kablam! Oct 21 20:04:15.633 INFO kablam! warning: unused variable: `adist` Oct 21 20:04:15.633 INFO kablam! --> src/frame_pair.rs:22:9 Oct 21 20:04:15.633 INFO kablam! | Oct 21 20:04:15.633 INFO kablam! 22 | let adist = ((a.data[3] as i32) - (b.data[3] as i32)).wrapping_abs(); Oct 21 20:04:15.634 INFO kablam! | ^^^^^ help: consider using `_adist` instead Oct 21 20:04:15.634 INFO kablam! | Oct 21 20:04:15.634 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:04:15.634 INFO kablam! Oct 21 20:04:15.665 INFO kablam! warning: method is never used: `save_bframe` Oct 21 20:04:15.665 INFO kablam! --> src/frame_pair.rs:102:5 Oct 21 20:04:15.665 INFO kablam! | Oct 21 20:04:15.665 INFO kablam! 102 | pub fn save_bframe(&self, path: &Path) -> io::Result<()> Oct 21 20:04:15.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:04:15.665 INFO kablam! | Oct 21 20:04:15.665 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:04:15.665 INFO kablam! Oct 21 20:04:15.665 INFO kablam! warning: crate `Rust_Frame_Interpolation` should have a snake case name such as `rust_frame_interpolation` Oct 21 20:04:15.665 INFO kablam! | Oct 21 20:04:15.665 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 20:04:15.665 INFO kablam! Oct 21 20:04:15.677 INFO kablam! warning: unused variable: `adist` Oct 21 20:04:15.677 INFO kablam! --> src/frame_pair.rs:22:9 Oct 21 20:04:15.677 INFO kablam! | Oct 21 20:04:15.678 INFO kablam! 22 | let adist = ((a.data[3] as i32) - (b.data[3] as i32)).wrapping_abs(); Oct 21 20:04:15.678 INFO kablam! | ^^^^^ help: consider using `_adist` instead Oct 21 20:04:15.678 INFO kablam! | Oct 21 20:04:15.678 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:04:15.679 INFO kablam! Oct 21 20:04:15.727 INFO kablam! warning: method is never used: `save_bframe` Oct 21 20:04:15.727 INFO kablam! --> src/frame_pair.rs:102:5 Oct 21 20:04:15.727 INFO kablam! | Oct 21 20:04:15.727 INFO kablam! 102 | pub fn save_bframe(&self, path: &Path) -> io::Result<()> Oct 21 20:04:15.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:04:15.727 INFO kablam! | Oct 21 20:04:15.727 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:04:15.727 INFO kablam! Oct 21 20:04:15.729 INFO kablam! warning: crate `Rust_Frame_Interpolation` should have a snake case name such as `rust_frame_interpolation` Oct 21 20:04:15.729 INFO kablam! | Oct 21 20:04:15.729 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 20:04:15.729 INFO kablam! Oct 21 20:04:15.777 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.03s Oct 21 20:04:15.780 INFO kablam! su: No module specific data is present Oct 21 20:04:16.444 INFO running `"docker" "rm" "-f" "e1738bd5bc00043623a953e8d5ffdedb3d6073856c694c190581724c21947e81"` Oct 21 20:04:16.743 INFO blam! e1738bd5bc00043623a953e8d5ffdedb3d6073856c694c190581724c21947e81