Oct 15 05:13:44.769 INFO testing achan1989/rust_gfx_breakout against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:13:44.769 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:13:45.089 INFO blam! 14b2e54dd3f67f502592b92092b8061e2d5fd55a8788a56b8791bc20646f65c9 Oct 15 05:13:45.089 INFO running `"docker" "start" "-a" "14b2e54dd3f67f502592b92092b8061e2d5fd55a8788a56b8791bc20646f65c9"` Oct 15 05:13:46.189 INFO kablam! usermod: no changes Oct 15 05:13:46.369 INFO kablam! Compiling cgmath v0.16.0 Oct 15 05:13:46.369 INFO kablam! Compiling rustc-demangle v0.1.6 Oct 15 05:13:46.370 INFO kablam! Compiling crossbeam-epoch v0.3.0 Oct 15 05:13:46.370 INFO kablam! Compiling glfw-sys v3.2.2 Oct 15 05:13:46.370 INFO kablam! Compiling png v0.11.0 Oct 15 05:13:46.370 INFO kablam! Compiling gfx_core v0.8.2 Oct 15 05:13:48.327 INFO kablam! Compiling backtrace v0.3.5 Oct 15 05:13:52.531 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 15 05:13:53.887 INFO kablam! Compiling error-chain v0.11.0 Oct 15 05:13:56.655 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 05:14:04.047 INFO kablam! Compiling rayon v1.0.0 Oct 15 05:14:10.813 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 05:14:14.633 INFO kablam! Compiling image v0.18.0 Oct 15 05:14:31.884 INFO kablam! Compiling glfw v0.20.0 Oct 15 05:14:39.986 INFO kablam! Compiling gfx v0.17.1 Oct 15 05:14:39.986 INFO kablam! Compiling gfx_device_gl v0.15.0 Oct 15 05:14:48.687 INFO kablam! Compiling gfx_window_glfw v0.16.0 Oct 15 05:14:51.273 INFO kablam! Compiling rust_gfx_breakout v0.1.0 (/source) Oct 15 05:14:55.467 INFO kablam! warning: field is never used: `projection` Oct 15 05:14:55.467 INFO kablam! --> src/game.rs:40:5 Oct 15 05:14:55.470 INFO kablam! | Oct 15 05:14:55.471 INFO kablam! 40 | projection: cgmath::Matrix4, Oct 15 05:14:55.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:14:55.471 INFO kablam! | Oct 15 05:14:55.471 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:14:55.471 INFO kablam! Oct 15 05:14:55.471 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 05:14:55.474 INFO kablam! --> src/renderer.rs:28:30 Oct 15 05:14:55.475 INFO kablam! | Oct 15 05:14:55.475 INFO kablam! 28 | pub type RenderTargetView = Oct 15 05:14:55.475 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:14:55.475 INFO kablam! | Oct 15 05:14:55.475 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 15 05:14:55.475 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 05:14:55.475 INFO kablam! Oct 15 05:14:58.255 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 05:14:58.255 INFO kablam! --> src/bin/main.rs:40:26 Oct 15 05:14:58.256 INFO kablam! | Oct 15 05:14:58.256 INFO kablam! 40 | type RenderTargetView = Oct 15 05:14:58.256 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:14:58.256 INFO kablam! | Oct 15 05:14:58.256 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 15 05:14:58.256 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 05:14:58.256 INFO kablam! Oct 15 05:14:58.256 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 05:14:58.256 INFO kablam! --> src/bin/main.rs:42:26 Oct 15 05:14:58.256 INFO kablam! | Oct 15 05:14:58.256 INFO kablam! 42 | type DepthStencilView = Oct 15 05:14:58.256 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:14:58.256 INFO kablam! | Oct 15 05:14:58.256 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 05:14:58.256 INFO kablam! Oct 15 05:15:02.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Oct 15 05:15:02.767 INFO kablam! su: No module specific data is present Oct 15 05:15:03.963 INFO running `"docker" "rm" "-f" "14b2e54dd3f67f502592b92092b8061e2d5fd55a8788a56b8791bc20646f65c9"` Oct 15 05:15:04.325 INFO blam! 14b2e54dd3f67f502592b92092b8061e2d5fd55a8788a56b8791bc20646f65c9 Oct 15 05:15:04.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:15:04.754 INFO blam! 89c87242b454f4e7aa9716e0164b53e20ca98c5a71652c87d67391bd4292a99f Oct 15 05:15:04.771 INFO running `"docker" "start" "-a" "89c87242b454f4e7aa9716e0164b53e20ca98c5a71652c87d67391bd4292a99f"` Oct 15 05:15:05.771 INFO kablam! usermod: no changes Oct 15 05:15:05.919 INFO kablam! Compiling rust_gfx_breakout v0.1.0 (/source) Oct 15 05:15:08.575 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 05:15:08.575 INFO kablam! --> src/bin/main.rs:40:26 Oct 15 05:15:08.575 INFO kablam! | Oct 15 05:15:08.575 INFO kablam! 40 | type RenderTargetView = Oct 15 05:15:08.575 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:15:08.575 INFO kablam! | Oct 15 05:15:08.575 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 15 05:15:08.575 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 05:15:08.575 INFO kablam! Oct 15 05:15:08.575 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 05:15:08.575 INFO kablam! --> src/bin/main.rs:42:26 Oct 15 05:15:08.575 INFO kablam! | Oct 15 05:15:08.575 INFO kablam! 42 | type DepthStencilView = Oct 15 05:15:08.575 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:15:08.575 INFO kablam! | Oct 15 05:15:08.575 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 05:15:08.575 INFO kablam! Oct 15 05:15:10.769 INFO kablam! warning: field is never used: `projection` Oct 15 05:15:10.769 INFO kablam! --> src/game.rs:40:5 Oct 15 05:15:10.769 INFO kablam! | Oct 15 05:15:10.769 INFO kablam! 40 | projection: cgmath::Matrix4, Oct 15 05:15:10.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:15:10.769 INFO kablam! | Oct 15 05:15:10.769 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:15:10.769 INFO kablam! Oct 15 05:15:10.787 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 05:15:10.787 INFO kablam! --> src/renderer.rs:28:30 Oct 15 05:15:10.787 INFO kablam! | Oct 15 05:15:10.787 INFO kablam! 28 | pub type RenderTargetView = Oct 15 05:15:10.787 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:15:10.787 INFO kablam! | Oct 15 05:15:10.787 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 15 05:15:10.787 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 05:15:10.787 INFO kablam! Oct 15 05:15:11.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.51s Oct 15 05:15:11.324 INFO kablam! su: No module specific data is present Oct 15 05:15:11.651 INFO running `"docker" "rm" "-f" "89c87242b454f4e7aa9716e0164b53e20ca98c5a71652c87d67391bd4292a99f"` Oct 15 05:15:11.793 INFO blam! 89c87242b454f4e7aa9716e0164b53e20ca98c5a71652c87d67391bd4292a99f Oct 15 05:15:11.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:15:12.040 INFO blam! e74961cecddf0a2f0a91c42818740530b2419197be527e4c966346c809f7d2d2 Oct 15 05:15:12.040 INFO running `"docker" "start" "-a" "e74961cecddf0a2f0a91c42818740530b2419197be527e4c966346c809f7d2d2"` Oct 15 05:15:12.488 INFO kablam! usermod: no changes Oct 15 05:15:12.603 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 05:15:12.614 INFO kablam! Running /target/debug/deps/rust_gfx_breakout-1f7d4bc5f3c8d50e Oct 15 05:15:12.616 INFO blam! Oct 15 05:15:12.616 INFO blam! running 0 tests Oct 15 05:15:12.616 INFO blam! Oct 15 05:15:12.616 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:15:12.616 INFO blam! Oct 15 05:15:12.616 INFO kablam! Running /target/debug/deps/main-664087201977d3e7 Oct 15 05:15:12.618 INFO blam! Oct 15 05:15:12.618 INFO blam! running 0 tests Oct 15 05:15:12.618 INFO blam! Oct 15 05:15:12.618 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:15:12.618 INFO kablam! Doc-tests rust_gfx_breakout Oct 15 05:15:12.618 INFO blam! Oct 15 05:15:15.501 INFO blam! Oct 15 05:15:15.501 INFO blam! running 0 tests Oct 15 05:15:15.501 INFO blam! Oct 15 05:15:15.501 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:15:15.501 INFO blam! Oct 15 05:15:15.512 INFO kablam! su: No module specific data is present Oct 15 05:15:16.219 INFO running `"docker" "rm" "-f" "e74961cecddf0a2f0a91c42818740530b2419197be527e4c966346c809f7d2d2"` Oct 15 05:15:16.479 INFO blam! e74961cecddf0a2f0a91c42818740530b2419197be527e4c966346c809f7d2d2