Oct 15 06:32:49.137 INFO testing TBeihammer/Snake against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:32:49.137 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 06:32:49.695 INFO blam! 05a310b310b0f8bb26bbc6166a0ee005718d2473fe0efe695722d6ec3588b482 Oct 15 06:32:49.697 INFO running `"docker" "start" "-a" "05a310b310b0f8bb26bbc6166a0ee005718d2473fe0efe695722d6ec3588b482"` Oct 15 06:32:51.170 INFO kablam! usermod: no changes Oct 15 06:32:51.515 INFO kablam! Compiling libc v0.2.29 Oct 15 06:32:51.524 INFO kablam! Compiling png v0.6.2 Oct 15 06:32:54.048 INFO kablam! Compiling rand v0.3.16 Oct 15 06:32:54.048 INFO kablam! Compiling num_cpus v1.6.2 Oct 15 06:32:54.048 INFO kablam! Compiling fs2 v0.2.5 Oct 15 06:32:54.048 INFO kablam! Compiling x11-dl v2.15.0 Oct 15 06:32:54.048 INFO kablam! Compiling shared_library v0.1.7 Oct 15 06:32:57.055 INFO kablam! Compiling memmap v0.4.0 Oct 15 06:32:58.344 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 06:33:02.895 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 06:33:02.895 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 06:33:02.895 INFO kablam! Compiling tempfile v2.1.6 Oct 15 06:33:04.611 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 06:33:06.359 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 06:33:09.120 INFO kablam! Compiling rayon v0.8.2 Oct 15 06:33:18.923 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 06:33:24.491 INFO kablam! Compiling image v0.12.4 Oct 15 06:33:29.283 INFO kablam! Compiling libloading v0.3.4 Oct 15 06:33:33.587 INFO kablam! Compiling dlib v0.3.1 Oct 15 06:33:34.203 INFO kablam! Compiling wayland-sys v0.7.8 Oct 15 06:33:37.131 INFO kablam! Compiling wayland-client v0.7.8 Oct 15 06:33:41.036 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 15 06:33:41.036 INFO kablam! Compiling wayland-window v0.4.4 Oct 15 06:33:46.545 INFO kablam! Compiling winit v0.5.11 Oct 15 06:33:47.351 INFO kablam! Compiling piston2d-opengl_graphics v0.40.0 Oct 15 06:33:51.375 INFO kablam! Compiling glutin v0.7.4 Oct 15 06:33:55.491 INFO kablam! Compiling pistoncore-glutin_window v0.35.1 Oct 15 06:33:58.316 INFO kablam! Compiling Snake v0.1.0 (/source) Oct 15 06:34:00.475 INFO kablam! warning: unused variable: `fruit` Oct 15 06:34:00.475 INFO kablam! --> src/snake.rs:133:34 Oct 15 06:34:00.475 INFO kablam! | Oct 15 06:34:00.475 INFO kablam! 133 | Collision::WithFruit(fruit) =>{ Oct 15 06:34:00.475 INFO kablam! | ^^^^^ help: consider using `_fruit` instead Oct 15 06:34:00.475 INFO kablam! | Oct 15 06:34:00.475 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:34:00.475 INFO kablam! Oct 15 06:34:00.499 INFO kablam! warning: variable does not need to be mutable Oct 15 06:34:00.500 INFO kablam! --> src/snake.rs:341:16 Oct 15 06:34:00.500 INFO kablam! | Oct 15 06:34:00.501 INFO kablam! 341 | mut window: &mut Window, Oct 15 06:34:00.501 INFO kablam! | ----^^^^^^ Oct 15 06:34:00.501 INFO kablam! | | Oct 15 06:34:00.501 INFO kablam! | help: remove this `mut` Oct 15 06:34:00.502 INFO kablam! | Oct 15 06:34:00.502 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:34:00.502 INFO kablam! Oct 15 06:34:00.503 INFO kablam! warning: variable does not need to be mutable Oct 15 06:34:00.503 INFO kablam! --> src/snake.rs:342:16 Oct 15 06:34:00.503 INFO kablam! | Oct 15 06:34:00.504 INFO kablam! 342 | mut gl: &mut GlGraphics, Oct 15 06:34:00.504 INFO kablam! | ----^^ Oct 15 06:34:00.504 INFO kablam! | | Oct 15 06:34:00.504 INFO kablam! | help: remove this `mut` Oct 15 06:34:00.505 INFO kablam! Oct 15 06:34:00.505 INFO kablam! warning: variable does not need to be mutable Oct 15 06:34:00.505 INFO kablam! --> src/snake.rs:343:16 Oct 15 06:34:00.505 INFO kablam! | Oct 15 06:34:00.506 INFO kablam! 343 | mut e: &mut Events, Oct 15 06:34:00.506 INFO kablam! | ----^ Oct 15 06:34:00.506 INFO kablam! | | Oct 15 06:34:00.506 INFO kablam! | help: remove this `mut` Oct 15 06:34:00.506 INFO kablam! Oct 15 06:34:00.506 INFO kablam! warning: variable does not need to be mutable Oct 15 06:34:00.507 INFO kablam! --> src/snake.rs:344:16 Oct 15 06:34:00.507 INFO kablam! | Oct 15 06:34:00.507 INFO kablam! 344 | mut glyph_cache: &mut GlyphCache){ Oct 15 06:34:00.507 INFO kablam! | ----^^^^^^^^^^^ Oct 15 06:34:00.507 INFO kablam! | | Oct 15 06:34:00.507 INFO kablam! | help: remove this `mut` Oct 15 06:34:00.508 INFO kablam! Oct 15 06:34:00.508 INFO kablam! warning: constant item is never used: `LIGHTBLUE` Oct 15 06:34:00.508 INFO kablam! --> src/snake.rs:21:5 Oct 15 06:34:00.508 INFO kablam! | Oct 15 06:34:00.508 INFO kablam! 21 | pub const LIGHTBLUE: [f32; 4] = [0.0, 1.0, 1.0, 1.0]; Oct 15 06:34:00.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:34:00.509 INFO kablam! | Oct 15 06:34:00.509 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:34:00.509 INFO kablam! Oct 15 06:34:00.509 INFO kablam! warning: constant item is never used: `ORANGE` Oct 15 06:34:00.509 INFO kablam! --> src/snake.rs:22:5 Oct 15 06:34:00.509 INFO kablam! | Oct 15 06:34:00.510 INFO kablam! 22 | pub const ORANGE: [f32; 4] = [1.0, 0.5, 0.0, 1.0]; Oct 15 06:34:00.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:34:00.510 INFO kablam! Oct 15 06:34:00.510 INFO kablam! warning: constant item is never used: `PINK` Oct 15 06:34:00.510 INFO kablam! --> src/snake.rs:24:5 Oct 15 06:34:00.510 INFO kablam! | Oct 15 06:34:00.515 INFO kablam! 24 | pub const PINK: [f32; 4] = [1.0, 0.0, 1.0, 1.0]; Oct 15 06:34:00.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:34:00.515 INFO kablam! Oct 15 06:34:00.515 INFO kablam! warning: constant item is never used: `ANGEL` Oct 15 06:34:00.515 INFO kablam! --> src/snake.rs:25:5 Oct 15 06:34:00.515 INFO kablam! | Oct 15 06:34:00.516 INFO kablam! 25 | pub const ANGEL: [f32; 4 ] = [0.5,0.5,1.0,0.5]; Oct 15 06:34:00.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:34:00.516 INFO kablam! Oct 15 06:34:00.516 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 06:34:00.516 INFO kablam! --> src/snake.rs:26:5 Oct 15 06:34:00.517 INFO kablam! | Oct 15 06:34:00.517 INFO kablam! 26 | pub const GREEN: [f32; 4 ] = [0.0,0.5,0.0,1.0]; Oct 15 06:34:00.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:34:00.517 INFO kablam! Oct 15 06:34:00.517 INFO kablam! warning: crate `Snake` should have a snake case name such as `snake` Oct 15 06:34:00.517 INFO kablam! | Oct 15 06:34:00.518 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:34:00.518 INFO kablam! Oct 15 06:34:03.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 15 06:34:03.210 INFO kablam! su: No module specific data is present Oct 15 06:34:04.092 INFO running `"docker" "rm" "-f" "05a310b310b0f8bb26bbc6166a0ee005718d2473fe0efe695722d6ec3588b482"` Oct 15 06:34:04.339 INFO blam! 05a310b310b0f8bb26bbc6166a0ee005718d2473fe0efe695722d6ec3588b482 Oct 15 06:34:04.349 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 06:34:04.823 INFO blam! da495925fc58325b274603c1072bbd104592e2a07449b4afbacac4677eb35a9a Oct 15 06:34:04.825 INFO running `"docker" "start" "-a" "da495925fc58325b274603c1072bbd104592e2a07449b4afbacac4677eb35a9a"` Oct 15 06:34:06.143 INFO kablam! usermod: no changes Oct 15 06:34:06.335 INFO kablam! Compiling Snake v0.1.0 (/source) Oct 15 06:34:08.663 INFO kablam! warning: unused variable: `fruit` Oct 15 06:34:08.663 INFO kablam! --> src/snake.rs:133:34 Oct 15 06:34:08.663 INFO kablam! | Oct 15 06:34:08.663 INFO kablam! 133 | Collision::WithFruit(fruit) =>{ Oct 15 06:34:08.663 INFO kablam! | ^^^^^ help: consider using `_fruit` instead Oct 15 06:34:08.663 INFO kablam! | Oct 15 06:34:08.663 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:34:08.663 INFO kablam! Oct 15 06:34:08.675 INFO kablam! warning: variable does not need to be mutable Oct 15 06:34:08.675 INFO kablam! --> src/snake.rs:341:16 Oct 15 06:34:08.675 INFO kablam! | Oct 15 06:34:08.675 INFO kablam! 341 | mut window: &mut Window, Oct 15 06:34:08.675 INFO kablam! | ----^^^^^^ Oct 15 06:34:08.675 INFO kablam! | | Oct 15 06:34:08.675 INFO kablam! | help: remove this `mut` Oct 15 06:34:08.675 INFO kablam! | Oct 15 06:34:08.675 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:34:08.675 INFO kablam! Oct 15 06:34:08.675 INFO kablam! warning: variable does not need to be mutable Oct 15 06:34:08.675 INFO kablam! --> src/snake.rs:342:16 Oct 15 06:34:08.675 INFO kablam! | Oct 15 06:34:08.675 INFO kablam! 342 | mut gl: &mut GlGraphics, Oct 15 06:34:08.675 INFO kablam! | ----^^ Oct 15 06:34:08.675 INFO kablam! | | Oct 15 06:34:08.675 INFO kablam! | help: remove this `mut` Oct 15 06:34:08.675 INFO kablam! Oct 15 06:34:08.675 INFO kablam! warning: variable does not need to be mutable Oct 15 06:34:08.675 INFO kablam! --> src/snake.rs:343:16 Oct 15 06:34:08.675 INFO kablam! | Oct 15 06:34:08.675 INFO kablam! 343 | mut e: &mut Events, Oct 15 06:34:08.675 INFO kablam! | ----^ Oct 15 06:34:08.675 INFO kablam! | | Oct 15 06:34:08.675 INFO kablam! | help: remove this `mut` Oct 15 06:34:08.675 INFO kablam! Oct 15 06:34:08.675 INFO kablam! warning: variable does not need to be mutable Oct 15 06:34:08.675 INFO kablam! --> src/snake.rs:344:16 Oct 15 06:34:08.675 INFO kablam! | Oct 15 06:34:08.675 INFO kablam! 344 | mut glyph_cache: &mut GlyphCache){ Oct 15 06:34:08.675 INFO kablam! | ----^^^^^^^^^^^ Oct 15 06:34:08.675 INFO kablam! | | Oct 15 06:34:08.675 INFO kablam! | help: remove this `mut` Oct 15 06:34:08.675 INFO kablam! Oct 15 06:34:08.675 INFO kablam! warning: constant item is never used: `LIGHTBLUE` Oct 15 06:34:08.675 INFO kablam! --> src/snake.rs:21:5 Oct 15 06:34:08.675 INFO kablam! | Oct 15 06:34:08.675 INFO kablam! 21 | pub const LIGHTBLUE: [f32; 4] = [0.0, 1.0, 1.0, 1.0]; Oct 15 06:34:08.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:34:08.675 INFO kablam! | Oct 15 06:34:08.675 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:34:08.675 INFO kablam! Oct 15 06:34:08.675 INFO kablam! warning: constant item is never used: `ORANGE` Oct 15 06:34:08.675 INFO kablam! --> src/snake.rs:22:5 Oct 15 06:34:08.675 INFO kablam! | Oct 15 06:34:08.675 INFO kablam! 22 | pub const ORANGE: [f32; 4] = [1.0, 0.5, 0.0, 1.0]; Oct 15 06:34:08.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:34:08.675 INFO kablam! Oct 15 06:34:08.675 INFO kablam! warning: constant item is never used: `PINK` Oct 15 06:34:08.675 INFO kablam! --> src/snake.rs:24:5 Oct 15 06:34:08.675 INFO kablam! | Oct 15 06:34:08.675 INFO kablam! 24 | pub const PINK: [f32; 4] = [1.0, 0.0, 1.0, 1.0]; Oct 15 06:34:08.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:34:08.675 INFO kablam! Oct 15 06:34:08.675 INFO kablam! warning: constant item is never used: `ANGEL` Oct 15 06:34:08.675 INFO kablam! --> src/snake.rs:25:5 Oct 15 06:34:08.675 INFO kablam! | Oct 15 06:34:08.675 INFO kablam! 25 | pub const ANGEL: [f32; 4 ] = [0.5,0.5,1.0,0.5]; Oct 15 06:34:08.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:34:08.675 INFO kablam! Oct 15 06:34:08.676 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 06:34:08.676 INFO kablam! --> src/snake.rs:26:5 Oct 15 06:34:08.676 INFO kablam! | Oct 15 06:34:08.676 INFO kablam! 26 | pub const GREEN: [f32; 4 ] = [0.0,0.5,0.0,1.0]; Oct 15 06:34:08.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:34:08.676 INFO kablam! Oct 15 06:34:08.676 INFO kablam! warning: crate `Snake` should have a snake case name such as `snake` Oct 15 06:34:08.676 INFO kablam! | Oct 15 06:34:08.676 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:34:08.676 INFO kablam! Oct 15 06:34:09.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.94s Oct 15 06:34:09.114 INFO kablam! su: No module specific data is present Oct 15 06:34:09.397 INFO running `"docker" "rm" "-f" "da495925fc58325b274603c1072bbd104592e2a07449b4afbacac4677eb35a9a"` Oct 15 06:34:09.546 INFO blam! da495925fc58325b274603c1072bbd104592e2a07449b4afbacac4677eb35a9a Oct 15 06:34:09.553 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 06:34:09.815 INFO blam! 84a70980039ab765d4783e9a2189cc4f62c211334b6ff9765cf46c6746bf0e9d Oct 15 06:34:09.817 INFO running `"docker" "start" "-a" "84a70980039ab765d4783e9a2189cc4f62c211334b6ff9765cf46c6746bf0e9d"` Oct 15 06:34:10.239 INFO kablam! usermod: no changes Oct 15 06:34:10.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 15 06:34:10.414 INFO kablam! Running /target/debug/deps/Snake-3148dae10f6d4bd2 Oct 15 06:34:10.416 INFO blam! Oct 15 06:34:10.416 INFO blam! running 0 tests Oct 15 06:34:10.416 INFO blam! Oct 15 06:34:10.416 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:34:10.416 INFO blam! Oct 15 06:34:10.419 INFO kablam! su: No module specific data is present Oct 15 06:34:11.092 INFO running `"docker" "rm" "-f" "84a70980039ab765d4783e9a2189cc4f62c211334b6ff9765cf46c6746bf0e9d"` Oct 15 06:34:11.331 INFO blam! 84a70980039ab765d4783e9a2189cc4f62c211334b6ff9765cf46c6746bf0e9d