Oct 27 09:38:43.662 INFO checking Stipendi/tetris against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:38:43.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 09:38:43.864 INFO blam! a7f2c45aa74c6778458c11cbc450bdbbab64bcc322f3dd15bdc59b36ca0b0ebd Oct 27 09:38:43.866 INFO running `"docker" "start" "-a" "a7f2c45aa74c6778458c11cbc450bdbbab64bcc322f3dd15bdc59b36ca0b0ebd"` Oct 27 09:38:44.421 INFO kablam! usermod: no changes Oct 27 09:38:44.754 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 27 09:38:44.755 INFO kablam! Checking wayland-sys v0.12.5 Oct 27 09:38:44.755 INFO kablam! Checking rusttype v0.4.3 Oct 27 09:38:44.779 INFO kablam! Checking pistoncore-input v0.21.0 Oct 27 09:38:46.092 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 27 09:38:46.116 INFO kablam! Checking wayland-client v0.12.5 Oct 27 09:38:48.122 INFO kablam! Checking rayon-core v1.4.1 Oct 27 09:38:48.331 INFO kablam! Checking piston2d-graphics v0.26.0 Oct 27 09:38:49.897 INFO kablam! Checking wayland-protocols v0.12.5 Oct 27 09:38:49.897 INFO kablam! Checking wayland-kbd v0.13.1 Oct 27 09:38:51.371 INFO kablam! Checking pistoncore-window v0.32.0 Oct 27 09:38:52.550 INFO kablam! Checking rayon v1.0.2 Oct 27 09:38:56.072 INFO kablam! Checking pistoncore-event_loop v0.37.0 Oct 27 09:38:57.626 INFO kablam! Checking wayland-window v0.13.3 Oct 27 09:38:58.297 INFO kablam! Checking piston v0.37.0 Oct 27 09:38:58.986 INFO kablam! Checking winit v0.12.0 Oct 27 09:38:59.671 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 27 09:39:01.545 INFO kablam! Checking glutin v0.14.0 Oct 27 09:39:01.700 INFO kablam! Checking image v0.19.0 Oct 27 09:39:04.815 INFO kablam! Checking pistoncore-glutin_window v0.47.0 Oct 27 09:39:08.111 INFO kablam! Checking piston-gfx_texture v0.32.0 Oct 27 09:39:10.893 INFO kablam! Checking piston2d-gfx_graphics v0.51.0 Oct 27 09:39:14.565 INFO kablam! Checking piston_window v0.80.0 Oct 27 09:39:18.739 INFO kablam! Checking tetris v0.1.0 (/source) Oct 27 09:39:24.387 INFO kablam! warning: unused import: `clear` Oct 27 09:39:24.387 INFO kablam! --> src/main.rs:7:5 Oct 27 09:39:24.387 INFO kablam! | Oct 27 09:39:24.387 INFO kablam! 7 | clear, Oct 27 09:39:24.387 INFO kablam! | ^^^^^ Oct 27 09:39:24.387 INFO kablam! | Oct 27 09:39:24.388 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:39:24.388 INFO kablam! Oct 27 09:39:24.480 INFO kablam! warning: variable does not need to be mutable Oct 27 09:39:24.480 INFO kablam! --> src/main.rs:18:9 Oct 27 09:39:24.480 INFO kablam! | Oct 27 09:39:24.480 INFO kablam! 18 | let mut game = Game::new(window.window.size()); Oct 27 09:39:24.480 INFO kablam! | ----^^^^ Oct 27 09:39:24.480 INFO kablam! | | Oct 27 09:39:24.480 INFO kablam! | help: remove this `mut` Oct 27 09:39:24.480 INFO kablam! | Oct 27 09:39:24.481 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:39:24.481 INFO kablam! Oct 27 09:39:24.484 INFO kablam! warning: method is never used: `new` Oct 27 09:39:24.484 INFO kablam! --> src/game.rs:18:5 Oct 27 09:39:24.484 INFO kablam! | Oct 27 09:39:24.484 INFO kablam! 18 | fn new(size: [u32; 2], width: f64, color: [f32; 4]) -> Grid { Oct 27 09:39:24.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:39:24.484 INFO kablam! | Oct 27 09:39:24.484 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:39:24.484 INFO kablam! Oct 27 09:39:24.799 INFO kablam! warning: unused import: `clear` Oct 27 09:39:24.799 INFO kablam! --> src/main.rs:7:5 Oct 27 09:39:24.799 INFO kablam! | Oct 27 09:39:24.799 INFO kablam! 7 | clear, Oct 27 09:39:24.799 INFO kablam! | ^^^^^ Oct 27 09:39:24.799 INFO kablam! | Oct 27 09:39:24.799 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:39:24.799 INFO kablam! Oct 27 09:39:24.901 INFO kablam! warning: variable does not need to be mutable Oct 27 09:39:24.901 INFO kablam! --> src/main.rs:18:9 Oct 27 09:39:24.901 INFO kablam! | Oct 27 09:39:24.901 INFO kablam! 18 | let mut game = Game::new(window.window.size()); Oct 27 09:39:24.901 INFO kablam! | ----^^^^ Oct 27 09:39:24.901 INFO kablam! | | Oct 27 09:39:24.901 INFO kablam! | help: remove this `mut` Oct 27 09:39:24.901 INFO kablam! | Oct 27 09:39:24.901 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:39:24.901 INFO kablam! Oct 27 09:39:24.905 INFO kablam! warning: method is never used: `new` Oct 27 09:39:24.905 INFO kablam! --> src/game.rs:18:5 Oct 27 09:39:24.905 INFO kablam! | Oct 27 09:39:24.905 INFO kablam! 18 | fn new(size: [u32; 2], width: f64, color: [f32; 4]) -> Grid { Oct 27 09:39:24.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:39:24.905 INFO kablam! | Oct 27 09:39:24.905 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:39:24.905 INFO kablam! Oct 27 09:39:24.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.52s Oct 27 09:39:24.987 INFO kablam! su: No module specific data is present Oct 27 09:39:25.587 INFO running `"docker" "rm" "-f" "a7f2c45aa74c6778458c11cbc450bdbbab64bcc322f3dd15bdc59b36ca0b0ebd"` Oct 27 09:39:25.907 INFO blam! a7f2c45aa74c6778458c11cbc450bdbbab64bcc322f3dd15bdc59b36ca0b0ebd