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