Sep 03 21:43:50.776 INFO checking lhernandezcruz/hit_n_run against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 21:43:50.776 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 21:43:50.777 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 21:43:51.027 INFO blam! 229858e1eedf7dc49cc45b791ea79e1f2a73291d73c02518267617e82b77c37a Sep 03 21:43:51.029 INFO running `"docker" "start" "-a" "229858e1eedf7dc49cc45b791ea79e1f2a73291d73c02518267617e82b77c37a"` Sep 03 21:43:51.823 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 03 21:43:51.823 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 03 21:43:51.823 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 03 21:43:51.823 INFO kablam! files will be included as a binary target: Sep 03 21:43:51.823 INFO kablam! Sep 03 21:43:51.823 INFO kablam! * /source/src/main.rs Sep 03 21:43:51.823 INFO kablam! Sep 03 21:43:51.823 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 03 21:43:51.823 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 03 21:43:51.823 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 03 21:43:51.823 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 03 21:43:51.823 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 03 21:43:51.823 INFO kablam! Sep 03 21:43:51.823 INFO kablam! For more information on this warning you can consult Sep 03 21:43:51.823 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 03 21:43:51.823 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Sep 03 21:43:51.823 INFO kablam! please set bin.path in Cargo.toml Sep 03 21:43:52.131 INFO kablam! Checking shader_version v0.2.1 Sep 03 21:43:52.137 INFO kablam! Checking num_cpus v1.2.1 Sep 03 21:43:52.137 INFO kablam! Checking enum_primitive v0.1.1 Sep 03 21:43:52.147 INFO kablam! Checking deflate v0.7.4 Sep 03 21:43:52.148 INFO kablam! Checking deque v0.3.1 Sep 03 21:43:52.148 INFO kablam! Checking num-rational v0.1.35 Sep 03 21:43:52.149 INFO kablam! Compiling gl v0.6.1 Sep 03 21:43:53.514 INFO kablam! Checking pistoncore-window v0.26.2 Sep 03 21:43:53.670 INFO kablam! Checking rayon v0.6.0 Sep 03 21:43:54.829 INFO kablam! Checking pistoncore-event_loop v0.31.3 Sep 03 21:43:56.509 INFO kablam! Checking piston v0.31.3 Sep 03 21:43:57.801 INFO kablam! Checking png v0.6.2 Sep 03 21:44:01.054 INFO kablam! Checking jpeg-decoder v0.1.11 Sep 03 21:44:03.593 INFO kablam! Checking image v0.12.2 Sep 03 21:44:15.540 INFO kablam! Checking piston2d-opengl_graphics v0.40.0 Sep 03 21:44:15.540 INFO kablam! Checking pistoncore-glutin_window v0.35.0 Sep 03 21:44:16.974 INFO kablam! Checking hit_n_run v0.1.5 (file:///source) Sep 03 21:44:18.639 INFO kablam! warning: variable does not need to be mutable Sep 03 21:44:18.639 INFO kablam! --> src/game.rs:348:16 Sep 03 21:44:18.639 INFO kablam! | Sep 03 21:44:18.639 INFO kablam! 348 | mut window: &mut Window, Sep 03 21:44:18.639 INFO kablam! | ----^^^^^^ Sep 03 21:44:18.639 INFO kablam! | | Sep 03 21:44:18.639 INFO kablam! | help: remove this `mut` Sep 03 21:44:18.639 INFO kablam! | Sep 03 21:44:18.639 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 03 21:44:18.639 INFO kablam! Sep 03 21:44:18.694 INFO kablam! warning: variable does not need to be mutable Sep 03 21:44:18.694 INFO kablam! --> src/game.rs:348:16 Sep 03 21:44:18.694 INFO kablam! | Sep 03 21:44:18.694 INFO kablam! 348 | mut window: &mut Window, Sep 03 21:44:18.694 INFO kablam! | ----^^^^^^ Sep 03 21:44:18.694 INFO kablam! | | Sep 03 21:44:18.694 INFO kablam! | help: remove this `mut` Sep 03 21:44:18.694 INFO kablam! | Sep 03 21:44:18.694 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 03 21:44:18.695 INFO kablam! Sep 03 21:44:20.358 INFO kablam! warning: variable does not need to be mutable Sep 03 21:44:20.358 INFO kablam! --> src/game.rs:348:16 Sep 03 21:44:20.358 INFO kablam! | Sep 03 21:44:20.358 INFO kablam! 348 | mut window: &mut Window, Sep 03 21:44:20.358 INFO kablam! | ----^^^^^^ Sep 03 21:44:20.358 INFO kablam! | | Sep 03 21:44:20.358 INFO kablam! | help: remove this `mut` Sep 03 21:44:20.358 INFO kablam! | Sep 03 21:44:20.359 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 03 21:44:20.359 INFO kablam! Sep 03 21:44:20.611 INFO kablam! warning: variable does not need to be mutable Sep 03 21:44:20.611 INFO kablam! --> src/game.rs:348:16 Sep 03 21:44:20.611 INFO kablam! | Sep 03 21:44:20.612 INFO kablam! 348 | mut window: &mut Window, Sep 03 21:44:20.612 INFO kablam! | ----^^^^^^ Sep 03 21:44:20.612 INFO kablam! | | Sep 03 21:44:20.612 INFO kablam! | help: remove this `mut` Sep 03 21:44:20.616 INFO kablam! | Sep 03 21:44:20.616 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 03 21:44:20.616 INFO kablam! Sep 03 21:44:20.752 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.94s Sep 03 21:44:20.768 INFO kablam! su: No module specific data is present Sep 03 21:44:21.319 INFO running `"docker" "rm" "-f" "229858e1eedf7dc49cc45b791ea79e1f2a73291d73c02518267617e82b77c37a"` Sep 03 21:44:21.482 INFO blam! 229858e1eedf7dc49cc45b791ea79e1f2a73291d73c02518267617e82b77c37a