Oct 12 23:40:05.558 INFO checking chrisj/piston-tests against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 23:40:05.559 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 23:40:06.054 INFO blam! 69847f3c7d8381a808325f0d99560939b4c73c580eb91990d4d899d5c332c62e Oct 12 23:40:06.057 INFO running `"docker" "start" "-a" "69847f3c7d8381a808325f0d99560939b4c73c580eb91990d4d899d5c332c62e"` Oct 12 23:40:07.920 INFO kablam! usermod: no changes Oct 12 23:40:07.952 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 23:40:07.952 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 23:40:07.952 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 23:40:07.952 INFO kablam! files will be included as a binary target: Oct 12 23:40:07.952 INFO kablam! Oct 12 23:40:07.952 INFO kablam! * /source/src/main.rs Oct 12 23:40:07.952 INFO kablam! Oct 12 23:40:07.952 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 23:40:07.952 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 23:40:07.952 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 23:40:07.952 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 23:40:07.952 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 23:40:07.952 INFO kablam! Oct 12 23:40:07.952 INFO kablam! For more information on this warning you can consult Oct 12 23:40:07.952 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 23:40:07.952 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 12 23:40:07.952 INFO kablam! please set bin.path in Cargo.toml Oct 12 23:40:08.166 INFO kablam! Checking lazy_static v0.2.1 Oct 12 23:40:08.168 INFO kablam! Checking odds v0.2.24 Oct 12 23:40:08.588 INFO kablam! Checking libloading v0.3.1 Oct 12 23:40:08.588 INFO kablam! Checking shared_library v0.1.5 Oct 12 23:40:08.589 INFO kablam! Checking x11-dl v2.11.0 Oct 12 23:40:09.916 INFO kablam! Checking dlib v0.3.1 Oct 12 23:40:10.288 INFO kablam! Checking osmesa-sys v0.1.2 Oct 12 23:40:10.647 INFO kablam! Checking nodrop v0.1.8 Oct 12 23:40:11.332 INFO kablam! Checking wayland-sys v0.5.11 Oct 12 23:40:12.145 INFO kablam! Checking arrayvec v0.3.20 Oct 12 23:40:12.620 INFO kablam! Checking wayland-client v0.5.12 Oct 12 23:40:14.024 INFO kablam! Checking rusttype v0.2.1 Oct 12 23:40:17.036 INFO kablam! Checking wayland-window v0.2.3 Oct 12 23:40:17.036 INFO kablam! Checking wayland-kbd v0.3.6 Oct 12 23:40:19.378 INFO kablam! Checking piston2d-opengl_graphics v0.36.1 Oct 12 23:40:19.716 INFO kablam! Checking glutin v0.6.2 Oct 12 23:40:24.213 INFO kablam! Checking pistoncore-glutin_window v0.31.0 Oct 12 23:40:25.758 INFO kablam! Checking getting-started v0.1.0 (/source) Oct 12 23:40:30.216 INFO kablam! warning: static variable `lastTime` should have an upper case name such as `LAST_TIME` Oct 12 23:40:30.216 INFO kablam! --> src/main.rs:14:1 Oct 12 23:40:30.216 INFO kablam! | Oct 12 23:40:30.216 INFO kablam! 14 | static mut lastTime: f64 = 0.0; Oct 12 23:40:30.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:40:30.216 INFO kablam! | Oct 12 23:40:30.216 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 23:40:30.216 INFO kablam! Oct 12 23:40:30.256 INFO kablam! warning: static variable `lastTime` should have an upper case name such as `LAST_TIME` Oct 12 23:40:30.256 INFO kablam! --> src/main.rs:14:1 Oct 12 23:40:30.256 INFO kablam! | Oct 12 23:40:30.256 INFO kablam! 14 | static mut lastTime: f64 = 0.0; Oct 12 23:40:30.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:40:30.256 INFO kablam! | Oct 12 23:40:30.256 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 23:40:30.256 INFO kablam! Oct 12 23:40:30.298 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.36s Oct 12 23:40:30.318 INFO kablam! su: No module specific data is present Oct 12 23:40:31.278 INFO running `"docker" "rm" "-f" "69847f3c7d8381a808325f0d99560939b4c73c580eb91990d4d899d5c332c62e"` Oct 12 23:40:31.508 INFO blam! 69847f3c7d8381a808325f0d99560939b4c73c580eb91990d4d899d5c332c62e