Oct 21 18:17:18.869 INFO checking droidkid/rust-tetris against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:17:18.870 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 18:17:19.284 INFO blam! 2e8f19bc2a5c3ce8b32ac4f76c31dbd6fa8cef1f08692b2691367d31589786ff Oct 21 18:17:19.286 INFO running `"docker" "start" "-a" "2e8f19bc2a5c3ce8b32ac4f76c31dbd6fa8cef1f08692b2691367d31589786ff"` Oct 21 18:17:22.012 INFO kablam! usermod: no changes Oct 21 18:17:22.145 INFO kablam! Checking sdl2-sys v0.31.0 Oct 21 18:17:22.145 INFO kablam! Checking num-iter v0.1.37 Oct 21 18:17:22.936 INFO kablam! Checking num v0.1.42 Oct 21 18:17:25.070 INFO kablam! Checking sdl2 v0.31.0 Oct 21 18:17:28.948 INFO kablam! Checking rust-tetris v0.1.0 (/source) Oct 21 18:17:30.275 INFO kablam! warning: unused import: `std::thread` Oct 21 18:17:30.275 INFO kablam! --> src/main.rs:17:5 Oct 21 18:17:30.275 INFO kablam! | Oct 21 18:17:30.275 INFO kablam! 17 | use std::thread; Oct 21 18:17:30.275 INFO kablam! | ^^^^^^^^^^^ Oct 21 18:17:30.275 INFO kablam! | Oct 21 18:17:30.275 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:17:30.275 INFO kablam! Oct 21 18:17:30.275 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 21 18:17:30.275 INFO kablam! --> src/main.rs:422:22 Oct 21 18:17:30.275 INFO kablam! | Oct 21 18:17:30.275 INFO kablam! 422 | for j in (1..self.width-1) { Oct 21 18:17:30.275 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.275 INFO kablam! | Oct 21 18:17:30.275 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:17:30.275 INFO kablam! Oct 21 18:17:30.275 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.275 INFO kablam! --> src/main.rs:473:16 Oct 21 18:17:30.275 INFO kablam! | Oct 21 18:17:30.275 INFO kablam! 473 | if (self.game_over_countdown > 0) { Oct 21 18:17:30.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.275 INFO kablam! Oct 21 18:17:30.275 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.275 INFO kablam! --> src/main.rs:483:12 Oct 21 18:17:30.275 INFO kablam! | Oct 21 18:17:30.275 INFO kablam! 483 | if (input.left_key_pressed) { Oct 21 18:17:30.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.275 INFO kablam! Oct 21 18:17:30.275 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.275 INFO kablam! --> src/main.rs:486:12 Oct 21 18:17:30.275 INFO kablam! | Oct 21 18:17:30.275 INFO kablam! 486 | if (input.right_key_pressed) { Oct 21 18:17:30.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.276 INFO kablam! Oct 21 18:17:30.276 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.276 INFO kablam! --> src/main.rs:489:12 Oct 21 18:17:30.276 INFO kablam! | Oct 21 18:17:30.276 INFO kablam! 489 | if (input.up_key_pressed) { Oct 21 18:17:30.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.276 INFO kablam! Oct 21 18:17:30.276 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.276 INFO kablam! --> src/main.rs:493:12 Oct 21 18:17:30.276 INFO kablam! | Oct 21 18:17:30.276 INFO kablam! 493 | if (input.down_key_pressed) { Oct 21 18:17:30.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.276 INFO kablam! Oct 21 18:17:30.276 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.276 INFO kablam! --> src/main.rs:500:12 Oct 21 18:17:30.276 INFO kablam! | Oct 21 18:17:30.276 INFO kablam! 500 | if (self.gravity_countdown > 0) { Oct 21 18:17:30.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.276 INFO kablam! Oct 21 18:17:30.276 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.276 INFO kablam! --> src/main.rs:503:12 Oct 21 18:17:30.276 INFO kablam! | Oct 21 18:17:30.276 INFO kablam! 503 | if (self.lock_delay_countdown > 0 && self.locking_state) { Oct 21 18:17:30.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.276 INFO kablam! Oct 21 18:17:30.276 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.276 INFO kablam! --> src/main.rs:539:12 Oct 21 18:17:30.276 INFO kablam! | Oct 21 18:17:30.276 INFO kablam! 539 | if (self.level >= 10) { Oct 21 18:17:30.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.276 INFO kablam! Oct 21 18:17:30.276 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.276 INFO kablam! --> src/main.rs:646:12 Oct 21 18:17:30.276 INFO kablam! | Oct 21 18:17:30.276 INFO kablam! 646 | if (event_pump.keyboard_state().is_scancode_pressed(Scancode::Down)) { Oct 21 18:17:30.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.276 INFO kablam! Oct 21 18:17:30.516 INFO kablam! warning: unused import: `std::thread` Oct 21 18:17:30.517 INFO kablam! --> src/main.rs:17:5 Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! 17 | use std::thread; Oct 21 18:17:30.517 INFO kablam! | ^^^^^^^^^^^ Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:17:30.517 INFO kablam! Oct 21 18:17:30.517 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 21 18:17:30.517 INFO kablam! --> src/main.rs:422:22 Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! 422 | for j in (1..self.width-1) { Oct 21 18:17:30.517 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:17:30.517 INFO kablam! Oct 21 18:17:30.517 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.517 INFO kablam! --> src/main.rs:473:16 Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! 473 | if (self.game_over_countdown > 0) { Oct 21 18:17:30.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.517 INFO kablam! Oct 21 18:17:30.517 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.517 INFO kablam! --> src/main.rs:483:12 Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! 483 | if (input.left_key_pressed) { Oct 21 18:17:30.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.517 INFO kablam! Oct 21 18:17:30.517 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.517 INFO kablam! --> src/main.rs:486:12 Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! 486 | if (input.right_key_pressed) { Oct 21 18:17:30.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.517 INFO kablam! Oct 21 18:17:30.517 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.517 INFO kablam! --> src/main.rs:489:12 Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! 489 | if (input.up_key_pressed) { Oct 21 18:17:30.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.517 INFO kablam! Oct 21 18:17:30.517 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.517 INFO kablam! --> src/main.rs:493:12 Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! 493 | if (input.down_key_pressed) { Oct 21 18:17:30.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.517 INFO kablam! Oct 21 18:17:30.517 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.517 INFO kablam! --> src/main.rs:500:12 Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! 500 | if (self.gravity_countdown > 0) { Oct 21 18:17:30.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.517 INFO kablam! Oct 21 18:17:30.517 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.517 INFO kablam! --> src/main.rs:503:12 Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! 503 | if (self.lock_delay_countdown > 0 && self.locking_state) { Oct 21 18:17:30.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.517 INFO kablam! Oct 21 18:17:30.517 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.517 INFO kablam! --> src/main.rs:539:12 Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! 539 | if (self.level >= 10) { Oct 21 18:17:30.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.517 INFO kablam! Oct 21 18:17:30.517 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:17:30.517 INFO kablam! --> src/main.rs:646:12 Oct 21 18:17:30.517 INFO kablam! | Oct 21 18:17:30.517 INFO kablam! 646 | if (event_pump.keyboard_state().is_scancode_pressed(Scancode::Down)) { Oct 21 18:17:30.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:17:30.517 INFO kablam! Oct 21 18:17:30.595 INFO kablam! warning: value assigned to `move_down_success` is never read Oct 21 18:17:30.595 INFO kablam! --> src/main.rs:508:17 Oct 21 18:17:30.595 INFO kablam! | Oct 21 18:17:30.595 INFO kablam! 508 | let mut move_down_success = true; Oct 21 18:17:30.595 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 18:17:30.597 INFO kablam! | Oct 21 18:17:30.597 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 18:17:30.597 INFO kablam! Oct 21 18:17:30.820 INFO kablam! warning: variable does not need to be mutable Oct 21 18:17:30.820 INFO kablam! --> src/main.rs:613:9 Oct 21 18:17:30.820 INFO kablam! | Oct 21 18:17:30.820 INFO kablam! 613 | let mut font = ttf_context.load_font(font_path, 28).unwrap(); Oct 21 18:17:30.820 INFO kablam! | ----^^^^ Oct 21 18:17:30.820 INFO kablam! | | Oct 21 18:17:30.820 INFO kablam! | help: remove this `mut` Oct 21 18:17:30.828 INFO kablam! | Oct 21 18:17:30.828 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:17:30.828 INFO kablam! Oct 21 18:17:30.828 INFO kablam! warning: method is never used: `is_row_empty` Oct 21 18:17:30.828 INFO kablam! --> src/main.rs:411:5 Oct 21 18:17:30.828 INFO kablam! | Oct 21 18:17:30.828 INFO kablam! 411 | fn is_row_empty(&self, row:usize) -> bool { Oct 21 18:17:30.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:30.828 INFO kablam! | Oct 21 18:17:30.828 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:17:30.828 INFO kablam! Oct 21 18:17:30.828 INFO kablam! warning: static variable `start_pos` should have an upper case name such as `START_POS` Oct 21 18:17:30.828 INFO kablam! --> src/main.rs:20:1 Oct 21 18:17:30.828 INFO kablam! | Oct 21 18:17:30.829 INFO kablam! 20 | / static start_pos: Pos2D = Pos2D { Oct 21 18:17:30.829 INFO kablam! 21 | | x: 5, Oct 21 18:17:30.829 INFO kablam! 22 | | y: 2 Oct 21 18:17:30.829 INFO kablam! 23 | | }; Oct 21 18:17:30.829 INFO kablam! | |__^ Oct 21 18:17:30.829 INFO kablam! | Oct 21 18:17:30.829 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 18:17:30.829 INFO kablam! Oct 21 18:17:30.829 INFO kablam! warning: static variable `tetris_board_width` should have an upper case name such as `TETRIS_BOARD_WIDTH` Oct 21 18:17:30.829 INFO kablam! --> src/main.rs:24:1 Oct 21 18:17:30.829 INFO kablam! | Oct 21 18:17:30.829 INFO kablam! 24 | static tetris_board_width : usize = 12; Oct 21 18:17:30.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:30.829 INFO kablam! Oct 21 18:17:30.829 INFO kablam! warning: static variable `tetris_board_height` should have an upper case name such as `TETRIS_BOARD_HEIGHT` Oct 21 18:17:30.829 INFO kablam! --> src/main.rs:25:1 Oct 21 18:17:30.829 INFO kablam! | Oct 21 18:17:30.829 INFO kablam! 25 | static tetris_board_height : usize = 24; Oct 21 18:17:30.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:30.829 INFO kablam! Oct 21 18:17:30.829 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:17:30.829 INFO kablam! --> src/main.rs:273:13 Oct 21 18:17:30.829 INFO kablam! | Oct 21 18:17:30.829 INFO kablam! 273 | canvas.fill_rect(rect); Oct 21 18:17:30.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:30.829 INFO kablam! | Oct 21 18:17:30.829 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:17:30.829 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:17:30.829 INFO kablam! Oct 21 18:17:30.829 INFO kablam! warning: variable `randomTetrisPieceGenerator` should have a snake case name such as `random_tetris_piece_generator` Oct 21 18:17:30.829 INFO kablam! --> src/main.rs:342:13 Oct 21 18:17:30.829 INFO kablam! | Oct 21 18:17:30.829 INFO kablam! 342 | let mut randomTetrisPieceGenerator = RandomTetrisPieceGenerator::new(); Oct 21 18:17:30.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:30.829 INFO kablam! | Oct 21 18:17:30.829 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 18:17:30.829 INFO kablam! Oct 21 18:17:30.829 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:17:30.829 INFO kablam! --> src/main.rs:556:9 Oct 21 18:17:30.829 INFO kablam! | Oct 21 18:17:30.829 INFO kablam! 556 | canvas.fill_rect(rect); Oct 21 18:17:30.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:30.848 INFO kablam! | Oct 21 18:17:30.848 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:17:30.848 INFO kablam! Oct 21 18:17:30.848 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:17:30.848 INFO kablam! --> src/main.rs:661:13 Oct 21 18:17:30.848 INFO kablam! | Oct 21 18:17:30.848 INFO kablam! 661 | canvas.fill_rect(Rect::new(0,0,width,height)); Oct 21 18:17:30.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:30.848 INFO kablam! | Oct 21 18:17:30.848 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:17:30.848 INFO kablam! Oct 21 18:17:30.882 INFO kablam! warning: value assigned to `move_down_success` is never read Oct 21 18:17:30.882 INFO kablam! --> src/main.rs:508:17 Oct 21 18:17:30.882 INFO kablam! | Oct 21 18:17:30.882 INFO kablam! 508 | let mut move_down_success = true; Oct 21 18:17:30.882 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 18:17:30.882 INFO kablam! | Oct 21 18:17:30.882 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 18:17:30.882 INFO kablam! Oct 21 18:17:31.060 INFO kablam! warning: variable does not need to be mutable Oct 21 18:17:31.060 INFO kablam! --> src/main.rs:613:9 Oct 21 18:17:31.060 INFO kablam! | Oct 21 18:17:31.060 INFO kablam! 613 | let mut font = ttf_context.load_font(font_path, 28).unwrap(); Oct 21 18:17:31.060 INFO kablam! | ----^^^^ Oct 21 18:17:31.060 INFO kablam! | | Oct 21 18:17:31.060 INFO kablam! | help: remove this `mut` Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:17:31.061 INFO kablam! Oct 21 18:17:31.061 INFO kablam! warning: method is never used: `is_row_empty` Oct 21 18:17:31.061 INFO kablam! --> src/main.rs:411:5 Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! 411 | fn is_row_empty(&self, row:usize) -> bool { Oct 21 18:17:31.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:17:31.061 INFO kablam! Oct 21 18:17:31.061 INFO kablam! warning: static variable `start_pos` should have an upper case name such as `START_POS` Oct 21 18:17:31.061 INFO kablam! --> src/main.rs:20:1 Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! 20 | / static start_pos: Pos2D = Pos2D { Oct 21 18:17:31.061 INFO kablam! 21 | | x: 5, Oct 21 18:17:31.061 INFO kablam! 22 | | y: 2 Oct 21 18:17:31.061 INFO kablam! 23 | | }; Oct 21 18:17:31.061 INFO kablam! | |__^ Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 18:17:31.061 INFO kablam! Oct 21 18:17:31.061 INFO kablam! warning: static variable `tetris_board_width` should have an upper case name such as `TETRIS_BOARD_WIDTH` Oct 21 18:17:31.061 INFO kablam! --> src/main.rs:24:1 Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! 24 | static tetris_board_width : usize = 12; Oct 21 18:17:31.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:31.061 INFO kablam! Oct 21 18:17:31.061 INFO kablam! warning: static variable `tetris_board_height` should have an upper case name such as `TETRIS_BOARD_HEIGHT` Oct 21 18:17:31.061 INFO kablam! --> src/main.rs:25:1 Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! 25 | static tetris_board_height : usize = 24; Oct 21 18:17:31.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:31.061 INFO kablam! Oct 21 18:17:31.061 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:17:31.061 INFO kablam! --> src/main.rs:273:13 Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! 273 | canvas.fill_rect(rect); Oct 21 18:17:31.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:17:31.061 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:17:31.061 INFO kablam! Oct 21 18:17:31.061 INFO kablam! warning: variable `randomTetrisPieceGenerator` should have a snake case name such as `random_tetris_piece_generator` Oct 21 18:17:31.061 INFO kablam! --> src/main.rs:342:13 Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! 342 | let mut randomTetrisPieceGenerator = RandomTetrisPieceGenerator::new(); Oct 21 18:17:31.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 18:17:31.061 INFO kablam! Oct 21 18:17:31.061 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:17:31.061 INFO kablam! --> src/main.rs:556:9 Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! 556 | canvas.fill_rect(rect); Oct 21 18:17:31.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:17:31.061 INFO kablam! Oct 21 18:17:31.061 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:17:31.061 INFO kablam! --> src/main.rs:661:13 Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! 661 | canvas.fill_rect(Rect::new(0,0,width,height)); Oct 21 18:17:31.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:31.061 INFO kablam! | Oct 21 18:17:31.061 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:17:31.061 INFO kablam! Oct 21 18:17:31.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.06s Oct 21 18:17:31.116 INFO kablam! su: No module specific data is present Oct 21 18:17:32.150 INFO running `"docker" "rm" "-f" "2e8f19bc2a5c3ce8b32ac4f76c31dbd6fa8cef1f08692b2691367d31589786ff"` Oct 21 18:17:32.468 INFO blam! 2e8f19bc2a5c3ce8b32ac4f76c31dbd6fa8cef1f08692b2691367d31589786ff