Oct 26 23:13:13.358 INFO checking ozkriff/zoc against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:13:13.358 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 26 23:13:13.816 INFO blam! f6f25b267b3c85473b92f306e1162227d23bcc4faeef7d1bfc346abed172fe3a Oct 26 23:13:13.827 INFO running `"docker" "start" "-a" "f6f25b267b3c85473b92f306e1162227d23bcc4faeef7d1bfc346abed172fe3a"` Oct 26 23:13:14.636 INFO kablam! usermod: no changes Oct 26 23:13:14.823 INFO kablam! Compiling phf_shared v0.7.22 Oct 26 23:13:14.830 INFO kablam! Compiling log v0.4.3 Oct 26 23:13:14.831 INFO kablam! Checking rusttype v0.2.3 Oct 26 23:13:14.831 INFO kablam! Compiling num-traits v0.1.43 Oct 26 23:13:14.831 INFO kablam! Checking tempfile v2.2.0 Oct 26 23:13:14.833 INFO kablam! Checking x11-dl v2.18.0 Oct 26 23:13:14.833 INFO kablam! Checking gfx_core v0.7.2 Oct 26 23:13:14.833 INFO kablam! Checking cgmath v0.12.0 Oct 26 23:13:15.835 INFO kablam! Checking fs2 v0.2.5 Oct 26 23:13:16.563 INFO kablam! Checking flate2 v0.2.20 Oct 26 23:13:16.609 INFO kablam! Compiling serde_json v0.9.10 Oct 26 23:13:16.639 INFO kablam! Checking memmap v0.4.0 Oct 26 23:13:18.491 INFO kablam! Compiling phf_generator v0.7.22 Oct 26 23:13:18.875 INFO kablam! Compiling phf v0.7.22 Oct 26 23:13:19.951 INFO kablam! Compiling log v0.3.9 Oct 26 23:13:20.048 INFO kablam! Checking png v0.5.2 Oct 26 23:13:20.048 INFO kablam! Compiling phf_codegen v0.7.22 Oct 26 23:13:21.595 INFO kablam! Compiling target_build_utils v0.3.1 Oct 26 23:13:21.835 INFO kablam! Compiling gl_generator v0.7.0 Oct 26 23:13:21.835 INFO kablam! Compiling gl_generator v0.5.5 Oct 26 23:13:30.455 INFO kablam! Checking image v0.10.4 Oct 26 23:13:36.381 INFO kablam! Compiling gfx_gl v0.4.0 Oct 26 23:13:36.565 INFO kablam! Compiling glutin v0.9.2 Oct 26 23:13:43.126 INFO kablam! Checking collision v0.9.0 Oct 26 23:13:43.175 INFO kablam! Checking core v0.0.1 (/source/core) Oct 26 23:13:50.199 INFO kablam! warning: variable does not need to be mutable Oct 26 23:13:50.200 INFO kablam! --> core/src/lib.rs:131:13 Oct 26 23:13:50.201 INFO kablam! | Oct 26 23:13:50.202 INFO kablam! 131 | let mut i = self.players_info.get_mut(&self.current_player_id).unwrap(); Oct 26 23:13:50.202 INFO kablam! | ----^ Oct 26 23:13:50.203 INFO kablam! | | Oct 26 23:13:50.204 INFO kablam! | help: remove this `mut` Oct 26 23:13:50.204 INFO kablam! | Oct 26 23:13:50.205 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 23:13:50.206 INFO kablam! Oct 26 23:13:50.251 INFO kablam! warning: variable does not need to be mutable Oct 26 23:13:50.252 INFO kablam! --> core/src/lib.rs:264:13 Oct 26 23:13:50.252 INFO kablam! | Oct 26 23:13:50.253 INFO kablam! 264 | let mut i = self.players_info.get_mut(&player_id).unwrap(); Oct 26 23:13:50.254 INFO kablam! | ----^ Oct 26 23:13:50.254 INFO kablam! | | Oct 26 23:13:50.255 INFO kablam! | help: remove this `mut` Oct 26 23:13:50.255 INFO kablam! Oct 26 23:13:50.335 INFO kablam! warning: variable does not need to be mutable Oct 26 23:13:50.336 INFO kablam! --> core/src/lib.rs:507:13 Oct 26 23:13:50.337 INFO kablam! | Oct 26 23:13:50.337 INFO kablam! 507 | let mut i = self.players_info.get_mut(&player_id).unwrap(); Oct 26 23:13:50.338 INFO kablam! | ----^ Oct 26 23:13:50.339 INFO kablam! | | Oct 26 23:13:50.339 INFO kablam! | help: remove this `mut` Oct 26 23:13:50.340 INFO kablam! Oct 26 23:14:02.315 INFO kablam! Compiling libloading v0.3.4 Oct 26 23:14:08.933 INFO kablam! Checking dlib v0.3.1 Oct 26 23:14:09.669 INFO kablam! Checking wayland-sys v0.9.10 Oct 26 23:14:11.069 INFO kablam! Checking wayland-client v0.9.10 Oct 26 23:14:13.967 INFO kablam! Checking wayland-protocols v0.9.10 Oct 26 23:14:13.967 INFO kablam! Checking wayland-kbd v0.9.1 Oct 26 23:14:18.675 INFO kablam! Checking wayland-window v0.7.0 Oct 26 23:14:19.647 INFO kablam! Checking winit v0.7.6 Oct 26 23:14:28.389 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 26 23:14:28.389 INFO kablam! Checking gfx v0.16.3 Oct 26 23:14:30.192 INFO kablam! Checking gfx_window_glutin v0.17.0 Oct 26 23:14:34.602 INFO kablam! Checking zoc v0.0.1 (/source) Oct 26 23:14:38.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Oct 26 23:14:38.134 INFO kablam! su: No module specific data is present Oct 26 23:14:38.443 INFO running `"docker" "rm" "-f" "f6f25b267b3c85473b92f306e1162227d23bcc4faeef7d1bfc346abed172fe3a"` Oct 26 23:14:38.613 INFO blam! f6f25b267b3c85473b92f306e1162227d23bcc4faeef7d1bfc346abed172fe3a