Oct 13 00:33:22.658 INFO testing shmutalov/tick-tack-toe-killer-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 00:33:22.660 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 13 00:33:23.131 INFO blam! 23b551baf9263ab1b126e3e52ca09320bbc252a71aa848ae78ead3d1569c53b3 Oct 13 00:33:23.133 INFO running `"docker" "start" "-a" "23b551baf9263ab1b126e3e52ca09320bbc252a71aa848ae78ead3d1569c53b3"` Oct 13 00:33:24.480 INFO kablam! usermod: no changes Oct 13 00:33:24.671 INFO kablam! Compiling phf_shared v0.7.19 Oct 13 00:33:24.679 INFO kablam! Compiling serde v0.8.17 Oct 13 00:33:24.700 INFO kablam! Compiling cgmath v0.12.0 Oct 13 00:33:25.382 INFO kablam! Compiling phf_generator v0.7.19 Oct 13 00:33:25.382 INFO kablam! Compiling phf v0.7.19 Oct 13 00:33:26.108 INFO kablam! Compiling phf_codegen v0.7.19 Oct 13 00:33:26.920 INFO kablam! Compiling target_build_utils v0.1.2 Oct 13 00:33:36.360 INFO kablam! Compiling serde_json v0.8.3 Oct 13 00:33:42.431 INFO kablam! Compiling libloading v0.3.1 Oct 13 00:33:44.991 INFO kablam! Compiling dlib v0.3.1 Oct 13 00:33:45.407 INFO kablam! Compiling wayland-sys v0.5.11 Oct 13 00:33:47.003 INFO kablam! Compiling wayland-client v0.5.12 Oct 13 00:33:49.541 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 13 00:33:49.541 INFO kablam! Compiling wayland-window v0.2.3 Oct 13 00:33:52.402 INFO kablam! Compiling glutin v0.6.2 Oct 13 00:33:58.647 INFO kablam! Compiling gfx_window_glutin v0.12.0 Oct 13 00:34:00.771 INFO kablam! Compiling tick-tack-toe-killer-rs v0.1.0 (/source) Oct 13 00:34:01.519 INFO kablam! warning: `$crate` may not be imported Oct 13 00:34:01.520 INFO kablam! --> src/system/core/pipeline.rs:8:1 Oct 13 00:34:01.520 INFO kablam! | Oct 13 00:34:01.521 INFO kablam! 8 | / gfx_defines! { Oct 13 00:34:01.522 INFO kablam! 9 | | vertex Vertex { Oct 13 00:34:01.522 INFO kablam! 10 | | pos: [f32; 3] = "a_Pos", Oct 13 00:34:01.523 INFO kablam! 11 | | uv: [f32; 2] = "a_Uv", Oct 13 00:34:01.523 INFO kablam! ... | Oct 13 00:34:01.524 INFO kablam! 21 | | } Oct 13 00:34:01.524 INFO kablam! 22 | | } Oct 13 00:34:01.525 INFO kablam! | |_^ Oct 13 00:34:01.525 INFO kablam! | Oct 13 00:34:01.526 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 13 00:34:01.527 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 00:34:01.527 INFO kablam! Oct 13 00:34:01.550 INFO kablam! warning: unused import: `Event` Oct 13 00:34:01.551 INFO kablam! --> src/system/render_system.rs:5:22 Oct 13 00:34:01.551 INFO kablam! | Oct 13 00:34:01.552 INFO kablam! 5 | use system::glutin::{Event}; Oct 13 00:34:01.552 INFO kablam! | ^^^^^ Oct 13 00:34:01.553 INFO kablam! | Oct 13 00:34:01.553 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:34:01.554 INFO kablam! Oct 13 00:34:01.963 INFO kablam! warning: variable does not need to be mutable Oct 13 00:34:01.963 INFO kablam! --> src/system/game_system.rs:111:13 Oct 13 00:34:01.963 INFO kablam! | Oct 13 00:34:01.963 INFO kablam! 111 | mut device, Oct 13 00:34:01.963 INFO kablam! | ----^^^^^^ Oct 13 00:34:01.963 INFO kablam! | | Oct 13 00:34:01.963 INFO kablam! | help: remove this `mut` Oct 13 00:34:01.963 INFO kablam! | Oct 13 00:34:01.963 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:34:01.963 INFO kablam! Oct 13 00:34:01.963 INFO kablam! warning: variable does not need to be mutable Oct 13 00:34:01.963 INFO kablam! --> src/system/game_system.rs:116:13 Oct 13 00:34:01.963 INFO kablam! | Oct 13 00:34:01.963 INFO kablam! 116 | let mut encoder: gfx::Encoder<_, _> = factory.create_command_buffer().into(); Oct 13 00:34:01.963 INFO kablam! | ----^^^^^^^ Oct 13 00:34:01.963 INFO kablam! | | Oct 13 00:34:01.963 INFO kablam! | help: remove this `mut` Oct 13 00:34:01.963 INFO kablam! Oct 13 00:34:01.963 INFO kablam! warning: variable does not need to be mutable Oct 13 00:34:01.963 INFO kablam! --> src/system/game_system.rs:118:13 Oct 13 00:34:01.963 INFO kablam! | Oct 13 00:34:01.963 INFO kablam! 118 | let mut render_system = RenderSystem::new(self.window_size, device, factory, main_color, main_depth, encoder); Oct 13 00:34:01.963 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 00:34:01.963 INFO kablam! | | Oct 13 00:34:01.963 INFO kablam! | help: remove this `mut` Oct 13 00:34:01.963 INFO kablam! Oct 13 00:34:01.963 INFO kablam! warning: variable does not need to be mutable Oct 13 00:34:01.963 INFO kablam! --> src/system/render_system.rs:25:16 Oct 13 00:34:01.963 INFO kablam! | Oct 13 00:34:01.963 INFO kablam! 25 | mut device: gfx_gl::Device, Oct 13 00:34:01.963 INFO kablam! | ----^^^^^^ Oct 13 00:34:01.963 INFO kablam! | | Oct 13 00:34:01.963 INFO kablam! | help: remove this `mut` Oct 13 00:34:01.963 INFO kablam! Oct 13 00:34:04.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.21s Oct 13 00:34:04.731 INFO kablam! su: No module specific data is present Oct 13 00:34:05.921 INFO running `"docker" "rm" "-f" "23b551baf9263ab1b126e3e52ca09320bbc252a71aa848ae78ead3d1569c53b3"` Oct 13 00:34:06.227 INFO blam! 23b551baf9263ab1b126e3e52ca09320bbc252a71aa848ae78ead3d1569c53b3 Oct 13 00:34:06.238 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 13 00:34:06.651 INFO blam! a3696ac45d6d0c9dfd63862ef95370eb2c870249d26211f49abe40ca9651ff43 Oct 13 00:34:06.652 INFO running `"docker" "start" "-a" "a3696ac45d6d0c9dfd63862ef95370eb2c870249d26211f49abe40ca9651ff43"` Oct 13 00:34:08.247 INFO kablam! usermod: no changes Oct 13 00:34:08.443 INFO kablam! Compiling tick-tack-toe-killer-rs v0.1.0 (/source) Oct 13 00:34:09.111 INFO kablam! warning: `$crate` may not be imported Oct 13 00:34:09.111 INFO kablam! --> src/system/core/pipeline.rs:8:1 Oct 13 00:34:09.111 INFO kablam! | Oct 13 00:34:09.111 INFO kablam! 8 | / gfx_defines! { Oct 13 00:34:09.111 INFO kablam! 9 | | vertex Vertex { Oct 13 00:34:09.111 INFO kablam! 10 | | pos: [f32; 3] = "a_Pos", Oct 13 00:34:09.111 INFO kablam! 11 | | uv: [f32; 2] = "a_Uv", Oct 13 00:34:09.111 INFO kablam! ... | Oct 13 00:34:09.111 INFO kablam! 21 | | } Oct 13 00:34:09.111 INFO kablam! 22 | | } Oct 13 00:34:09.111 INFO kablam! | |_^ Oct 13 00:34:09.111 INFO kablam! | Oct 13 00:34:09.111 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 13 00:34:09.111 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 00:34:09.111 INFO kablam! Oct 13 00:34:09.163 INFO kablam! warning: unused import: `Event` Oct 13 00:34:09.163 INFO kablam! --> src/system/render_system.rs:5:22 Oct 13 00:34:09.163 INFO kablam! | Oct 13 00:34:09.163 INFO kablam! 5 | use system::glutin::{Event}; Oct 13 00:34:09.163 INFO kablam! | ^^^^^ Oct 13 00:34:09.163 INFO kablam! | Oct 13 00:34:09.163 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:34:09.163 INFO kablam! Oct 13 00:34:09.614 INFO kablam! warning: variable does not need to be mutable Oct 13 00:34:09.614 INFO kablam! --> src/system/game_system.rs:111:13 Oct 13 00:34:09.614 INFO kablam! | Oct 13 00:34:09.614 INFO kablam! 111 | mut device, Oct 13 00:34:09.614 INFO kablam! | ----^^^^^^ Oct 13 00:34:09.614 INFO kablam! | | Oct 13 00:34:09.614 INFO kablam! | help: remove this `mut` Oct 13 00:34:09.614 INFO kablam! | Oct 13 00:34:09.614 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:34:09.614 INFO kablam! Oct 13 00:34:09.614 INFO kablam! warning: variable does not need to be mutable Oct 13 00:34:09.614 INFO kablam! --> src/system/game_system.rs:116:13 Oct 13 00:34:09.614 INFO kablam! | Oct 13 00:34:09.614 INFO kablam! 116 | let mut encoder: gfx::Encoder<_, _> = factory.create_command_buffer().into(); Oct 13 00:34:09.614 INFO kablam! | ----^^^^^^^ Oct 13 00:34:09.614 INFO kablam! | | Oct 13 00:34:09.614 INFO kablam! | help: remove this `mut` Oct 13 00:34:09.614 INFO kablam! Oct 13 00:34:09.614 INFO kablam! warning: variable does not need to be mutable Oct 13 00:34:09.614 INFO kablam! --> src/system/game_system.rs:118:13 Oct 13 00:34:09.614 INFO kablam! | Oct 13 00:34:09.614 INFO kablam! 118 | let mut render_system = RenderSystem::new(self.window_size, device, factory, main_color, main_depth, encoder); Oct 13 00:34:09.614 INFO kablam! | ----^^^^^^^^^^^^^ Oct 13 00:34:09.614 INFO kablam! | | Oct 13 00:34:09.614 INFO kablam! | help: remove this `mut` Oct 13 00:34:09.614 INFO kablam! Oct 13 00:34:09.623 INFO kablam! warning: variable does not need to be mutable Oct 13 00:34:09.623 INFO kablam! --> src/system/render_system.rs:25:16 Oct 13 00:34:09.623 INFO kablam! | Oct 13 00:34:09.623 INFO kablam! 25 | mut device: gfx_gl::Device, Oct 13 00:34:09.623 INFO kablam! | ----^^^^^^ Oct 13 00:34:09.623 INFO kablam! | | Oct 13 00:34:09.623 INFO kablam! | help: remove this `mut` Oct 13 00:34:09.623 INFO kablam! Oct 13 00:34:10.338 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.07s Oct 13 00:34:10.346 INFO kablam! su: No module specific data is present Oct 13 00:34:11.618 INFO running `"docker" "rm" "-f" "a3696ac45d6d0c9dfd63862ef95370eb2c870249d26211f49abe40ca9651ff43"` Oct 13 00:34:11.923 INFO blam! a3696ac45d6d0c9dfd63862ef95370eb2c870249d26211f49abe40ca9651ff43 Oct 13 00:34:11.937 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 13 00:34:12.359 INFO blam! 7b35600b2a0b8d9f76280ea25579796c40fcf44f78e63292f2bb386bfcd7ad68 Oct 13 00:34:12.367 INFO running `"docker" "start" "-a" "7b35600b2a0b8d9f76280ea25579796c40fcf44f78e63292f2bb386bfcd7ad68"` Oct 13 00:34:14.370 INFO kablam! usermod: no changes Oct 13 00:34:14.563 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 13 00:34:14.576 INFO kablam! Running /target/debug/deps/tick_tack_toe_killer_rs-000b373802dea69c Oct 13 00:34:14.578 INFO blam! Oct 13 00:34:14.578 INFO blam! running 0 tests Oct 13 00:34:14.578 INFO blam! Oct 13 00:34:14.578 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:34:14.578 INFO blam! Oct 13 00:34:14.579 INFO kablam! su: No module specific data is present Oct 13 00:34:16.266 INFO running `"docker" "rm" "-f" "7b35600b2a0b8d9f76280ea25579796c40fcf44f78e63292f2bb386bfcd7ad68"` Oct 13 00:34:16.577 INFO blam! 7b35600b2a0b8d9f76280ea25579796c40fcf44f78e63292f2bb386bfcd7ad68