Oct 15 10:25:50.417 INFO testing HartleyAHartley/rust_game_dev against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:25:50.418 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 10:25:50.923 INFO blam! b294b8770d4767118592e2d90d04c8c8dd24f83ed588e5229d9137f8df1849f8 Oct 15 10:25:50.943 INFO running `"docker" "start" "-a" "b294b8770d4767118592e2d90d04c8c8dd24f83ed588e5229d9137f8df1849f8"` Oct 15 10:25:52.378 INFO kablam! usermod: no changes Oct 15 10:25:52.659 INFO kablam! Compiling x11-dl v2.17.1 Oct 15 10:25:52.679 INFO kablam! Compiling gfx_gl v0.4.0 Oct 15 10:25:52.692 INFO kablam! Compiling gfx_core v0.7.2 Oct 15 10:25:52.707 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 15 10:25:52.707 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 15 10:26:03.747 INFO kablam! Compiling wayland-window v0.8.0 Oct 15 10:26:14.099 INFO kablam! Compiling winit v0.8.3 Oct 15 10:26:21.443 INFO kablam! Compiling glutin v0.10.1 Oct 15 10:26:39.447 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 15 10:26:39.447 INFO kablam! Compiling gfx v0.16.2 Oct 15 10:26:44.567 INFO kablam! Compiling gfx_window_glutin v0.18.0 Oct 15 10:26:48.268 INFO kablam! Compiling game_dev v0.1.0 (/source) Oct 15 10:26:49.482 INFO kablam! warning: unused `#[macro_use]` import Oct 15 10:26:49.482 INFO kablam! --> src/main.rs:1:1 Oct 15 10:26:49.482 INFO kablam! | Oct 15 10:26:49.482 INFO kablam! 1 | #[macro_use] Oct 15 10:26:49.482 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:26:49.482 INFO kablam! | Oct 15 10:26:49.482 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:26:49.482 INFO kablam! Oct 15 10:26:49.482 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 15 10:26:49.482 INFO kablam! --> src/main.rs:7:5 Oct 15 10:26:49.482 INFO kablam! | Oct 15 10:26:49.482 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 15 10:26:49.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:26:49.482 INFO kablam! Oct 15 10:26:49.537 INFO kablam! warning: unused variable: `factory` Oct 15 10:26:49.537 INFO kablam! --> src/main.rs:26:34 Oct 15 10:26:49.537 INFO kablam! | Oct 15 10:26:49.537 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:49.537 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 15 10:26:49.537 INFO kablam! | Oct 15 10:26:49.537 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:26:49.537 INFO kablam! Oct 15 10:26:49.537 INFO kablam! warning: unused variable: `color_view` Oct 15 10:26:49.537 INFO kablam! --> src/main.rs:26:43 Oct 15 10:26:49.537 INFO kablam! | Oct 15 10:26:49.537 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:49.537 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 15 10:26:49.537 INFO kablam! Oct 15 10:26:49.537 INFO kablam! warning: unused variable: `depth_view` Oct 15 10:26:49.537 INFO kablam! --> src/main.rs:26:59 Oct 15 10:26:49.537 INFO kablam! | Oct 15 10:26:49.537 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:49.537 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 15 10:26:49.537 INFO kablam! Oct 15 10:26:49.538 INFO kablam! warning: variable does not need to be mutable Oct 15 10:26:49.538 INFO kablam! --> src/main.rs:26:30 Oct 15 10:26:49.538 INFO kablam! | Oct 15 10:26:49.538 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:49.538 INFO kablam! | ----^^^^^^^ Oct 15 10:26:49.538 INFO kablam! | | Oct 15 10:26:49.538 INFO kablam! | help: remove this `mut` Oct 15 10:26:49.538 INFO kablam! | Oct 15 10:26:49.538 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:26:49.538 INFO kablam! Oct 15 10:26:49.538 INFO kablam! warning: variable does not need to be mutable Oct 15 10:26:49.538 INFO kablam! --> src/main.rs:26:55 Oct 15 10:26:49.538 INFO kablam! | Oct 15 10:26:49.538 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:49.538 INFO kablam! | ----^^^^^^^^^^ Oct 15 10:26:49.538 INFO kablam! | | Oct 15 10:26:49.538 INFO kablam! | help: remove this `mut` Oct 15 10:26:49.538 INFO kablam! Oct 15 10:26:49.538 INFO kablam! warning: constant item is never used: `BLACK` Oct 15 10:26:49.538 INFO kablam! --> src/main.rs:16:1 Oct 15 10:26:49.538 INFO kablam! | Oct 15 10:26:49.538 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 15 10:26:49.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:26:49.538 INFO kablam! | Oct 15 10:26:49.538 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:26:49.538 INFO kablam! Oct 15 10:26:51.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.61s Oct 15 10:26:51.043 INFO kablam! su: No module specific data is present Oct 15 10:26:51.382 INFO running `"docker" "rm" "-f" "b294b8770d4767118592e2d90d04c8c8dd24f83ed588e5229d9137f8df1849f8"` Oct 15 10:26:51.489 INFO blam! b294b8770d4767118592e2d90d04c8c8dd24f83ed588e5229d9137f8df1849f8 Oct 15 10:26:51.497 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 10:26:51.727 INFO blam! f3a2c8ea290a2246fa394a9f66e6d63af1addfd697fd70c973a7424bbc72d072 Oct 15 10:26:51.732 INFO running `"docker" "start" "-a" "f3a2c8ea290a2246fa394a9f66e6d63af1addfd697fd70c973a7424bbc72d072"` Oct 15 10:26:52.203 INFO kablam! usermod: no changes Oct 15 10:26:52.324 INFO kablam! Compiling game_dev v0.1.0 (/source) Oct 15 10:26:53.547 INFO kablam! warning: unused `#[macro_use]` import Oct 15 10:26:53.547 INFO kablam! --> src/main.rs:1:1 Oct 15 10:26:53.547 INFO kablam! | Oct 15 10:26:53.547 INFO kablam! 1 | #[macro_use] Oct 15 10:26:53.547 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:26:53.547 INFO kablam! | Oct 15 10:26:53.547 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:26:53.547 INFO kablam! Oct 15 10:26:53.547 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 15 10:26:53.547 INFO kablam! --> src/main.rs:7:5 Oct 15 10:26:53.547 INFO kablam! | Oct 15 10:26:53.547 INFO kablam! 7 | use gfx::traits::FactoryExt; Oct 15 10:26:53.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:26:53.547 INFO kablam! Oct 15 10:26:53.587 INFO kablam! warning: unused variable: `factory` Oct 15 10:26:53.587 INFO kablam! --> src/main.rs:26:34 Oct 15 10:26:53.587 INFO kablam! | Oct 15 10:26:53.587 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:53.587 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 15 10:26:53.587 INFO kablam! | Oct 15 10:26:53.587 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:26:53.587 INFO kablam! Oct 15 10:26:53.587 INFO kablam! warning: unused variable: `color_view` Oct 15 10:26:53.587 INFO kablam! --> src/main.rs:26:43 Oct 15 10:26:53.587 INFO kablam! | Oct 15 10:26:53.587 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:53.587 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 15 10:26:53.587 INFO kablam! Oct 15 10:26:53.587 INFO kablam! warning: unused variable: `depth_view` Oct 15 10:26:53.587 INFO kablam! --> src/main.rs:26:59 Oct 15 10:26:53.587 INFO kablam! | Oct 15 10:26:53.587 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:53.588 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 15 10:26:53.588 INFO kablam! Oct 15 10:26:53.592 INFO kablam! warning: variable does not need to be mutable Oct 15 10:26:53.592 INFO kablam! --> src/main.rs:26:55 Oct 15 10:26:53.592 INFO kablam! | Oct 15 10:26:53.592 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:53.592 INFO kablam! | ----^^^^^^^^^^ Oct 15 10:26:53.592 INFO kablam! | | Oct 15 10:26:53.592 INFO kablam! | help: remove this `mut` Oct 15 10:26:53.592 INFO kablam! | Oct 15 10:26:53.592 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:26:53.592 INFO kablam! Oct 15 10:26:53.596 INFO kablam! warning: variable does not need to be mutable Oct 15 10:26:53.596 INFO kablam! --> src/main.rs:26:30 Oct 15 10:26:53.596 INFO kablam! | Oct 15 10:26:53.596 INFO kablam! 26 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 15 10:26:53.596 INFO kablam! | ----^^^^^^^ Oct 15 10:26:53.596 INFO kablam! | | Oct 15 10:26:53.596 INFO kablam! | help: remove this `mut` Oct 15 10:26:53.596 INFO kablam! Oct 15 10:26:53.596 INFO kablam! warning: constant item is never used: `BLACK` Oct 15 10:26:53.596 INFO kablam! --> src/main.rs:16:1 Oct 15 10:26:53.596 INFO kablam! | Oct 15 10:26:53.596 INFO kablam! 16 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 15 10:26:53.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:26:53.596 INFO kablam! | Oct 15 10:26:53.596 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:26:53.596 INFO kablam! Oct 15 10:26:53.920 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 15 10:26:53.932 INFO kablam! su: No module specific data is present Oct 15 10:26:54.222 INFO running `"docker" "rm" "-f" "f3a2c8ea290a2246fa394a9f66e6d63af1addfd697fd70c973a7424bbc72d072"` Oct 15 10:26:54.339 INFO blam! f3a2c8ea290a2246fa394a9f66e6d63af1addfd697fd70c973a7424bbc72d072 Oct 15 10:26:54.343 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 10:26:54.563 INFO blam! 412b8de26456106bcb4f4d02b934eaac6ba4a141b00c664d4c99d3875a2ad179 Oct 15 10:26:54.564 INFO running `"docker" "start" "-a" "412b8de26456106bcb4f4d02b934eaac6ba4a141b00c664d4c99d3875a2ad179"` Oct 15 10:26:55.060 INFO kablam! usermod: no changes Oct 15 10:26:55.186 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 10:26:55.204 INFO kablam! Running /target/debug/deps/game_dev-c5e89a1db0fe9db0 Oct 15 10:26:55.209 INFO blam! Oct 15 10:26:55.209 INFO blam! running 0 tests Oct 15 10:26:55.209 INFO blam! Oct 15 10:26:55.209 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:26:55.209 INFO blam! Oct 15 10:26:55.212 INFO kablam! su: No module specific data is present Oct 15 10:26:55.675 INFO running `"docker" "rm" "-f" "412b8de26456106bcb4f4d02b934eaac6ba4a141b00c664d4c99d3875a2ad179"` Oct 15 10:26:55.957 INFO blam! 412b8de26456106bcb4f4d02b934eaac6ba4a141b00c664d4c99d3875a2ad179