[INFO] updating cached repository aauger/Rust-Frame-Interpolation [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/aauger/Rust-Frame-Interpolation [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/aauger/Rust-Frame-Interpolation" "work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/aauger/Rust-Frame-Interpolation"` [INFO] [stderr] Cloning into 'work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/aauger/Rust-Frame-Interpolation'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aauger/Rust-Frame-Interpolation" "work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/aauger/Rust-Frame-Interpolation"` [INFO] [stderr] Cloning into 'work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/aauger/Rust-Frame-Interpolation'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3773a36e35eb2435162639fa918b526fbb3c68ec [INFO] sha for GitHub repo aauger/Rust-Frame-Interpolation: 3773a36e35eb2435162639fa918b526fbb3c68ec [INFO] validating manifest of aauger/Rust-Frame-Interpolation on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of aauger/Rust-Frame-Interpolation on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing aauger/Rust-Frame-Interpolation [INFO] finished frobbing aauger/Rust-Frame-Interpolation [INFO] frobbed toml for aauger/Rust-Frame-Interpolation written to work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/aauger/Rust-Frame-Interpolation/Cargo.toml [INFO] started frobbing aauger/Rust-Frame-Interpolation [INFO] finished frobbing aauger/Rust-Frame-Interpolation [INFO] frobbed toml for aauger/Rust-Frame-Interpolation written to work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/aauger/Rust-Frame-Interpolation/Cargo.toml [INFO] crate aauger/Rust-Frame-Interpolation has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking aauger/Rust-Frame-Interpolation against try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-0/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/aauger/Rust-Frame-Interpolation:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3d66e193434a53317f8d4374a5c6d2681df32740c103cd62b6f5591ed949e9d2 [INFO] running `"docker" "start" "-a" "3d66e193434a53317f8d4374a5c6d2681df32740c103cd62b6f5591ed949e9d2"` [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Checking tiff v0.2.0 [INFO] [stderr] Checking image v0.20.0 [INFO] [stderr] Checking Rust-Frame-Interpolation v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/frame_pair.rs:67:28 [INFO] [stderr] | [INFO] [stderr] 67 | if (xf < 0 || xf > (w as i32) - 1) { continue; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/frame_pair.rs:69:28 [INFO] [stderr] | [INFO] [stderr] 69 | if (yf < 0 || yf > (h as i32) - 1) { continue; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/frame_pair.rs:71:28 [INFO] [stderr] | [INFO] [stderr] 71 | if (xoff == 0 && yoff == 0) { continue; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/frame_pair.rs:75:28 [INFO] [stderr] | [INFO] [stderr] 75 | if (distance(a_color, b_color) < distance(a_color, nearest)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused variable: `adist` [INFO] [stderr] --> src/frame_pair.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | let adist = ((a.data[3] as i32) - (b.data[3] as i32)).wrapping_abs(); [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_adist` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/frame_pair.rs:67:28 [INFO] [stderr] | [INFO] [stderr] 67 | if (xf < 0 || xf > (w as i32) - 1) { continue; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/frame_pair.rs:69:28 [INFO] [stderr] | [INFO] [stderr] 69 | if (yf < 0 || yf > (h as i32) - 1) { continue; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/frame_pair.rs:71:28 [INFO] [stderr] | [INFO] [stderr] 71 | if (xoff == 0 && yoff == 0) { continue; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/frame_pair.rs:75:28 [INFO] [stderr] | [INFO] [stderr] 75 | if (distance(a_color, b_color) < distance(a_color, nearest)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: method is never used: `save_bframe` [INFO] [stderr] --> src/frame_pair.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | pub fn save_bframe(&self, path: &Path) -> io::Result<()> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: crate `Rust_Frame_Interpolation` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] = help: convert the identifier to snake case: `rust_frame_interpolation` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `adist` [INFO] [stderr] --> src/frame_pair.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | let adist = ((a.data[3] as i32) - (b.data[3] as i32)).wrapping_abs(); [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_adist` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `save_bframe` [INFO] [stderr] --> src/frame_pair.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | pub fn save_bframe(&self, path: &Path) -> io::Result<()> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: crate `Rust_Frame_Interpolation` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] = help: convert the identifier to snake case: `rust_frame_interpolation` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.29s [INFO] running `"docker" "inspect" "3d66e193434a53317f8d4374a5c6d2681df32740c103cd62b6f5591ed949e9d2"` [INFO] running `"docker" "rm" "-f" "3d66e193434a53317f8d4374a5c6d2681df32740c103cd62b6f5591ed949e9d2"` [INFO] [stdout] 3d66e193434a53317f8d4374a5c6d2681df32740c103cd62b6f5591ed949e9d2