Oct 26 21:01:45.579 INFO checking shmutalov/tick-tack-toe-killer-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 21:01:45.581 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 21:01:46.158 INFO blam! e32f3643604e8e362b8b7baec4f289702413fa225a58a9a2a552a34202328709 Oct 26 21:01:46.163 INFO running `"docker" "start" "-a" "e32f3643604e8e362b8b7baec4f289702413fa225a58a9a2a552a34202328709"` Oct 26 21:01:47.128 INFO kablam! usermod: no changes Oct 26 21:01:47.375 INFO kablam! Checking shared_library v0.1.5 Oct 26 21:01:47.383 INFO kablam! Checking cgmath v0.12.0 Oct 26 21:01:47.383 INFO kablam! Checking x11-dl v2.11.0 Oct 26 21:01:47.384 INFO kablam! Checking libloading v0.3.1 Oct 26 21:01:48.231 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 21:01:48.731 INFO kablam! Checking dlib v0.3.1 Oct 26 21:01:49.663 INFO kablam! Checking wayland-sys v0.5.11 Oct 26 21:01:50.799 INFO kablam! Checking wayland-client v0.5.12 Oct 26 21:01:54.582 INFO kablam! Checking wayland-window v0.2.3 Oct 26 21:01:54.582 INFO kablam! Checking wayland-kbd v0.3.6 Oct 26 21:01:56.767 INFO kablam! Checking glutin v0.6.2 Oct 26 21:02:00.339 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 26 21:02:01.216 INFO kablam! Checking tick-tack-toe-killer-rs v0.1.0 (/source) Oct 26 21:02:02.207 INFO kablam! warning: `$crate` may not be imported Oct 26 21:02:02.208 INFO kablam! --> src/system/core/pipeline.rs:8:1 Oct 26 21:02:02.208 INFO kablam! | Oct 26 21:02:02.208 INFO kablam! 8 | / gfx_defines! { Oct 26 21:02:02.208 INFO kablam! 9 | | vertex Vertex { Oct 26 21:02:02.208 INFO kablam! 10 | | pos: [f32; 3] = "a_Pos", Oct 26 21:02:02.208 INFO kablam! 11 | | uv: [f32; 2] = "a_Uv", Oct 26 21:02:02.209 INFO kablam! ... | Oct 26 21:02:02.209 INFO kablam! 21 | | } Oct 26 21:02:02.210 INFO kablam! 22 | | } Oct 26 21:02:02.210 INFO kablam! | |_^ Oct 26 21:02:02.210 INFO kablam! | Oct 26 21:02:02.210 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 26 21:02:02.210 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 26 21:02:02.210 INFO kablam! Oct 26 21:02:02.227 INFO kablam! warning: `$crate` may not be imported Oct 26 21:02:02.227 INFO kablam! --> src/system/core/pipeline.rs:8:1 Oct 26 21:02:02.227 INFO kablam! | Oct 26 21:02:02.227 INFO kablam! 8 | / gfx_defines! { Oct 26 21:02:02.227 INFO kablam! 9 | | vertex Vertex { Oct 26 21:02:02.227 INFO kablam! 10 | | pos: [f32; 3] = "a_Pos", Oct 26 21:02:02.229 INFO kablam! 11 | | uv: [f32; 2] = "a_Uv", Oct 26 21:02:02.229 INFO kablam! ... | Oct 26 21:02:02.229 INFO kablam! 21 | | } Oct 26 21:02:02.229 INFO kablam! 22 | | } Oct 26 21:02:02.229 INFO kablam! | |_^ Oct 26 21:02:02.229 INFO kablam! | Oct 26 21:02:02.229 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 26 21:02:02.229 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 26 21:02:02.229 INFO kablam! Oct 26 21:02:02.251 INFO kablam! warning: unused import: `Event` Oct 26 21:02:02.251 INFO kablam! --> src/system/render_system.rs:5:22 Oct 26 21:02:02.251 INFO kablam! | Oct 26 21:02:02.251 INFO kablam! 5 | use system::glutin::{Event}; Oct 26 21:02:02.251 INFO kablam! | ^^^^^ Oct 26 21:02:02.251 INFO kablam! | Oct 26 21:02:02.251 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:02:02.251 INFO kablam! Oct 26 21:02:02.311 INFO kablam! warning: unused import: `Event` Oct 26 21:02:02.311 INFO kablam! --> src/system/render_system.rs:5:22 Oct 26 21:02:02.311 INFO kablam! | Oct 26 21:02:02.311 INFO kablam! 5 | use system::glutin::{Event}; Oct 26 21:02:02.311 INFO kablam! | ^^^^^ Oct 26 21:02:02.311 INFO kablam! | Oct 26 21:02:02.311 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:02:02.311 INFO kablam! Oct 26 21:02:03.030 INFO kablam! warning: variable does not need to be mutable Oct 26 21:02:03.031 INFO kablam! --> src/system/game_system.rs:111:13 Oct 26 21:02:03.032 INFO kablam! | Oct 26 21:02:03.033 INFO kablam! 111 | mut device, Oct 26 21:02:03.033 INFO kablam! | ----^^^^^^ Oct 26 21:02:03.034 INFO kablam! | | Oct 26 21:02:03.035 INFO kablam! | help: remove this `mut` Oct 26 21:02:03.035 INFO kablam! | Oct 26 21:02:03.036 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:02:03.036 INFO kablam! Oct 26 21:02:03.037 INFO kablam! warning: variable does not need to be mutable Oct 26 21:02:03.038 INFO kablam! --> src/system/game_system.rs:116:13 Oct 26 21:02:03.038 INFO kablam! | Oct 26 21:02:03.039 INFO kablam! 116 | let mut encoder: gfx::Encoder<_, _> = factory.create_command_buffer().into(); Oct 26 21:02:03.040 INFO kablam! | ----^^^^^^^ Oct 26 21:02:03.040 INFO kablam! | | Oct 26 21:02:03.041 INFO kablam! | help: remove this `mut` Oct 26 21:02:03.041 INFO kablam! Oct 26 21:02:03.042 INFO kablam! warning: variable does not need to be mutable Oct 26 21:02:03.042 INFO kablam! --> src/system/game_system.rs:118:13 Oct 26 21:02:03.043 INFO kablam! | Oct 26 21:02:03.044 INFO kablam! 118 | let mut render_system = RenderSystem::new(self.window_size, device, factory, main_color, main_depth, encoder); Oct 26 21:02:03.044 INFO kablam! | ----^^^^^^^^^^^^^ Oct 26 21:02:03.045 INFO kablam! | | Oct 26 21:02:03.045 INFO kablam! | help: remove this `mut` Oct 26 21:02:03.046 INFO kablam! Oct 26 21:02:03.048 INFO kablam! warning: variable does not need to be mutable Oct 26 21:02:03.049 INFO kablam! --> src/system/render_system.rs:25:16 Oct 26 21:02:03.050 INFO kablam! | Oct 26 21:02:03.050 INFO kablam! 25 | mut device: gfx_gl::Device, Oct 26 21:02:03.051 INFO kablam! | ----^^^^^^ Oct 26 21:02:03.051 INFO kablam! | | Oct 26 21:02:03.052 INFO kablam! | help: remove this `mut` Oct 26 21:02:03.053 INFO kablam! Oct 26 21:02:03.098 INFO kablam! warning: variable does not need to be mutable Oct 26 21:02:03.099 INFO kablam! --> src/system/game_system.rs:111:13 Oct 26 21:02:03.099 INFO kablam! | Oct 26 21:02:03.100 INFO kablam! 111 | mut device, Oct 26 21:02:03.101 INFO kablam! | ----^^^^^^ Oct 26 21:02:03.101 INFO kablam! | | Oct 26 21:02:03.102 INFO kablam! | help: remove this `mut` Oct 26 21:02:03.102 INFO kablam! | Oct 26 21:02:03.103 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:02:03.103 INFO kablam! Oct 26 21:02:03.104 INFO kablam! warning: variable does not need to be mutable Oct 26 21:02:03.105 INFO kablam! --> src/system/game_system.rs:116:13 Oct 26 21:02:03.105 INFO kablam! | Oct 26 21:02:03.106 INFO kablam! 116 | let mut encoder: gfx::Encoder<_, _> = factory.create_command_buffer().into(); Oct 26 21:02:03.106 INFO kablam! | ----^^^^^^^ Oct 26 21:02:03.107 INFO kablam! | | Oct 26 21:02:03.108 INFO kablam! | help: remove this `mut` Oct 26 21:02:03.108 INFO kablam! Oct 26 21:02:03.108 INFO kablam! warning: variable does not need to be mutable Oct 26 21:02:03.108 INFO kablam! --> src/system/game_system.rs:118:13 Oct 26 21:02:03.108 INFO kablam! | Oct 26 21:02:03.108 INFO kablam! 118 | let mut render_system = RenderSystem::new(self.window_size, device, factory, main_color, main_depth, encoder); Oct 26 21:02:03.108 INFO kablam! | ----^^^^^^^^^^^^^ Oct 26 21:02:03.108 INFO kablam! | | Oct 26 21:02:03.108 INFO kablam! | help: remove this `mut` Oct 26 21:02:03.115 INFO kablam! Oct 26 21:02:03.115 INFO kablam! warning: variable does not need to be mutable Oct 26 21:02:03.115 INFO kablam! --> src/system/render_system.rs:25:16 Oct 26 21:02:03.115 INFO kablam! | Oct 26 21:02:03.115 INFO kablam! 25 | mut device: gfx_gl::Device, Oct 26 21:02:03.115 INFO kablam! | ----^^^^^^ Oct 26 21:02:03.115 INFO kablam! | | Oct 26 21:02:03.115 INFO kablam! | help: remove this `mut` Oct 26 21:02:03.115 INFO kablam! Oct 26 21:02:03.315 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.17s Oct 26 21:02:03.325 INFO kablam! su: No module specific data is present Oct 26 21:02:05.065 INFO running `"docker" "rm" "-f" "e32f3643604e8e362b8b7baec4f289702413fa225a58a9a2a552a34202328709"` Oct 26 21:02:05.415 INFO blam! e32f3643604e8e362b8b7baec4f289702413fa225a58a9a2a552a34202328709