Oct 12 18:26:13.496 INFO checking lhernandezcruz/hit_n_run against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 18:26:13.498 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 18:26:13.896 INFO blam! 965d1bc3f76a1f810cc99745d9fccc1c05713869aab51783ee495f1a6e360766 Oct 12 18:26:13.904 INFO running `"docker" "start" "-a" "965d1bc3f76a1f810cc99745d9fccc1c05713869aab51783ee495f1a6e360766"` Oct 12 18:26:15.680 INFO kablam! usermod: no changes Oct 12 18:26:15.732 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 18:26:15.732 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 18:26:15.732 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 18:26:15.732 INFO kablam! files will be included as a binary target: Oct 12 18:26:15.732 INFO kablam! Oct 12 18:26:15.732 INFO kablam! * /source/src/main.rs Oct 12 18:26:15.732 INFO kablam! Oct 12 18:26:15.732 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 18:26:15.732 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 18:26:15.732 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 18:26:15.732 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 18:26:15.732 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 18:26:15.732 INFO kablam! Oct 12 18:26:15.732 INFO kablam! For more information on this warning you can consult Oct 12 18:26:15.732 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 18:26:15.732 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 12 18:26:15.732 INFO kablam! please set bin.path in Cargo.toml Oct 12 18:26:16.036 INFO kablam! Compiling serde v0.8.23 Oct 12 18:26:16.044 INFO kablam! Compiling wayland-scanner v0.7.7 Oct 12 18:26:16.045 INFO kablam! Compiling glutin v0.7.4 Oct 12 18:26:16.046 INFO kablam! Checking pistoncore-window v0.26.2 Oct 12 18:26:16.047 INFO kablam! Compiling target_build_utils v0.1.2 Oct 12 18:26:16.047 INFO kablam! Checking image v0.12.2 Oct 12 18:26:18.196 INFO kablam! Checking pistoncore-event_loop v0.31.3 Oct 12 18:26:21.636 INFO kablam! Checking piston v0.31.3 Oct 12 18:26:24.576 INFO kablam! Compiling wayland-client v0.7.7 Oct 12 18:26:32.772 INFO kablam! Checking piston2d-opengl_graphics v0.40.0 Oct 12 18:26:40.388 INFO kablam! Compiling serde_json v0.8.6 Oct 12 18:26:45.395 INFO kablam! Compiling libloading v0.3.1 Oct 12 18:26:47.971 INFO kablam! Checking dlib v0.3.1 Oct 12 18:26:48.340 INFO kablam! Checking wayland-sys v0.7.7 Oct 12 18:26:50.937 INFO kablam! Checking wayland-kbd v0.6.3 Oct 12 18:26:50.937 INFO kablam! Checking wayland-window v0.4.4 Oct 12 18:26:52.804 INFO kablam! Checking winit v0.5.10 Oct 12 18:26:56.239 INFO kablam! Checking pistoncore-glutin_window v0.35.0 Oct 12 18:26:57.374 INFO kablam! Checking hit_n_run v0.1.5 (/source) Oct 12 18:27:00.609 INFO kablam! warning: variable does not need to be mutable Oct 12 18:27:00.610 INFO kablam! --> src/game.rs:348:16 Oct 12 18:27:00.610 INFO kablam! | Oct 12 18:27:00.611 INFO kablam! 348 | mut window: &mut Window, Oct 12 18:27:00.611 INFO kablam! | ----^^^^^^ Oct 12 18:27:00.612 INFO kablam! | | Oct 12 18:27:00.612 INFO kablam! | help: remove this `mut` Oct 12 18:27:00.613 INFO kablam! | Oct 12 18:27:00.613 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:27:00.614 INFO kablam! Oct 12 18:27:01.248 INFO kablam! warning: variable does not need to be mutable Oct 12 18:27:01.249 INFO kablam! --> src/game.rs:348:16 Oct 12 18:27:01.250 INFO kablam! | Oct 12 18:27:01.251 INFO kablam! 348 | mut window: &mut Window, Oct 12 18:27:01.251 INFO kablam! | ----^^^^^^ Oct 12 18:27:01.252 INFO kablam! | | Oct 12 18:27:01.253 INFO kablam! | help: remove this `mut` Oct 12 18:27:01.253 INFO kablam! | Oct 12 18:27:01.254 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:27:01.268 INFO kablam! Oct 12 18:27:04.102 INFO kablam! warning: variable does not need to be mutable Oct 12 18:27:04.103 INFO kablam! --> src/game.rs:348:16 Oct 12 18:27:04.104 INFO kablam! | Oct 12 18:27:04.104 INFO kablam! 348 | mut window: &mut Window, Oct 12 18:27:04.105 INFO kablam! | ----^^^^^^ Oct 12 18:27:04.106 INFO kablam! | | Oct 12 18:27:04.106 INFO kablam! | help: remove this `mut` Oct 12 18:27:04.107 INFO kablam! | Oct 12 18:27:04.108 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:27:04.108 INFO kablam! Oct 12 18:27:04.350 INFO kablam! warning: variable does not need to be mutable Oct 12 18:27:04.351 INFO kablam! --> src/game.rs:348:16 Oct 12 18:27:04.351 INFO kablam! | Oct 12 18:27:04.352 INFO kablam! 348 | mut window: &mut Window, Oct 12 18:27:04.353 INFO kablam! | ----^^^^^^ Oct 12 18:27:04.353 INFO kablam! | | Oct 12 18:27:04.354 INFO kablam! | help: remove this `mut` Oct 12 18:27:04.354 INFO kablam! | Oct 12 18:27:04.355 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:27:04.355 INFO kablam! Oct 12 18:27:04.413 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.70s Oct 12 18:27:04.433 INFO kablam! su: No module specific data is present Oct 12 18:27:06.370 INFO running `"docker" "rm" "-f" "965d1bc3f76a1f810cc99745d9fccc1c05713869aab51783ee495f1a6e360766"` Oct 12 18:27:06.776 INFO blam! 965d1bc3f76a1f810cc99745d9fccc1c05713869aab51783ee495f1a6e360766