Dec 19 19:03:57.305 INFO checking chrisj/piston-tests against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 19:03:57.305 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-4/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/chrisj/piston-tests:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 19:03:57.747 INFO [stdout] 67c45b9162149cd298f4d9b2b7d0b2154c8d5e350446b454463329d1a8460f37 Dec 19 19:03:57.756 INFO running `"docker" "start" "-a" "67c45b9162149cd298f4d9b2b7d0b2154c8d5e350446b454463329d1a8460f37"` Dec 19 19:03:59.420 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 19 19:03:59.420 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 19 19:03:59.420 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 19 19:03:59.420 INFO [stderr] files will be included as a binary target: Dec 19 19:03:59.420 INFO [stderr] Dec 19 19:03:59.420 INFO [stderr] * /opt/crater/workdir/src/main.rs Dec 19 19:03:59.420 INFO [stderr] Dec 19 19:03:59.420 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 19 19:03:59.420 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 19 19:03:59.420 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 19 19:03:59.420 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 19 19:03:59.420 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 19 19:03:59.420 INFO [stderr] Dec 19 19:03:59.420 INFO [stderr] For more information on this warning you can consult Dec 19 19:03:59.420 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 19 19:03:59.421 INFO [stderr] warning: path `/opt/crater/workdir/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Dec 19 19:03:59.421 INFO [stderr] please set bin.path in Cargo.toml Dec 19 19:03:59.684 INFO [stderr] Checking odds v0.2.24 Dec 19 19:03:59.684 INFO [stderr] Checking piston-shaders_graphics2d v0.1.0 Dec 19 19:03:59.684 INFO [stderr] Compiling miniz-sys v0.1.7 Dec 19 19:03:59.685 INFO [stderr] Checking num-bigint v0.1.35 Dec 19 19:03:59.685 INFO [stderr] Checking pistoncore-input v0.14.0 Dec 19 19:03:59.728 INFO [stderr] Compiling gl v0.6.1 Dec 19 19:04:02.635 INFO [stderr] Checking nodrop v0.1.8 Dec 19 19:04:03.940 INFO [stderr] Checking arrayvec v0.3.20 Dec 19 19:04:04.024 INFO [stderr] Checking num-rational v0.1.35 Dec 19 19:04:04.848 INFO [stderr] Checking flate2 v0.2.14 Dec 19 19:04:05.348 INFO [stderr] Checking pistoncore-window v0.23.0 Dec 19 19:04:05.948 INFO [stderr] Checking pistoncore-event_loop v0.26.0 Dec 19 19:04:06.345 INFO [stderr] Checking piston v0.26.0 Dec 19 19:04:06.444 INFO [stderr] Checking rusttype v0.2.1 Dec 19 19:04:06.637 INFO [stderr] Checking png v0.5.2 Dec 19 19:04:08.304 INFO [stderr] Checking image v0.10.3 Dec 19 19:04:15.084 INFO [stderr] Checking pistoncore-glutin_window v0.31.0 Dec 19 19:04:15.084 INFO [stderr] Checking piston2d-opengl_graphics v0.36.1 Dec 19 19:04:16.260 INFO [stderr] Checking getting-started v0.1.0 (/opt/crater/workdir) Dec 19 19:04:17.272 INFO [stderr] warning: static variable `lastTime` should have an upper case name such as `LAST_TIME` Dec 19 19:04:17.272 INFO [stderr] --> src/main.rs:14:1 Dec 19 19:04:17.272 INFO [stderr] | Dec 19 19:04:17.272 INFO [stderr] 14 | static mut lastTime: f64 = 0.0; Dec 19 19:04:17.272 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 19:04:17.272 INFO [stderr] | Dec 19 19:04:17.272 INFO [stderr] = note: #[warn(non_upper_case_globals)] on by default Dec 19 19:04:17.272 INFO [stderr] Dec 19 19:04:17.319 INFO [stderr] warning: static variable `lastTime` should have an upper case name such as `LAST_TIME` Dec 19 19:04:17.319 INFO [stderr] --> src/main.rs:14:1 Dec 19 19:04:17.319 INFO [stderr] | Dec 19 19:04:17.319 INFO [stderr] 14 | static mut lastTime: f64 = 0.0; Dec 19 19:04:17.319 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 19:04:17.319 INFO [stderr] | Dec 19 19:04:17.319 INFO [stderr] = note: #[warn(non_upper_case_globals)] on by default Dec 19 19:04:17.319 INFO [stderr] Dec 19 19:04:17.334 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.92s Dec 19 19:04:17.750 INFO running `"docker" "inspect" "67c45b9162149cd298f4d9b2b7d0b2154c8d5e350446b454463329d1a8460f37"` Dec 19 19:04:17.927 INFO running `"docker" "rm" "-f" "67c45b9162149cd298f4d9b2b7d0b2154c8d5e350446b454463329d1a8460f37"` Dec 19 19:04:18.287 INFO [stdout] 67c45b9162149cd298f4d9b2b7d0b2154c8d5e350446b454463329d1a8460f37