Sep 17 13:23:08.758 INFO checking cheezgi/asteroid against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 13:23:08.758 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 13:23:08.758 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 13:23:09.178 INFO blam! efb9d7aea3bad7685fcbe44a70be37ad5672f93556b68fb4b71463e92d6d2139 Sep 17 13:23:09.181 INFO running `"docker" "start" "-a" "efb9d7aea3bad7685fcbe44a70be37ad5672f93556b68fb4b71463e92d6d2139"` Sep 17 13:23:11.486 INFO kablam! usermod: no changes Sep 17 13:23:11.526 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Sep 17 13:23:11.526 INFO kablam! disables Cargo from automatically inferring other example targets. Sep 17 13:23:11.526 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 17 13:23:11.526 INFO kablam! files will be included as a example target: Sep 17 13:23:11.526 INFO kablam! Sep 17 13:23:11.526 INFO kablam! * /source/examples/build.rs Sep 17 13:23:11.526 INFO kablam! Sep 17 13:23:11.526 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 17 13:23:11.526 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Sep 17 13:23:11.526 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Sep 17 13:23:11.526 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 17 13:23:11.526 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 17 13:23:11.526 INFO kablam! Sep 17 13:23:11.526 INFO kablam! For more information on this warning you can consult Sep 17 13:23:11.526 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 17 13:23:11.603 INFO kablam! Compiling sdl2-sys v0.30.0 Sep 17 13:23:11.603 INFO kablam! Compiling asteroid v0.2.0 (/source) Sep 17 13:23:11.603 INFO kablam! Checking nccl v0.4.3 Sep 17 13:23:14.415 INFO kablam! Checking sdl2 v0.30.0 Sep 17 13:23:19.395 INFO kablam! warning: unused import: `open` Sep 17 13:23:19.395 INFO kablam! --> examples/basic.rs:8:43 Sep 17 13:23:19.395 INFO kablam! | Sep 17 13:23:19.395 INFO kablam! 8 | use asteroid::settings::{SettingsBuilder, open}; Sep 17 13:23:19.395 INFO kablam! | ^^^^ Sep 17 13:23:19.395 INFO kablam! | Sep 17 13:23:19.395 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 13:23:19.395 INFO kablam! Sep 17 13:23:19.395 INFO kablam! warning: unused import: `std::time::Duration` Sep 17 13:23:19.395 INFO kablam! --> examples/basic.rs:10:5 Sep 17 13:23:19.395 INFO kablam! | Sep 17 13:23:19.395 INFO kablam! 10 | use std::time::Duration; Sep 17 13:23:19.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 13:23:19.395 INFO kablam! Sep 17 13:23:19.439 INFO kablam! warning: unused variable: `args` Sep 17 13:23:19.439 INFO kablam! --> examples/basic.rs:46:22 Sep 17 13:23:19.439 INFO kablam! | Sep 17 13:23:19.439 INFO kablam! 46 | fn render(&self, args: &Args, graphics: &mut Graphics) -> AsteroidResult { Sep 17 13:23:19.439 INFO kablam! | ^^^^ help: consider using `_args` instead Sep 17 13:23:19.439 INFO kablam! | Sep 17 13:23:19.439 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 13:23:19.439 INFO kablam! Sep 17 13:23:19.441 INFO kablam! warning: variable does not need to be mutable Sep 17 13:23:19.441 INFO kablam! --> examples/basic.rs:58:9 Sep 17 13:23:19.441 INFO kablam! | Sep 17 13:23:19.441 INFO kablam! 58 | let mut game = Game { Sep 17 13:23:19.441 INFO kablam! | ----^^^^ Sep 17 13:23:19.441 INFO kablam! | | Sep 17 13:23:19.441 INFO kablam! | help: remove this `mut` Sep 17 13:23:19.441 INFO kablam! | Sep 17 13:23:19.441 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 17 13:23:19.441 INFO kablam! Sep 17 13:23:19.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.95s Sep 17 13:23:19.474 INFO kablam! su: No module specific data is present Sep 17 13:23:20.467 INFO running `"docker" "rm" "-f" "efb9d7aea3bad7685fcbe44a70be37ad5672f93556b68fb4b71463e92d6d2139"` Sep 17 13:23:20.859 INFO blam! efb9d7aea3bad7685fcbe44a70be37ad5672f93556b68fb4b71463e92d6d2139