Oct 11 03:41:36.428 INFO testing aauger/Rust-Frame-Interpolation against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:41:36.428 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:41:36.428 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:41:36.763 INFO blam! f5022d0cebcf7a0eac72d82164e88248428991f604db156e6c7f81d3b137ef65 Oct 11 03:41:36.764 INFO running `"docker" "start" "-a" "f5022d0cebcf7a0eac72d82164e88248428991f604db156e6c7f81d3b137ef65"` Oct 11 03:41:37.649 INFO kablam! usermod: no changes Oct 11 03:41:37.819 INFO kablam! Compiling png v0.12.0 Oct 11 03:41:37.836 INFO kablam! Compiling tiff v0.2.0 Oct 11 03:41:40.875 INFO kablam! Compiling image v0.20.0 Oct 11 03:41:53.995 INFO kablam! Compiling Rust-Frame-Interpolation v0.1.0 (/source) Oct 11 03:41:56.332 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:41:56.332 INFO kablam! --> src/frame_pair.rs:67:28 Oct 11 03:41:56.332 INFO kablam! | Oct 11 03:41:56.332 INFO kablam! 67 | if (xf < 0 || xf > (w as i32) - 1) { continue; } Oct 11 03:41:56.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:41:56.332 INFO kablam! | Oct 11 03:41:56.332 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 03:41:56.332 INFO kablam! Oct 11 03:41:56.332 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:41:56.332 INFO kablam! --> src/frame_pair.rs:69:28 Oct 11 03:41:56.332 INFO kablam! | Oct 11 03:41:56.332 INFO kablam! 69 | if (yf < 0 || yf > (h as i32) - 1) { continue; } Oct 11 03:41:56.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:41:56.332 INFO kablam! Oct 11 03:41:56.332 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:41:56.332 INFO kablam! --> src/frame_pair.rs:71:28 Oct 11 03:41:56.332 INFO kablam! | Oct 11 03:41:56.332 INFO kablam! 71 | if (xoff == 0 && yoff == 0) { continue; } Oct 11 03:41:56.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:41:56.332 INFO kablam! Oct 11 03:41:56.332 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:41:56.332 INFO kablam! --> src/frame_pair.rs:75:28 Oct 11 03:41:56.332 INFO kablam! | Oct 11 03:41:56.332 INFO kablam! 75 | if (distance(a_color, b_color) < distance(a_color, nearest)) { Oct 11 03:41:56.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:41:56.332 INFO kablam! Oct 11 03:41:56.392 INFO kablam! warning: unused variable: `adist` Oct 11 03:41:56.392 INFO kablam! --> src/frame_pair.rs:22:9 Oct 11 03:41:56.392 INFO kablam! | Oct 11 03:41:56.392 INFO kablam! 22 | let adist = ((a.data[3] as i32) - (b.data[3] as i32)).wrapping_abs(); Oct 11 03:41:56.392 INFO kablam! | ^^^^^ help: consider using `_adist` instead Oct 11 03:41:56.392 INFO kablam! | Oct 11 03:41:56.392 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:41:56.392 INFO kablam! Oct 11 03:41:56.404 INFO kablam! warning: method is never used: `save_bframe` Oct 11 03:41:56.404 INFO kablam! --> src/frame_pair.rs:102:5 Oct 11 03:41:56.404 INFO kablam! | Oct 11 03:41:56.404 INFO kablam! 102 | pub fn save_bframe(&self, path: &Path) -> io::Result<()> Oct 11 03:41:56.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:56.404 INFO kablam! | Oct 11 03:41:56.404 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:41:56.404 INFO kablam! Oct 11 03:41:56.404 INFO kablam! warning: crate `Rust_Frame_Interpolation` should have a snake case name such as `rust_frame_interpolation` Oct 11 03:41:56.408 INFO kablam! | Oct 11 03:41:56.408 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:41:56.408 INFO kablam! Oct 11 03:41:57.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.17s Oct 11 03:41:57.844 INFO kablam! su: No module specific data is present Oct 11 03:41:58.278 INFO running `"docker" "rm" "-f" "f5022d0cebcf7a0eac72d82164e88248428991f604db156e6c7f81d3b137ef65"` Oct 11 03:41:58.432 INFO blam! f5022d0cebcf7a0eac72d82164e88248428991f604db156e6c7f81d3b137ef65 Oct 11 03:41:58.436 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:41:58.436 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:41:58.732 INFO blam! f08390c96154fae3f872c925b50113396a53758ad2097ffc39c9ced7225722fb Oct 11 03:41:58.736 INFO running `"docker" "start" "-a" "f08390c96154fae3f872c925b50113396a53758ad2097ffc39c9ced7225722fb"` Oct 11 03:41:59.528 INFO kablam! usermod: no changes Oct 11 03:41:59.704 INFO kablam! Compiling Rust-Frame-Interpolation v0.1.0 (/source) Oct 11 03:42:02.905 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:42:02.905 INFO kablam! --> src/frame_pair.rs:67:28 Oct 11 03:42:02.905 INFO kablam! | Oct 11 03:42:02.905 INFO kablam! 67 | if (xf < 0 || xf > (w as i32) - 1) { continue; } Oct 11 03:42:02.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:42:02.906 INFO kablam! | Oct 11 03:42:02.906 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 03:42:02.906 INFO kablam! Oct 11 03:42:02.906 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:42:02.907 INFO kablam! --> src/frame_pair.rs:69:28 Oct 11 03:42:02.907 INFO kablam! | Oct 11 03:42:02.907 INFO kablam! 69 | if (yf < 0 || yf > (h as i32) - 1) { continue; } Oct 11 03:42:02.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:42:02.907 INFO kablam! Oct 11 03:42:02.908 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:42:02.908 INFO kablam! --> src/frame_pair.rs:71:28 Oct 11 03:42:02.908 INFO kablam! | Oct 11 03:42:02.908 INFO kablam! 71 | if (xoff == 0 && yoff == 0) { continue; } Oct 11 03:42:02.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:42:02.909 INFO kablam! Oct 11 03:42:02.909 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:42:02.909 INFO kablam! --> src/frame_pair.rs:75:28 Oct 11 03:42:02.909 INFO kablam! | Oct 11 03:42:02.909 INFO kablam! 75 | if (distance(a_color, b_color) < distance(a_color, nearest)) { Oct 11 03:42:02.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:42:02.910 INFO kablam! Oct 11 03:42:02.960 INFO kablam! warning: unused variable: `adist` Oct 11 03:42:02.960 INFO kablam! --> src/frame_pair.rs:22:9 Oct 11 03:42:02.960 INFO kablam! | Oct 11 03:42:02.960 INFO kablam! 22 | let adist = ((a.data[3] as i32) - (b.data[3] as i32)).wrapping_abs(); Oct 11 03:42:02.960 INFO kablam! | ^^^^^ help: consider using `_adist` instead Oct 11 03:42:02.960 INFO kablam! | Oct 11 03:42:02.960 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:42:02.960 INFO kablam! Oct 11 03:42:02.975 INFO kablam! warning: method is never used: `save_bframe` Oct 11 03:42:02.975 INFO kablam! --> src/frame_pair.rs:102:5 Oct 11 03:42:02.975 INFO kablam! | Oct 11 03:42:02.975 INFO kablam! 102 | pub fn save_bframe(&self, path: &Path) -> io::Result<()> Oct 11 03:42:02.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:42:02.975 INFO kablam! | Oct 11 03:42:02.975 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:42:02.975 INFO kablam! Oct 11 03:42:02.975 INFO kablam! warning: crate `Rust_Frame_Interpolation` should have a snake case name such as `rust_frame_interpolation` Oct 11 03:42:02.975 INFO kablam! | Oct 11 03:42:02.975 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:42:02.975 INFO kablam! Oct 11 03:42:03.560 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.99s Oct 11 03:42:03.560 INFO kablam! su: No module specific data is present Oct 11 03:42:04.152 INFO running `"docker" "rm" "-f" "f08390c96154fae3f872c925b50113396a53758ad2097ffc39c9ced7225722fb"` Oct 11 03:42:04.412 INFO blam! f08390c96154fae3f872c925b50113396a53758ad2097ffc39c9ced7225722fb Oct 11 03:42:04.423 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:42:04.423 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:42:04.779 INFO blam! e0fd4a31983a08625be2dcaf335d69efd790bf08fbf46ae17f1a2b92e51d3305 Oct 11 03:42:04.785 INFO running `"docker" "start" "-a" "e0fd4a31983a08625be2dcaf335d69efd790bf08fbf46ae17f1a2b92e51d3305"` Oct 11 03:42:06.008 INFO kablam! usermod: no changes Oct 11 03:42:06.178 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 11 03:42:06.178 INFO kablam! Running /target/debug/deps/Rust_Frame_Interpolation-9f8a9a3b7bd2ba7c Oct 11 03:42:06.180 INFO blam! Oct 11 03:42:06.180 INFO blam! running 0 tests Oct 11 03:42:06.180 INFO blam! Oct 11 03:42:06.180 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:42:06.180 INFO blam! Oct 11 03:42:06.186 INFO kablam! su: No module specific data is present Oct 11 03:42:06.745 INFO running `"docker" "rm" "-f" "e0fd4a31983a08625be2dcaf335d69efd790bf08fbf46ae17f1a2b92e51d3305"` Oct 11 03:42:07.077 INFO blam! e0fd4a31983a08625be2dcaf335d69efd790bf08fbf46ae17f1a2b92e51d3305