Oct 21 20:24:27.772 INFO checking TBeihammer/Snake against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:24:27.774 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:24:28.286 INFO blam! 511dec5b39ea227858ddf63502eb3d87d2bc78c4982d664f883ed502239b8105 Oct 21 20:24:28.288 INFO running `"docker" "start" "-a" "511dec5b39ea227858ddf63502eb3d87d2bc78c4982d664f883ed502239b8105"` Oct 21 20:24:30.032 INFO kablam! usermod: no changes Oct 21 20:24:30.321 INFO kablam! Compiling rand v0.3.16 Oct 21 20:24:30.321 INFO kablam! Checking shared_library v0.1.7 Oct 21 20:24:30.326 INFO kablam! Checking tempfile v2.1.6 Oct 21 20:24:30.327 INFO kablam! Checking x11-dl v2.15.0 Oct 21 20:24:30.327 INFO kablam! Checking png v0.6.2 Oct 21 20:24:30.327 INFO kablam! Checking fs2 v0.2.5 Oct 21 20:24:33.068 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 20:24:33.278 INFO kablam! Checking memmap v0.4.0 Oct 21 20:24:35.600 INFO kablam! Checking image v0.12.4 Oct 21 20:24:37.728 INFO kablam! Compiling phf_generator v0.7.21 Oct 21 20:24:38.624 INFO kablam! Compiling phf_codegen v0.7.21 Oct 21 20:24:39.832 INFO kablam! Compiling target_build_utils v0.3.1 Oct 21 20:24:44.710 INFO kablam! Checking piston2d-opengl_graphics v0.40.0 Oct 21 20:24:53.133 INFO kablam! Compiling libloading v0.3.4 Oct 21 20:24:55.555 INFO kablam! Checking dlib v0.3.1 Oct 21 20:24:56.144 INFO kablam! Checking wayland-sys v0.7.8 Oct 21 20:24:56.896 INFO kablam! Checking wayland-client v0.7.8 Oct 21 20:24:58.781 INFO kablam! Checking wayland-kbd v0.6.3 Oct 21 20:24:58.781 INFO kablam! Checking wayland-window v0.4.4 Oct 21 20:25:00.796 INFO kablam! Checking winit v0.5.11 Oct 21 20:25:03.132 INFO kablam! Checking glutin v0.7.4 Oct 21 20:25:05.111 INFO kablam! Checking pistoncore-glutin_window v0.35.1 Oct 21 20:25:06.637 INFO kablam! Checking Snake v0.1.0 (/source) Oct 21 20:25:10.480 INFO kablam! warning: unused variable: `fruit` Oct 21 20:25:10.482 INFO kablam! --> src/snake.rs:133:34 Oct 21 20:25:10.482 INFO kablam! | Oct 21 20:25:10.482 INFO kablam! 133 | Collision::WithFruit(fruit) =>{ Oct 21 20:25:10.482 INFO kablam! | ^^^^^ help: consider using `_fruit` instead Oct 21 20:25:10.482 INFO kablam! | Oct 21 20:25:10.482 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:25:10.482 INFO kablam! Oct 21 20:25:10.492 INFO kablam! warning: unused variable: `fruit` Oct 21 20:25:10.492 INFO kablam! --> src/snake.rs:133:34 Oct 21 20:25:10.492 INFO kablam! | Oct 21 20:25:10.492 INFO kablam! 133 | Collision::WithFruit(fruit) =>{ Oct 21 20:25:10.492 INFO kablam! | ^^^^^ help: consider using `_fruit` instead Oct 21 20:25:10.492 INFO kablam! | Oct 21 20:25:10.492 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:25:10.492 INFO kablam! Oct 21 20:25:10.518 INFO kablam! warning: variable does not need to be mutable Oct 21 20:25:10.519 INFO kablam! --> src/snake.rs:341:16 Oct 21 20:25:10.519 INFO kablam! | Oct 21 20:25:10.519 INFO kablam! 341 | mut window: &mut Window, Oct 21 20:25:10.519 INFO kablam! | ----^^^^^^ Oct 21 20:25:10.519 INFO kablam! | | Oct 21 20:25:10.519 INFO kablam! | help: remove this `mut` Oct 21 20:25:10.519 INFO kablam! | Oct 21 20:25:10.519 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:25:10.519 INFO kablam! Oct 21 20:25:10.519 INFO kablam! warning: variable does not need to be mutable Oct 21 20:25:10.519 INFO kablam! --> src/snake.rs:342:16 Oct 21 20:25:10.519 INFO kablam! | Oct 21 20:25:10.519 INFO kablam! 342 | mut gl: &mut GlGraphics, Oct 21 20:25:10.519 INFO kablam! | ----^^ Oct 21 20:25:10.519 INFO kablam! | | Oct 21 20:25:10.519 INFO kablam! | help: remove this `mut` Oct 21 20:25:10.519 INFO kablam! Oct 21 20:25:10.519 INFO kablam! warning: variable does not need to be mutable Oct 21 20:25:10.519 INFO kablam! --> src/snake.rs:343:16 Oct 21 20:25:10.519 INFO kablam! | Oct 21 20:25:10.519 INFO kablam! 343 | mut e: &mut Events, Oct 21 20:25:10.519 INFO kablam! | ----^ Oct 21 20:25:10.519 INFO kablam! | | Oct 21 20:25:10.519 INFO kablam! | help: remove this `mut` Oct 21 20:25:10.519 INFO kablam! Oct 21 20:25:10.519 INFO kablam! warning: variable does not need to be mutable Oct 21 20:25:10.519 INFO kablam! --> src/snake.rs:344:16 Oct 21 20:25:10.519 INFO kablam! | Oct 21 20:25:10.519 INFO kablam! 344 | mut glyph_cache: &mut GlyphCache){ Oct 21 20:25:10.519 INFO kablam! | ----^^^^^^^^^^^ Oct 21 20:25:10.519 INFO kablam! | | Oct 21 20:25:10.519 INFO kablam! | help: remove this `mut` Oct 21 20:25:10.519 INFO kablam! Oct 21 20:25:10.519 INFO kablam! warning: constant item is never used: `LIGHTBLUE` Oct 21 20:25:10.519 INFO kablam! --> src/snake.rs:21:5 Oct 21 20:25:10.519 INFO kablam! | Oct 21 20:25:10.519 INFO kablam! 21 | pub const LIGHTBLUE: [f32; 4] = [0.0, 1.0, 1.0, 1.0]; Oct 21 20:25:10.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:25:10.519 INFO kablam! | Oct 21 20:25:10.519 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:25:10.519 INFO kablam! Oct 21 20:25:10.519 INFO kablam! warning: constant item is never used: `ORANGE` Oct 21 20:25:10.519 INFO kablam! --> src/snake.rs:22:5 Oct 21 20:25:10.519 INFO kablam! | Oct 21 20:25:10.519 INFO kablam! 22 | pub const ORANGE: [f32; 4] = [1.0, 0.5, 0.0, 1.0]; Oct 21 20:25:10.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:25:10.519 INFO kablam! Oct 21 20:25:10.519 INFO kablam! warning: constant item is never used: `PINK` Oct 21 20:25:10.519 INFO kablam! --> src/snake.rs:24:5 Oct 21 20:25:10.519 INFO kablam! | Oct 21 20:25:10.519 INFO kablam! 24 | pub const PINK: [f32; 4] = [1.0, 0.0, 1.0, 1.0]; Oct 21 20:25:10.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:25:10.519 INFO kablam! Oct 21 20:25:10.520 INFO kablam! warning: constant item is never used: `ANGEL` Oct 21 20:25:10.520 INFO kablam! --> src/snake.rs:25:5 Oct 21 20:25:10.520 INFO kablam! | Oct 21 20:25:10.520 INFO kablam! 25 | pub const ANGEL: [f32; 4 ] = [0.5,0.5,1.0,0.5]; Oct 21 20:25:10.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:25:10.520 INFO kablam! Oct 21 20:25:10.520 INFO kablam! warning: constant item is never used: `GREEN` Oct 21 20:25:10.520 INFO kablam! --> src/snake.rs:26:5 Oct 21 20:25:10.520 INFO kablam! | Oct 21 20:25:10.520 INFO kablam! 26 | pub const GREEN: [f32; 4 ] = [0.0,0.5,0.0,1.0]; Oct 21 20:25:10.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:25:10.520 INFO kablam! Oct 21 20:25:10.520 INFO kablam! warning: crate `Snake` should have a snake case name such as `snake` Oct 21 20:25:10.520 INFO kablam! | Oct 21 20:25:10.520 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 20:25:10.520 INFO kablam! Oct 21 20:25:10.520 INFO kablam! warning: variable does not need to be mutable Oct 21 20:25:10.520 INFO kablam! --> src/snake.rs:341:16 Oct 21 20:25:10.520 INFO kablam! | Oct 21 20:25:10.520 INFO kablam! 341 | mut window: &mut Window, Oct 21 20:25:10.520 INFO kablam! | ----^^^^^^ Oct 21 20:25:10.520 INFO kablam! | | Oct 21 20:25:10.520 INFO kablam! | help: remove this `mut` Oct 21 20:25:10.520 INFO kablam! | Oct 21 20:25:10.520 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:25:10.520 INFO kablam! Oct 21 20:25:10.520 INFO kablam! warning: variable does not need to be mutable Oct 21 20:25:10.520 INFO kablam! --> src/snake.rs:342:16 Oct 21 20:25:10.520 INFO kablam! | Oct 21 20:25:10.520 INFO kablam! 342 | mut gl: &mut GlGraphics, Oct 21 20:25:10.520 INFO kablam! | ----^^ Oct 21 20:25:10.520 INFO kablam! | | Oct 21 20:25:10.520 INFO kablam! | help: remove this `mut` Oct 21 20:25:10.520 INFO kablam! Oct 21 20:25:10.520 INFO kablam! warning: variable does not need to be mutable Oct 21 20:25:10.520 INFO kablam! --> src/snake.rs:343:16 Oct 21 20:25:10.520 INFO kablam! | Oct 21 20:25:10.520 INFO kablam! 343 | mut e: &mut Events, Oct 21 20:25:10.520 INFO kablam! | ----^ Oct 21 20:25:10.520 INFO kablam! | | Oct 21 20:25:10.520 INFO kablam! | help: remove this `mut` Oct 21 20:25:10.520 INFO kablam! Oct 21 20:25:10.520 INFO kablam! warning: variable does not need to be mutable Oct 21 20:25:10.520 INFO kablam! --> src/snake.rs:344:16 Oct 21 20:25:10.520 INFO kablam! | Oct 21 20:25:10.520 INFO kablam! 344 | mut glyph_cache: &mut GlyphCache){ Oct 21 20:25:10.520 INFO kablam! | ----^^^^^^^^^^^ Oct 21 20:25:10.520 INFO kablam! | | Oct 21 20:25:10.521 INFO kablam! | help: remove this `mut` Oct 21 20:25:10.521 INFO kablam! Oct 21 20:25:10.523 INFO kablam! warning: constant item is never used: `LIGHTBLUE` Oct 21 20:25:10.523 INFO kablam! --> src/snake.rs:21:5 Oct 21 20:25:10.523 INFO kablam! | Oct 21 20:25:10.523 INFO kablam! 21 | pub const LIGHTBLUE: [f32; 4] = [0.0, 1.0, 1.0, 1.0]; Oct 21 20:25:10.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:25:10.523 INFO kablam! | Oct 21 20:25:10.523 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:25:10.523 INFO kablam! Oct 21 20:25:10.523 INFO kablam! warning: constant item is never used: `ORANGE` Oct 21 20:25:10.523 INFO kablam! --> src/snake.rs:22:5 Oct 21 20:25:10.523 INFO kablam! | Oct 21 20:25:10.523 INFO kablam! 22 | pub const ORANGE: [f32; 4] = [1.0, 0.5, 0.0, 1.0]; Oct 21 20:25:10.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:25:10.523 INFO kablam! Oct 21 20:25:10.523 INFO kablam! warning: constant item is never used: `PINK` Oct 21 20:25:10.523 INFO kablam! --> src/snake.rs:24:5 Oct 21 20:25:10.523 INFO kablam! | Oct 21 20:25:10.523 INFO kablam! 24 | pub const PINK: [f32; 4] = [1.0, 0.0, 1.0, 1.0]; Oct 21 20:25:10.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:25:10.523 INFO kablam! Oct 21 20:25:10.523 INFO kablam! warning: constant item is never used: `ANGEL` Oct 21 20:25:10.523 INFO kablam! --> src/snake.rs:25:5 Oct 21 20:25:10.523 INFO kablam! | Oct 21 20:25:10.523 INFO kablam! 25 | pub const ANGEL: [f32; 4 ] = [0.5,0.5,1.0,0.5]; Oct 21 20:25:10.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:25:10.523 INFO kablam! Oct 21 20:25:10.523 INFO kablam! warning: constant item is never used: `GREEN` Oct 21 20:25:10.523 INFO kablam! --> src/snake.rs:26:5 Oct 21 20:25:10.523 INFO kablam! | Oct 21 20:25:10.523 INFO kablam! 26 | pub const GREEN: [f32; 4 ] = [0.0,0.5,0.0,1.0]; Oct 21 20:25:10.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:25:10.523 INFO kablam! Oct 21 20:25:10.523 INFO kablam! warning: crate `Snake` should have a snake case name such as `snake` Oct 21 20:25:10.523 INFO kablam! | Oct 21 20:25:10.523 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 20:25:10.523 INFO kablam! Oct 21 20:25:10.576 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.51s Oct 21 20:25:10.588 INFO kablam! su: No module specific data is present Oct 21 20:25:11.174 INFO running `"docker" "rm" "-f" "511dec5b39ea227858ddf63502eb3d87d2bc78c4982d664f883ed502239b8105"` Oct 21 20:25:11.526 INFO blam! 511dec5b39ea227858ddf63502eb3d87d2bc78c4982d664f883ed502239b8105