Oct 31 20:51:08.754 INFO checking snsvrno/lights-rs against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:51:08.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 20:51:09.216 INFO blam! 49bbe6a15cc4844be5fb23075bf44074e26def552fc11316740d5b952127ae7b Oct 31 20:51:09.220 INFO running `"docker" "start" "-a" "49bbe6a15cc4844be5fb23075bf44074e26def552fc11316740d5b952127ae7b"` Oct 31 20:51:10.948 INFO kablam! usermod: no changes Oct 31 20:51:11.208 INFO kablam! Compiling libloading v0.5.0 Oct 31 20:51:11.216 INFO kablam! Compiling log v0.4.5 Oct 31 20:51:11.224 INFO kablam! Checking memmap v0.6.2 Oct 31 20:51:11.234 INFO kablam! Compiling wayland-scanner v0.20.12 Oct 31 20:51:12.724 INFO kablam! Compiling gl_generator v0.9.0 Oct 31 20:51:14.605 INFO kablam! Checking dlib v0.4.1 Oct 31 20:51:15.417 INFO kablam! Checking wayland-sys v0.20.12 Oct 31 20:51:17.066 INFO kablam! Compiling wayland-client v0.20.12 Oct 31 20:51:17.081 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 31 20:51:17.864 INFO kablam! Checking wayland-commons v0.20.12 Oct 31 20:51:18.684 INFO kablam! Compiling gl v0.10.0 Oct 31 20:51:18.687 INFO kablam! Compiling glutin v0.18.0 Oct 31 20:51:18.689 INFO kablam! Compiling lights v0.1.0 (/source) Oct 31 20:51:40.654 INFO kablam! Checking smithay-client-toolkit v0.3.0 Oct 31 20:51:43.982 INFO kablam! Checking winit v0.17.2 Oct 31 20:51:50.728 INFO kablam! warning: unused variable: `touch` Oct 31 20:51:50.728 INFO kablam! --> src/main.rs:52:27 Oct 31 20:51:50.728 INFO kablam! | Oct 31 20:51:50.728 INFO kablam! 52 | Touch(touch) => { /* implement later */ }, Oct 31 20:51:50.728 INFO kablam! | ^^^^^ help: consider using `_touch` instead Oct 31 20:51:50.728 INFO kablam! | Oct 31 20:51:50.729 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 20:51:50.729 INFO kablam! Oct 31 20:51:50.729 INFO kablam! warning: unused variable: `file_path_buf` Oct 31 20:51:50.729 INFO kablam! --> src/definitions/gameloop.rs:9:28 Oct 31 20:51:50.729 INFO kablam! | Oct 31 20:51:50.729 INFO kablam! 9 | fn dropped_file(&self, file_path_buf : std::path::PathBuf) { } Oct 31 20:51:50.729 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 31 20:51:50.729 INFO kablam! Oct 31 20:51:50.729 INFO kablam! warning: unused variable: `file_path_buf` Oct 31 20:51:50.729 INFO kablam! --> src/definitions/gameloop.rs:10:28 Oct 31 20:51:50.729 INFO kablam! | Oct 31 20:51:50.729 INFO kablam! 10 | fn hovered_file(&self, file_path_buf : std::path::PathBuf) { } Oct 31 20:51:50.729 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 31 20:51:50.729 INFO kablam! Oct 31 20:51:50.729 INFO kablam! warning: unused variable: `focus` Oct 31 20:51:50.729 INFO kablam! --> src/definitions/gameloop.rs:12:23 Oct 31 20:51:50.729 INFO kablam! | Oct 31 20:51:50.729 INFO kablam! 12 | fn focused(&self, focus : bool) { } Oct 31 20:51:50.729 INFO kablam! | ^^^^^ help: consider using `_focus` instead Oct 31 20:51:50.729 INFO kablam! Oct 31 20:51:50.729 INFO kablam! warning: unused variable: `dt` Oct 31 20:51:50.729 INFO kablam! --> src/states/empty.rs:17:22 Oct 31 20:51:50.729 INFO kablam! | Oct 31 20:51:50.729 INFO kablam! 17 | fn update(&self, dt : f32) { Oct 31 20:51:50.729 INFO kablam! | ^^ help: consider using `_dt` instead Oct 31 20:51:50.729 INFO kablam! Oct 31 20:51:50.744 INFO kablam! warning: variable does not need to be mutable Oct 31 20:51:50.744 INFO kablam! --> src/main.rs:21:9 Oct 31 20:51:50.744 INFO kablam! | Oct 31 20:51:50.744 INFO kablam! 21 | let mut state = states::empty::EmptyState::new(); Oct 31 20:51:50.744 INFO kablam! | ----^^^^^ Oct 31 20:51:50.744 INFO kablam! | | Oct 31 20:51:50.744 INFO kablam! | help: remove this `mut` Oct 31 20:51:50.744 INFO kablam! | Oct 31 20:51:50.744 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 20:51:50.744 INFO kablam! Oct 31 20:51:50.896 INFO kablam! warning: unused variable: `touch` Oct 31 20:51:50.896 INFO kablam! --> src/main.rs:52:27 Oct 31 20:51:50.896 INFO kablam! | Oct 31 20:51:50.896 INFO kablam! 52 | Touch(touch) => { /* implement later */ }, Oct 31 20:51:50.896 INFO kablam! | ^^^^^ help: consider using `_touch` instead Oct 31 20:51:50.896 INFO kablam! | Oct 31 20:51:50.896 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 20:51:50.896 INFO kablam! Oct 31 20:51:50.896 INFO kablam! warning: unused variable: `file_path_buf` Oct 31 20:51:50.896 INFO kablam! --> src/definitions/gameloop.rs:9:28 Oct 31 20:51:50.899 INFO kablam! | Oct 31 20:51:50.899 INFO kablam! 9 | fn dropped_file(&self, file_path_buf : std::path::PathBuf) { } Oct 31 20:51:50.899 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 31 20:51:50.899 INFO kablam! Oct 31 20:51:50.899 INFO kablam! warning: unused variable: `file_path_buf` Oct 31 20:51:50.899 INFO kablam! --> src/definitions/gameloop.rs:10:28 Oct 31 20:51:50.899 INFO kablam! | Oct 31 20:51:50.899 INFO kablam! 10 | fn hovered_file(&self, file_path_buf : std::path::PathBuf) { } Oct 31 20:51:50.899 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 31 20:51:50.899 INFO kablam! Oct 31 20:51:50.899 INFO kablam! warning: unused variable: `focus` Oct 31 20:51:50.899 INFO kablam! --> src/definitions/gameloop.rs:12:23 Oct 31 20:51:50.899 INFO kablam! | Oct 31 20:51:50.899 INFO kablam! 12 | fn focused(&self, focus : bool) { } Oct 31 20:51:50.899 INFO kablam! | ^^^^^ help: consider using `_focus` instead Oct 31 20:51:50.899 INFO kablam! Oct 31 20:51:50.899 INFO kablam! warning: unused variable: `dt` Oct 31 20:51:50.899 INFO kablam! --> src/states/empty.rs:17:22 Oct 31 20:51:50.899 INFO kablam! | Oct 31 20:51:50.899 INFO kablam! 17 | fn update(&self, dt : f32) { Oct 31 20:51:50.899 INFO kablam! | ^^ help: consider using `_dt` instead Oct 31 20:51:50.899 INFO kablam! Oct 31 20:51:50.908 INFO kablam! warning: variable does not need to be mutable Oct 31 20:51:50.908 INFO kablam! --> src/main.rs:21:9 Oct 31 20:51:50.908 INFO kablam! | Oct 31 20:51:50.908 INFO kablam! 21 | let mut state = states::empty::EmptyState::new(); Oct 31 20:51:50.908 INFO kablam! | ----^^^^^ Oct 31 20:51:50.908 INFO kablam! | | Oct 31 20:51:50.908 INFO kablam! | help: remove this `mut` Oct 31 20:51:50.908 INFO kablam! | Oct 31 20:51:50.908 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 20:51:50.908 INFO kablam! Oct 31 20:51:51.000 INFO kablam! warning: enum is never used: `Error` Oct 31 20:51:51.000 INFO kablam! --> src/definitions/error.rs:1:1 Oct 31 20:51:51.000 INFO kablam! | Oct 31 20:51:51.000 INFO kablam! 1 | pub enum Error { Oct 31 20:51:51.000 INFO kablam! | ^^^^^^^^^^^^^^ Oct 31 20:51:51.000 INFO kablam! | Oct 31 20:51:51.000 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:51:51.001 INFO kablam! Oct 31 20:51:51.072 INFO kablam! warning: variable `_X` should have a snake case name such as `_x` Oct 31 20:51:51.072 INFO kablam! --> src/definitions/gameloop.rs:8:22 Oct 31 20:51:51.072 INFO kablam! | Oct 31 20:51:51.072 INFO kablam! 8 | fn resized(&self,_X : u32, _y : u32) { } Oct 31 20:51:51.072 INFO kablam! | ^^ Oct 31 20:51:51.072 INFO kablam! | Oct 31 20:51:51.072 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 20:51:51.072 INFO kablam! Oct 31 20:51:51.268 INFO kablam! warning: enum is never used: `Error` Oct 31 20:51:51.268 INFO kablam! --> src/definitions/error.rs:1:1 Oct 31 20:51:51.268 INFO kablam! | Oct 31 20:51:51.268 INFO kablam! 1 | pub enum Error { Oct 31 20:51:51.268 INFO kablam! | ^^^^^^^^^^^^^^ Oct 31 20:51:51.268 INFO kablam! | Oct 31 20:51:51.268 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:51:51.268 INFO kablam! Oct 31 20:51:51.349 INFO kablam! warning: variable `_X` should have a snake case name such as `_x` Oct 31 20:51:51.349 INFO kablam! --> src/definitions/gameloop.rs:8:22 Oct 31 20:51:51.349 INFO kablam! | Oct 31 20:51:51.349 INFO kablam! 8 | fn resized(&self,_X : u32, _y : u32) { } Oct 31 20:51:51.349 INFO kablam! | ^^ Oct 31 20:51:51.349 INFO kablam! | Oct 31 20:51:51.349 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 20:51:51.349 INFO kablam! Oct 31 20:51:51.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.46s Oct 31 20:51:51.452 INFO kablam! su: No module specific data is present Oct 31 20:51:52.744 INFO running `"docker" "rm" "-f" "49bbe6a15cc4844be5fb23075bf44074e26def552fc11316740d5b952127ae7b"` Oct 31 20:51:52.988 INFO blam! 49bbe6a15cc4844be5fb23075bf44074e26def552fc11316740d5b952127ae7b