Oct 27 12:38:19.952 INFO checking Baelyk/minesweeper against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:38:19.952 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12:38:20.475 INFO blam! 6860794266d85b3a1415b61ca21ce457e045206352e204f95ca62d2913ee24e7 Oct 27 12:38:20.478 INFO running `"docker" "start" "-a" "6860794266d85b3a1415b61ca21ce457e045206352e204f95ca62d2913ee24e7"` Oct 27 12:38:21.783 INFO kablam! usermod: no changes Oct 27 12:38:22.128 INFO kablam! Checking piston2d-graphics v0.26.0 Oct 27 12:38:22.131 INFO kablam! Checking rusttype v0.2.3 Oct 27 12:38:22.131 INFO kablam! Compiling phf_codegen v0.7.22 Oct 27 12:38:22.160 INFO kablam! Compiling syn v0.13.3 Oct 27 12:38:22.160 INFO kablam! Checking tempfile v2.2.0 Oct 27 12:38:22.160 INFO kablam! Compiling gl_generator v0.7.0 Oct 27 12:38:22.160 INFO kablam! Compiling gl_generator v0.6.1 Oct 27 12:38:22.160 INFO kablam! Checking png v0.9.0 Oct 27 12:38:26.059 INFO kablam! Checking fs2 v0.2.5 Oct 27 12:38:26.543 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 12:38:30.432 INFO kablam! Checking memmap v0.4.0 Oct 27 12:38:31.963 INFO kablam! Checking image v0.15.0 Oct 27 12:38:39.507 INFO kablam! Compiling gfx_gl v0.4.0 Oct 27 12:38:39.739 INFO kablam! Compiling gl v0.6.5 Oct 27 12:39:02.053 INFO kablam! Checking piston-gfx_texture v0.26.0 Oct 27 12:39:11.891 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 27 12:39:14.871 INFO kablam! Compiling libloading v0.3.4 Oct 27 12:39:15.387 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Oct 27 12:39:22.687 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 27 12:39:25.507 INFO kablam! Checking dlib v0.3.1 Oct 27 12:39:27.195 INFO kablam! Checking wayland-sys v0.9.10 Oct 27 12:39:28.347 INFO kablam! Compiling serde_derive v1.0.43 Oct 27 12:39:29.367 INFO kablam! Checking wayland-client v0.9.10 Oct 27 12:39:33.330 INFO kablam! Checking wayland-protocols v0.9.10 Oct 27 12:39:33.330 INFO kablam! Checking wayland-kbd v0.9.1 Oct 27 12:39:39.067 INFO kablam! Checking wayland-window v0.7.0 Oct 27 12:39:41.016 INFO kablam! Checking winit v0.7.6 Oct 27 12:39:46.770 INFO kablam! Checking glutin v0.9.2 Oct 27 12:39:49.343 INFO kablam! Checking pistoncore-input v0.19.0 Oct 27 12:39:54.087 INFO kablam! Checking pistoncore-window v0.28.0 Oct 27 12:39:56.433 INFO kablam! Checking pistoncore-event_loop v0.33.0 Oct 27 12:39:56.433 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Oct 27 12:39:58.579 INFO kablam! Checking piston v0.33.0 Oct 27 12:40:00.783 INFO kablam! Checking piston_window v0.70.0 Oct 27 12:40:05.873 INFO kablam! Checking minesweeper v0.1.0 (/source) Oct 27 12:40:13.075 INFO kablam! warning: variable does not need to be mutable Oct 27 12:40:13.075 INFO kablam! --> src/main.rs:53:9 Oct 27 12:40:13.075 INFO kablam! | Oct 27 12:40:13.075 INFO kablam! 53 | let mut update = true; Oct 27 12:40:13.075 INFO kablam! | ----^^^^^^ Oct 27 12:40:13.075 INFO kablam! | | Oct 27 12:40:13.075 INFO kablam! | help: remove this `mut` Oct 27 12:40:13.075 INFO kablam! | Oct 27 12:40:13.075 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:40:13.075 INFO kablam! Oct 27 12:40:13.743 INFO kablam! warning: variable does not need to be mutable Oct 27 12:40:13.743 INFO kablam! --> src/main.rs:53:9 Oct 27 12:40:13.743 INFO kablam! | Oct 27 12:40:13.743 INFO kablam! 53 | let mut update = true; Oct 27 12:40:13.743 INFO kablam! | ----^^^^^^ Oct 27 12:40:13.743 INFO kablam! | | Oct 27 12:40:13.743 INFO kablam! | help: remove this `mut` Oct 27 12:40:13.743 INFO kablam! | Oct 27 12:40:13.743 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:40:13.743 INFO kablam! Oct 27 12:40:13.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 52s Oct 27 12:40:13.847 INFO kablam! su: No module specific data is present Oct 27 12:40:14.639 INFO running `"docker" "rm" "-f" "6860794266d85b3a1415b61ca21ce457e045206352e204f95ca62d2913ee24e7"` Oct 27 12:40:14.975 INFO blam! 6860794266d85b3a1415b61ca21ce457e045206352e204f95ca62d2913ee24e7