Oct 26 20:38:01.511 INFO checking snsvrno/lights-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:38:01.511 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 26 20:38:01.982 INFO blam! 33be23b28d0d416fa1dcbf182eb4ac0d9a6fe4e7f1ee84274fa913aae73bb3fd Oct 26 20:38:01.983 INFO running `"docker" "start" "-a" "33be23b28d0d416fa1dcbf182eb4ac0d9a6fe4e7f1ee84274fa913aae73bb3fd"` Oct 26 20:38:04.125 INFO kablam! usermod: no changes Oct 26 20:38:04.379 INFO kablam! Compiling cc v1.0.24 Oct 26 20:38:04.387 INFO kablam! Checking x11-dl v2.18.3 Oct 26 20:38:04.389 INFO kablam! Compiling lights v0.1.0 (/source) Oct 26 20:38:04.390 INFO kablam! Checking parking_lot_core v0.3.1 Oct 26 20:38:06.671 INFO kablam! Checking parking_lot v0.6.4 Oct 26 20:38:12.579 INFO kablam! Compiling libloading v0.5.0 Oct 26 20:38:14.656 INFO kablam! Checking dlib v0.4.1 Oct 26 20:38:15.163 INFO kablam! Checking wayland-sys v0.20.12 Oct 26 20:38:15.905 INFO kablam! Checking wayland-commons v0.20.12 Oct 26 20:38:16.599 INFO kablam! Checking wayland-client v0.20.12 Oct 26 20:38:18.973 INFO kablam! Checking wayland-protocols v0.20.12 Oct 26 20:38:22.715 INFO kablam! Checking smithay-client-toolkit v0.3.0 Oct 26 20:38:25.011 INFO kablam! Checking winit v0.17.2 Oct 26 20:38:28.035 INFO kablam! Checking glutin v0.18.0 Oct 26 20:38:31.143 INFO kablam! warning: unused variable: `touch` Oct 26 20:38:31.143 INFO kablam! --> src/main.rs:52:27 Oct 26 20:38:31.143 INFO kablam! | Oct 26 20:38:31.143 INFO kablam! 52 | Touch(touch) => { /* implement later */ }, Oct 26 20:38:31.143 INFO kablam! | ^^^^^ help: consider using `_touch` instead Oct 26 20:38:31.143 INFO kablam! | Oct 26 20:38:31.143 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:38:31.143 INFO kablam! Oct 26 20:38:31.143 INFO kablam! warning: unused variable: `file_path_buf` Oct 26 20:38:31.143 INFO kablam! --> src/definitions/gameloop.rs:9:28 Oct 26 20:38:31.143 INFO kablam! | Oct 26 20:38:31.143 INFO kablam! 9 | fn dropped_file(&self, file_path_buf : std::path::PathBuf) { } Oct 26 20:38:31.143 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 26 20:38:31.143 INFO kablam! Oct 26 20:38:31.143 INFO kablam! warning: unused variable: `file_path_buf` Oct 26 20:38:31.143 INFO kablam! --> src/definitions/gameloop.rs:10:28 Oct 26 20:38:31.143 INFO kablam! | Oct 26 20:38:31.143 INFO kablam! 10 | fn hovered_file(&self, file_path_buf : std::path::PathBuf) { } Oct 26 20:38:31.143 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 26 20:38:31.143 INFO kablam! Oct 26 20:38:31.143 INFO kablam! warning: unused variable: `focus` Oct 26 20:38:31.143 INFO kablam! --> src/definitions/gameloop.rs:12:23 Oct 26 20:38:31.143 INFO kablam! | Oct 26 20:38:31.143 INFO kablam! 12 | fn focused(&self, focus : bool) { } Oct 26 20:38:31.143 INFO kablam! | ^^^^^ help: consider using `_focus` instead Oct 26 20:38:31.143 INFO kablam! Oct 26 20:38:31.143 INFO kablam! warning: unused variable: `dt` Oct 26 20:38:31.143 INFO kablam! --> src/states/empty.rs:17:22 Oct 26 20:38:31.143 INFO kablam! | Oct 26 20:38:31.143 INFO kablam! 17 | fn update(&self, dt : f32) { Oct 26 20:38:31.143 INFO kablam! | ^^ help: consider using `_dt` instead Oct 26 20:38:31.143 INFO kablam! Oct 26 20:38:31.147 INFO kablam! warning: variable does not need to be mutable Oct 26 20:38:31.147 INFO kablam! --> src/main.rs:21:9 Oct 26 20:38:31.147 INFO kablam! | Oct 26 20:38:31.147 INFO kablam! 21 | let mut state = states::empty::EmptyState::new(); Oct 26 20:38:31.147 INFO kablam! | ----^^^^^ Oct 26 20:38:31.147 INFO kablam! | | Oct 26 20:38:31.147 INFO kablam! | help: remove this `mut` Oct 26 20:38:31.147 INFO kablam! | Oct 26 20:38:31.147 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:38:31.147 INFO kablam! Oct 26 20:38:31.283 INFO kablam! warning: enum is never used: `Error` Oct 26 20:38:31.283 INFO kablam! --> src/definitions/error.rs:1:1 Oct 26 20:38:31.283 INFO kablam! | Oct 26 20:38:31.283 INFO kablam! 1 | pub enum Error { Oct 26 20:38:31.283 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 20:38:31.283 INFO kablam! | Oct 26 20:38:31.283 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:38:31.283 INFO kablam! Oct 26 20:38:31.291 INFO kablam! warning: unused variable: `touch` Oct 26 20:38:31.291 INFO kablam! --> src/main.rs:52:27 Oct 26 20:38:31.291 INFO kablam! | Oct 26 20:38:31.291 INFO kablam! 52 | Touch(touch) => { /* implement later */ }, Oct 26 20:38:31.291 INFO kablam! | ^^^^^ help: consider using `_touch` instead Oct 26 20:38:31.291 INFO kablam! | Oct 26 20:38:31.291 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:38:31.291 INFO kablam! Oct 26 20:38:31.291 INFO kablam! warning: unused variable: `file_path_buf` Oct 26 20:38:31.291 INFO kablam! --> src/definitions/gameloop.rs:9:28 Oct 26 20:38:31.291 INFO kablam! | Oct 26 20:38:31.291 INFO kablam! 9 | fn dropped_file(&self, file_path_buf : std::path::PathBuf) { } Oct 26 20:38:31.291 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 26 20:38:31.291 INFO kablam! Oct 26 20:38:31.291 INFO kablam! warning: unused variable: `file_path_buf` Oct 26 20:38:31.291 INFO kablam! --> src/definitions/gameloop.rs:10:28 Oct 26 20:38:31.291 INFO kablam! | Oct 26 20:38:31.291 INFO kablam! 10 | fn hovered_file(&self, file_path_buf : std::path::PathBuf) { } Oct 26 20:38:31.291 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 26 20:38:31.291 INFO kablam! Oct 26 20:38:31.291 INFO kablam! warning: unused variable: `focus` Oct 26 20:38:31.291 INFO kablam! --> src/definitions/gameloop.rs:12:23 Oct 26 20:38:31.291 INFO kablam! | Oct 26 20:38:31.291 INFO kablam! 12 | fn focused(&self, focus : bool) { } Oct 26 20:38:31.291 INFO kablam! | ^^^^^ help: consider using `_focus` instead Oct 26 20:38:31.291 INFO kablam! Oct 26 20:38:31.291 INFO kablam! warning: unused variable: `dt` Oct 26 20:38:31.291 INFO kablam! --> src/states/empty.rs:17:22 Oct 26 20:38:31.291 INFO kablam! | Oct 26 20:38:31.291 INFO kablam! 17 | fn update(&self, dt : f32) { Oct 26 20:38:31.291 INFO kablam! | ^^ help: consider using `_dt` instead Oct 26 20:38:31.291 INFO kablam! Oct 26 20:38:31.299 INFO kablam! warning: variable does not need to be mutable Oct 26 20:38:31.299 INFO kablam! --> src/main.rs:21:9 Oct 26 20:38:31.299 INFO kablam! | Oct 26 20:38:31.299 INFO kablam! 21 | let mut state = states::empty::EmptyState::new(); Oct 26 20:38:31.299 INFO kablam! | ----^^^^^ Oct 26 20:38:31.299 INFO kablam! | | Oct 26 20:38:31.299 INFO kablam! | help: remove this `mut` Oct 26 20:38:31.299 INFO kablam! | Oct 26 20:38:31.299 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:38:31.299 INFO kablam! Oct 26 20:38:31.336 INFO kablam! warning: variable `_X` should have a snake case name such as `_x` Oct 26 20:38:31.337 INFO kablam! --> src/definitions/gameloop.rs:8:22 Oct 26 20:38:31.337 INFO kablam! | Oct 26 20:38:31.337 INFO kablam! 8 | fn resized(&self,_X : u32, _y : u32) { } Oct 26 20:38:31.337 INFO kablam! | ^^ Oct 26 20:38:31.339 INFO kablam! | Oct 26 20:38:31.339 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 20:38:31.339 INFO kablam! Oct 26 20:38:31.463 INFO kablam! warning: enum is never used: `Error` Oct 26 20:38:31.463 INFO kablam! --> src/definitions/error.rs:1:1 Oct 26 20:38:31.463 INFO kablam! | Oct 26 20:38:31.463 INFO kablam! 1 | pub enum Error { Oct 26 20:38:31.463 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 20:38:31.463 INFO kablam! | Oct 26 20:38:31.463 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:38:31.463 INFO kablam! Oct 26 20:38:31.508 INFO kablam! warning: variable `_X` should have a snake case name such as `_x` Oct 26 20:38:31.508 INFO kablam! --> src/definitions/gameloop.rs:8:22 Oct 26 20:38:31.508 INFO kablam! | Oct 26 20:38:31.508 INFO kablam! 8 | fn resized(&self,_X : u32, _y : u32) { } Oct 26 20:38:31.508 INFO kablam! | ^^ Oct 26 20:38:31.508 INFO kablam! | Oct 26 20:38:31.508 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 20:38:31.508 INFO kablam! Oct 26 20:38:31.590 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.41s Oct 26 20:38:31.610 INFO kablam! su: No module specific data is present Oct 26 20:38:32.578 INFO running `"docker" "rm" "-f" "33be23b28d0d416fa1dcbf182eb4ac0d9a6fe4e7f1ee84274fa913aae73bb3fd"` Oct 26 20:38:32.897 INFO blam! 33be23b28d0d416fa1dcbf182eb4ac0d9a6fe4e7f1ee84274fa913aae73bb3fd