Oct 27 09:36:18.748 INFO checking TBeihammer/Snake against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:36:18.748 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:36:19.243 INFO blam! 13ba94ddddbdbf9cc883b5ba90abb2f5befd8fa47db8d721d9f971ec29384b45 Oct 27 09:36:19.245 INFO running `"docker" "start" "-a" "13ba94ddddbdbf9cc883b5ba90abb2f5befd8fa47db8d721d9f971ec29384b45"` Oct 27 09:36:20.747 INFO kablam! usermod: no changes Oct 27 09:36:21.088 INFO kablam! Checking pistoncore-input v0.17.1 Oct 27 09:36:21.089 INFO kablam! Compiling glutin v0.7.4 Oct 27 09:36:21.089 INFO kablam! Checking x11-dl v2.15.0 Oct 27 09:36:21.089 INFO kablam! Checking png v0.6.2 Oct 27 09:36:21.090 INFO kablam! Checking wayland-sys v0.7.8 Oct 27 09:36:23.735 INFO kablam! Checking wayland-client v0.7.8 Oct 27 09:36:28.043 INFO kablam! Checking image v0.12.4 Oct 27 09:36:31.587 INFO kablam! Checking pistoncore-window v0.26.2 Oct 27 09:36:33.190 INFO kablam! Checking wayland-kbd v0.6.3 Oct 27 09:36:33.190 INFO kablam! Checking wayland-window v0.4.4 Oct 27 09:36:35.413 INFO kablam! Checking pistoncore-event_loop v0.31.4 Oct 27 09:36:39.563 INFO kablam! Checking winit v0.5.11 Oct 27 09:36:40.055 INFO kablam! Checking piston v0.31.4 Oct 27 09:36:45.451 INFO kablam! Checking piston2d-opengl_graphics v0.40.0 Oct 27 09:36:47.295 INFO kablam! Checking pistoncore-glutin_window v0.35.1 Oct 27 09:36:49.419 INFO kablam! Checking Snake v0.1.0 (/source) Oct 27 09:36:53.083 INFO kablam! warning: unused variable: `fruit` Oct 27 09:36:53.083 INFO kablam! --> src/snake.rs:133:34 Oct 27 09:36:53.083 INFO kablam! | Oct 27 09:36:53.083 INFO kablam! 133 | Collision::WithFruit(fruit) =>{ Oct 27 09:36:53.083 INFO kablam! | ^^^^^ help: consider using `_fruit` instead Oct 27 09:36:53.083 INFO kablam! | Oct 27 09:36:53.083 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:36:53.083 INFO kablam! Oct 27 09:36:53.103 INFO kablam! warning: variable does not need to be mutable Oct 27 09:36:53.103 INFO kablam! --> src/snake.rs:341:16 Oct 27 09:36:53.103 INFO kablam! | Oct 27 09:36:53.103 INFO kablam! 341 | mut window: &mut Window, Oct 27 09:36:53.103 INFO kablam! | ----^^^^^^ Oct 27 09:36:53.103 INFO kablam! | | Oct 27 09:36:53.103 INFO kablam! | help: remove this `mut` Oct 27 09:36:53.103 INFO kablam! | Oct 27 09:36:53.103 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:36:53.103 INFO kablam! Oct 27 09:36:53.103 INFO kablam! warning: variable does not need to be mutable Oct 27 09:36:53.103 INFO kablam! --> src/snake.rs:342:16 Oct 27 09:36:53.103 INFO kablam! | Oct 27 09:36:53.103 INFO kablam! 342 | mut gl: &mut GlGraphics, Oct 27 09:36:53.103 INFO kablam! | ----^^ Oct 27 09:36:53.103 INFO kablam! | | Oct 27 09:36:53.103 INFO kablam! | help: remove this `mut` Oct 27 09:36:53.103 INFO kablam! Oct 27 09:36:53.103 INFO kablam! warning: variable does not need to be mutable Oct 27 09:36:53.103 INFO kablam! --> src/snake.rs:343:16 Oct 27 09:36:53.103 INFO kablam! | Oct 27 09:36:53.103 INFO kablam! 343 | mut e: &mut Events, Oct 27 09:36:53.103 INFO kablam! | ----^ Oct 27 09:36:53.103 INFO kablam! | | Oct 27 09:36:53.103 INFO kablam! | help: remove this `mut` Oct 27 09:36:53.103 INFO kablam! Oct 27 09:36:53.103 INFO kablam! warning: variable does not need to be mutable Oct 27 09:36:53.103 INFO kablam! --> src/snake.rs:344:16 Oct 27 09:36:53.103 INFO kablam! | Oct 27 09:36:53.103 INFO kablam! 344 | mut glyph_cache: &mut GlyphCache){ Oct 27 09:36:53.103 INFO kablam! | ----^^^^^^^^^^^ Oct 27 09:36:53.103 INFO kablam! | | Oct 27 09:36:53.103 INFO kablam! | help: remove this `mut` Oct 27 09:36:53.103 INFO kablam! Oct 27 09:36:53.103 INFO kablam! warning: constant item is never used: `LIGHTBLUE` Oct 27 09:36:53.103 INFO kablam! --> src/snake.rs:21:5 Oct 27 09:36:53.103 INFO kablam! | Oct 27 09:36:53.103 INFO kablam! 21 | pub const LIGHTBLUE: [f32; 4] = [0.0, 1.0, 1.0, 1.0]; Oct 27 09:36:53.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:36:53.103 INFO kablam! | Oct 27 09:36:53.103 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:36:53.103 INFO kablam! Oct 27 09:36:53.103 INFO kablam! warning: constant item is never used: `ORANGE` Oct 27 09:36:53.103 INFO kablam! --> src/snake.rs:22:5 Oct 27 09:36:53.103 INFO kablam! | Oct 27 09:36:53.104 INFO kablam! 22 | pub const ORANGE: [f32; 4] = [1.0, 0.5, 0.0, 1.0]; Oct 27 09:36:53.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:36:53.104 INFO kablam! Oct 27 09:36:53.104 INFO kablam! warning: constant item is never used: `PINK` Oct 27 09:36:53.104 INFO kablam! --> src/snake.rs:24:5 Oct 27 09:36:53.104 INFO kablam! | Oct 27 09:36:53.104 INFO kablam! 24 | pub const PINK: [f32; 4] = [1.0, 0.0, 1.0, 1.0]; Oct 27 09:36:53.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:36:53.104 INFO kablam! Oct 27 09:36:53.104 INFO kablam! warning: constant item is never used: `ANGEL` Oct 27 09:36:53.104 INFO kablam! --> src/snake.rs:25:5 Oct 27 09:36:53.104 INFO kablam! | Oct 27 09:36:53.104 INFO kablam! 25 | pub const ANGEL: [f32; 4 ] = [0.5,0.5,1.0,0.5]; Oct 27 09:36:53.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:36:53.104 INFO kablam! Oct 27 09:36:53.110 INFO kablam! warning: constant item is never used: `GREEN` Oct 27 09:36:53.111 INFO kablam! --> src/snake.rs:26:5 Oct 27 09:36:53.111 INFO kablam! | Oct 27 09:36:53.111 INFO kablam! 26 | pub const GREEN: [f32; 4 ] = [0.0,0.5,0.0,1.0]; Oct 27 09:36:53.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:36:53.111 INFO kablam! Oct 27 09:36:53.111 INFO kablam! warning: crate `Snake` should have a snake case name such as `snake` Oct 27 09:36:53.111 INFO kablam! | Oct 27 09:36:53.111 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:36:53.111 INFO kablam! Oct 27 09:36:53.318 INFO kablam! warning: unused variable: `fruit` Oct 27 09:36:53.318 INFO kablam! --> src/snake.rs:133:34 Oct 27 09:36:53.318 INFO kablam! | Oct 27 09:36:53.318 INFO kablam! 133 | Collision::WithFruit(fruit) =>{ Oct 27 09:36:53.318 INFO kablam! | ^^^^^ help: consider using `_fruit` instead Oct 27 09:36:53.318 INFO kablam! | Oct 27 09:36:53.318 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:36:53.318 INFO kablam! Oct 27 09:36:53.341 INFO kablam! warning: variable does not need to be mutable Oct 27 09:36:53.342 INFO kablam! --> src/snake.rs:341:16 Oct 27 09:36:53.342 INFO kablam! | Oct 27 09:36:53.342 INFO kablam! 341 | mut window: &mut Window, Oct 27 09:36:53.342 INFO kablam! | ----^^^^^^ Oct 27 09:36:53.342 INFO kablam! | | Oct 27 09:36:53.342 INFO kablam! | help: remove this `mut` Oct 27 09:36:53.342 INFO kablam! | Oct 27 09:36:53.342 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:36:53.342 INFO kablam! Oct 27 09:36:53.342 INFO kablam! warning: variable does not need to be mutable Oct 27 09:36:53.342 INFO kablam! --> src/snake.rs:342:16 Oct 27 09:36:53.342 INFO kablam! | Oct 27 09:36:53.345 INFO kablam! 342 | mut gl: &mut GlGraphics, Oct 27 09:36:53.345 INFO kablam! | ----^^ Oct 27 09:36:53.345 INFO kablam! | | Oct 27 09:36:53.345 INFO kablam! | help: remove this `mut` Oct 27 09:36:53.345 INFO kablam! Oct 27 09:36:53.345 INFO kablam! warning: variable does not need to be mutable Oct 27 09:36:53.345 INFO kablam! --> src/snake.rs:343:16 Oct 27 09:36:53.345 INFO kablam! | Oct 27 09:36:53.345 INFO kablam! 343 | mut e: &mut Events, Oct 27 09:36:53.345 INFO kablam! | ----^ Oct 27 09:36:53.345 INFO kablam! | | Oct 27 09:36:53.345 INFO kablam! | help: remove this `mut` Oct 27 09:36:53.345 INFO kablam! Oct 27 09:36:53.345 INFO kablam! warning: variable does not need to be mutable Oct 27 09:36:53.345 INFO kablam! --> src/snake.rs:344:16 Oct 27 09:36:53.345 INFO kablam! | Oct 27 09:36:53.345 INFO kablam! 344 | mut glyph_cache: &mut GlyphCache){ Oct 27 09:36:53.345 INFO kablam! | ----^^^^^^^^^^^ Oct 27 09:36:53.345 INFO kablam! | | Oct 27 09:36:53.345 INFO kablam! | help: remove this `mut` Oct 27 09:36:53.345 INFO kablam! Oct 27 09:36:53.345 INFO kablam! warning: constant item is never used: `LIGHTBLUE` Oct 27 09:36:53.345 INFO kablam! --> src/snake.rs:21:5 Oct 27 09:36:53.345 INFO kablam! | Oct 27 09:36:53.345 INFO kablam! 21 | pub const LIGHTBLUE: [f32; 4] = [0.0, 1.0, 1.0, 1.0]; Oct 27 09:36:53.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:36:53.345 INFO kablam! | Oct 27 09:36:53.345 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:36:53.345 INFO kablam! Oct 27 09:36:53.345 INFO kablam! warning: constant item is never used: `ORANGE` Oct 27 09:36:53.345 INFO kablam! --> src/snake.rs:22:5 Oct 27 09:36:53.345 INFO kablam! | Oct 27 09:36:53.345 INFO kablam! 22 | pub const ORANGE: [f32; 4] = [1.0, 0.5, 0.0, 1.0]; Oct 27 09:36:53.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:36:53.345 INFO kablam! Oct 27 09:36:53.345 INFO kablam! warning: constant item is never used: `PINK` Oct 27 09:36:53.345 INFO kablam! --> src/snake.rs:24:5 Oct 27 09:36:53.345 INFO kablam! | Oct 27 09:36:53.345 INFO kablam! 24 | pub const PINK: [f32; 4] = [1.0, 0.0, 1.0, 1.0]; Oct 27 09:36:53.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:36:53.345 INFO kablam! Oct 27 09:36:53.345 INFO kablam! warning: constant item is never used: `ANGEL` Oct 27 09:36:53.345 INFO kablam! --> src/snake.rs:25:5 Oct 27 09:36:53.345 INFO kablam! | Oct 27 09:36:53.345 INFO kablam! 25 | pub const ANGEL: [f32; 4 ] = [0.5,0.5,1.0,0.5]; Oct 27 09:36:53.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:36:53.345 INFO kablam! Oct 27 09:36:53.345 INFO kablam! warning: constant item is never used: `GREEN` Oct 27 09:36:53.345 INFO kablam! --> src/snake.rs:26:5 Oct 27 09:36:53.345 INFO kablam! | Oct 27 09:36:53.345 INFO kablam! 26 | pub const GREEN: [f32; 4 ] = [0.0,0.5,0.0,1.0]; Oct 27 09:36:53.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:36:53.345 INFO kablam! Oct 27 09:36:53.345 INFO kablam! warning: crate `Snake` should have a snake case name such as `snake` Oct 27 09:36:53.345 INFO kablam! | Oct 27 09:36:53.345 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:36:53.345 INFO kablam! Oct 27 09:36:53.366 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.62s Oct 27 09:36:53.382 INFO kablam! su: No module specific data is present Oct 27 09:36:53.658 INFO running `"docker" "rm" "-f" "13ba94ddddbdbf9cc883b5ba90abb2f5befd8fa47db8d721d9f971ec29384b45"` Oct 27 09:36:53.847 INFO blam! 13ba94ddddbdbf9cc883b5ba90abb2f5befd8fa47db8d721d9f971ec29384b45