Sep 01 14:38:47.342 INFO checking lhernandezcruz/hit_n_run against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 14:38:47.342 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 14:38:47.342 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 14:38:47.603 INFO blam! 2db9ab6700a0340b139bc18513200550986899a8be752f45e2f6b973b2e48d28 Sep 01 14:38:47.606 INFO running `"docker" "start" "-a" "2db9ab6700a0340b139bc18513200550986899a8be752f45e2f6b973b2e48d28"` Sep 01 14:38:48.541 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 01 14:38:48.541 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 01 14:38:48.541 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 14:38:48.541 INFO kablam! files will be included as a binary target: Sep 01 14:38:48.541 INFO kablam! Sep 01 14:38:48.541 INFO kablam! * /source/src/main.rs Sep 01 14:38:48.541 INFO kablam! Sep 01 14:38:48.541 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 14:38:48.541 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 01 14:38:48.541 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 01 14:38:48.541 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 14:38:48.541 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 14:38:48.542 INFO kablam! Sep 01 14:38:48.542 INFO kablam! For more information on this warning you can consult Sep 01 14:38:48.542 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 14:38:48.542 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Sep 01 14:38:48.542 INFO kablam! please set bin.path in Cargo.toml Sep 01 14:38:48.835 INFO kablam! Checking shader_version v0.2.1 Sep 01 14:38:48.843 INFO kablam! Checking linked-hash-map v0.0.10 Sep 01 14:38:48.863 INFO kablam! Checking vecmath v0.3.0 Sep 01 14:38:48.866 INFO kablam! Checking enum_primitive v0.1.1 Sep 01 14:38:48.867 INFO kablam! Checking deflate v0.7.4 Sep 01 14:38:48.867 INFO kablam! Checking nodrop v0.1.8 Sep 01 14:38:48.867 INFO kablam! Checking gif v0.9.0 Sep 01 14:38:48.903 INFO kablam! Checking stb_truetype v0.2.0 Sep 01 14:38:49.712 INFO kablam! Checking deque v0.3.1 Sep 01 14:38:50.027 INFO kablam! Checking pistoncore-input v0.17.1 Sep 01 14:38:50.507 INFO kablam! Checking num-rational v0.1.35 Sep 01 14:38:51.315 INFO kablam! Compiling gl v0.6.1 Sep 01 14:38:52.325 INFO kablam! Checking arrayvec v0.3.20 Sep 01 14:38:53.231 INFO kablam! Checking rayon v0.6.0 Sep 01 14:38:54.652 INFO kablam! Checking piston2d-graphics v0.21.1 Sep 01 14:38:56.589 INFO kablam! Checking png v0.6.2 Sep 01 14:38:58.599 INFO kablam! Checking rusttype v0.2.1 Sep 01 14:39:02.583 INFO kablam! Checking pistoncore-window v0.26.2 Sep 01 14:39:03.755 INFO kablam! Checking pistoncore-event_loop v0.31.3 Sep 01 14:39:04.139 INFO kablam! Checking jpeg-decoder v0.1.11 Sep 01 14:39:04.819 INFO kablam! Checking piston v0.31.3 Sep 01 14:39:07.879 INFO kablam! Checking image v0.12.2 Sep 01 14:39:21.118 INFO kablam! Checking pistoncore-glutin_window v0.35.0 Sep 01 14:39:21.118 INFO kablam! Checking piston2d-opengl_graphics v0.40.0 Sep 01 14:39:22.641 INFO kablam! Checking hit_n_run v0.1.5 (file:///source) Sep 01 14:39:24.391 INFO kablam! warning: variable does not need to be mutable Sep 01 14:39:24.391 INFO kablam! --> src/game.rs:348:16 Sep 01 14:39:24.391 INFO kablam! | Sep 01 14:39:24.391 INFO kablam! 348 | mut window: &mut Window, Sep 01 14:39:24.391 INFO kablam! | ----^^^^^^ Sep 01 14:39:24.391 INFO kablam! | | Sep 01 14:39:24.391 INFO kablam! | help: remove this `mut` Sep 01 14:39:24.392 INFO kablam! | Sep 01 14:39:24.392 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 14:39:24.392 INFO kablam! Sep 01 14:39:24.398 INFO kablam! warning: variable does not need to be mutable Sep 01 14:39:24.398 INFO kablam! --> src/game.rs:348:16 Sep 01 14:39:24.398 INFO kablam! | Sep 01 14:39:24.398 INFO kablam! 348 | mut window: &mut Window, Sep 01 14:39:24.398 INFO kablam! | ----^^^^^^ Sep 01 14:39:24.398 INFO kablam! | | Sep 01 14:39:24.398 INFO kablam! | help: remove this `mut` Sep 01 14:39:24.398 INFO kablam! | Sep 01 14:39:24.398 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 14:39:24.399 INFO kablam! Sep 01 14:39:26.170 INFO kablam! warning: variable does not need to be mutable Sep 01 14:39:26.170 INFO kablam! --> src/game.rs:348:16 Sep 01 14:39:26.170 INFO kablam! | Sep 01 14:39:26.170 INFO kablam! 348 | mut window: &mut Window, Sep 01 14:39:26.170 INFO kablam! | ----^^^^^^ Sep 01 14:39:26.170 INFO kablam! | | Sep 01 14:39:26.170 INFO kablam! | help: remove this `mut` Sep 01 14:39:26.170 INFO kablam! | Sep 01 14:39:26.170 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 14:39:26.170 INFO kablam! Sep 01 14:39:26.239 INFO kablam! warning: variable does not need to be mutable Sep 01 14:39:26.239 INFO kablam! --> src/game.rs:348:16 Sep 01 14:39:26.239 INFO kablam! | Sep 01 14:39:26.239 INFO kablam! 348 | mut window: &mut Window, Sep 01 14:39:26.239 INFO kablam! | ----^^^^^^ Sep 01 14:39:26.239 INFO kablam! | | Sep 01 14:39:26.240 INFO kablam! | help: remove this `mut` Sep 01 14:39:26.240 INFO kablam! | Sep 01 14:39:26.240 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 14:39:26.240 INFO kablam! Sep 01 14:39:26.389 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.88s Sep 01 14:39:26.419 INFO kablam! su: No module specific data is present Sep 01 14:39:26.911 INFO running `"docker" "rm" "-f" "2db9ab6700a0340b139bc18513200550986899a8be752f45e2f6b973b2e48d28"` Sep 01 14:39:27.088 INFO blam! 2db9ab6700a0340b139bc18513200550986899a8be752f45e2f6b973b2e48d28