Oct 26 20:37:58.202 INFO checking snsvrno/lights-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 20:37:58.204 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 20:37:58.737 INFO blam! 69f3e6bc1ab0207f8f11c7c5d2456acefe51a0c58588d53fda66c1c0851a96c1 Oct 26 20:37:58.740 INFO running `"docker" "start" "-a" "69f3e6bc1ab0207f8f11c7c5d2456acefe51a0c58588d53fda66c1c0851a96c1"` Oct 26 20:38:00.623 INFO kablam! usermod: no changes Oct 26 20:38:00.803 INFO kablam! Compiling cc v1.0.24 Oct 26 20:38:00.807 INFO kablam! Compiling xml-rs v0.7.0 Oct 26 20:38:00.807 INFO kablam! Compiling x11-dl v2.18.3 Oct 26 20:38:00.807 INFO kablam! Checking nix v0.11.0 Oct 26 20:38:00.807 INFO kablam! Checking parking_lot_core v0.3.1 Oct 26 20:38:03.235 INFO kablam! Checking parking_lot v0.6.4 Oct 26 20:38:09.163 INFO kablam! Compiling libloading v0.5.0 Oct 26 20:38:12.869 INFO kablam! Compiling wayland-scanner v0.20.12 Oct 26 20:38:12.869 INFO kablam! Compiling gl_generator v0.9.0 Oct 26 20:38:14.191 INFO kablam! Checking dlib v0.4.1 Oct 26 20:38:14.967 INFO kablam! Checking wayland-sys v0.20.12 Oct 26 20:38:16.583 INFO kablam! Checking wayland-commons v0.20.12 Oct 26 20:38:18.011 INFO kablam! Compiling wayland-client v0.20.12 Oct 26 20:38:18.011 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 26 20:38:20.695 INFO kablam! Compiling gl v0.10.0 Oct 26 20:38:22.524 INFO kablam! Compiling glutin v0.18.0 Oct 26 20:38:22.595 INFO kablam! Compiling lights v0.1.0 (/source) Oct 26 20:38:36.247 INFO kablam! Checking smithay-client-toolkit v0.3.0 Oct 26 20:38:41.229 INFO kablam! Checking winit v0.17.2 Oct 26 20:38:53.227 INFO kablam! warning: unused variable: `touch` Oct 26 20:38:53.227 INFO kablam! --> src/main.rs:52:27 Oct 26 20:38:53.227 INFO kablam! | Oct 26 20:38:53.227 INFO kablam! 52 | Touch(touch) => { /* implement later */ }, Oct 26 20:38:53.227 INFO kablam! | ^^^^^ help: consider using `_touch` instead Oct 26 20:38:53.227 INFO kablam! | Oct 26 20:38:53.227 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:38:53.227 INFO kablam! Oct 26 20:38:53.227 INFO kablam! warning: unused variable: `file_path_buf` Oct 26 20:38:53.227 INFO kablam! --> src/definitions/gameloop.rs:9:28 Oct 26 20:38:53.227 INFO kablam! | Oct 26 20:38:53.227 INFO kablam! 9 | fn dropped_file(&self, file_path_buf : std::path::PathBuf) { } Oct 26 20:38:53.227 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 26 20:38:53.227 INFO kablam! Oct 26 20:38:53.227 INFO kablam! warning: unused variable: `file_path_buf` Oct 26 20:38:53.227 INFO kablam! --> src/definitions/gameloop.rs:10:28 Oct 26 20:38:53.227 INFO kablam! | Oct 26 20:38:53.227 INFO kablam! 10 | fn hovered_file(&self, file_path_buf : std::path::PathBuf) { } Oct 26 20:38:53.227 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 26 20:38:53.227 INFO kablam! Oct 26 20:38:53.227 INFO kablam! warning: unused variable: `focus` Oct 26 20:38:53.227 INFO kablam! --> src/definitions/gameloop.rs:12:23 Oct 26 20:38:53.227 INFO kablam! | Oct 26 20:38:53.227 INFO kablam! 12 | fn focused(&self, focus : bool) { } Oct 26 20:38:53.227 INFO kablam! | ^^^^^ help: consider using `_focus` instead Oct 26 20:38:53.227 INFO kablam! Oct 26 20:38:53.227 INFO kablam! warning: unused variable: `dt` Oct 26 20:38:53.227 INFO kablam! --> src/states/empty.rs:17:22 Oct 26 20:38:53.227 INFO kablam! | Oct 26 20:38:53.227 INFO kablam! 17 | fn update(&self, dt : f32) { Oct 26 20:38:53.227 INFO kablam! | ^^ help: consider using `_dt` instead Oct 26 20:38:53.227 INFO kablam! Oct 26 20:38:53.228 INFO kablam! warning: unused variable: `touch` Oct 26 20:38:53.228 INFO kablam! --> src/main.rs:52:27 Oct 26 20:38:53.228 INFO kablam! | Oct 26 20:38:53.228 INFO kablam! 52 | Touch(touch) => { /* implement later */ }, Oct 26 20:38:53.228 INFO kablam! | ^^^^^ help: consider using `_touch` instead Oct 26 20:38:53.228 INFO kablam! | Oct 26 20:38:53.228 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:38:53.228 INFO kablam! Oct 26 20:38:53.228 INFO kablam! warning: unused variable: `file_path_buf` Oct 26 20:38:53.228 INFO kablam! --> src/definitions/gameloop.rs:9:28 Oct 26 20:38:53.228 INFO kablam! | Oct 26 20:38:53.228 INFO kablam! 9 | fn dropped_file(&self, file_path_buf : std::path::PathBuf) { } Oct 26 20:38:53.228 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 26 20:38:53.228 INFO kablam! Oct 26 20:38:53.228 INFO kablam! warning: unused variable: `file_path_buf` Oct 26 20:38:53.228 INFO kablam! --> src/definitions/gameloop.rs:10:28 Oct 26 20:38:53.228 INFO kablam! | Oct 26 20:38:53.228 INFO kablam! 10 | fn hovered_file(&self, file_path_buf : std::path::PathBuf) { } Oct 26 20:38:53.228 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 26 20:38:53.228 INFO kablam! Oct 26 20:38:53.228 INFO kablam! warning: unused variable: `focus` Oct 26 20:38:53.228 INFO kablam! --> src/definitions/gameloop.rs:12:23 Oct 26 20:38:53.228 INFO kablam! | Oct 26 20:38:53.228 INFO kablam! 12 | fn focused(&self, focus : bool) { } Oct 26 20:38:53.228 INFO kablam! | ^^^^^ help: consider using `_focus` instead Oct 26 20:38:53.228 INFO kablam! Oct 26 20:38:53.228 INFO kablam! warning: unused variable: `dt` Oct 26 20:38:53.228 INFO kablam! --> src/states/empty.rs:17:22 Oct 26 20:38:53.228 INFO kablam! | Oct 26 20:38:53.228 INFO kablam! 17 | fn update(&self, dt : f32) { Oct 26 20:38:53.228 INFO kablam! | ^^ help: consider using `_dt` instead Oct 26 20:38:53.228 INFO kablam! Oct 26 20:38:53.228 INFO kablam! warning: variable does not need to be mutable Oct 26 20:38:53.228 INFO kablam! --> src/main.rs:21:9 Oct 26 20:38:53.228 INFO kablam! | Oct 26 20:38:53.228 INFO kablam! 21 | let mut state = states::empty::EmptyState::new(); Oct 26 20:38:53.228 INFO kablam! | ----^^^^^ Oct 26 20:38:53.228 INFO kablam! | | Oct 26 20:38:53.228 INFO kablam! | help: remove this `mut` Oct 26 20:38:53.228 INFO kablam! | Oct 26 20:38:53.228 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:38:53.228 INFO kablam! Oct 26 20:38:53.255 INFO kablam! warning: variable does not need to be mutable Oct 26 20:38:53.255 INFO kablam! --> src/main.rs:21:9 Oct 26 20:38:53.255 INFO kablam! | Oct 26 20:38:53.255 INFO kablam! 21 | let mut state = states::empty::EmptyState::new(); Oct 26 20:38:53.255 INFO kablam! | ----^^^^^ Oct 26 20:38:53.255 INFO kablam! | | Oct 26 20:38:53.255 INFO kablam! | help: remove this `mut` Oct 26 20:38:53.255 INFO kablam! | Oct 26 20:38:53.255 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:38:53.255 INFO kablam! Oct 26 20:38:53.458 INFO kablam! warning: enum is never used: `Error` Oct 26 20:38:53.458 INFO kablam! --> src/definitions/error.rs:1:1 Oct 26 20:38:53.458 INFO kablam! | Oct 26 20:38:53.458 INFO kablam! 1 | pub enum Error { Oct 26 20:38:53.459 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 20:38:53.459 INFO kablam! | Oct 26 20:38:53.459 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:38:53.459 INFO kablam! Oct 26 20:38:53.551 INFO kablam! warning: variable `_X` should have a snake case name such as `_x` Oct 26 20:38:53.551 INFO kablam! --> src/definitions/gameloop.rs:8:22 Oct 26 20:38:53.551 INFO kablam! | Oct 26 20:38:53.551 INFO kablam! 8 | fn resized(&self,_X : u32, _y : u32) { } Oct 26 20:38:53.551 INFO kablam! | ^^ Oct 26 20:38:53.551 INFO kablam! | Oct 26 20:38:53.551 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 20:38:53.551 INFO kablam! Oct 26 20:38:53.587 INFO kablam! warning: enum is never used: `Error` Oct 26 20:38:53.587 INFO kablam! --> src/definitions/error.rs:1:1 Oct 26 20:38:53.587 INFO kablam! | Oct 26 20:38:53.587 INFO kablam! 1 | pub enum Error { Oct 26 20:38:53.587 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 20:38:53.587 INFO kablam! | Oct 26 20:38:53.587 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:38:53.587 INFO kablam! Oct 26 20:38:53.669 INFO kablam! warning: variable `_X` should have a snake case name such as `_x` Oct 26 20:38:53.669 INFO kablam! --> src/definitions/gameloop.rs:8:22 Oct 26 20:38:53.669 INFO kablam! | Oct 26 20:38:53.669 INFO kablam! 8 | fn resized(&self,_X : u32, _y : u32) { } Oct 26 20:38:53.669 INFO kablam! | ^^ Oct 26 20:38:53.669 INFO kablam! | Oct 26 20:38:53.669 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 20:38:53.669 INFO kablam! Oct 26 20:38:53.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.06s Oct 26 20:38:53.720 INFO kablam! su: No module specific data is present Oct 26 20:38:54.845 INFO running `"docker" "rm" "-f" "69f3e6bc1ab0207f8f11c7c5d2456acefe51a0c58588d53fda66c1c0851a96c1"` Oct 26 20:38:55.197 INFO blam! 69f3e6bc1ab0207f8f11c7c5d2456acefe51a0c58588d53fda66c1c0851a96c1