Oct 31 21:13:41.102 INFO checking shmutalov/tick-tack-toe-killer-rs against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 21:13:41.102 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-alt check --frozen --all --all-targets" "-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 31 21:13:41.525 INFO blam! d6d7838e7b950542350abf424a658d9aeb78a7986381bbca1efdfe1705f04dc9 Oct 31 21:13:41.526 INFO running `"docker" "start" "-a" "d6d7838e7b950542350abf424a658d9aeb78a7986381bbca1efdfe1705f04dc9"` Oct 31 21:13:43.460 INFO kablam! usermod: no changes Oct 31 21:13:43.757 INFO kablam! Compiling libc v0.2.17 Oct 31 21:13:43.757 INFO kablam! Compiling phf_shared v0.7.19 Oct 31 21:13:43.757 INFO kablam! Compiling serde v0.8.17 Oct 31 21:13:43.777 INFO kablam! Checking rustc-serialize v0.3.21 Oct 31 21:13:43.785 INFO kablam! Compiling xml-rs v0.3.4 Oct 31 21:13:43.791 INFO kablam! Compiling x11-dl v2.11.0 Oct 31 21:13:43.791 INFO kablam! Checking shared_library v0.1.5 Oct 31 21:13:43.791 INFO kablam! Compiling tempfile v2.1.4 Oct 31 21:13:45.640 INFO kablam! Checking gfx_core v0.4.0 Oct 31 21:13:46.357 INFO kablam! Checking osmesa-sys v0.1.2 Oct 31 21:13:46.803 INFO kablam! Compiling phf v0.7.19 Oct 31 21:13:48.071 INFO kablam! Checking fs2 v0.2.5 Oct 31 21:13:49.743 INFO kablam! Compiling rand v0.3.14 Oct 31 21:13:49.773 INFO kablam! Checking memmap v0.2.3 Oct 31 21:14:03.285 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 31 21:14:03.317 INFO kablam! Compiling gl_generator v0.5.2 Oct 31 21:14:03.420 INFO kablam! Compiling phf_generator v0.7.19 Oct 31 21:14:05.498 INFO kablam! Compiling phf_codegen v0.7.19 Oct 31 21:14:07.865 INFO kablam! Compiling target_build_utils v0.1.2 Oct 31 21:14:17.714 INFO kablam! Compiling wayland-client v0.5.12 Oct 31 21:14:17.994 INFO kablam! Checking cgmath v0.12.0 Oct 31 21:14:18.034 INFO kablam! Compiling gfx_gl v0.3.1 Oct 31 21:14:18.036 INFO kablam! Compiling glutin v0.6.2 Oct 31 21:14:29.714 INFO kablam! Compiling serde_json v0.8.3 Oct 31 21:14:56.039 INFO kablam! Compiling libloading v0.3.1 Oct 31 21:15:01.363 INFO kablam! Checking dlib v0.3.1 Oct 31 21:15:01.874 INFO kablam! Checking wayland-sys v0.5.11 Oct 31 21:15:05.272 INFO kablam! Checking wayland-kbd v0.3.6 Oct 31 21:15:05.272 INFO kablam! Checking wayland-window v0.2.3 Oct 31 21:15:10.906 INFO kablam! Checking gfx_device_gl v0.11.2 Oct 31 21:15:10.907 INFO kablam! Checking gfx v0.12.1 Oct 31 21:15:12.817 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 31 21:15:15.539 INFO kablam! Checking tick-tack-toe-killer-rs v0.1.0 (/source) Oct 31 21:15:16.173 INFO kablam! warning: `$crate` may not be imported Oct 31 21:15:16.173 INFO kablam! --> src/system/core/pipeline.rs:8:1 Oct 31 21:15:16.173 INFO kablam! | Oct 31 21:15:16.174 INFO kablam! 8 | / gfx_defines! { Oct 31 21:15:16.174 INFO kablam! 9 | | vertex Vertex { Oct 31 21:15:16.174 INFO kablam! 10 | | pos: [f32; 3] = "a_Pos", Oct 31 21:15:16.174 INFO kablam! 11 | | uv: [f32; 2] = "a_Uv", Oct 31 21:15:16.175 INFO kablam! ... | Oct 31 21:15:16.175 INFO kablam! 21 | | } Oct 31 21:15:16.175 INFO kablam! 22 | | } Oct 31 21:15:16.175 INFO kablam! | |_^ Oct 31 21:15:16.176 INFO kablam! | Oct 31 21:15:16.176 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 31 21:15:16.176 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 31 21:15:16.177 INFO kablam! Oct 31 21:15:16.194 INFO kablam! warning: unused import: `Event` Oct 31 21:15:16.194 INFO kablam! --> src/system/render_system.rs:5:22 Oct 31 21:15:16.194 INFO kablam! | Oct 31 21:15:16.194 INFO kablam! 5 | use system::glutin::{Event}; Oct 31 21:15:16.194 INFO kablam! | ^^^^^ Oct 31 21:15:16.195 INFO kablam! | Oct 31 21:15:16.195 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 21:15:16.195 INFO kablam! Oct 31 21:15:16.252 INFO kablam! warning: `$crate` may not be imported Oct 31 21:15:16.252 INFO kablam! --> src/system/core/pipeline.rs:8:1 Oct 31 21:15:16.252 INFO kablam! | Oct 31 21:15:16.252 INFO kablam! 8 | / gfx_defines! { Oct 31 21:15:16.252 INFO kablam! 9 | | vertex Vertex { Oct 31 21:15:16.252 INFO kablam! 10 | | pos: [f32; 3] = "a_Pos", Oct 31 21:15:16.252 INFO kablam! 11 | | uv: [f32; 2] = "a_Uv", Oct 31 21:15:16.252 INFO kablam! ... | Oct 31 21:15:16.252 INFO kablam! 21 | | } Oct 31 21:15:16.252 INFO kablam! 22 | | } Oct 31 21:15:16.252 INFO kablam! | |_^ Oct 31 21:15:16.252 INFO kablam! | Oct 31 21:15:16.252 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 31 21:15:16.252 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 31 21:15:16.252 INFO kablam! Oct 31 21:15:16.298 INFO kablam! warning: unused import: `Event` Oct 31 21:15:16.298 INFO kablam! --> src/system/render_system.rs:5:22 Oct 31 21:15:16.298 INFO kablam! | Oct 31 21:15:16.298 INFO kablam! 5 | use system::glutin::{Event}; Oct 31 21:15:16.298 INFO kablam! | ^^^^^ Oct 31 21:15:16.298 INFO kablam! | Oct 31 21:15:16.299 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 21:15:16.299 INFO kablam! Oct 31 21:15:16.689 INFO kablam! warning: variable does not need to be mutable Oct 31 21:15:16.689 INFO kablam! --> src/system/game_system.rs:111:13 Oct 31 21:15:16.689 INFO kablam! | Oct 31 21:15:16.689 INFO kablam! 111 | mut device, Oct 31 21:15:16.689 INFO kablam! | ----^^^^^^ Oct 31 21:15:16.689 INFO kablam! | | Oct 31 21:15:16.689 INFO kablam! | help: remove this `mut` Oct 31 21:15:16.689 INFO kablam! | Oct 31 21:15:16.689 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 21:15:16.689 INFO kablam! Oct 31 21:15:16.689 INFO kablam! warning: variable does not need to be mutable Oct 31 21:15:16.689 INFO kablam! --> src/system/game_system.rs:116:13 Oct 31 21:15:16.689 INFO kablam! | Oct 31 21:15:16.689 INFO kablam! 116 | let mut encoder: gfx::Encoder<_, _> = factory.create_command_buffer().into(); Oct 31 21:15:16.689 INFO kablam! | ----^^^^^^^ Oct 31 21:15:16.689 INFO kablam! | | Oct 31 21:15:16.689 INFO kablam! | help: remove this `mut` Oct 31 21:15:16.689 INFO kablam! Oct 31 21:15:16.689 INFO kablam! warning: variable does not need to be mutable Oct 31 21:15:16.689 INFO kablam! --> src/system/game_system.rs:118:13 Oct 31 21:15:16.689 INFO kablam! | Oct 31 21:15:16.689 INFO kablam! 118 | let mut render_system = RenderSystem::new(self.window_size, device, factory, main_color, main_depth, encoder); Oct 31 21:15:16.689 INFO kablam! | ----^^^^^^^^^^^^^ Oct 31 21:15:16.689 INFO kablam! | | Oct 31 21:15:16.689 INFO kablam! | help: remove this `mut` Oct 31 21:15:16.689 INFO kablam! Oct 31 21:15:16.696 INFO kablam! warning: variable does not need to be mutable Oct 31 21:15:16.696 INFO kablam! --> src/system/render_system.rs:25:16 Oct 31 21:15:16.696 INFO kablam! | Oct 31 21:15:16.696 INFO kablam! 25 | mut device: gfx_gl::Device, Oct 31 21:15:16.696 INFO kablam! | ----^^^^^^ Oct 31 21:15:16.696 INFO kablam! | | Oct 31 21:15:16.697 INFO kablam! | help: remove this `mut` Oct 31 21:15:16.697 INFO kablam! Oct 31 21:15:16.813 INFO kablam! warning: variable does not need to be mutable Oct 31 21:15:16.813 INFO kablam! --> src/system/game_system.rs:111:13 Oct 31 21:15:16.813 INFO kablam! | Oct 31 21:15:16.813 INFO kablam! 111 | mut device, Oct 31 21:15:16.813 INFO kablam! | ----^^^^^^ Oct 31 21:15:16.813 INFO kablam! | | Oct 31 21:15:16.813 INFO kablam! | help: remove this `mut` Oct 31 21:15:16.813 INFO kablam! | Oct 31 21:15:16.813 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 21:15:16.814 INFO kablam! Oct 31 21:15:16.814 INFO kablam! warning: variable does not need to be mutable Oct 31 21:15:16.814 INFO kablam! --> src/system/game_system.rs:116:13 Oct 31 21:15:16.814 INFO kablam! | Oct 31 21:15:16.814 INFO kablam! 116 | let mut encoder: gfx::Encoder<_, _> = factory.create_command_buffer().into(); Oct 31 21:15:16.814 INFO kablam! | ----^^^^^^^ Oct 31 21:15:16.814 INFO kablam! | | Oct 31 21:15:16.814 INFO kablam! | help: remove this `mut` Oct 31 21:15:16.814 INFO kablam! Oct 31 21:15:16.814 INFO kablam! warning: variable does not need to be mutable Oct 31 21:15:16.814 INFO kablam! --> src/system/game_system.rs:118:13 Oct 31 21:15:16.814 INFO kablam! | Oct 31 21:15:16.814 INFO kablam! 118 | let mut render_system = RenderSystem::new(self.window_size, device, factory, main_color, main_depth, encoder); Oct 31 21:15:16.814 INFO kablam! | ----^^^^^^^^^^^^^ Oct 31 21:15:16.814 INFO kablam! | | Oct 31 21:15:16.814 INFO kablam! | help: remove this `mut` Oct 31 21:15:16.814 INFO kablam! Oct 31 21:15:16.817 INFO kablam! warning: variable does not need to be mutable Oct 31 21:15:16.817 INFO kablam! --> src/system/render_system.rs:25:16 Oct 31 21:15:16.817 INFO kablam! | Oct 31 21:15:16.817 INFO kablam! 25 | mut device: gfx_gl::Device, Oct 31 21:15:16.817 INFO kablam! | ----^^^^^^ Oct 31 21:15:16.817 INFO kablam! | | Oct 31 21:15:16.817 INFO kablam! | help: remove this `mut` Oct 31 21:15:16.817 INFO kablam! Oct 31 21:15:16.911 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 33s Oct 31 21:15:16.930 INFO kablam! su: No module specific data is present Oct 31 21:15:17.218 INFO running `"docker" "rm" "-f" "d6d7838e7b950542350abf424a658d9aeb78a7986381bbca1efdfe1705f04dc9"` Oct 31 21:15:17.312 INFO blam! d6d7838e7b950542350abf424a658d9aeb78a7986381bbca1efdfe1705f04dc9