Oct 15 05:18:53.690 INFO testing aauger/Rust-Frame-Interpolation against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:18:53.690 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 05:18:54.269 INFO blam! 65bcc6f1e72ced919aa1130a94e3624a3ef4b48d8c92904ff1295884e626237a Oct 15 05:18:54.275 INFO running `"docker" "start" "-a" "65bcc6f1e72ced919aa1130a94e3624a3ef4b48d8c92904ff1295884e626237a"` Oct 15 05:18:55.411 INFO kablam! usermod: no changes Oct 15 05:18:55.552 INFO kablam! Compiling Rust-Frame-Interpolation v0.1.0 (/source) Oct 15 05:18:57.425 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:18:57.425 INFO kablam! --> src/frame_pair.rs:67:28 Oct 15 05:18:57.425 INFO kablam! | Oct 15 05:18:57.425 INFO kablam! 67 | if (xf < 0 || xf > (w as i32) - 1) { continue; } Oct 15 05:18:57.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:18:57.425 INFO kablam! | Oct 15 05:18:57.425 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 05:18:57.425 INFO kablam! Oct 15 05:18:57.425 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:18:57.425 INFO kablam! --> src/frame_pair.rs:69:28 Oct 15 05:18:57.425 INFO kablam! | Oct 15 05:18:57.425 INFO kablam! 69 | if (yf < 0 || yf > (h as i32) - 1) { continue; } Oct 15 05:18:57.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:18:57.425 INFO kablam! Oct 15 05:18:57.425 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:18:57.425 INFO kablam! --> src/frame_pair.rs:71:28 Oct 15 05:18:57.425 INFO kablam! | Oct 15 05:18:57.425 INFO kablam! 71 | if (xoff == 0 && yoff == 0) { continue; } Oct 15 05:18:57.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:18:57.425 INFO kablam! Oct 15 05:18:57.426 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:18:57.426 INFO kablam! --> src/frame_pair.rs:75:28 Oct 15 05:18:57.426 INFO kablam! | Oct 15 05:18:57.426 INFO kablam! 75 | if (distance(a_color, b_color) < distance(a_color, nearest)) { Oct 15 05:18:57.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:18:57.426 INFO kablam! Oct 15 05:18:57.574 INFO kablam! warning: unused variable: `adist` Oct 15 05:18:57.591 INFO kablam! --> src/frame_pair.rs:22:9 Oct 15 05:18:57.591 INFO kablam! | Oct 15 05:18:57.591 INFO kablam! 22 | let adist = ((a.data[3] as i32) - (b.data[3] as i32)).wrapping_abs(); Oct 15 05:18:57.591 INFO kablam! | ^^^^^ help: consider using `_adist` instead Oct 15 05:18:57.591 INFO kablam! | Oct 15 05:18:57.592 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:18:57.592 INFO kablam! Oct 15 05:18:57.592 INFO kablam! warning: method is never used: `save_bframe` Oct 15 05:18:57.592 INFO kablam! --> src/frame_pair.rs:102:5 Oct 15 05:18:57.592 INFO kablam! | Oct 15 05:18:57.592 INFO kablam! 102 | pub fn save_bframe(&self, path: &Path) -> io::Result<()> Oct 15 05:18:57.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:57.592 INFO kablam! | Oct 15 05:18:57.592 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:18:57.592 INFO kablam! Oct 15 05:18:57.592 INFO kablam! warning: crate `Rust_Frame_Interpolation` should have a snake case name such as `rust_frame_interpolation` Oct 15 05:18:57.592 INFO kablam! | Oct 15 05:18:57.592 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:18:57.592 INFO kablam! Oct 15 05:18:59.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.25s Oct 15 05:18:59.696 INFO kablam! su: No module specific data is present Oct 15 05:19:00.181 INFO running `"docker" "rm" "-f" "65bcc6f1e72ced919aa1130a94e3624a3ef4b48d8c92904ff1295884e626237a"` Oct 15 05:19:00.479 INFO blam! 65bcc6f1e72ced919aa1130a94e3624a3ef4b48d8c92904ff1295884e626237a Oct 15 05:19:00.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 05:19:00.945 INFO blam! fc723cbf31d2e8c33023909ae445b26334f5634694a1ce7dcd005a0cd52092c8 Oct 15 05:19:00.947 INFO running `"docker" "start" "-a" "fc723cbf31d2e8c33023909ae445b26334f5634694a1ce7dcd005a0cd52092c8"` Oct 15 05:19:02.498 INFO kablam! usermod: no changes Oct 15 05:19:02.643 INFO kablam! Compiling Rust-Frame-Interpolation v0.1.0 (/source) Oct 15 05:19:04.063 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:19:04.063 INFO kablam! --> src/frame_pair.rs:67:28 Oct 15 05:19:04.063 INFO kablam! | Oct 15 05:19:04.063 INFO kablam! 67 | if (xf < 0 || xf > (w as i32) - 1) { continue; } Oct 15 05:19:04.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:19:04.063 INFO kablam! | Oct 15 05:19:04.063 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 05:19:04.063 INFO kablam! Oct 15 05:19:04.063 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:19:04.063 INFO kablam! --> src/frame_pair.rs:69:28 Oct 15 05:19:04.063 INFO kablam! | Oct 15 05:19:04.063 INFO kablam! 69 | if (yf < 0 || yf > (h as i32) - 1) { continue; } Oct 15 05:19:04.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:19:04.063 INFO kablam! Oct 15 05:19:04.063 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:19:04.063 INFO kablam! --> src/frame_pair.rs:71:28 Oct 15 05:19:04.063 INFO kablam! | Oct 15 05:19:04.063 INFO kablam! 71 | if (xoff == 0 && yoff == 0) { continue; } Oct 15 05:19:04.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:19:04.063 INFO kablam! Oct 15 05:19:04.063 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:19:04.063 INFO kablam! --> src/frame_pair.rs:75:28 Oct 15 05:19:04.063 INFO kablam! | Oct 15 05:19:04.063 INFO kablam! 75 | if (distance(a_color, b_color) < distance(a_color, nearest)) { Oct 15 05:19:04.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:19:04.063 INFO kablam! Oct 15 05:19:04.143 INFO kablam! warning: unused variable: `adist` Oct 15 05:19:04.143 INFO kablam! --> src/frame_pair.rs:22:9 Oct 15 05:19:04.143 INFO kablam! | Oct 15 05:19:04.143 INFO kablam! 22 | let adist = ((a.data[3] as i32) - (b.data[3] as i32)).wrapping_abs(); Oct 15 05:19:04.143 INFO kablam! | ^^^^^ help: consider using `_adist` instead Oct 15 05:19:04.143 INFO kablam! | Oct 15 05:19:04.143 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:19:04.143 INFO kablam! Oct 15 05:19:04.153 INFO kablam! warning: method is never used: `save_bframe` Oct 15 05:19:04.153 INFO kablam! --> src/frame_pair.rs:102:5 Oct 15 05:19:04.153 INFO kablam! | Oct 15 05:19:04.153 INFO kablam! 102 | pub fn save_bframe(&self, path: &Path) -> io::Result<()> Oct 15 05:19:04.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:04.153 INFO kablam! | Oct 15 05:19:04.153 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:19:04.153 INFO kablam! Oct 15 05:19:04.153 INFO kablam! warning: crate `Rust_Frame_Interpolation` should have a snake case name such as `rust_frame_interpolation` Oct 15 05:19:04.153 INFO kablam! | Oct 15 05:19:04.153 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:19:04.153 INFO kablam! Oct 15 05:19:04.641 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.11s Oct 15 05:19:04.645 INFO kablam! su: No module specific data is present Oct 15 05:19:05.487 INFO running `"docker" "rm" "-f" "fc723cbf31d2e8c33023909ae445b26334f5634694a1ce7dcd005a0cd52092c8"` Oct 15 05:19:05.794 INFO blam! fc723cbf31d2e8c33023909ae445b26334f5634694a1ce7dcd005a0cd52092c8 Oct 15 05:19:05.797 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 05:19:06.255 INFO blam! 62010114b7c7fe6faa7c698628e817946ac28665c705db6918cd9056571b195d Oct 15 05:19:06.263 INFO running `"docker" "start" "-a" "62010114b7c7fe6faa7c698628e817946ac28665c705db6918cd9056571b195d"` Oct 15 05:19:07.203 INFO kablam! usermod: no changes Oct 15 05:19:07.293 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 05:19:07.307 INFO kablam! Running /target/debug/deps/Rust_Frame_Interpolation-9f8a9a3b7bd2ba7c Oct 15 05:19:07.311 INFO blam! Oct 15 05:19:07.311 INFO blam! running 0 tests Oct 15 05:19:07.311 INFO blam! Oct 15 05:19:07.311 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:19:07.311 INFO blam! Oct 15 05:19:07.318 INFO kablam! su: No module specific data is present Oct 15 05:19:08.011 INFO running `"docker" "rm" "-f" "62010114b7c7fe6faa7c698628e817946ac28665c705db6918cd9056571b195d"` Oct 15 05:19:08.291 INFO blam! 62010114b7c7fe6faa7c698628e817946ac28665c705db6918cd9056571b195d