Oct 21 20:25:43.419 INFO checking Stipendi/tetris against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:25:43.419 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 20:25:43.945 INFO blam! 6cf309472874b956ba41e0e0b0359908a67df544c3a934b2357d88d1735d92a3 Oct 21 20:25:43.946 INFO running `"docker" "start" "-a" "6cf309472874b956ba41e0e0b0359908a67df544c3a934b2357d88d1735d92a3"` Oct 21 20:25:44.876 INFO kablam! usermod: no changes Oct 21 20:25:45.156 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 21 20:25:45.156 INFO kablam! Checking x11-dl v2.18.3 Oct 21 20:25:45.156 INFO kablam! Checking shared_library v0.1.9 Oct 21 20:25:45.156 INFO kablam! Checking wayland-sys v0.12.5 Oct 21 20:25:45.156 INFO kablam! Checking pistoncore-input v0.21.0 Oct 21 20:25:46.072 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 20:25:46.758 INFO kablam! Checking wayland-client v0.12.5 Oct 21 20:25:47.618 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 21 20:25:49.216 INFO kablam! Checking rayon-core v1.4.1 Oct 21 20:25:49.828 INFO kablam! Checking wayland-protocols v0.12.5 Oct 21 20:25:49.828 INFO kablam! Checking wayland-kbd v0.13.1 Oct 21 20:25:51.164 INFO kablam! Checking rayon v1.0.2 Oct 21 20:25:52.364 INFO kablam! Checking pistoncore-window v0.32.0 Oct 21 20:25:55.728 INFO kablam! Checking pistoncore-event_loop v0.37.0 Oct 21 20:25:55.845 INFO kablam! Checking wayland-window v0.13.3 Oct 21 20:25:56.915 INFO kablam! Checking piston v0.37.0 Oct 21 20:25:56.944 INFO kablam! Checking winit v0.12.0 Oct 21 20:25:57.009 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 21 20:25:59.046 INFO kablam! Checking image v0.19.0 Oct 21 20:25:59.689 INFO kablam! Checking glutin v0.14.0 Oct 21 20:26:01.908 INFO kablam! Checking pistoncore-glutin_window v0.47.0 Oct 21 20:26:04.689 INFO kablam! Checking piston-gfx_texture v0.32.0 Oct 21 20:26:07.348 INFO kablam! Checking piston2d-gfx_graphics v0.51.0 Oct 21 20:26:11.668 INFO kablam! Checking piston_window v0.80.0 Oct 21 20:26:15.872 INFO kablam! Checking tetris v0.1.0 (/source) Oct 21 20:26:21.144 INFO kablam! warning: unused import: `clear` Oct 21 20:26:21.144 INFO kablam! --> src/main.rs:7:5 Oct 21 20:26:21.144 INFO kablam! | Oct 21 20:26:21.144 INFO kablam! 7 | clear, Oct 21 20:26:21.144 INFO kablam! | ^^^^^ Oct 21 20:26:21.144 INFO kablam! | Oct 21 20:26:21.144 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:26:21.144 INFO kablam! Oct 21 20:26:21.242 INFO kablam! warning: variable does not need to be mutable Oct 21 20:26:21.242 INFO kablam! --> src/main.rs:18:9 Oct 21 20:26:21.242 INFO kablam! | Oct 21 20:26:21.242 INFO kablam! 18 | let mut game = Game::new(window.window.size()); Oct 21 20:26:21.242 INFO kablam! | ----^^^^ Oct 21 20:26:21.242 INFO kablam! | | Oct 21 20:26:21.242 INFO kablam! | help: remove this `mut` Oct 21 20:26:21.242 INFO kablam! | Oct 21 20:26:21.242 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:26:21.242 INFO kablam! Oct 21 20:26:21.247 INFO kablam! warning: method is never used: `new` Oct 21 20:26:21.247 INFO kablam! --> src/game.rs:18:5 Oct 21 20:26:21.247 INFO kablam! | Oct 21 20:26:21.247 INFO kablam! 18 | fn new(size: [u32; 2], width: f64, color: [f32; 4]) -> Grid { Oct 21 20:26:21.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:21.247 INFO kablam! | Oct 21 20:26:21.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:26:21.247 INFO kablam! Oct 21 20:26:21.270 INFO kablam! warning: unused import: `clear` Oct 21 20:26:21.270 INFO kablam! --> src/main.rs:7:5 Oct 21 20:26:21.270 INFO kablam! | Oct 21 20:26:21.270 INFO kablam! 7 | clear, Oct 21 20:26:21.270 INFO kablam! | ^^^^^ Oct 21 20:26:21.270 INFO kablam! | Oct 21 20:26:21.270 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:26:21.270 INFO kablam! Oct 21 20:26:21.372 INFO kablam! warning: variable does not need to be mutable Oct 21 20:26:21.372 INFO kablam! --> src/main.rs:18:9 Oct 21 20:26:21.372 INFO kablam! | Oct 21 20:26:21.372 INFO kablam! 18 | let mut game = Game::new(window.window.size()); Oct 21 20:26:21.372 INFO kablam! | ----^^^^ Oct 21 20:26:21.372 INFO kablam! | | Oct 21 20:26:21.372 INFO kablam! | help: remove this `mut` Oct 21 20:26:21.372 INFO kablam! | Oct 21 20:26:21.372 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:26:21.372 INFO kablam! Oct 21 20:26:21.375 INFO kablam! warning: method is never used: `new` Oct 21 20:26:21.375 INFO kablam! --> src/game.rs:18:5 Oct 21 20:26:21.375 INFO kablam! | Oct 21 20:26:21.376 INFO kablam! 18 | fn new(size: [u32; 2], width: f64, color: [f32; 4]) -> Grid { Oct 21 20:26:21.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:26:21.376 INFO kablam! | Oct 21 20:26:21.376 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:26:21.376 INFO kablam! Oct 21 20:26:21.401 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.50s Oct 21 20:26:21.415 INFO kablam! su: No module specific data is present Oct 21 20:26:22.017 INFO running `"docker" "rm" "-f" "6cf309472874b956ba41e0e0b0359908a67df544c3a934b2357d88d1735d92a3"` Oct 21 20:26:22.244 INFO blam! 6cf309472874b956ba41e0e0b0359908a67df544c3a934b2357d88d1735d92a3