Sep 20 23:09:41.871 INFO checking cheezgi/asteroid against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 23:09:41.871 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 23:09:41.871 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:09:42.180 INFO blam! 876c6c4e75f6494a83b7f0ef08d89752f77dcae6afebd26e7f31d164eb190636 Sep 20 23:09:42.180 INFO running `"docker" "start" "-a" "876c6c4e75f6494a83b7f0ef08d89752f77dcae6afebd26e7f31d164eb190636"` Sep 20 23:09:43.857 INFO kablam! usermod: no changes Sep 20 23:09:43.922 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Sep 20 23:09:43.922 INFO kablam! disables Cargo from automatically inferring other example targets. Sep 20 23:09:43.922 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 23:09:43.922 INFO kablam! files will be included as a example target: Sep 20 23:09:43.922 INFO kablam! Sep 20 23:09:43.922 INFO kablam! * /source/examples/build.rs Sep 20 23:09:43.922 INFO kablam! Sep 20 23:09:43.922 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 23:09:43.922 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Sep 20 23:09:43.922 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Sep 20 23:09:43.922 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 23:09:43.922 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 23:09:43.922 INFO kablam! Sep 20 23:09:43.922 INFO kablam! For more information on this warning you can consult Sep 20 23:09:43.922 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 23:09:43.982 INFO kablam! Checking libc v0.2.30 Sep 20 23:09:43.982 INFO kablam! Compiling asteroid v0.2.0 (/source) Sep 20 23:09:43.982 INFO kablam! Checking nccl v0.4.3 Sep 20 23:09:46.383 INFO kablam! Checking sdl2-sys v0.30.0 Sep 20 23:09:46.383 INFO kablam! Checking rand v0.3.16 Sep 20 23:09:46.383 INFO kablam! Checking time v0.1.38 Sep 20 23:09:48.933 INFO kablam! Checking sdl2 v0.30.0 Sep 20 23:09:53.419 INFO kablam! warning: unused import: `open` Sep 20 23:09:53.419 INFO kablam! --> examples/basic.rs:8:43 Sep 20 23:09:53.420 INFO kablam! | Sep 20 23:09:53.420 INFO kablam! 8 | use asteroid::settings::{SettingsBuilder, open}; Sep 20 23:09:53.420 INFO kablam! | ^^^^ Sep 20 23:09:53.421 INFO kablam! | Sep 20 23:09:53.421 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 23:09:53.421 INFO kablam! Sep 20 23:09:53.422 INFO kablam! warning: unused import: `std::time::Duration` Sep 20 23:09:53.422 INFO kablam! --> examples/basic.rs:10:5 Sep 20 23:09:53.423 INFO kablam! | Sep 20 23:09:53.423 INFO kablam! 10 | use std::time::Duration; Sep 20 23:09:53.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 23:09:53.423 INFO kablam! Sep 20 23:09:53.482 INFO kablam! warning: unused variable: `args` Sep 20 23:09:53.483 INFO kablam! --> examples/basic.rs:46:22 Sep 20 23:09:53.483 INFO kablam! | Sep 20 23:09:53.484 INFO kablam! 46 | fn render(&self, args: &Args, graphics: &mut Graphics) -> AsteroidResult { Sep 20 23:09:53.484 INFO kablam! | ^^^^ help: consider using `_args` instead Sep 20 23:09:53.485 INFO kablam! | Sep 20 23:09:53.485 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 23:09:53.485 INFO kablam! Sep 20 23:09:53.486 INFO kablam! warning: variable does not need to be mutable Sep 20 23:09:53.486 INFO kablam! --> examples/basic.rs:58:9 Sep 20 23:09:53.486 INFO kablam! | Sep 20 23:09:53.487 INFO kablam! 58 | let mut game = Game { Sep 20 23:09:53.487 INFO kablam! | ----^^^^ Sep 20 23:09:53.487 INFO kablam! | | Sep 20 23:09:53.488 INFO kablam! | help: remove this `mut` Sep 20 23:09:53.488 INFO kablam! | Sep 20 23:09:53.488 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 23:09:53.489 INFO kablam! Sep 20 23:09:53.546 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.64s Sep 20 23:09:53.555 INFO kablam! su: No module specific data is present Sep 20 23:09:54.437 INFO running `"docker" "rm" "-f" "876c6c4e75f6494a83b7f0ef08d89752f77dcae6afebd26e7f31d164eb190636"` Sep 20 23:09:54.549 INFO blam! 876c6c4e75f6494a83b7f0ef08d89752f77dcae6afebd26e7f31d164eb190636