Oct 27 05:42:50.735 INFO checking djmcgill/garden-opus against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:42:50.736 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 05:42:51.229 INFO blam! a182ed424b4ca636d960e99a67121d619bc7c9d8b347897364389254052a9a45 Oct 27 05:42:51.232 INFO running `"docker" "start" "-a" "a182ed424b4ca636d960e99a67121d619bc7c9d8b347897364389254052a9a45"` Oct 27 05:42:52.335 INFO kablam! usermod: no changes Oct 27 05:42:52.579 INFO kablam! Checking shared_library v0.1.7 Oct 27 05:42:52.579 INFO kablam! Checking nodrop v0.1.10 Oct 27 05:42:52.583 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 05:42:52.586 INFO kablam! Checking tempfile v2.2.0 Oct 27 05:42:52.587 INFO kablam! Checking cgmath v0.15.0 Oct 27 05:42:52.598 INFO kablam! Checking x11-dl v2.15.0 Oct 27 05:42:52.598 INFO kablam! Checking png v0.10.0 Oct 27 05:42:52.598 INFO kablam! Checking fs2 v0.2.5 Oct 27 05:42:52.851 INFO kablam! Checking arrayvec v0.4.4 Oct 27 05:42:53.598 INFO kablam! Checking pistoncore-input v0.19.0 Oct 27 05:42:54.231 INFO kablam! Checking memmap v0.4.0 Oct 27 05:42:54.671 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 05:42:54.671 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 05:42:56.481 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 05:42:56.924 INFO kablam! Checking rusttype v0.2.3 Oct 27 05:42:57.777 INFO kablam! Checking image v0.16.0 Oct 27 05:43:02.888 INFO kablam! Checking pistoncore-window v0.29.0 Oct 27 05:43:05.495 INFO kablam! Checking piston2d-graphics v0.23.0 Oct 27 05:43:08.250 INFO kablam! Checking pistoncore-event_loop v0.34.0 Oct 27 05:43:10.108 INFO kablam! Checking piston v0.34.0 Oct 27 05:43:13.507 INFO kablam! Checking piston2d-opengl_graphics v0.48.0 Oct 27 05:43:21.809 INFO kablam! Compiling libloading v0.3.4 Oct 27 05:43:24.767 INFO kablam! Checking dlib v0.3.1 Oct 27 05:43:25.347 INFO kablam! Checking wayland-sys v0.9.10 Oct 27 05:43:26.035 INFO kablam! Checking wayland-client v0.9.10 Oct 27 05:43:28.028 INFO kablam! Checking wayland-protocols v0.9.10 Oct 27 05:43:28.029 INFO kablam! Checking wayland-kbd v0.9.1 Oct 27 05:43:31.544 INFO kablam! Checking wayland-window v0.7.0 Oct 27 05:43:32.418 INFO kablam! Checking winit v0.7.6 Oct 27 05:43:34.707 INFO kablam! Checking glutin v0.9.2 Oct 27 05:43:36.783 INFO kablam! Checking pistoncore-glutin_window v0.40.1 Oct 27 05:43:38.581 INFO kablam! Checking garden-opus v0.1.0 (/source) Oct 27 05:43:42.751 INFO kablam! warning: unused import: `piston::window::Window` Oct 27 05:43:42.751 INFO kablam! --> src/controller/mod.rs:2:5 Oct 27 05:43:42.751 INFO kablam! | Oct 27 05:43:42.751 INFO kablam! 2 | use piston::window::Window; Oct 27 05:43:42.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:43:42.751 INFO kablam! | Oct 27 05:43:42.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:43:42.751 INFO kablam! Oct 27 05:43:43.145 INFO kablam! warning: unused variable: `string` Oct 27 05:43:43.145 INFO kablam! --> src/model/board.rs:28:40 Oct 27 05:43:43.145 INFO kablam! | Oct 27 05:43:43.146 INFO kablam! 28 | pub fn parse<'a, S: Into<&'a str>>(string: S) -> Option { Oct 27 05:43:43.147 INFO kablam! | ^^^^^^ help: consider using `_string` instead Oct 27 05:43:43.147 INFO kablam! | Oct 27 05:43:43.147 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:43:43.148 INFO kablam! Oct 27 05:43:43.148 INFO kablam! warning: unused variable: `atom` Oct 27 05:43:43.148 INFO kablam! --> src/model/mod.rs:47:25 Oct 27 05:43:43.149 INFO kablam! | Oct 27 05:43:43.149 INFO kablam! 47 | if let Some(atom@Atom::BaseMetal(BaseMetal::Gold)) = *tile { Oct 27 05:43:43.149 INFO kablam! | ^^^^ help: consider using `_atom` instead Oct 27 05:43:43.150 INFO kablam! Oct 27 05:43:43.150 INFO kablam! warning: unused variable: `xy` Oct 27 05:43:43.150 INFO kablam! --> src/model/mod.rs:55:29 Oct 27 05:43:43.150 INFO kablam! | Oct 27 05:43:43.151 INFO kablam! 55 | if let Some(xy) = self.selected_tile { Oct 27 05:43:43.151 INFO kablam! | ^^ help: consider using `_xy` instead Oct 27 05:43:43.151 INFO kablam! Oct 27 05:43:43.303 INFO kablam! warning: unused import: `graphics::math::*` Oct 27 05:43:43.303 INFO kablam! --> src/model/hex.rs:97:9 Oct 27 05:43:43.303 INFO kablam! | Oct 27 05:43:43.303 INFO kablam! 97 | use graphics::math::*; Oct 27 05:43:43.303 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:43:43.303 INFO kablam! | Oct 27 05:43:43.303 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:43:43.303 INFO kablam! Oct 27 05:43:43.303 INFO kablam! warning: unused import: `piston::window::Window` Oct 27 05:43:43.303 INFO kablam! --> src/controller/mod.rs:2:5 Oct 27 05:43:43.303 INFO kablam! | Oct 27 05:43:43.303 INFO kablam! 2 | use piston::window::Window; Oct 27 05:43:43.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:43:43.303 INFO kablam! Oct 27 05:43:43.651 INFO kablam! warning: unused variable: `string` Oct 27 05:43:43.651 INFO kablam! --> src/model/board.rs:28:40 Oct 27 05:43:43.651 INFO kablam! | Oct 27 05:43:43.651 INFO kablam! 28 | pub fn parse<'a, S: Into<&'a str>>(string: S) -> Option { Oct 27 05:43:43.651 INFO kablam! | ^^^^^^ help: consider using `_string` instead Oct 27 05:43:43.651 INFO kablam! | Oct 27 05:43:43.651 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:43:43.651 INFO kablam! Oct 27 05:43:43.651 INFO kablam! warning: unused variable: `atom` Oct 27 05:43:43.651 INFO kablam! --> src/model/mod.rs:47:25 Oct 27 05:43:43.651 INFO kablam! | Oct 27 05:43:43.651 INFO kablam! 47 | if let Some(atom@Atom::BaseMetal(BaseMetal::Gold)) = *tile { Oct 27 05:43:43.651 INFO kablam! | ^^^^ help: consider using `_atom` instead Oct 27 05:43:43.651 INFO kablam! Oct 27 05:43:43.651 INFO kablam! warning: unused variable: `xy` Oct 27 05:43:43.651 INFO kablam! --> src/model/mod.rs:55:29 Oct 27 05:43:43.651 INFO kablam! | Oct 27 05:43:43.651 INFO kablam! 55 | if let Some(xy) = self.selected_tile { Oct 27 05:43:43.651 INFO kablam! | ^^ help: consider using `_xy` instead Oct 27 05:43:43.651 INFO kablam! Oct 27 05:43:43.817 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.43s Oct 27 05:43:43.818 INFO kablam! su: No module specific data is present Oct 27 05:43:44.393 INFO running `"docker" "rm" "-f" "a182ed424b4ca636d960e99a67121d619bc7c9d8b347897364389254052a9a45"` Oct 27 05:43:44.627 INFO blam! a182ed424b4ca636d960e99a67121d619bc7c9d8b347897364389254052a9a45