Oct 21 16:12:54.077 INFO checking lhernandezcruz/hit_n_run against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:12:54.079 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 16:12:54.534 INFO blam! 545961e0ac6a431e70c4c15dacfcca5f2ee4f2b06a40724cb97d5bb968cf91a3 Oct 21 16:12:54.536 INFO running `"docker" "start" "-a" "545961e0ac6a431e70c4c15dacfcca5f2ee4f2b06a40724cb97d5bb968cf91a3"` Oct 21 16:12:55.887 INFO kablam! usermod: no changes Oct 21 16:12:55.923 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 21 16:12:55.923 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 21 16:12:55.923 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 16:12:55.923 INFO kablam! files will be included as a binary target: Oct 21 16:12:55.923 INFO kablam! Oct 21 16:12:55.923 INFO kablam! * /source/src/main.rs Oct 21 16:12:55.923 INFO kablam! Oct 21 16:12:55.923 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 16:12:55.923 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 21 16:12:55.923 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 21 16:12:55.923 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 16:12:55.923 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 16:12:55.923 INFO kablam! Oct 21 16:12:55.923 INFO kablam! For more information on this warning you can consult Oct 21 16:12:55.923 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 16:12:55.923 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 21 16:12:55.923 INFO kablam! please set bin.path in Cargo.toml Oct 21 16:12:56.148 INFO kablam! Checking pistoncore-input v0.17.1 Oct 21 16:12:56.156 INFO kablam! Checking piston2d-opengl_graphics v0.40.0 Oct 21 16:12:59.008 INFO kablam! Checking pistoncore-window v0.26.2 Oct 21 16:12:59.584 INFO kablam! Checking pistoncore-event_loop v0.31.3 Oct 21 16:12:59.584 INFO kablam! Checking pistoncore-glutin_window v0.35.0 Oct 21 16:13:00.800 INFO kablam! Checking piston v0.31.3 Oct 21 16:13:01.449 INFO kablam! Checking hit_n_run v0.1.5 (/source) Oct 21 16:13:03.460 INFO kablam! warning: variable does not need to be mutable Oct 21 16:13:03.460 INFO kablam! --> src/game.rs:348:16 Oct 21 16:13:03.460 INFO kablam! | Oct 21 16:13:03.460 INFO kablam! 348 | mut window: &mut Window, Oct 21 16:13:03.460 INFO kablam! | ----^^^^^^ Oct 21 16:13:03.460 INFO kablam! | | Oct 21 16:13:03.460 INFO kablam! | help: remove this `mut` Oct 21 16:13:03.461 INFO kablam! | Oct 21 16:13:03.461 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:13:03.461 INFO kablam! Oct 21 16:13:04.004 INFO kablam! warning: variable does not need to be mutable Oct 21 16:13:04.004 INFO kablam! --> src/game.rs:348:16 Oct 21 16:13:04.004 INFO kablam! | Oct 21 16:13:04.004 INFO kablam! 348 | mut window: &mut Window, Oct 21 16:13:04.004 INFO kablam! | ----^^^^^^ Oct 21 16:13:04.004 INFO kablam! | | Oct 21 16:13:04.004 INFO kablam! | help: remove this `mut` Oct 21 16:13:04.004 INFO kablam! | Oct 21 16:13:04.004 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:13:04.004 INFO kablam! Oct 21 16:13:05.967 INFO kablam! warning: variable does not need to be mutable Oct 21 16:13:05.967 INFO kablam! --> src/game.rs:348:16 Oct 21 16:13:05.967 INFO kablam! | Oct 21 16:13:05.967 INFO kablam! 348 | mut window: &mut Window, Oct 21 16:13:05.967 INFO kablam! | ----^^^^^^ Oct 21 16:13:05.967 INFO kablam! | | Oct 21 16:13:05.967 INFO kablam! | help: remove this `mut` Oct 21 16:13:05.967 INFO kablam! | Oct 21 16:13:05.967 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:13:05.967 INFO kablam! Oct 21 16:13:06.071 INFO kablam! warning: variable does not need to be mutable Oct 21 16:13:06.071 INFO kablam! --> src/game.rs:348:16 Oct 21 16:13:06.071 INFO kablam! | Oct 21 16:13:06.072 INFO kablam! 348 | mut window: &mut Window, Oct 21 16:13:06.072 INFO kablam! | ----^^^^^^ Oct 21 16:13:06.072 INFO kablam! | | Oct 21 16:13:06.073 INFO kablam! | help: remove this `mut` Oct 21 16:13:06.073 INFO kablam! | Oct 21 16:13:06.073 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:13:06.074 INFO kablam! Oct 21 16:13:06.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.29s Oct 21 16:13:06.234 INFO kablam! su: No module specific data is present Oct 21 16:13:07.036 INFO running `"docker" "rm" "-f" "545961e0ac6a431e70c4c15dacfcca5f2ee4f2b06a40724cb97d5bb968cf91a3"` Oct 21 16:13:07.279 INFO blam! 545961e0ac6a431e70c4c15dacfcca5f2ee4f2b06a40724cb97d5bb968cf91a3