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