Oct 27 01:36:21.998 INFO checking lhernandezcruz/hit_n_run against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:36:22.000 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/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 27 01:36:22.667 INFO blam! fb1ac8ad4bd9fcdaf222d8b8e42a12cd1f1b9c7b34f51e315e4871a116929382 Oct 27 01:36:22.675 INFO running `"docker" "start" "-a" "fb1ac8ad4bd9fcdaf222d8b8e42a12cd1f1b9c7b34f51e315e4871a116929382"` Oct 27 01:36:24.059 INFO kablam! usermod: no changes Oct 27 01:36:24.095 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 01:36:24.095 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 01:36:24.095 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 01:36:24.095 INFO kablam! files will be included as a binary target: Oct 27 01:36:24.096 INFO kablam! Oct 27 01:36:24.096 INFO kablam! * /source/src/main.rs Oct 27 01:36:24.096 INFO kablam! Oct 27 01:36:24.096 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 01:36:24.096 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 01:36:24.096 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 01:36:24.096 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 01:36:24.096 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 01:36:24.096 INFO kablam! Oct 27 01:36:24.096 INFO kablam! For more information on this warning you can consult Oct 27 01:36:24.096 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 01:36:24.096 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 27 01:36:24.096 INFO kablam! please set bin.path in Cargo.toml Oct 27 01:36:24.327 INFO kablam! Compiling wayland-scanner v0.7.7 Oct 27 01:36:24.328 INFO kablam! Checking pistoncore-input v0.17.1 Oct 27 01:36:24.329 INFO kablam! Compiling glutin v0.7.4 Oct 27 01:36:24.329 INFO kablam! Checking png v0.6.2 Oct 27 01:36:24.330 INFO kablam! Checking wayland-sys v0.7.7 Oct 27 01:36:29.483 INFO kablam! Checking image v0.12.2 Oct 27 01:36:30.339 INFO kablam! Compiling wayland-client v0.7.7 Oct 27 01:36:31.423 INFO kablam! Checking pistoncore-window v0.26.2 Oct 27 01:36:34.356 INFO kablam! Checking pistoncore-event_loop v0.31.3 Oct 27 01:36:35.975 INFO kablam! Checking piston v0.31.3 Oct 27 01:36:41.355 INFO kablam! Checking wayland-window v0.4.4 Oct 27 01:36:41.356 INFO kablam! Checking wayland-kbd v0.6.3 Oct 27 01:36:41.921 INFO kablam! Checking piston2d-opengl_graphics v0.40.0 Oct 27 01:36:43.202 INFO kablam! Checking winit v0.5.10 Oct 27 01:36:47.082 INFO kablam! Checking pistoncore-glutin_window v0.35.0 Oct 27 01:36:48.087 INFO kablam! Checking hit_n_run v0.1.5 (/source) Oct 27 01:36:50.983 INFO kablam! warning: variable does not need to be mutable Oct 27 01:36:50.983 INFO kablam! --> src/game.rs:348:16 Oct 27 01:36:50.983 INFO kablam! | Oct 27 01:36:50.983 INFO kablam! 348 | mut window: &mut Window, Oct 27 01:36:50.983 INFO kablam! | ----^^^^^^ Oct 27 01:36:50.983 INFO kablam! | | Oct 27 01:36:50.983 INFO kablam! | help: remove this `mut` Oct 27 01:36:50.983 INFO kablam! | Oct 27 01:36:50.983 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:36:50.983 INFO kablam! Oct 27 01:36:52.047 INFO kablam! warning: variable does not need to be mutable Oct 27 01:36:52.047 INFO kablam! --> src/game.rs:348:16 Oct 27 01:36:52.047 INFO kablam! | Oct 27 01:36:52.047 INFO kablam! 348 | mut window: &mut Window, Oct 27 01:36:52.047 INFO kablam! | ----^^^^^^ Oct 27 01:36:52.047 INFO kablam! | | Oct 27 01:36:52.047 INFO kablam! | help: remove this `mut` Oct 27 01:36:52.047 INFO kablam! | Oct 27 01:36:52.047 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:36:52.047 INFO kablam! Oct 27 01:36:53.979 INFO kablam! warning: variable does not need to be mutable Oct 27 01:36:53.979 INFO kablam! --> src/game.rs:348:16 Oct 27 01:36:53.979 INFO kablam! | Oct 27 01:36:53.979 INFO kablam! 348 | mut window: &mut Window, Oct 27 01:36:53.979 INFO kablam! | ----^^^^^^ Oct 27 01:36:53.979 INFO kablam! | | Oct 27 01:36:53.979 INFO kablam! | help: remove this `mut` Oct 27 01:36:53.979 INFO kablam! | Oct 27 01:36:53.979 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:36:53.979 INFO kablam! Oct 27 01:36:54.503 INFO kablam! warning: variable does not need to be mutable Oct 27 01:36:54.503 INFO kablam! --> src/game.rs:348:16 Oct 27 01:36:54.503 INFO kablam! | Oct 27 01:36:54.503 INFO kablam! 348 | mut window: &mut Window, Oct 27 01:36:54.503 INFO kablam! | ----^^^^^^ Oct 27 01:36:54.503 INFO kablam! | | Oct 27 01:36:54.503 INFO kablam! | help: remove this `mut` Oct 27 01:36:54.503 INFO kablam! | Oct 27 01:36:54.503 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:36:54.503 INFO kablam! Oct 27 01:36:54.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.53s Oct 27 01:36:54.640 INFO kablam! su: No module specific data is present Oct 27 01:36:55.411 INFO running `"docker" "rm" "-f" "fb1ac8ad4bd9fcdaf222d8b8e42a12cd1f1b9c7b34f51e315e4871a116929382"` Oct 27 01:36:55.739 INFO blam! fb1ac8ad4bd9fcdaf222d8b8e42a12cd1f1b9c7b34f51e315e4871a116929382