Oct 21 13:37:31.958 INFO checking snsvrno/lights-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:37:31.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13:37:32.372 INFO blam! 3f4891da22a6063d6d2493233dbc120a3a0bce583b8f39fab730efd71b906f94 Oct 21 13:37:32.377 INFO running `"docker" "start" "-a" "3f4891da22a6063d6d2493233dbc120a3a0bce583b8f39fab730efd71b906f94"` Oct 21 13:37:34.256 INFO kablam! usermod: no changes Oct 21 13:37:34.484 INFO kablam! Compiling cc v1.0.24 Oct 21 13:37:34.484 INFO kablam! Compiling bitflags v1.0.4 Oct 21 13:37:34.496 INFO kablam! Checking memmap v0.6.2 Oct 21 13:37:34.496 INFO kablam! Compiling x11-dl v2.18.3 Oct 21 13:37:34.496 INFO kablam! Compiling log v0.4.5 Oct 21 13:37:34.500 INFO kablam! Checking shared_library v0.1.9 Oct 21 13:37:34.502 INFO kablam! Checking parking_lot_core v0.3.1 Oct 21 13:37:34.981 INFO kablam! Compiling xml-rs v0.7.0 Oct 21 13:37:36.812 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 13:37:38.179 INFO kablam! Checking parking_lot v0.6.4 Oct 21 13:37:45.549 INFO kablam! Compiling libloading v0.5.0 Oct 21 13:37:45.917 INFO kablam! Compiling wayland-scanner v0.20.12 Oct 21 13:37:45.918 INFO kablam! Compiling gl_generator v0.9.0 Oct 21 13:37:48.197 INFO kablam! Checking dlib v0.4.1 Oct 21 13:37:49.020 INFO kablam! Checking wayland-sys v0.20.12 Oct 21 13:37:49.824 INFO kablam! Checking wayland-commons v0.20.12 Oct 21 13:37:50.369 INFO kablam! Compiling wayland-client v0.20.12 Oct 21 13:37:50.371 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 21 13:37:52.836 INFO kablam! Compiling gl v0.10.0 Oct 21 13:37:52.837 INFO kablam! Compiling glutin v0.18.0 Oct 21 13:37:52.837 INFO kablam! Compiling lights v0.1.0 (/source) Oct 21 13:38:12.451 INFO kablam! Checking smithay-client-toolkit v0.3.0 Oct 21 13:38:15.856 INFO kablam! Checking winit v0.17.2 Oct 21 13:38:22.778 INFO kablam! warning: unused variable: `touch` Oct 21 13:38:22.779 INFO kablam! --> src/main.rs:52:27 Oct 21 13:38:22.780 INFO kablam! | Oct 21 13:38:22.780 INFO kablam! 52 | Touch(touch) => { /* implement later */ }, Oct 21 13:38:22.781 INFO kablam! | ^^^^^ help: consider using `_touch` instead Oct 21 13:38:22.781 INFO kablam! | Oct 21 13:38:22.782 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:38:22.782 INFO kablam! Oct 21 13:38:22.783 INFO kablam! warning: unused variable: `file_path_buf` Oct 21 13:38:22.783 INFO kablam! --> src/definitions/gameloop.rs:9:28 Oct 21 13:38:22.784 INFO kablam! | Oct 21 13:38:22.784 INFO kablam! 9 | fn dropped_file(&self, file_path_buf : std::path::PathBuf) { } Oct 21 13:38:22.785 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 21 13:38:22.785 INFO kablam! Oct 21 13:38:22.786 INFO kablam! warning: unused variable: `file_path_buf` Oct 21 13:38:22.787 INFO kablam! --> src/definitions/gameloop.rs:10:28 Oct 21 13:38:22.787 INFO kablam! | Oct 21 13:38:22.788 INFO kablam! 10 | fn hovered_file(&self, file_path_buf : std::path::PathBuf) { } Oct 21 13:38:22.788 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 21 13:38:22.789 INFO kablam! Oct 21 13:38:22.789 INFO kablam! warning: unused variable: `focus` Oct 21 13:38:22.790 INFO kablam! --> src/definitions/gameloop.rs:12:23 Oct 21 13:38:22.790 INFO kablam! | Oct 21 13:38:22.791 INFO kablam! 12 | fn focused(&self, focus : bool) { } Oct 21 13:38:22.791 INFO kablam! | ^^^^^ help: consider using `_focus` instead Oct 21 13:38:22.791 INFO kablam! Oct 21 13:38:22.791 INFO kablam! warning: unused variable: `dt` Oct 21 13:38:22.791 INFO kablam! --> src/states/empty.rs:17:22 Oct 21 13:38:22.791 INFO kablam! | Oct 21 13:38:22.791 INFO kablam! 17 | fn update(&self, dt : f32) { Oct 21 13:38:22.791 INFO kablam! | ^^ help: consider using `_dt` instead Oct 21 13:38:22.791 INFO kablam! Oct 21 13:38:22.804 INFO kablam! warning: variable does not need to be mutable Oct 21 13:38:22.805 INFO kablam! --> src/main.rs:21:9 Oct 21 13:38:22.806 INFO kablam! | Oct 21 13:38:22.806 INFO kablam! 21 | let mut state = states::empty::EmptyState::new(); Oct 21 13:38:22.807 INFO kablam! | ----^^^^^ Oct 21 13:38:22.807 INFO kablam! | | Oct 21 13:38:22.808 INFO kablam! | help: remove this `mut` Oct 21 13:38:22.808 INFO kablam! | Oct 21 13:38:22.809 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 13:38:22.809 INFO kablam! Oct 21 13:38:22.844 INFO kablam! warning: unused variable: `touch` Oct 21 13:38:22.845 INFO kablam! --> src/main.rs:52:27 Oct 21 13:38:22.846 INFO kablam! | Oct 21 13:38:22.846 INFO kablam! 52 | Touch(touch) => { /* implement later */ }, Oct 21 13:38:22.847 INFO kablam! | ^^^^^ help: consider using `_touch` instead Oct 21 13:38:22.847 INFO kablam! | Oct 21 13:38:22.848 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:38:22.848 INFO kablam! Oct 21 13:38:22.849 INFO kablam! warning: unused variable: `file_path_buf` Oct 21 13:38:22.850 INFO kablam! --> src/definitions/gameloop.rs:9:28 Oct 21 13:38:22.850 INFO kablam! | Oct 21 13:38:22.851 INFO kablam! 9 | fn dropped_file(&self, file_path_buf : std::path::PathBuf) { } Oct 21 13:38:22.851 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 21 13:38:22.852 INFO kablam! Oct 21 13:38:22.852 INFO kablam! warning: unused variable: `file_path_buf` Oct 21 13:38:22.853 INFO kablam! --> src/definitions/gameloop.rs:10:28 Oct 21 13:38:22.853 INFO kablam! | Oct 21 13:38:22.854 INFO kablam! 10 | fn hovered_file(&self, file_path_buf : std::path::PathBuf) { } Oct 21 13:38:22.854 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 21 13:38:22.855 INFO kablam! Oct 21 13:38:22.855 INFO kablam! warning: unused variable: `focus` Oct 21 13:38:22.856 INFO kablam! --> src/definitions/gameloop.rs:12:23 Oct 21 13:38:22.856 INFO kablam! | Oct 21 13:38:22.856 INFO kablam! 12 | fn focused(&self, focus : bool) { } Oct 21 13:38:22.856 INFO kablam! | ^^^^^ help: consider using `_focus` instead Oct 21 13:38:22.856 INFO kablam! Oct 21 13:38:22.856 INFO kablam! warning: unused variable: `dt` Oct 21 13:38:22.857 INFO kablam! --> src/states/empty.rs:17:22 Oct 21 13:38:22.857 INFO kablam! | Oct 21 13:38:22.857 INFO kablam! 17 | fn update(&self, dt : f32) { Oct 21 13:38:22.857 INFO kablam! | ^^ help: consider using `_dt` instead Oct 21 13:38:22.857 INFO kablam! Oct 21 13:38:22.857 INFO kablam! warning: variable does not need to be mutable Oct 21 13:38:22.857 INFO kablam! --> src/main.rs:21:9 Oct 21 13:38:22.857 INFO kablam! | Oct 21 13:38:22.857 INFO kablam! 21 | let mut state = states::empty::EmptyState::new(); Oct 21 13:38:22.857 INFO kablam! | ----^^^^^ Oct 21 13:38:22.857 INFO kablam! | | Oct 21 13:38:22.859 INFO kablam! | help: remove this `mut` Oct 21 13:38:22.859 INFO kablam! | Oct 21 13:38:22.859 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 13:38:22.859 INFO kablam! Oct 21 13:38:23.068 INFO kablam! warning: enum is never used: `Error` Oct 21 13:38:23.069 INFO kablam! --> src/definitions/error.rs:1:1 Oct 21 13:38:23.070 INFO kablam! | Oct 21 13:38:23.070 INFO kablam! 1 | pub enum Error { Oct 21 13:38:23.070 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 13:38:23.071 INFO kablam! | Oct 21 13:38:23.071 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:38:23.071 INFO kablam! Oct 21 13:38:23.075 INFO kablam! warning: enum is never used: `Error` Oct 21 13:38:23.075 INFO kablam! --> src/definitions/error.rs:1:1 Oct 21 13:38:23.075 INFO kablam! | Oct 21 13:38:23.075 INFO kablam! 1 | pub enum Error { Oct 21 13:38:23.075 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 13:38:23.076 INFO kablam! | Oct 21 13:38:23.076 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:38:23.076 INFO kablam! Oct 21 13:38:23.129 INFO kablam! warning: variable `_X` should have a snake case name such as `_x` Oct 21 13:38:23.130 INFO kablam! --> src/definitions/gameloop.rs:8:22 Oct 21 13:38:23.130 INFO kablam! | Oct 21 13:38:23.130 INFO kablam! 8 | fn resized(&self,_X : u32, _y : u32) { } Oct 21 13:38:23.130 INFO kablam! | ^^ Oct 21 13:38:23.130 INFO kablam! | Oct 21 13:38:23.131 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 13:38:23.131 INFO kablam! Oct 21 13:38:23.161 INFO kablam! warning: variable `_X` should have a snake case name such as `_x` Oct 21 13:38:23.161 INFO kablam! --> src/definitions/gameloop.rs:8:22 Oct 21 13:38:23.161 INFO kablam! | Oct 21 13:38:23.161 INFO kablam! 8 | fn resized(&self,_X : u32, _y : u32) { } Oct 21 13:38:23.161 INFO kablam! | ^^ Oct 21 13:38:23.161 INFO kablam! | Oct 21 13:38:23.161 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 13:38:23.161 INFO kablam! Oct 21 13:38:23.277 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.99s Oct 21 13:38:23.287 INFO kablam! su: No module specific data is present Oct 21 13:38:24.681 INFO running `"docker" "rm" "-f" "3f4891da22a6063d6d2493233dbc120a3a0bce583b8f39fab730efd71b906f94"` Oct 21 13:38:25.108 INFO blam! 3f4891da22a6063d6d2493233dbc120a3a0bce583b8f39fab730efd71b906f94