Oct 27 05:42:51.838 INFO checking djmcgill/garden-opus against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:42:51.840 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 05:42:52.217 INFO blam! b2a9d8676048770679dad67342cf6430a2fe04e36cf8983ff14d1aba3996705f Oct 27 05:42:52.220 INFO running `"docker" "start" "-a" "b2a9d8676048770679dad67342cf6430a2fe04e36cf8983ff14d1aba3996705f"` Oct 27 05:42:53.083 INFO kablam! usermod: no changes Oct 27 05:42:53.427 INFO kablam! Checking cgmath v0.15.0 Oct 27 05:42:53.435 INFO kablam! Checking arrayvec v0.4.4 Oct 27 05:42:53.445 INFO kablam! Checking x11-dl v2.15.0 Oct 27 05:42:53.445 INFO kablam! Checking png v0.10.0 Oct 27 05:42:53.491 INFO kablam! Checking pistoncore-input v0.19.0 Oct 27 05:42:56.303 INFO kablam! Checking rusttype v0.2.3 Oct 27 05:42:56.482 INFO kablam! Checking image v0.16.0 Oct 27 05:43:03.507 INFO kablam! Checking piston2d-graphics v0.23.0 Oct 27 05:43:03.831 INFO kablam! Checking pistoncore-window v0.29.0 Oct 27 05:43:04.149 INFO kablam! Checking winit v0.7.6 Oct 27 05:43:07.571 INFO kablam! Checking pistoncore-event_loop v0.34.0 Oct 27 05:43:10.002 INFO kablam! Checking glutin v0.9.2 Oct 27 05:43:10.067 INFO kablam! Checking piston v0.34.0 Oct 27 05:43:10.676 INFO kablam! Checking piston2d-opengl_graphics v0.48.0 Oct 27 05:43:14.157 INFO kablam! Checking pistoncore-glutin_window v0.40.1 Oct 27 05:43:16.133 INFO kablam! Checking garden-opus v0.1.0 (/source) Oct 27 05:43:20.483 INFO kablam! warning: unused import: `piston::window::Window` Oct 27 05:43:20.484 INFO kablam! --> src/controller/mod.rs:2:5 Oct 27 05:43:20.484 INFO kablam! | Oct 27 05:43:20.484 INFO kablam! 2 | use piston::window::Window; Oct 27 05:43:20.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:43:20.485 INFO kablam! | Oct 27 05:43:20.485 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:43:20.486 INFO kablam! Oct 27 05:43:20.931 INFO kablam! warning: unused variable: `string` Oct 27 05:43:20.931 INFO kablam! --> src/model/board.rs:28:40 Oct 27 05:43:20.932 INFO kablam! | Oct 27 05:43:20.932 INFO kablam! 28 | pub fn parse<'a, S: Into<&'a str>>(string: S) -> Option { Oct 27 05:43:20.932 INFO kablam! | ^^^^^^ help: consider using `_string` instead Oct 27 05:43:20.933 INFO kablam! | Oct 27 05:43:20.933 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:43:20.933 INFO kablam! Oct 27 05:43:20.934 INFO kablam! warning: unused variable: `atom` Oct 27 05:43:20.934 INFO kablam! --> src/model/mod.rs:47:25 Oct 27 05:43:20.934 INFO kablam! | Oct 27 05:43:20.935 INFO kablam! 47 | if let Some(atom@Atom::BaseMetal(BaseMetal::Gold)) = *tile { Oct 27 05:43:20.935 INFO kablam! | ^^^^ help: consider using `_atom` instead Oct 27 05:43:20.935 INFO kablam! Oct 27 05:43:20.936 INFO kablam! warning: unused variable: `xy` Oct 27 05:43:20.936 INFO kablam! --> src/model/mod.rs:55:29 Oct 27 05:43:20.936 INFO kablam! | Oct 27 05:43:20.936 INFO kablam! 55 | if let Some(xy) = self.selected_tile { Oct 27 05:43:20.937 INFO kablam! | ^^ help: consider using `_xy` instead Oct 27 05:43:20.937 INFO kablam! Oct 27 05:43:21.329 INFO kablam! warning: unused import: `graphics::math::*` Oct 27 05:43:21.329 INFO kablam! --> src/model/hex.rs:97:9 Oct 27 05:43:21.329 INFO kablam! | Oct 27 05:43:21.330 INFO kablam! 97 | use graphics::math::*; Oct 27 05:43:21.330 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:43:21.330 INFO kablam! | Oct 27 05:43:21.330 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:43:21.330 INFO kablam! Oct 27 05:43:21.331 INFO kablam! warning: unused import: `piston::window::Window` Oct 27 05:43:21.331 INFO kablam! --> src/controller/mod.rs:2:5 Oct 27 05:43:21.331 INFO kablam! | Oct 27 05:43:21.331 INFO kablam! 2 | use piston::window::Window; Oct 27 05:43:21.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:43:21.331 INFO kablam! Oct 27 05:43:21.659 INFO kablam! warning: unused variable: `string` Oct 27 05:43:21.659 INFO kablam! --> src/model/board.rs:28:40 Oct 27 05:43:21.659 INFO kablam! | Oct 27 05:43:21.659 INFO kablam! 28 | pub fn parse<'a, S: Into<&'a str>>(string: S) -> Option { Oct 27 05:43:21.659 INFO kablam! | ^^^^^^ help: consider using `_string` instead Oct 27 05:43:21.659 INFO kablam! | Oct 27 05:43:21.659 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:43:21.659 INFO kablam! Oct 27 05:43:21.659 INFO kablam! warning: unused variable: `atom` Oct 27 05:43:21.659 INFO kablam! --> src/model/mod.rs:47:25 Oct 27 05:43:21.659 INFO kablam! | Oct 27 05:43:21.659 INFO kablam! 47 | if let Some(atom@Atom::BaseMetal(BaseMetal::Gold)) = *tile { Oct 27 05:43:21.659 INFO kablam! | ^^^^ help: consider using `_atom` instead Oct 27 05:43:21.659 INFO kablam! Oct 27 05:43:21.659 INFO kablam! warning: unused variable: `xy` Oct 27 05:43:21.659 INFO kablam! --> src/model/mod.rs:55:29 Oct 27 05:43:21.659 INFO kablam! | Oct 27 05:43:21.659 INFO kablam! 55 | if let Some(xy) = self.selected_tile { Oct 27 05:43:21.659 INFO kablam! | ^^ help: consider using `_xy` instead Oct 27 05:43:21.659 INFO kablam! Oct 27 05:43:21.795 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.70s Oct 27 05:43:21.823 INFO kablam! su: No module specific data is present Oct 27 05:43:22.421 INFO running `"docker" "rm" "-f" "b2a9d8676048770679dad67342cf6430a2fe04e36cf8983ff14d1aba3996705f"` Oct 27 05:43:22.739 INFO blam! b2a9d8676048770679dad67342cf6430a2fe04e36cf8983ff14d1aba3996705f