Oct 11 06:27:39.985 INFO testing HartleyAHartley/rust_game_dev against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:27:39.985 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:27:39.986 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 06:27:40.448 INFO blam! 3df68d4cd1cee73e65e602643fd52148dbb75dca906d52d4786e8536ca43f9f6 Oct 11 06:27:40.453 INFO running `"docker" "start" "-a" "3df68d4cd1cee73e65e602643fd52148dbb75dca906d52d4786e8536ca43f9f6"` Oct 11 06:27:41.851 INFO kablam! usermod: no changes Oct 11 06:27:42.068 INFO kablam! Compiling x11-dl v2.17.1 Oct 11 06:27:42.068 INFO kablam! Compiling gfx v0.16.2 Oct 11 06:27:42.068 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 11 06:27:55.128 INFO kablam! Compiling winit v0.8.3 Oct 11 06:28:00.693 INFO kablam! Compiling glutin v0.10.1 Oct 11 06:28:03.114 INFO kablam! Compiling gfx_window_glutin v0.18.0 Oct 11 06:28:05.041 INFO kablam! Compiling game_dev v0.1.0 (/source) Oct 11 06:28:06.068 INFO kablam! warning: unused `#[macro_use]` import Oct 11 06:28:06.068 INFO kablam! --> src/main.rs:1:1 Oct 11 06:28:06.068 INFO kablam! | Oct 11 06:28:06.068 INFO kablam! 1 | #[macro_use] Oct 11 06:28:06.068 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:28:06.068 INFO kablam! | Oct 11 06:28:06.068 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:28:06.068 INFO kablam! Oct 11 06:28:06.068 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 11 06:28:06.068 INFO kablam! --> src/main.rs:7:5 Oct 11 06:28:06.068 INFO kablam! | Oct 11 06:28:06.068 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 11 06:28:06.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:28:06.068 INFO kablam! Oct 11 06:28:06.108 INFO kablam! warning: unused variable: `factory` Oct 11 06:28:06.108 INFO kablam! --> src/main.rs:26:34 Oct 11 06:28:06.108 INFO kablam! | Oct 11 06:28:06.108 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 11 06:28:06.108 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 11 06:28:06.108 INFO kablam! | Oct 11 06:28:06.108 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:28:06.108 INFO kablam! Oct 11 06:28:06.108 INFO kablam! warning: unused variable: `color_view` Oct 11 06:28:06.108 INFO kablam! --> src/main.rs:26:43 Oct 11 06:28:06.108 INFO kablam! | Oct 11 06:28:06.108 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 11 06:28:06.108 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 11 06:28:06.108 INFO kablam! Oct 11 06:28:06.108 INFO kablam! warning: unused variable: `depth_view` Oct 11 06:28:06.108 INFO kablam! --> src/main.rs:26:59 Oct 11 06:28:06.108 INFO kablam! | Oct 11 06:28:06.108 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 11 06:28:06.108 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 11 06:28:06.108 INFO kablam! Oct 11 06:28:06.120 INFO kablam! warning: variable does not need to be mutable Oct 11 06:28:06.120 INFO kablam! --> src/main.rs:26:30 Oct 11 06:28:06.120 INFO kablam! | Oct 11 06:28:06.120 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 11 06:28:06.120 INFO kablam! | ----^^^^^^^ Oct 11 06:28:06.120 INFO kablam! | | Oct 11 06:28:06.120 INFO kablam! | help: remove this `mut` Oct 11 06:28:06.120 INFO kablam! | Oct 11 06:28:06.120 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:28:06.120 INFO kablam! Oct 11 06:28:06.120 INFO kablam! warning: variable does not need to be mutable Oct 11 06:28:06.120 INFO kablam! --> src/main.rs:26:55 Oct 11 06:28:06.120 INFO kablam! | Oct 11 06:28:06.120 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 11 06:28:06.120 INFO kablam! | ----^^^^^^^^^^ Oct 11 06:28:06.120 INFO kablam! | | Oct 11 06:28:06.120 INFO kablam! | help: remove this `mut` Oct 11 06:28:06.120 INFO kablam! Oct 11 06:28:06.120 INFO kablam! warning: constant item is never used: `BLACK` Oct 11 06:28:06.120 INFO kablam! --> src/main.rs:16:1 Oct 11 06:28:06.120 INFO kablam! | Oct 11 06:28:06.120 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 11 06:28:06.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:28:06.120 INFO kablam! | Oct 11 06:28:06.120 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:28:06.120 INFO kablam! Oct 11 06:28:07.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.12s Oct 11 06:28:07.998 INFO kablam! su: No module specific data is present Oct 11 06:28:08.544 INFO running `"docker" "rm" "-f" "3df68d4cd1cee73e65e602643fd52148dbb75dca906d52d4786e8536ca43f9f6"` Oct 11 06:28:08.832 INFO blam! 3df68d4cd1cee73e65e602643fd52148dbb75dca906d52d4786e8536ca43f9f6 Oct 11 06:28:08.836 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:28:08.837 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 06:28:09.227 INFO blam! 35c1f3a0b30f6f0357a048f0038ae37e2a09580413f5eb42c43282fd6ff2caf4 Oct 11 06:28:09.233 INFO running `"docker" "start" "-a" "35c1f3a0b30f6f0357a048f0038ae37e2a09580413f5eb42c43282fd6ff2caf4"` Oct 11 06:28:10.138 INFO kablam! usermod: no changes Oct 11 06:28:10.284 INFO kablam! Compiling game_dev v0.1.0 (/source) Oct 11 06:28:11.632 INFO kablam! warning: unused `#[macro_use]` import Oct 11 06:28:11.632 INFO kablam! --> src/main.rs:1:1 Oct 11 06:28:11.632 INFO kablam! | Oct 11 06:28:11.632 INFO kablam! 1 | #[macro_use] Oct 11 06:28:11.632 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:28:11.632 INFO kablam! | Oct 11 06:28:11.632 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:28:11.632 INFO kablam! Oct 11 06:28:11.632 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 11 06:28:11.632 INFO kablam! --> src/main.rs:7:5 Oct 11 06:28:11.632 INFO kablam! | Oct 11 06:28:11.632 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 11 06:28:11.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:28:11.632 INFO kablam! Oct 11 06:28:11.684 INFO kablam! warning: unused variable: `factory` Oct 11 06:28:11.685 INFO kablam! --> src/main.rs:26:34 Oct 11 06:28:11.685 INFO kablam! | Oct 11 06:28:11.685 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 11 06:28:11.686 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 11 06:28:11.686 INFO kablam! | Oct 11 06:28:11.686 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:28:11.686 INFO kablam! Oct 11 06:28:11.687 INFO kablam! warning: unused variable: `color_view` Oct 11 06:28:11.688 INFO kablam! --> src/main.rs:26:43 Oct 11 06:28:11.689 INFO kablam! | Oct 11 06:28:11.689 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 11 06:28:11.690 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 11 06:28:11.690 INFO kablam! Oct 11 06:28:11.690 INFO kablam! warning: unused variable: `depth_view` Oct 11 06:28:11.690 INFO kablam! --> src/main.rs:26:59 Oct 11 06:28:11.690 INFO kablam! | Oct 11 06:28:11.690 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 11 06:28:11.690 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 11 06:28:11.690 INFO kablam! Oct 11 06:28:11.690 INFO kablam! warning: variable does not need to be mutable Oct 11 06:28:11.690 INFO kablam! --> src/main.rs:26:55 Oct 11 06:28:11.690 INFO kablam! | Oct 11 06:28:11.690 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 11 06:28:11.690 INFO kablam! | ----^^^^^^^^^^ Oct 11 06:28:11.690 INFO kablam! | | Oct 11 06:28:11.690 INFO kablam! | help: remove this `mut` Oct 11 06:28:11.690 INFO kablam! | Oct 11 06:28:11.690 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:28:11.690 INFO kablam! Oct 11 06:28:11.690 INFO kablam! warning: variable does not need to be mutable Oct 11 06:28:11.690 INFO kablam! --> src/main.rs:26:30 Oct 11 06:28:11.690 INFO kablam! | Oct 11 06:28:11.690 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 11 06:28:11.690 INFO kablam! | ----^^^^^^^ Oct 11 06:28:11.690 INFO kablam! | | Oct 11 06:28:11.690 INFO kablam! | help: remove this `mut` Oct 11 06:28:11.690 INFO kablam! Oct 11 06:28:11.690 INFO kablam! warning: constant item is never used: `BLACK` Oct 11 06:28:11.690 INFO kablam! --> src/main.rs:16:1 Oct 11 06:28:11.690 INFO kablam! | Oct 11 06:28:11.690 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 11 06:28:11.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:28:11.690 INFO kablam! | Oct 11 06:28:11.690 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:28:11.690 INFO kablam! Oct 11 06:28:12.085 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Oct 11 06:28:12.104 INFO kablam! su: No module specific data is present Oct 11 06:28:13.311 INFO running `"docker" "rm" "-f" "35c1f3a0b30f6f0357a048f0038ae37e2a09580413f5eb42c43282fd6ff2caf4"` Oct 11 06:28:13.486 INFO blam! 35c1f3a0b30f6f0357a048f0038ae37e2a09580413f5eb42c43282fd6ff2caf4 Oct 11 06:28:13.490 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:28:13.490 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 06:28:13.940 INFO blam! 86a9e9b25ed0004913034f6b83c2ea977ac421f41fb05697a54bfb8f7ed440d2 Oct 11 06:28:13.942 INFO running `"docker" "start" "-a" "86a9e9b25ed0004913034f6b83c2ea977ac421f41fb05697a54bfb8f7ed440d2"` Oct 11 06:28:15.072 INFO kablam! usermod: no changes Oct 11 06:28:15.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 11 06:28:15.271 INFO kablam! Running /target/debug/deps/game_dev-fedc267021573667 Oct 11 06:28:15.276 INFO kablam! su: No module specific data is present Oct 11 06:28:15.276 INFO blam! Oct 11 06:28:15.276 INFO blam! running 0 tests Oct 11 06:28:15.276 INFO blam! Oct 11 06:28:15.276 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:28:15.276 INFO blam! Oct 11 06:28:16.124 INFO running `"docker" "rm" "-f" "86a9e9b25ed0004913034f6b83c2ea977ac421f41fb05697a54bfb8f7ed440d2"` Oct 11 06:28:16.221 INFO blam! 86a9e9b25ed0004913034f6b83c2ea977ac421f41fb05697a54bfb8f7ed440d2