Oct 10 14:37:35.935 INFO testing snsvrno/lights-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:37:35.935 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:37:35.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:37:36.454 INFO blam! f3a6bdb5f1314f6de5a0ff778f908581cab5ddfd83ecd8e5bd4547bbaaca0f6e Oct 10 14:37:36.455 INFO running `"docker" "start" "-a" "f3a6bdb5f1314f6de5a0ff778f908581cab5ddfd83ecd8e5bd4547bbaaca0f6e"` Oct 10 14:37:37.600 INFO kablam! usermod: no changes Oct 10 14:37:37.824 INFO kablam! Compiling cc v1.0.24 Oct 10 14:37:37.831 INFO kablam! Compiling shared_library v0.1.9 Oct 10 14:37:37.832 INFO kablam! Compiling x11-dl v2.18.3 Oct 10 14:37:37.832 INFO kablam! Compiling glutin v0.18.0 Oct 10 14:37:37.832 INFO kablam! Compiling lights v0.1.0 (/source) Oct 10 14:37:40.716 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 10 14:37:47.393 INFO kablam! Compiling libloading v0.5.0 Oct 10 14:37:52.564 INFO kablam! Compiling dlib v0.4.1 Oct 10 14:37:53.256 INFO kablam! Compiling wayland-sys v0.20.12 Oct 10 14:37:55.304 INFO kablam! Compiling wayland-commons v0.20.12 Oct 10 14:37:55.788 INFO kablam! Compiling wayland-client v0.20.12 Oct 10 14:37:58.270 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 10 14:38:02.297 INFO kablam! Compiling smithay-client-toolkit v0.3.0 Oct 10 14:38:06.080 INFO kablam! Compiling winit v0.17.2 Oct 10 14:38:20.544 INFO kablam! warning: unused variable: `touch` Oct 10 14:38:20.544 INFO kablam! --> src/main.rs:52:27 Oct 10 14:38:20.544 INFO kablam! | Oct 10 14:38:20.544 INFO kablam! 52 | Touch(touch) => { /* implement later */ }, Oct 10 14:38:20.544 INFO kablam! | ^^^^^ help: consider using `_touch` instead Oct 10 14:38:20.544 INFO kablam! | Oct 10 14:38:20.544 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:38:20.544 INFO kablam! Oct 10 14:38:20.544 INFO kablam! warning: unused variable: `file_path_buf` Oct 10 14:38:20.544 INFO kablam! --> src/definitions/gameloop.rs:9:28 Oct 10 14:38:20.544 INFO kablam! | Oct 10 14:38:20.544 INFO kablam! 9 | fn dropped_file(&self, file_path_buf : std::path::PathBuf) { } Oct 10 14:38:20.544 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 10 14:38:20.544 INFO kablam! Oct 10 14:38:20.544 INFO kablam! warning: unused variable: `file_path_buf` Oct 10 14:38:20.544 INFO kablam! --> src/definitions/gameloop.rs:10:28 Oct 10 14:38:20.544 INFO kablam! | Oct 10 14:38:20.544 INFO kablam! 10 | fn hovered_file(&self, file_path_buf : std::path::PathBuf) { } Oct 10 14:38:20.544 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 10 14:38:20.544 INFO kablam! Oct 10 14:38:20.544 INFO kablam! warning: unused variable: `focus` Oct 10 14:38:20.544 INFO kablam! --> src/definitions/gameloop.rs:12:23 Oct 10 14:38:20.544 INFO kablam! | Oct 10 14:38:20.544 INFO kablam! 12 | fn focused(&self, focus : bool) { } Oct 10 14:38:20.544 INFO kablam! | ^^^^^ help: consider using `_focus` instead Oct 10 14:38:20.544 INFO kablam! Oct 10 14:38:20.544 INFO kablam! warning: unused variable: `dt` Oct 10 14:38:20.544 INFO kablam! --> src/states/empty.rs:17:22 Oct 10 14:38:20.544 INFO kablam! | Oct 10 14:38:20.544 INFO kablam! 17 | fn update(&self, dt : f32) { Oct 10 14:38:20.544 INFO kablam! | ^^ help: consider using `_dt` instead Oct 10 14:38:20.544 INFO kablam! Oct 10 14:38:20.548 INFO kablam! warning: variable does not need to be mutable Oct 10 14:38:20.548 INFO kablam! --> src/main.rs:21:9 Oct 10 14:38:20.548 INFO kablam! | Oct 10 14:38:20.548 INFO kablam! 21 | let mut state = states::empty::EmptyState::new(); Oct 10 14:38:20.548 INFO kablam! | ----^^^^^ Oct 10 14:38:20.548 INFO kablam! | | Oct 10 14:38:20.548 INFO kablam! | help: remove this `mut` Oct 10 14:38:20.548 INFO kablam! | Oct 10 14:38:20.548 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:38:20.556 INFO kablam! Oct 10 14:38:20.680 INFO kablam! warning: enum is never used: `Error` Oct 10 14:38:20.680 INFO kablam! --> src/definitions/error.rs:1:1 Oct 10 14:38:20.680 INFO kablam! | Oct 10 14:38:20.680 INFO kablam! 1 | pub enum Error { Oct 10 14:38:20.680 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 14:38:20.680 INFO kablam! | Oct 10 14:38:20.680 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:38:20.680 INFO kablam! Oct 10 14:38:20.728 INFO kablam! warning: variable `_X` should have a snake case name such as `_x` Oct 10 14:38:20.728 INFO kablam! --> src/definitions/gameloop.rs:8:22 Oct 10 14:38:20.728 INFO kablam! | Oct 10 14:38:20.728 INFO kablam! 8 | fn resized(&self,_X : u32, _y : u32) { } Oct 10 14:38:20.728 INFO kablam! | ^^ Oct 10 14:38:20.728 INFO kablam! | Oct 10 14:38:20.728 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 14:38:20.728 INFO kablam! Oct 10 14:38:24.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.45s Oct 10 14:38:24.098 INFO kablam! su: No module specific data is present Oct 10 14:38:24.740 INFO running `"docker" "rm" "-f" "f3a6bdb5f1314f6de5a0ff778f908581cab5ddfd83ecd8e5bd4547bbaaca0f6e"` Oct 10 14:38:25.032 INFO blam! f3a6bdb5f1314f6de5a0ff778f908581cab5ddfd83ecd8e5bd4547bbaaca0f6e Oct 10 14:38:25.048 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:38:25.048 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:38:25.470 INFO blam! 389fe28d58d874eb57ffeae17aa6899a89938dc4838dd34139d964e38bcbcb18 Oct 10 14:38:25.472 INFO running `"docker" "start" "-a" "389fe28d58d874eb57ffeae17aa6899a89938dc4838dd34139d964e38bcbcb18"` Oct 10 14:38:26.650 INFO kablam! usermod: no changes Oct 10 14:38:26.840 INFO kablam! Compiling lights v0.1.0 (/source) Oct 10 14:38:29.304 INFO kablam! warning: unused variable: `touch` Oct 10 14:38:29.304 INFO kablam! --> src/main.rs:52:27 Oct 10 14:38:29.304 INFO kablam! | Oct 10 14:38:29.304 INFO kablam! 52 | Touch(touch) => { /* implement later */ }, Oct 10 14:38:29.304 INFO kablam! | ^^^^^ help: consider using `_touch` instead Oct 10 14:38:29.304 INFO kablam! | Oct 10 14:38:29.304 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:38:29.304 INFO kablam! Oct 10 14:38:29.304 INFO kablam! warning: unused variable: `file_path_buf` Oct 10 14:38:29.304 INFO kablam! --> src/definitions/gameloop.rs:9:28 Oct 10 14:38:29.305 INFO kablam! | Oct 10 14:38:29.305 INFO kablam! 9 | fn dropped_file(&self, file_path_buf : std::path::PathBuf) { } Oct 10 14:38:29.305 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 10 14:38:29.305 INFO kablam! Oct 10 14:38:29.305 INFO kablam! warning: unused variable: `file_path_buf` Oct 10 14:38:29.305 INFO kablam! --> src/definitions/gameloop.rs:10:28 Oct 10 14:38:29.305 INFO kablam! | Oct 10 14:38:29.305 INFO kablam! 10 | fn hovered_file(&self, file_path_buf : std::path::PathBuf) { } Oct 10 14:38:29.305 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 10 14:38:29.305 INFO kablam! Oct 10 14:38:29.305 INFO kablam! warning: unused variable: `focus` Oct 10 14:38:29.305 INFO kablam! --> src/definitions/gameloop.rs:12:23 Oct 10 14:38:29.305 INFO kablam! | Oct 10 14:38:29.305 INFO kablam! 12 | fn focused(&self, focus : bool) { } Oct 10 14:38:29.305 INFO kablam! | ^^^^^ help: consider using `_focus` instead Oct 10 14:38:29.305 INFO kablam! Oct 10 14:38:29.305 INFO kablam! warning: unused variable: `dt` Oct 10 14:38:29.305 INFO kablam! --> src/states/empty.rs:17:22 Oct 10 14:38:29.305 INFO kablam! | Oct 10 14:38:29.305 INFO kablam! 17 | fn update(&self, dt : f32) { Oct 10 14:38:29.305 INFO kablam! | ^^ help: consider using `_dt` instead Oct 10 14:38:29.305 INFO kablam! Oct 10 14:38:29.316 INFO kablam! warning: variable does not need to be mutable Oct 10 14:38:29.316 INFO kablam! --> src/main.rs:21:9 Oct 10 14:38:29.316 INFO kablam! | Oct 10 14:38:29.316 INFO kablam! 21 | let mut state = states::empty::EmptyState::new(); Oct 10 14:38:29.316 INFO kablam! | ----^^^^^ Oct 10 14:38:29.316 INFO kablam! | | Oct 10 14:38:29.316 INFO kablam! | help: remove this `mut` Oct 10 14:38:29.316 INFO kablam! | Oct 10 14:38:29.316 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:38:29.316 INFO kablam! Oct 10 14:38:29.427 INFO kablam! warning: enum is never used: `Error` Oct 10 14:38:29.427 INFO kablam! --> src/definitions/error.rs:1:1 Oct 10 14:38:29.427 INFO kablam! | Oct 10 14:38:29.427 INFO kablam! 1 | pub enum Error { Oct 10 14:38:29.427 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 14:38:29.427 INFO kablam! | Oct 10 14:38:29.428 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:38:29.428 INFO kablam! Oct 10 14:38:29.484 INFO kablam! warning: variable `_X` should have a snake case name such as `_x` Oct 10 14:38:29.484 INFO kablam! --> src/definitions/gameloop.rs:8:22 Oct 10 14:38:29.484 INFO kablam! | Oct 10 14:38:29.484 INFO kablam! 8 | fn resized(&self,_X : u32, _y : u32) { } Oct 10 14:38:29.484 INFO kablam! | ^^ Oct 10 14:38:29.484 INFO kablam! | Oct 10 14:38:29.484 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 14:38:29.484 INFO kablam! Oct 10 14:38:29.940 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.25s Oct 10 14:38:29.949 INFO kablam! su: No module specific data is present Oct 10 14:38:30.959 INFO running `"docker" "rm" "-f" "389fe28d58d874eb57ffeae17aa6899a89938dc4838dd34139d964e38bcbcb18"` Oct 10 14:38:31.348 INFO blam! 389fe28d58d874eb57ffeae17aa6899a89938dc4838dd34139d964e38bcbcb18 Oct 10 14:38:31.368 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:38:31.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:38:31.789 INFO blam! 172e40b4212e4e38ffc21c457abd697793caed0506a57f3193ec8452dd38e888 Oct 10 14:38:31.790 INFO running `"docker" "start" "-a" "172e40b4212e4e38ffc21c457abd697793caed0506a57f3193ec8452dd38e888"` Oct 10 14:38:33.136 INFO kablam! usermod: no changes Oct 10 14:38:33.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 10 14:38:33.305 INFO kablam! Running /target/debug/deps/lights-91d13aa3ccd19420 Oct 10 14:38:33.307 INFO blam! Oct 10 14:38:33.307 INFO blam! running 0 tests Oct 10 14:38:33.307 INFO blam! Oct 10 14:38:33.307 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:38:33.307 INFO blam! Oct 10 14:38:33.309 INFO kablam! su: No module specific data is present Oct 10 14:38:34.298 INFO running `"docker" "rm" "-f" "172e40b4212e4e38ffc21c457abd697793caed0506a57f3193ec8452dd38e888"` Oct 10 14:38:34.592 INFO blam! 172e40b4212e4e38ffc21c457abd697793caed0506a57f3193ec8452dd38e888