Sep 03 19:28:54.696 INFO checking cheezgi/asteroid against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 19:28:54.696 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 19:28:54.696 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 19:28:54.962 INFO blam! 501f0d4db7340ce0b4bcd721ffc48e5dd856426b8d798e4c564106aa5c8ffe32 Sep 03 19:28:54.964 INFO running `"docker" "start" "-a" "501f0d4db7340ce0b4bcd721ffc48e5dd856426b8d798e4c564106aa5c8ffe32"` Sep 03 19:28:55.828 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Sep 03 19:28:55.828 INFO kablam! disables Cargo from automatically inferring other example targets. Sep 03 19:28:55.829 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 03 19:28:55.829 INFO kablam! files will be included as a example target: Sep 03 19:28:55.829 INFO kablam! Sep 03 19:28:55.829 INFO kablam! * /source/examples/build.rs Sep 03 19:28:55.829 INFO kablam! Sep 03 19:28:55.829 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 03 19:28:55.829 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Sep 03 19:28:55.829 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Sep 03 19:28:55.829 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 03 19:28:55.829 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 03 19:28:55.829 INFO kablam! Sep 03 19:28:55.829 INFO kablam! For more information on this warning you can consult Sep 03 19:28:55.829 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 03 19:28:55.890 INFO kablam! Compiling asteroid v0.2.0 (file:///source) Sep 03 19:28:55.891 INFO kablam! Checking nccl v0.4.3 Sep 03 19:28:55.895 INFO kablam! Checking time v0.1.38 Sep 03 19:28:55.906 INFO kablam! Checking sdl2 v0.30.0 Sep 03 19:29:05.492 INFO kablam! warning: unused import: `open` Sep 03 19:29:05.493 INFO kablam! --> examples/basic.rs:8:43 Sep 03 19:29:05.493 INFO kablam! | Sep 03 19:29:05.493 INFO kablam! 8 | use asteroid::settings::{SettingsBuilder, open}; Sep 03 19:29:05.493 INFO kablam! | ^^^^ Sep 03 19:29:05.493 INFO kablam! | Sep 03 19:29:05.493 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 19:29:05.493 INFO kablam! Sep 03 19:29:05.493 INFO kablam! warning: unused import: `std::time::Duration` Sep 03 19:29:05.494 INFO kablam! --> examples/basic.rs:10:5 Sep 03 19:29:05.494 INFO kablam! | Sep 03 19:29:05.494 INFO kablam! 10 | use std::time::Duration; Sep 03 19:29:05.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 03 19:29:05.494 INFO kablam! Sep 03 19:29:05.591 INFO kablam! warning: unused variable: `args` Sep 03 19:29:05.591 INFO kablam! --> examples/basic.rs:46:22 Sep 03 19:29:05.591 INFO kablam! | Sep 03 19:29:05.591 INFO kablam! 46 | fn render(&self, args: &Args, graphics: &mut Graphics) -> AsteroidResult { Sep 03 19:29:05.591 INFO kablam! | ^^^^ help: consider using `_args` instead Sep 03 19:29:05.591 INFO kablam! | Sep 03 19:29:05.591 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 19:29:05.591 INFO kablam! Sep 03 19:29:05.596 INFO kablam! warning: variable does not need to be mutable Sep 03 19:29:05.596 INFO kablam! --> examples/basic.rs:58:9 Sep 03 19:29:05.596 INFO kablam! | Sep 03 19:29:05.596 INFO kablam! 58 | let mut game = Game { Sep 03 19:29:05.596 INFO kablam! | ----^^^^ Sep 03 19:29:05.596 INFO kablam! | | Sep 03 19:29:05.596 INFO kablam! | help: remove this `mut` Sep 03 19:29:05.596 INFO kablam! | Sep 03 19:29:05.597 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 03 19:29:05.597 INFO kablam! Sep 03 19:29:05.630 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.83s Sep 03 19:29:05.643 INFO kablam! su: No module specific data is present Sep 03 19:29:06.235 INFO running `"docker" "rm" "-f" "501f0d4db7340ce0b4bcd721ffc48e5dd856426b8d798e4c564106aa5c8ffe32"` Sep 03 19:29:06.395 INFO blam! 501f0d4db7340ce0b4bcd721ffc48e5dd856426b8d798e4c564106aa5c8ffe32