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