Oct 27 01:36:17.687 INFO checking lhernandezcruz/hit_n_run against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:36:17.688 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 27 01:36:18.160 INFO blam! cdb069530bbb16885f39380d3de0cc45444f13075a25a9f85602b08848a1bf91 Oct 27 01:36:18.167 INFO running `"docker" "start" "-a" "cdb069530bbb16885f39380d3de0cc45444f13075a25a9f85602b08848a1bf91"` Oct 27 01:36:19.414 INFO kablam! usermod: no changes Oct 27 01:36:19.459 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 01:36:19.459 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 01:36:19.459 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 01:36:19.459 INFO kablam! files will be included as a binary target: Oct 27 01:36:19.459 INFO kablam! Oct 27 01:36:19.459 INFO kablam! * /source/src/main.rs Oct 27 01:36:19.459 INFO kablam! Oct 27 01:36:19.459 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 01:36:19.459 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 01:36:19.459 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 01:36:19.459 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 01:36:19.459 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 01:36:19.459 INFO kablam! Oct 27 01:36:19.459 INFO kablam! For more information on this warning you can consult Oct 27 01:36:19.459 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 01:36:19.459 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 27 01:36:19.459 INFO kablam! please set bin.path in Cargo.toml Oct 27 01:36:19.679 INFO kablam! Checking deflate v0.7.4 Oct 27 01:36:19.686 INFO kablam! Compiling wayland-scanner v0.7.7 Oct 27 01:36:19.703 INFO kablam! Checking pistoncore-input v0.17.1 Oct 27 01:36:19.704 INFO kablam! Compiling glutin v0.7.4 Oct 27 01:36:19.715 INFO kablam! Checking wayland-sys v0.7.7 Oct 27 01:36:22.333 INFO kablam! Checking png v0.6.2 Oct 27 01:36:25.599 INFO kablam! Checking image v0.12.2 Oct 27 01:36:26.163 INFO kablam! Compiling wayland-client v0.7.7 Oct 27 01:36:27.839 INFO kablam! Checking pistoncore-window v0.26.2 Oct 27 01:36:29.507 INFO kablam! Checking pistoncore-event_loop v0.31.3 Oct 27 01:36:30.321 INFO kablam! Checking piston v0.31.3 Oct 27 01:36:36.416 INFO kablam! Checking wayland-kbd v0.6.3 Oct 27 01:36:36.416 INFO kablam! Checking wayland-window v0.4.4 Oct 27 01:36:36.603 INFO kablam! Checking piston2d-opengl_graphics v0.40.0 Oct 27 01:36:39.631 INFO kablam! Checking winit v0.5.10 Oct 27 01:36:43.391 INFO kablam! Checking pistoncore-glutin_window v0.35.0 Oct 27 01:36:44.343 INFO kablam! Checking hit_n_run v0.1.5 (/source) Oct 27 01:36:47.523 INFO kablam! warning: variable does not need to be mutable Oct 27 01:36:47.524 INFO kablam! --> src/game.rs:348:16 Oct 27 01:36:47.524 INFO kablam! | Oct 27 01:36:47.524 INFO kablam! 348 | mut window: &mut Window, Oct 27 01:36:47.525 INFO kablam! | ----^^^^^^ Oct 27 01:36:47.525 INFO kablam! | | Oct 27 01:36:47.525 INFO kablam! | help: remove this `mut` Oct 27 01:36:47.525 INFO kablam! | Oct 27 01:36:47.526 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:36:47.526 INFO kablam! Oct 27 01:36:47.833 INFO kablam! warning: variable does not need to be mutable Oct 27 01:36:47.833 INFO kablam! --> src/game.rs:348:16 Oct 27 01:36:47.834 INFO kablam! | Oct 27 01:36:47.834 INFO kablam! 348 | mut window: &mut Window, Oct 27 01:36:47.834 INFO kablam! | ----^^^^^^ Oct 27 01:36:47.834 INFO kablam! | | Oct 27 01:36:47.835 INFO kablam! | help: remove this `mut` Oct 27 01:36:47.835 INFO kablam! | Oct 27 01:36:47.835 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:36:47.836 INFO kablam! Oct 27 01:36:50.027 INFO kablam! warning: variable does not need to be mutable Oct 27 01:36:50.027 INFO kablam! --> src/game.rs:348:16 Oct 27 01:36:50.027 INFO kablam! | Oct 27 01:36:50.027 INFO kablam! 348 | mut window: &mut Window, Oct 27 01:36:50.027 INFO kablam! | ----^^^^^^ Oct 27 01:36:50.027 INFO kablam! | | Oct 27 01:36:50.027 INFO kablam! | help: remove this `mut` Oct 27 01:36:50.027 INFO kablam! | Oct 27 01:36:50.027 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:36:50.027 INFO kablam! Oct 27 01:36:51.175 INFO kablam! warning: variable does not need to be mutable Oct 27 01:36:51.179 INFO kablam! --> src/game.rs:348:16 Oct 27 01:36:51.179 INFO kablam! | Oct 27 01:36:51.179 INFO kablam! 348 | mut window: &mut Window, Oct 27 01:36:51.179 INFO kablam! | ----^^^^^^ Oct 27 01:36:51.179 INFO kablam! | | Oct 27 01:36:51.179 INFO kablam! | help: remove this `mut` Oct 27 01:36:51.179 INFO kablam! | Oct 27 01:36:51.179 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:36:51.179 INFO kablam! Oct 27 01:36:51.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.81s Oct 27 01:36:51.293 INFO kablam! su: No module specific data is present Oct 27 01:36:52.007 INFO running `"docker" "rm" "-f" "cdb069530bbb16885f39380d3de0cc45444f13075a25a9f85602b08848a1bf91"` Oct 27 01:36:52.305 INFO blam! cdb069530bbb16885f39380d3de0cc45444f13075a25a9f85602b08848a1bf91