Oct 11 04:22:10.294 INFO testing TBeihammer/Snake against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:22:10.294 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:22:10.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:22:10.844 INFO blam! 1a1debbaaa6acaf17b8e6553f1bfa05667e9280af8ffb477b20e4f8a44df99f8 Oct 11 04:22:10.848 INFO running `"docker" "start" "-a" "1a1debbaaa6acaf17b8e6553f1bfa05667e9280af8ffb477b20e4f8a44df99f8"` Oct 11 04:22:11.929 INFO kablam! usermod: no changes Oct 11 04:22:12.336 INFO kablam! Compiling png v0.6.2 Oct 11 04:22:12.340 INFO kablam! Compiling pistoncore-glutin_window v0.35.1 Oct 11 04:22:16.413 INFO kablam! Compiling image v0.12.4 Oct 11 04:22:33.608 INFO kablam! Compiling piston2d-opengl_graphics v0.40.0 Oct 11 04:22:39.894 INFO kablam! Compiling Snake v0.1.0 (/source) Oct 11 04:22:45.008 INFO kablam! warning: unused variable: `fruit` Oct 11 04:22:45.008 INFO kablam! --> src/snake.rs:133:34 Oct 11 04:22:45.008 INFO kablam! | Oct 11 04:22:45.008 INFO kablam! 133 | Collision::WithFruit(fruit) =>{ Oct 11 04:22:45.008 INFO kablam! | ^^^^^ help: consider using `_fruit` instead Oct 11 04:22:45.008 INFO kablam! | Oct 11 04:22:45.008 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:22:45.008 INFO kablam! Oct 11 04:22:45.029 INFO kablam! warning: variable does not need to be mutable Oct 11 04:22:45.029 INFO kablam! --> src/snake.rs:341:16 Oct 11 04:22:45.029 INFO kablam! | Oct 11 04:22:45.029 INFO kablam! 341 | mut window: &mut Window, Oct 11 04:22:45.029 INFO kablam! | ----^^^^^^ Oct 11 04:22:45.029 INFO kablam! | | Oct 11 04:22:45.029 INFO kablam! | help: remove this `mut` Oct 11 04:22:45.029 INFO kablam! | Oct 11 04:22:45.029 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:22:45.029 INFO kablam! Oct 11 04:22:45.029 INFO kablam! warning: variable does not need to be mutable Oct 11 04:22:45.029 INFO kablam! --> src/snake.rs:342:16 Oct 11 04:22:45.029 INFO kablam! | Oct 11 04:22:45.029 INFO kablam! 342 | mut gl: &mut GlGraphics, Oct 11 04:22:45.029 INFO kablam! | ----^^ Oct 11 04:22:45.029 INFO kablam! | | Oct 11 04:22:45.029 INFO kablam! | help: remove this `mut` Oct 11 04:22:45.029 INFO kablam! Oct 11 04:22:45.029 INFO kablam! warning: variable does not need to be mutable Oct 11 04:22:45.029 INFO kablam! --> src/snake.rs:343:16 Oct 11 04:22:45.029 INFO kablam! | Oct 11 04:22:45.029 INFO kablam! 343 | mut e: &mut Events, Oct 11 04:22:45.029 INFO kablam! | ----^ Oct 11 04:22:45.029 INFO kablam! | | Oct 11 04:22:45.029 INFO kablam! | help: remove this `mut` Oct 11 04:22:45.029 INFO kablam! Oct 11 04:22:45.029 INFO kablam! warning: variable does not need to be mutable Oct 11 04:22:45.029 INFO kablam! --> src/snake.rs:344:16 Oct 11 04:22:45.029 INFO kablam! | Oct 11 04:22:45.029 INFO kablam! 344 | mut glyph_cache: &mut GlyphCache){ Oct 11 04:22:45.029 INFO kablam! | ----^^^^^^^^^^^ Oct 11 04:22:45.029 INFO kablam! | | Oct 11 04:22:45.029 INFO kablam! | help: remove this `mut` Oct 11 04:22:45.033 INFO kablam! Oct 11 04:22:45.033 INFO kablam! warning: constant item is never used: `LIGHTBLUE` Oct 11 04:22:45.033 INFO kablam! --> src/snake.rs:21:5 Oct 11 04:22:45.033 INFO kablam! | Oct 11 04:22:45.033 INFO kablam! 21 | pub const LIGHTBLUE: [f32; 4] = [0.0, 1.0, 1.0, 1.0]; Oct 11 04:22:45.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:22:45.033 INFO kablam! | Oct 11 04:22:45.033 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:22:45.033 INFO kablam! Oct 11 04:22:45.033 INFO kablam! warning: constant item is never used: `ORANGE` Oct 11 04:22:45.033 INFO kablam! --> src/snake.rs:22:5 Oct 11 04:22:45.033 INFO kablam! | Oct 11 04:22:45.033 INFO kablam! 22 | pub const ORANGE: [f32; 4] = [1.0, 0.5, 0.0, 1.0]; Oct 11 04:22:45.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:22:45.033 INFO kablam! Oct 11 04:22:45.033 INFO kablam! warning: constant item is never used: `PINK` Oct 11 04:22:45.033 INFO kablam! --> src/snake.rs:24:5 Oct 11 04:22:45.033 INFO kablam! | Oct 11 04:22:45.033 INFO kablam! 24 | pub const PINK: [f32; 4] = [1.0, 0.0, 1.0, 1.0]; Oct 11 04:22:45.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:22:45.033 INFO kablam! Oct 11 04:22:45.033 INFO kablam! warning: constant item is never used: `ANGEL` Oct 11 04:22:45.033 INFO kablam! --> src/snake.rs:25:5 Oct 11 04:22:45.033 INFO kablam! | Oct 11 04:22:45.033 INFO kablam! 25 | pub const ANGEL: [f32; 4 ] = [0.5,0.5,1.0,0.5]; Oct 11 04:22:45.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:22:45.033 INFO kablam! Oct 11 04:22:45.033 INFO kablam! warning: constant item is never used: `GREEN` Oct 11 04:22:45.033 INFO kablam! --> src/snake.rs:26:5 Oct 11 04:22:45.033 INFO kablam! | Oct 11 04:22:45.033 INFO kablam! 26 | pub const GREEN: [f32; 4 ] = [0.0,0.5,0.0,1.0]; Oct 11 04:22:45.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:22:45.033 INFO kablam! Oct 11 04:22:45.033 INFO kablam! warning: crate `Snake` should have a snake case name such as `snake` Oct 11 04:22:45.033 INFO kablam! | Oct 11 04:22:45.033 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:22:45.033 INFO kablam! Oct 11 04:22:48.672 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.72s Oct 11 04:22:48.683 INFO kablam! su: No module specific data is present Oct 11 04:22:49.206 INFO running `"docker" "rm" "-f" "1a1debbaaa6acaf17b8e6553f1bfa05667e9280af8ffb477b20e4f8a44df99f8"` Oct 11 04:22:49.376 INFO blam! 1a1debbaaa6acaf17b8e6553f1bfa05667e9280af8ffb477b20e4f8a44df99f8 Oct 11 04:22:49.388 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:22:49.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:22:49.738 INFO blam! 581b6b3baa7ca56565165934901477abda8c8ea4dbac4269329ccbea6d1dc21a Oct 11 04:22:49.740 INFO running `"docker" "start" "-a" "581b6b3baa7ca56565165934901477abda8c8ea4dbac4269329ccbea6d1dc21a"` Oct 11 04:22:51.182 INFO kablam! usermod: no changes Oct 11 04:22:51.479 INFO kablam! Compiling Snake v0.1.0 (/source) Oct 11 04:22:56.581 INFO kablam! warning: unused variable: `fruit` Oct 11 04:22:56.581 INFO kablam! --> src/snake.rs:133:34 Oct 11 04:22:56.581 INFO kablam! | Oct 11 04:22:56.582 INFO kablam! 133 | Collision::WithFruit(fruit) =>{ Oct 11 04:22:56.582 INFO kablam! | ^^^^^ help: consider using `_fruit` instead Oct 11 04:22:56.582 INFO kablam! | Oct 11 04:22:56.583 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:22:56.583 INFO kablam! Oct 11 04:22:56.605 INFO kablam! warning: variable does not need to be mutable Oct 11 04:22:56.605 INFO kablam! --> src/snake.rs:341:16 Oct 11 04:22:56.605 INFO kablam! | Oct 11 04:22:56.605 INFO kablam! 341 | mut window: &mut Window, Oct 11 04:22:56.605 INFO kablam! | ----^^^^^^ Oct 11 04:22:56.605 INFO kablam! | | Oct 11 04:22:56.606 INFO kablam! | help: remove this `mut` Oct 11 04:22:56.606 INFO kablam! | Oct 11 04:22:56.606 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:22:56.606 INFO kablam! Oct 11 04:22:56.606 INFO kablam! warning: variable does not need to be mutable Oct 11 04:22:56.606 INFO kablam! --> src/snake.rs:342:16 Oct 11 04:22:56.607 INFO kablam! | Oct 11 04:22:56.607 INFO kablam! 342 | mut gl: &mut GlGraphics, Oct 11 04:22:56.607 INFO kablam! | ----^^ Oct 11 04:22:56.607 INFO kablam! | | Oct 11 04:22:56.607 INFO kablam! | help: remove this `mut` Oct 11 04:22:56.607 INFO kablam! Oct 11 04:22:56.608 INFO kablam! warning: variable does not need to be mutable Oct 11 04:22:56.608 INFO kablam! --> src/snake.rs:343:16 Oct 11 04:22:56.608 INFO kablam! | Oct 11 04:22:56.608 INFO kablam! 343 | mut e: &mut Events, Oct 11 04:22:56.608 INFO kablam! | ----^ Oct 11 04:22:56.608 INFO kablam! | | Oct 11 04:22:56.609 INFO kablam! | help: remove this `mut` Oct 11 04:22:56.609 INFO kablam! Oct 11 04:22:56.609 INFO kablam! warning: variable does not need to be mutable Oct 11 04:22:56.609 INFO kablam! --> src/snake.rs:344:16 Oct 11 04:22:56.609 INFO kablam! | Oct 11 04:22:56.609 INFO kablam! 344 | mut glyph_cache: &mut GlyphCache){ Oct 11 04:22:56.609 INFO kablam! | ----^^^^^^^^^^^ Oct 11 04:22:56.610 INFO kablam! | | Oct 11 04:22:56.610 INFO kablam! | help: remove this `mut` Oct 11 04:22:56.610 INFO kablam! Oct 11 04:22:56.610 INFO kablam! warning: constant item is never used: `LIGHTBLUE` Oct 11 04:22:56.610 INFO kablam! --> src/snake.rs:21:5 Oct 11 04:22:56.610 INFO kablam! | Oct 11 04:22:56.610 INFO kablam! 21 | pub const LIGHTBLUE: [f32; 4] = [0.0, 1.0, 1.0, 1.0]; Oct 11 04:22:56.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:22:56.611 INFO kablam! | Oct 11 04:22:56.611 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:22:56.611 INFO kablam! Oct 11 04:22:56.611 INFO kablam! warning: constant item is never used: `ORANGE` Oct 11 04:22:56.611 INFO kablam! --> src/snake.rs:22:5 Oct 11 04:22:56.611 INFO kablam! | Oct 11 04:22:56.612 INFO kablam! 22 | pub const ORANGE: [f32; 4] = [1.0, 0.5, 0.0, 1.0]; Oct 11 04:22:56.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:22:56.612 INFO kablam! Oct 11 04:22:56.612 INFO kablam! warning: constant item is never used: `PINK` Oct 11 04:22:56.612 INFO kablam! --> src/snake.rs:24:5 Oct 11 04:22:56.612 INFO kablam! | Oct 11 04:22:56.612 INFO kablam! 24 | pub const PINK: [f32; 4] = [1.0, 0.0, 1.0, 1.0]; Oct 11 04:22:56.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:22:56.613 INFO kablam! Oct 11 04:22:56.613 INFO kablam! warning: constant item is never used: `ANGEL` Oct 11 04:22:56.613 INFO kablam! --> src/snake.rs:25:5 Oct 11 04:22:56.613 INFO kablam! | Oct 11 04:22:56.613 INFO kablam! 25 | pub const ANGEL: [f32; 4 ] = [0.5,0.5,1.0,0.5]; Oct 11 04:22:56.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:22:56.613 INFO kablam! Oct 11 04:22:56.614 INFO kablam! warning: constant item is never used: `GREEN` Oct 11 04:22:56.614 INFO kablam! --> src/snake.rs:26:5 Oct 11 04:22:56.614 INFO kablam! | Oct 11 04:22:56.614 INFO kablam! 26 | pub const GREEN: [f32; 4 ] = [0.0,0.5,0.0,1.0]; Oct 11 04:22:56.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:22:56.614 INFO kablam! Oct 11 04:22:56.614 INFO kablam! warning: crate `Snake` should have a snake case name such as `snake` Oct 11 04:22:56.615 INFO kablam! | Oct 11 04:22:56.615 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:22:56.615 INFO kablam! Oct 11 04:22:57.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.06s Oct 11 04:22:57.304 INFO kablam! su: No module specific data is present Oct 11 04:22:57.828 INFO running `"docker" "rm" "-f" "581b6b3baa7ca56565165934901477abda8c8ea4dbac4269329ccbea6d1dc21a"` Oct 11 04:22:58.209 INFO blam! 581b6b3baa7ca56565165934901477abda8c8ea4dbac4269329ccbea6d1dc21a Oct 11 04:22:58.213 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:22:58.213 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:22:58.608 INFO blam! b5d35d03fe86448519b15f270861d5d4756008e84083facfce72a6abbef18c29 Oct 11 04:22:58.613 INFO running `"docker" "start" "-a" "b5d35d03fe86448519b15f270861d5d4756008e84083facfce72a6abbef18c29"` Oct 11 04:22:59.820 INFO kablam! usermod: no changes Oct 11 04:23:00.004 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 04:23:00.028 INFO kablam! Running /target/debug/deps/Snake-e727d43a0a17b10b Oct 11 04:23:00.028 INFO blam! Oct 11 04:23:00.028 INFO kablam! su: No module specific data is present Oct 11 04:23:00.028 INFO blam! running 0 tests Oct 11 04:23:00.028 INFO blam! Oct 11 04:23:00.028 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:23:00.028 INFO blam! Oct 11 04:23:00.472 INFO running `"docker" "rm" "-f" "b5d35d03fe86448519b15f270861d5d4756008e84083facfce72a6abbef18c29"` Oct 11 04:23:00.796 INFO blam! b5d35d03fe86448519b15f270861d5d4756008e84083facfce72a6abbef18c29