Oct 12 23:44:15.647 INFO testing snsvrno/lights-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:44:15.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 12 23:44:16.198 INFO blam! d6cb4fdfe89b528140fa860cdb1d9e7cc271564d7f55fb6cb2bf6efc79374f42 Oct 12 23:44:16.198 INFO running `"docker" "start" "-a" "d6cb4fdfe89b528140fa860cdb1d9e7cc271564d7f55fb6cb2bf6efc79374f42"` Oct 12 23:44:18.683 INFO kablam! usermod: no changes Oct 12 23:44:18.916 INFO kablam! Compiling cc v1.0.24 Oct 12 23:44:18.917 INFO kablam! Compiling bitflags v1.0.4 Oct 12 23:44:18.917 INFO kablam! Compiling downcast-rs v1.0.3 Oct 12 23:44:18.971 INFO kablam! Compiling x11-dl v2.18.3 Oct 12 23:44:18.971 INFO kablam! Compiling log v0.4.5 Oct 12 23:44:18.972 INFO kablam! Compiling memmap v0.6.2 Oct 12 23:44:18.974 INFO kablam! Compiling shared_library v0.1.9 Oct 12 23:44:18.976 INFO kablam! Compiling parking_lot_core v0.3.1 Oct 12 23:44:19.512 INFO kablam! Compiling xml-rs v0.7.0 Oct 12 23:44:20.067 INFO kablam! Compiling nix v0.11.0 Oct 12 23:44:23.239 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 12 23:44:25.472 INFO kablam! Compiling parking_lot v0.6.4 Oct 12 23:44:31.699 INFO kablam! Compiling libloading v0.5.0 Oct 12 23:44:33.743 INFO kablam! Compiling wayland-scanner v0.20.12 Oct 12 23:44:33.743 INFO kablam! Compiling gl_generator v0.9.0 Oct 12 23:44:36.299 INFO kablam! Compiling dlib v0.4.1 Oct 12 23:44:37.523 INFO kablam! Compiling wayland-sys v0.20.12 Oct 12 23:44:38.411 INFO kablam! Compiling wayland-client v0.20.12 Oct 12 23:44:38.411 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 12 23:44:45.796 INFO kablam! Compiling wayland-commons v0.20.12 Oct 12 23:44:47.356 INFO kablam! Compiling gl v0.10.0 Oct 12 23:44:47.366 INFO kablam! Compiling glutin v0.18.0 Oct 12 23:44:47.405 INFO kablam! Compiling lights v0.1.0 (/source) Oct 12 23:45:26.367 INFO kablam! Compiling smithay-client-toolkit v0.3.0 Oct 12 23:45:33.511 INFO kablam! Compiling winit v0.17.2 Oct 12 23:45:48.168 INFO kablam! warning: unused variable: `touch` Oct 12 23:45:48.168 INFO kablam! --> src/main.rs:52:27 Oct 12 23:45:48.168 INFO kablam! | Oct 12 23:45:48.169 INFO kablam! 52 | Touch(touch) => { /* implement later */ }, Oct 12 23:45:48.169 INFO kablam! | ^^^^^ help: consider using `_touch` instead Oct 12 23:45:48.169 INFO kablam! | Oct 12 23:45:48.169 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:45:48.170 INFO kablam! Oct 12 23:45:48.170 INFO kablam! warning: unused variable: `file_path_buf` Oct 12 23:45:48.170 INFO kablam! --> src/definitions/gameloop.rs:9:28 Oct 12 23:45:48.170 INFO kablam! | Oct 12 23:45:48.170 INFO kablam! 9 | fn dropped_file(&self, file_path_buf : std::path::PathBuf) { } Oct 12 23:45:48.171 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 12 23:45:48.171 INFO kablam! Oct 12 23:45:48.171 INFO kablam! warning: unused variable: `file_path_buf` Oct 12 23:45:48.172 INFO kablam! --> src/definitions/gameloop.rs:10:28 Oct 12 23:45:48.172 INFO kablam! | Oct 12 23:45:48.172 INFO kablam! 10 | fn hovered_file(&self, file_path_buf : std::path::PathBuf) { } Oct 12 23:45:48.173 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 12 23:45:48.173 INFO kablam! Oct 12 23:45:48.173 INFO kablam! warning: unused variable: `focus` Oct 12 23:45:48.173 INFO kablam! --> src/definitions/gameloop.rs:12:23 Oct 12 23:45:48.173 INFO kablam! | Oct 12 23:45:48.173 INFO kablam! 12 | fn focused(&self, focus : bool) { } Oct 12 23:45:48.174 INFO kablam! | ^^^^^ help: consider using `_focus` instead Oct 12 23:45:48.174 INFO kablam! Oct 12 23:45:48.174 INFO kablam! warning: unused variable: `dt` Oct 12 23:45:48.174 INFO kablam! --> src/states/empty.rs:17:22 Oct 12 23:45:48.174 INFO kablam! | Oct 12 23:45:48.175 INFO kablam! 17 | fn update(&self, dt : f32) { Oct 12 23:45:48.175 INFO kablam! | ^^ help: consider using `_dt` instead Oct 12 23:45:48.175 INFO kablam! Oct 12 23:45:48.175 INFO kablam! warning: variable does not need to be mutable Oct 12 23:45:48.176 INFO kablam! --> src/main.rs:21:9 Oct 12 23:45:48.176 INFO kablam! | Oct 12 23:45:48.176 INFO kablam! 21 | let mut state = states::empty::EmptyState::new(); Oct 12 23:45:48.176 INFO kablam! | ----^^^^^ Oct 12 23:45:48.177 INFO kablam! | | Oct 12 23:45:48.177 INFO kablam! | help: remove this `mut` Oct 12 23:45:48.177 INFO kablam! | Oct 12 23:45:48.177 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:45:48.178 INFO kablam! Oct 12 23:45:48.291 INFO kablam! warning: enum is never used: `Error` Oct 12 23:45:48.291 INFO kablam! --> src/definitions/error.rs:1:1 Oct 12 23:45:48.291 INFO kablam! | Oct 12 23:45:48.291 INFO kablam! 1 | pub enum Error { Oct 12 23:45:48.291 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 23:45:48.291 INFO kablam! | Oct 12 23:45:48.291 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:45:48.291 INFO kablam! Oct 12 23:45:48.319 INFO kablam! warning: variable `_X` should have a snake case name such as `_x` Oct 12 23:45:48.319 INFO kablam! --> src/definitions/gameloop.rs:8:22 Oct 12 23:45:48.319 INFO kablam! | Oct 12 23:45:48.319 INFO kablam! 8 | fn resized(&self,_X : u32, _y : u32) { } Oct 12 23:45:48.319 INFO kablam! | ^^ Oct 12 23:45:48.319 INFO kablam! | Oct 12 23:45:48.319 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:45:48.319 INFO kablam! Oct 12 23:45:50.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 31s Oct 12 23:45:50.716 INFO kablam! su: No module specific data is present Oct 12 23:45:51.187 INFO running `"docker" "rm" "-f" "d6cb4fdfe89b528140fa860cdb1d9e7cc271564d7f55fb6cb2bf6efc79374f42"` Oct 12 23:45:51.423 INFO blam! d6cb4fdfe89b528140fa860cdb1d9e7cc271564d7f55fb6cb2bf6efc79374f42 Oct 12 23:45:51.424 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 12 23:45:51.807 INFO blam! 16b1536087c9cb8b9e5e3c140c7f39490fd587a13d85fb8ce1a93afcf1c3d144 Oct 12 23:45:51.815 INFO running `"docker" "start" "-a" "16b1536087c9cb8b9e5e3c140c7f39490fd587a13d85fb8ce1a93afcf1c3d144"` Oct 12 23:45:52.606 INFO kablam! usermod: no changes Oct 12 23:45:52.715 INFO kablam! Compiling lights v0.1.0 (/source) Oct 12 23:45:53.589 INFO kablam! warning: unused variable: `touch` Oct 12 23:45:53.589 INFO kablam! --> src/main.rs:52:27 Oct 12 23:45:53.590 INFO kablam! | Oct 12 23:45:53.590 INFO kablam! 52 | Touch(touch) => { /* implement later */ }, Oct 12 23:45:53.592 INFO kablam! | ^^^^^ help: consider using `_touch` instead Oct 12 23:45:53.592 INFO kablam! | Oct 12 23:45:53.592 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:45:53.592 INFO kablam! Oct 12 23:45:53.592 INFO kablam! warning: unused variable: `file_path_buf` Oct 12 23:45:53.592 INFO kablam! --> src/definitions/gameloop.rs:9:28 Oct 12 23:45:53.592 INFO kablam! | Oct 12 23:45:53.592 INFO kablam! 9 | fn dropped_file(&self, file_path_buf : std::path::PathBuf) { } Oct 12 23:45:53.592 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 12 23:45:53.592 INFO kablam! Oct 12 23:45:53.592 INFO kablam! warning: unused variable: `file_path_buf` Oct 12 23:45:53.592 INFO kablam! --> src/definitions/gameloop.rs:10:28 Oct 12 23:45:53.592 INFO kablam! | Oct 12 23:45:53.592 INFO kablam! 10 | fn hovered_file(&self, file_path_buf : std::path::PathBuf) { } Oct 12 23:45:53.592 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_file_path_buf` instead Oct 12 23:45:53.592 INFO kablam! Oct 12 23:45:53.592 INFO kablam! warning: unused variable: `focus` Oct 12 23:45:53.592 INFO kablam! --> src/definitions/gameloop.rs:12:23 Oct 12 23:45:53.592 INFO kablam! | Oct 12 23:45:53.592 INFO kablam! 12 | fn focused(&self, focus : bool) { } Oct 12 23:45:53.592 INFO kablam! | ^^^^^ help: consider using `_focus` instead Oct 12 23:45:53.592 INFO kablam! Oct 12 23:45:53.592 INFO kablam! warning: unused variable: `dt` Oct 12 23:45:53.592 INFO kablam! --> src/states/empty.rs:17:22 Oct 12 23:45:53.592 INFO kablam! | Oct 12 23:45:53.592 INFO kablam! 17 | fn update(&self, dt : f32) { Oct 12 23:45:53.592 INFO kablam! | ^^ help: consider using `_dt` instead Oct 12 23:45:53.592 INFO kablam! Oct 12 23:45:53.592 INFO kablam! warning: variable does not need to be mutable Oct 12 23:45:53.592 INFO kablam! --> src/main.rs:21:9 Oct 12 23:45:53.592 INFO kablam! | Oct 12 23:45:53.592 INFO kablam! 21 | let mut state = states::empty::EmptyState::new(); Oct 12 23:45:53.592 INFO kablam! | ----^^^^^ Oct 12 23:45:53.592 INFO kablam! | | Oct 12 23:45:53.592 INFO kablam! | help: remove this `mut` Oct 12 23:45:53.592 INFO kablam! | Oct 12 23:45:53.592 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:45:53.592 INFO kablam! Oct 12 23:45:53.715 INFO kablam! warning: enum is never used: `Error` Oct 12 23:45:53.715 INFO kablam! --> src/definitions/error.rs:1:1 Oct 12 23:45:53.715 INFO kablam! | Oct 12 23:45:53.715 INFO kablam! 1 | pub enum Error { Oct 12 23:45:53.715 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 23:45:53.715 INFO kablam! | Oct 12 23:45:53.715 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:45:53.715 INFO kablam! Oct 12 23:45:53.761 INFO kablam! warning: variable `_X` should have a snake case name such as `_x` Oct 12 23:45:53.761 INFO kablam! --> src/definitions/gameloop.rs:8:22 Oct 12 23:45:53.761 INFO kablam! | Oct 12 23:45:53.761 INFO kablam! 8 | fn resized(&self,_X : u32, _y : u32) { } Oct 12 23:45:53.761 INFO kablam! | ^^ Oct 12 23:45:53.761 INFO kablam! | Oct 12 23:45:53.761 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:45:53.761 INFO kablam! Oct 12 23:45:54.168 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 12 23:45:54.176 INFO kablam! su: No module specific data is present Oct 12 23:45:54.517 INFO running `"docker" "rm" "-f" "16b1536087c9cb8b9e5e3c140c7f39490fd587a13d85fb8ce1a93afcf1c3d144"` Oct 12 23:45:54.667 INFO blam! 16b1536087c9cb8b9e5e3c140c7f39490fd587a13d85fb8ce1a93afcf1c3d144 Oct 12 23:45:54.670 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 12 23:45:54.994 INFO blam! 30c81572272b528acac3c7a3a3e91890819bae44dee5ac3dbfac3a6518753bca Oct 12 23:45:54.999 INFO running `"docker" "start" "-a" "30c81572272b528acac3c7a3a3e91890819bae44dee5ac3dbfac3a6518753bca"` Oct 12 23:45:55.547 INFO kablam! usermod: no changes Oct 12 23:45:55.683 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 23:45:55.688 INFO kablam! Running /target/debug/deps/lights-eff215649f4e9f74 Oct 12 23:45:55.690 INFO blam! Oct 12 23:45:55.690 INFO blam! running 0 tests Oct 12 23:45:55.690 INFO blam! Oct 12 23:45:55.690 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:45:55.690 INFO blam! Oct 12 23:45:55.692 INFO kablam! su: No module specific data is present Oct 12 23:45:56.021 INFO running `"docker" "rm" "-f" "30c81572272b528acac3c7a3a3e91890819bae44dee5ac3dbfac3a6518753bca"` Oct 12 23:45:56.183 INFO blam! 30c81572272b528acac3c7a3a3e91890819bae44dee5ac3dbfac3a6518753bca