Oct 15 05:18:53.053 INFO testing aauger/Rust-Frame-Interpolation against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:18:53.054 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:53.431 INFO blam! 554632f760f1c0d3e82bb6c94ddac7e667f7a89f0136a16c55dbe6baf3ca772d Oct 15 05:18:53.431 INFO running `"docker" "start" "-a" "554632f760f1c0d3e82bb6c94ddac7e667f7a89f0136a16c55dbe6baf3ca772d"` Oct 15 05:18:54.755 INFO kablam! usermod: no changes Oct 15 05:18:54.909 INFO kablam! Compiling Rust-Frame-Interpolation v0.1.0 (/source) Oct 15 05:18:56.731 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:18:56.731 INFO kablam! --> src/frame_pair.rs:67:28 Oct 15 05:18:56.731 INFO kablam! | Oct 15 05:18:56.731 INFO kablam! 67 | if (xf < 0 || xf > (w as i32) - 1) { continue; } Oct 15 05:18:56.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:18:56.731 INFO kablam! | Oct 15 05:18:56.731 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 05:18:56.731 INFO kablam! Oct 15 05:18:56.731 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:18:56.731 INFO kablam! --> src/frame_pair.rs:69:28 Oct 15 05:18:56.731 INFO kablam! | Oct 15 05:18:56.731 INFO kablam! 69 | if (yf < 0 || yf > (h as i32) - 1) { continue; } Oct 15 05:18:56.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:18:56.731 INFO kablam! Oct 15 05:18:56.731 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:18:56.731 INFO kablam! --> src/frame_pair.rs:71:28 Oct 15 05:18:56.731 INFO kablam! | Oct 15 05:18:56.731 INFO kablam! 71 | if (xoff == 0 && yoff == 0) { continue; } Oct 15 05:18:56.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:18:56.731 INFO kablam! Oct 15 05:18:56.731 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:18:56.731 INFO kablam! --> src/frame_pair.rs:75:28 Oct 15 05:18:56.731 INFO kablam! | Oct 15 05:18:56.735 INFO kablam! 75 | if (distance(a_color, b_color) < distance(a_color, nearest)) { Oct 15 05:18:56.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:18:56.735 INFO kablam! Oct 15 05:18:56.855 INFO kablam! warning: unused variable: `adist` Oct 15 05:18:56.855 INFO kablam! --> src/frame_pair.rs:22:9 Oct 15 05:18:56.855 INFO kablam! | Oct 15 05:18:56.855 INFO kablam! 22 | let adist = ((a.data[3] as i32) - (b.data[3] as i32)).wrapping_abs(); Oct 15 05:18:56.855 INFO kablam! | ^^^^^ help: consider using `_adist` instead Oct 15 05:18:56.859 INFO kablam! | Oct 15 05:18:56.859 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:18:56.859 INFO kablam! Oct 15 05:18:56.887 INFO kablam! warning: method is never used: `save_bframe` Oct 15 05:18:56.887 INFO kablam! --> src/frame_pair.rs:102:5 Oct 15 05:18:56.887 INFO kablam! | Oct 15 05:18:56.887 INFO kablam! 102 | pub fn save_bframe(&self, path: &Path) -> io::Result<()> Oct 15 05:18:56.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.887 INFO kablam! | Oct 15 05:18:56.887 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:18:56.887 INFO kablam! Oct 15 05:18:56.887 INFO kablam! warning: crate `Rust_Frame_Interpolation` should have a snake case name such as `rust_frame_interpolation` Oct 15 05:18:56.887 INFO kablam! | Oct 15 05:18:56.887 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:18:56.887 INFO kablam! Oct 15 05:18:58.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.15s Oct 15 05:18:58.937 INFO kablam! su: No module specific data is present Oct 15 05:18:59.661 INFO running `"docker" "rm" "-f" "554632f760f1c0d3e82bb6c94ddac7e667f7a89f0136a16c55dbe6baf3ca772d"` Oct 15 05:18:59.875 INFO blam! 554632f760f1c0d3e82bb6c94ddac7e667f7a89f0136a16c55dbe6baf3ca772d Oct 15 05:18:59.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.255 INFO blam! be45d7c53070a6c849cbd1e40fc31f0fa47860b173856efe888023da7f16d36b Oct 15 05:19:00.258 INFO running `"docker" "start" "-a" "be45d7c53070a6c849cbd1e40fc31f0fa47860b173856efe888023da7f16d36b"` Oct 15 05:19:02.326 INFO kablam! usermod: no changes Oct 15 05:19:02.469 INFO kablam! Compiling Rust-Frame-Interpolation v0.1.0 (/source) Oct 15 05:19:03.878 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:19:03.879 INFO kablam! --> src/frame_pair.rs:67:28 Oct 15 05:19:03.879 INFO kablam! | Oct 15 05:19:03.879 INFO kablam! 67 | if (xf < 0 || xf > (w as i32) - 1) { continue; } Oct 15 05:19:03.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:19:03.879 INFO kablam! | Oct 15 05:19:03.879 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 05:19:03.879 INFO kablam! Oct 15 05:19:03.879 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:19:03.879 INFO kablam! --> src/frame_pair.rs:69:28 Oct 15 05:19:03.879 INFO kablam! | Oct 15 05:19:03.879 INFO kablam! 69 | if (yf < 0 || yf > (h as i32) - 1) { continue; } Oct 15 05:19:03.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:19:03.879 INFO kablam! Oct 15 05:19:03.879 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:19:03.879 INFO kablam! --> src/frame_pair.rs:71:28 Oct 15 05:19:03.879 INFO kablam! | Oct 15 05:19:03.879 INFO kablam! 71 | if (xoff == 0 && yoff == 0) { continue; } Oct 15 05:19:03.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:19:03.879 INFO kablam! Oct 15 05:19:03.879 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 05:19:03.879 INFO kablam! --> src/frame_pair.rs:75:28 Oct 15 05:19:03.879 INFO kablam! | Oct 15 05:19:03.879 INFO kablam! 75 | if (distance(a_color, b_color) < distance(a_color, nearest)) { Oct 15 05:19:03.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 05:19:03.879 INFO kablam! Oct 15 05:19:03.940 INFO kablam! warning: unused variable: `adist` Oct 15 05:19:03.940 INFO kablam! --> src/frame_pair.rs:22:9 Oct 15 05:19:03.940 INFO kablam! | Oct 15 05:19:03.941 INFO kablam! 22 | let adist = ((a.data[3] as i32) - (b.data[3] as i32)).wrapping_abs(); Oct 15 05:19:03.941 INFO kablam! | ^^^^^ help: consider using `_adist` instead Oct 15 05:19:03.941 INFO kablam! | Oct 15 05:19:03.941 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:19:03.941 INFO kablam! Oct 15 05:19:03.963 INFO kablam! warning: method is never used: `save_bframe` Oct 15 05:19:03.963 INFO kablam! --> src/frame_pair.rs:102:5 Oct 15 05:19:03.963 INFO kablam! | Oct 15 05:19:03.963 INFO kablam! 102 | pub fn save_bframe(&self, path: &Path) -> io::Result<()> Oct 15 05:19:03.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:03.963 INFO kablam! | Oct 15 05:19:03.963 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:19:03.963 INFO kablam! Oct 15 05:19:03.963 INFO kablam! warning: crate `Rust_Frame_Interpolation` should have a snake case name such as `rust_frame_interpolation` Oct 15 05:19:03.963 INFO kablam! | Oct 15 05:19:03.963 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:19:03.963 INFO kablam! Oct 15 05:19:04.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 15 05:19:04.435 INFO kablam! su: No module specific data is present Oct 15 05:19:05.023 INFO running `"docker" "rm" "-f" "be45d7c53070a6c849cbd1e40fc31f0fa47860b173856efe888023da7f16d36b"` Oct 15 05:19:05.331 INFO blam! be45d7c53070a6c849cbd1e40fc31f0fa47860b173856efe888023da7f16d36b Oct 15 05:19:05.335 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:05.798 INFO blam! 5483dc4341254967a323b5a5333232e3bb86f4e6dc6c68f8827bdffa9bf17273 Oct 15 05:19:05.803 INFO running `"docker" "start" "-a" "5483dc4341254967a323b5a5333232e3bb86f4e6dc6c68f8827bdffa9bf17273"` Oct 15 05:19:06.912 INFO kablam! usermod: no changes Oct 15 05:19:07.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 05:19:07.029 INFO kablam! Running /target/debug/deps/Rust_Frame_Interpolation-cca5c0aa7e24e10a Oct 15 05:19:07.035 INFO blam! Oct 15 05:19:07.035 INFO blam! running 0 tests Oct 15 05:19:07.036 INFO blam! Oct 15 05:19:07.036 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:19:07.036 INFO blam! Oct 15 05:19:07.037 INFO kablam! su: No module specific data is present Oct 15 05:19:07.591 INFO running `"docker" "rm" "-f" "5483dc4341254967a323b5a5333232e3bb86f4e6dc6c68f8827bdffa9bf17273"` Oct 15 05:19:07.891 INFO blam! 5483dc4341254967a323b5a5333232e3bb86f4e6dc6c68f8827bdffa9bf17273