Oct 21 20:17:46.360 INFO checking Tookerton21/flaschen_and_kinnect_rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:17:46.360 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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:17:46.754 INFO blam! b8fc7ae781fda97e9e7a0e57d13663697b66aa36ea6f89923e59f51979a07ea2 Oct 21 20:17:46.756 INFO running `"docker" "start" "-a" "b8fc7ae781fda97e9e7a0e57d13663697b66aa36ea6f89923e59f51979a07ea2"` Oct 21 20:17:48.095 INFO kablam! usermod: no changes Oct 21 20:17:48.408 INFO kablam! Checking freenectrs v0.1.0 Oct 21 20:17:48.416 INFO kablam! Checking tempfile v3.0.4 Oct 21 20:17:48.417 INFO kablam! Checking parking_lot_core v0.3.1 Oct 21 20:17:48.417 INFO kablam! Compiling num-derive v0.2.2 Oct 21 20:17:48.417 INFO kablam! Checking png v0.12.0 Oct 21 20:17:50.988 INFO kablam! Checking smithay-client-toolkit v0.2.6 Oct 21 20:17:51.568 INFO kablam! Checking parking_lot v0.6.4 Oct 21 20:17:56.005 INFO kablam! Checking winit v0.16.2 Oct 21 20:17:56.389 INFO kablam! Checking tiff v0.2.0 Oct 21 20:17:57.945 INFO kablam! Checking image v0.20.0 Oct 21 20:18:01.468 INFO kablam! Checking glutin v0.17.0 Oct 21 20:18:06.381 INFO kablam! Checking glium v0.22.0 Oct 21 20:18:23.241 INFO kablam! Checking flachen v0.1.0 (/source) Oct 21 20:18:25.492 INFO kablam! warning: unused import: `GenericImage` Oct 21 20:18:25.493 INFO kablam! --> src/img.rs:5:19 Oct 21 20:18:25.493 INFO kablam! | Oct 21 20:18:25.493 INFO kablam! 5 | use self::image::{GenericImage}; Oct 21 20:18:25.494 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:18:25.494 INFO kablam! | Oct 21 20:18:25.494 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:18:25.494 INFO kablam! Oct 21 20:18:25.596 INFO kablam! warning: unused variable: `host` Oct 21 20:18:25.597 INFO kablam! --> src/main.rs:49:6 Oct 21 20:18:25.597 INFO kablam! | Oct 21 20:18:25.597 INFO kablam! 49 | let host: &str = &*info.0; Oct 21 20:18:25.597 INFO kablam! | ^^^^ help: consider using `_host` instead Oct 21 20:18:25.598 INFO kablam! | Oct 21 20:18:25.598 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:18:25.598 INFO kablam! Oct 21 20:18:25.598 INFO kablam! warning: unused variable: `i` Oct 21 20:18:25.599 INFO kablam! --> src/main.rs:158:12 Oct 21 20:18:25.599 INFO kablam! | Oct 21 20:18:25.599 INFO kablam! 158 | let mut i = i.clone(); Oct 21 20:18:25.599 INFO kablam! | ^ help: consider using `_i` instead Oct 21 20:18:25.600 INFO kablam! Oct 21 20:18:25.620 INFO kablam! warning: variable does not need to be mutable Oct 21 20:18:25.621 INFO kablam! --> src/main.rs:158:8 Oct 21 20:18:25.621 INFO kablam! | Oct 21 20:18:25.621 INFO kablam! 158 | let mut i = i.clone(); Oct 21 20:18:25.622 INFO kablam! | ----^ Oct 21 20:18:25.622 INFO kablam! | | Oct 21 20:18:25.622 INFO kablam! | help: remove this `mut` Oct 21 20:18:25.622 INFO kablam! | Oct 21 20:18:25.623 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:18:25.623 INFO kablam! Oct 21 20:18:25.637 INFO kablam! warning: struct is never constructed: `Flaschen` Oct 21 20:18:25.638 INFO kablam! --> src/flasch.rs:5:1 Oct 21 20:18:25.638 INFO kablam! | Oct 21 20:18:25.638 INFO kablam! 5 | pub struct Flaschen <'a> { Oct 21 20:18:25.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:25.639 INFO kablam! | Oct 21 20:18:25.639 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:18:25.639 INFO kablam! Oct 21 20:18:25.639 INFO kablam! warning: method is never used: `new` Oct 21 20:18:25.640 INFO kablam! --> src/flasch.rs:13:2 Oct 21 20:18:25.640 INFO kablam! | Oct 21 20:18:25.640 INFO kablam! 13 | pub fn new(host: &str, h: u64, w: u64) -> Flaschen { Oct 21 20:18:25.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:25.641 INFO kablam! Oct 21 20:18:25.641 INFO kablam! warning: method is never used: `send` Oct 21 20:18:25.641 INFO kablam! --> src/flasch.rs:30:2 Oct 21 20:18:25.641 INFO kablam! | Oct 21 20:18:25.642 INFO kablam! 30 | pub fn send(&self, buf: Vec) -> usize { Oct 21 20:18:25.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:25.642 INFO kablam! Oct 21 20:18:25.642 INFO kablam! warning: constant item is never used: `DISPLAY` Oct 21 20:18:25.643 INFO kablam! --> src/img.rs:14:1 Oct 21 20:18:25.643 INFO kablam! | Oct 21 20:18:25.643 INFO kablam! 14 | const DISPLAY: (u32, u32) = (640, 480); //(wxh) Oct 21 20:18:25.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:25.644 INFO kablam! Oct 21 20:18:25.644 INFO kablam! warning: method is never used: `binary_img` Oct 21 20:18:25.645 INFO kablam! --> src/img.rs:142:2 Oct 21 20:18:25.645 INFO kablam! | Oct 21 20:18:25.645 INFO kablam! 142 | pub fn binary_img(&self) -> Vec { Oct 21 20:18:25.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:25.646 INFO kablam! Oct 21 20:18:25.646 INFO kablam! warning: method is never used: `clear_data` Oct 21 20:18:25.646 INFO kablam! --> src/img.rs:147:2 Oct 21 20:18:25.646 INFO kablam! | Oct 21 20:18:25.647 INFO kablam! 147 | pub fn clear_data(&mut self) { Oct 21 20:18:25.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:25.647 INFO kablam! Oct 21 20:18:25.652 INFO kablam! error: only functions may be used as tests Oct 21 20:18:25.653 INFO kablam! --> src/img.rs:7:1 Oct 21 20:18:25.653 INFO kablam! | Oct 21 20:18:25.653 INFO kablam! 7 | use std::path::Path; Oct 21 20:18:25.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:25.654 INFO kablam! Oct 21 20:18:25.654 INFO kablam! error: #[test] attribute is only allowed on fn items Oct 21 20:18:25.654 INFO kablam! --> src/img.rs:128:2 Oct 21 20:18:25.654 INFO kablam! | Oct 21 20:18:25.655 INFO kablam! 128 | pub fn open_image(& mut self, img_file: &str) -> bool { Oct 21 20:18:25.655 INFO kablam! | _____^ Oct 21 20:18:25.655 INFO kablam! 129 | | let img = image::open(&Path::new(img_file)); Oct 21 20:18:25.655 INFO kablam! 130 | | let res = match img { Oct 21 20:18:25.656 INFO kablam! 131 | | Ok(i) => { self.rgb_data = i.resize(self.width as u32, self.height as u32, image::FilterType::Nearest) Oct 21 20:18:25.656 INFO kablam! ... | Oct 21 20:18:25.656 INFO kablam! 138 | | res Oct 21 20:18:25.657 INFO kablam! 139 | | } Oct 21 20:18:25.657 INFO kablam! | |_____^ Oct 21 20:18:25.657 INFO kablam! Oct 21 20:18:25.657 INFO kablam! error: aborting due to 2 previous errors Oct 21 20:18:25.658 INFO kablam! Oct 21 20:18:25.658 INFO kablam! error: Could not compile `flachen`. Oct 21 20:18:25.658 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 20:18:25.704 INFO kablam! error: build failed Oct 21 20:18:25.720 INFO kablam! su: No module specific data is present Oct 21 20:18:26.700 INFO running `"docker" "rm" "-f" "b8fc7ae781fda97e9e7a0e57d13663697b66aa36ea6f89923e59f51979a07ea2"` Oct 21 20:18:26.952 INFO blam! b8fc7ae781fda97e9e7a0e57d13663697b66aa36ea6f89923e59f51979a07ea2