Oct 15 10:25:50.740 INFO testing HartleyAHartley/rust_game_dev against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:25:50.740 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 10:25:51.207 INFO blam! 14134c9e387d827403bad2b93660b070c9bf7cb854ec7a3defa759d6ec00c4d9 Oct 15 10:25:51.219 INFO running `"docker" "start" "-a" "14134c9e387d827403bad2b93660b070c9bf7cb854ec7a3defa759d6ec00c4d9"` Oct 15 10:25:52.591 INFO kablam! usermod: no changes Oct 15 10:25:52.884 INFO kablam! Compiling gfx v0.16.2 Oct 15 10:25:52.885 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 15 10:26:00.575 INFO kablam! Compiling gfx_window_glutin v0.18.0 Oct 15 10:26:06.033 INFO kablam! Compiling game_dev v0.1.0 (/source) Oct 15 10:26:07.459 INFO kablam! warning: unused `#[macro_use]` import Oct 15 10:26:07.459 INFO kablam! --> src/main.rs:1:1 Oct 15 10:26:07.459 INFO kablam! | Oct 15 10:26:07.459 INFO kablam! 1 | #[macro_use] Oct 15 10:26:07.459 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:26:07.459 INFO kablam! | Oct 15 10:26:07.459 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:26:07.459 INFO kablam! Oct 15 10:26:07.459 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 15 10:26:07.459 INFO kablam! --> src/main.rs:7:5 Oct 15 10:26:07.459 INFO kablam! | Oct 15 10:26:07.459 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 15 10:26:07.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:26:07.459 INFO kablam! Oct 15 10:26:07.511 INFO kablam! warning: unused variable: `factory` Oct 15 10:26:07.511 INFO kablam! --> src/main.rs:26:34 Oct 15 10:26:07.511 INFO kablam! | Oct 15 10:26:07.511 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:07.511 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 15 10:26:07.511 INFO kablam! | Oct 15 10:26:07.511 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:26:07.511 INFO kablam! Oct 15 10:26:07.511 INFO kablam! warning: unused variable: `color_view` Oct 15 10:26:07.511 INFO kablam! --> src/main.rs:26:43 Oct 15 10:26:07.511 INFO kablam! | Oct 15 10:26:07.511 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:07.511 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 15 10:26:07.511 INFO kablam! Oct 15 10:26:07.511 INFO kablam! warning: unused variable: `depth_view` Oct 15 10:26:07.511 INFO kablam! --> src/main.rs:26:59 Oct 15 10:26:07.511 INFO kablam! | Oct 15 10:26:07.511 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:07.511 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 15 10:26:07.511 INFO kablam! Oct 15 10:26:07.523 INFO kablam! warning: variable does not need to be mutable Oct 15 10:26:07.523 INFO kablam! --> src/main.rs:26:30 Oct 15 10:26:07.523 INFO kablam! | Oct 15 10:26:07.523 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:07.523 INFO kablam! | ----^^^^^^^ Oct 15 10:26:07.523 INFO kablam! | | Oct 15 10:26:07.523 INFO kablam! | help: remove this `mut` Oct 15 10:26:07.523 INFO kablam! | Oct 15 10:26:07.523 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:26:07.523 INFO kablam! Oct 15 10:26:07.523 INFO kablam! warning: variable does not need to be mutable Oct 15 10:26:07.523 INFO kablam! --> src/main.rs:26:55 Oct 15 10:26:07.523 INFO kablam! | Oct 15 10:26:07.523 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:07.523 INFO kablam! | ----^^^^^^^^^^ Oct 15 10:26:07.523 INFO kablam! | | Oct 15 10:26:07.523 INFO kablam! | help: remove this `mut` Oct 15 10:26:07.523 INFO kablam! Oct 15 10:26:07.523 INFO kablam! warning: constant item is never used: `BLACK` Oct 15 10:26:07.523 INFO kablam! --> src/main.rs:16:1 Oct 15 10:26:07.523 INFO kablam! | Oct 15 10:26:07.523 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 15 10:26:07.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:26:07.523 INFO kablam! | Oct 15 10:26:07.523 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:26:07.523 INFO kablam! Oct 15 10:26:10.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.68s Oct 15 10:26:10.315 INFO kablam! su: No module specific data is present Oct 15 10:26:11.231 INFO running `"docker" "rm" "-f" "14134c9e387d827403bad2b93660b070c9bf7cb854ec7a3defa759d6ec00c4d9"` Oct 15 10:26:11.497 INFO blam! 14134c9e387d827403bad2b93660b070c9bf7cb854ec7a3defa759d6ec00c4d9 Oct 15 10:26:11.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 10:26:12.015 INFO blam! dd0685772537a2c49dc2ad5ac6fb8f4cb49bc53683d867b256845ebb07cd7636 Oct 15 10:26:12.017 INFO running `"docker" "start" "-a" "dd0685772537a2c49dc2ad5ac6fb8f4cb49bc53683d867b256845ebb07cd7636"` Oct 15 10:26:13.171 INFO kablam! usermod: no changes Oct 15 10:26:13.348 INFO kablam! Compiling game_dev v0.1.0 (/source) Oct 15 10:26:14.963 INFO kablam! warning: unused `#[macro_use]` import Oct 15 10:26:14.963 INFO kablam! --> src/main.rs:1:1 Oct 15 10:26:14.963 INFO kablam! | Oct 15 10:26:14.963 INFO kablam! 1 | #[macro_use] Oct 15 10:26:14.963 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:26:14.963 INFO kablam! | Oct 15 10:26:14.963 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:26:14.963 INFO kablam! Oct 15 10:26:14.963 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 15 10:26:14.963 INFO kablam! --> src/main.rs:7:5 Oct 15 10:26:14.963 INFO kablam! | Oct 15 10:26:14.963 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 15 10:26:14.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:26:14.963 INFO kablam! Oct 15 10:26:15.015 INFO kablam! warning: unused variable: `factory` Oct 15 10:26:15.015 INFO kablam! --> src/main.rs:26:34 Oct 15 10:26:15.015 INFO kablam! | Oct 15 10:26:15.015 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:15.015 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 15 10:26:15.019 INFO kablam! | Oct 15 10:26:15.019 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:26:15.019 INFO kablam! Oct 15 10:26:15.019 INFO kablam! warning: unused variable: `color_view` Oct 15 10:26:15.019 INFO kablam! --> src/main.rs:26:43 Oct 15 10:26:15.019 INFO kablam! | Oct 15 10:26:15.019 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:15.019 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 15 10:26:15.019 INFO kablam! Oct 15 10:26:15.019 INFO kablam! warning: unused variable: `depth_view` Oct 15 10:26:15.019 INFO kablam! --> src/main.rs:26:59 Oct 15 10:26:15.019 INFO kablam! | Oct 15 10:26:15.019 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:15.019 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 15 10:26:15.019 INFO kablam! Oct 15 10:26:15.023 INFO kablam! warning: variable does not need to be mutable Oct 15 10:26:15.023 INFO kablam! --> src/main.rs:26:55 Oct 15 10:26:15.023 INFO kablam! | Oct 15 10:26:15.023 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:15.023 INFO kablam! | ----^^^^^^^^^^ Oct 15 10:26:15.023 INFO kablam! | | Oct 15 10:26:15.023 INFO kablam! | help: remove this `mut` Oct 15 10:26:15.023 INFO kablam! | Oct 15 10:26:15.023 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:26:15.023 INFO kablam! Oct 15 10:26:15.023 INFO kablam! warning: variable does not need to be mutable Oct 15 10:26:15.023 INFO kablam! --> src/main.rs:26:30 Oct 15 10:26:15.023 INFO kablam! | Oct 15 10:26:15.023 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:15.023 INFO kablam! | ----^^^^^^^ Oct 15 10:26:15.023 INFO kablam! | | Oct 15 10:26:15.023 INFO kablam! | help: remove this `mut` Oct 15 10:26:15.023 INFO kablam! Oct 15 10:26:15.023 INFO kablam! warning: constant item is never used: `BLACK` Oct 15 10:26:15.023 INFO kablam! --> src/main.rs:16:1 Oct 15 10:26:15.023 INFO kablam! | Oct 15 10:26:15.023 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 15 10:26:15.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:26:15.023 INFO kablam! | Oct 15 10:26:15.023 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:26:15.023 INFO kablam! Oct 15 10:26:15.575 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.37s Oct 15 10:26:15.586 INFO kablam! su: No module specific data is present Oct 15 10:26:16.271 INFO running `"docker" "rm" "-f" "dd0685772537a2c49dc2ad5ac6fb8f4cb49bc53683d867b256845ebb07cd7636"` Oct 15 10:26:16.493 INFO blam! dd0685772537a2c49dc2ad5ac6fb8f4cb49bc53683d867b256845ebb07cd7636 Oct 15 10:26:16.499 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 10:26:17.040 INFO blam! 1799d0713027891be70e5f747c310e4103ca9949010b775451357266e31f14e8 Oct 15 10:26:17.051 INFO running `"docker" "start" "-a" "1799d0713027891be70e5f747c310e4103ca9949010b775451357266e31f14e8"` Oct 15 10:26:18.285 INFO kablam! usermod: no changes Oct 15 10:26:18.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 15 10:26:18.479 INFO kablam! Running /target/debug/deps/game_dev-fedc267021573667 Oct 15 10:26:18.479 INFO blam! Oct 15 10:26:18.479 INFO kablam! su: No module specific data is present Oct 15 10:26:18.479 INFO blam! running 0 tests Oct 15 10:26:18.479 INFO blam! Oct 15 10:26:18.479 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:26:18.479 INFO blam! Oct 15 10:26:19.178 INFO running `"docker" "rm" "-f" "1799d0713027891be70e5f747c310e4103ca9949010b775451357266e31f14e8"` Oct 15 10:26:19.387 INFO blam! 1799d0713027891be70e5f747c310e4103ca9949010b775451357266e31f14e8