Oct 12 23:40:04.158 INFO checking chrisj/piston-tests against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 23:40:04.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:04.766 INFO blam! e934a3a7be0810a47d5b5fd9f43dd5f1fc30452787807fbda6870ba7d38cbdd2 Oct 12 23:40:04.768 INFO running `"docker" "start" "-a" "e934a3a7be0810a47d5b5fd9f43dd5f1fc30452787807fbda6870ba7d38cbdd2"` Oct 12 23:40:06.465 INFO kablam! usermod: no changes Oct 12 23:40:06.512 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 23:40:06.512 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 23:40:06.512 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 23:40:06.512 INFO kablam! files will be included as a binary target: Oct 12 23:40:06.512 INFO kablam! Oct 12 23:40:06.512 INFO kablam! * /source/src/main.rs Oct 12 23:40:06.512 INFO kablam! Oct 12 23:40:06.512 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 23:40:06.512 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 23:40:06.512 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 23:40:06.512 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 23:40:06.512 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 23:40:06.512 INFO kablam! Oct 12 23:40:06.512 INFO kablam! For more information on this warning you can consult Oct 12 23:40:06.512 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 23:40:06.512 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 12 23:40:06.512 INFO kablam! please set bin.path in Cargo.toml Oct 12 23:40:06.781 INFO kablam! Checking odds v0.2.24 Oct 12 23:40:06.783 INFO kablam! Checking shared_library v0.1.5 Oct 12 23:40:06.783 INFO kablam! Checking pistoncore-input v0.14.0 Oct 12 23:40:06.783 INFO kablam! Compiling gl v0.6.1 Oct 12 23:40:06.792 INFO kablam! Checking x11-dl v2.11.0 Oct 12 23:40:06.792 INFO kablam! Checking libloading v0.3.1 Oct 12 23:40:09.482 INFO kablam! Checking dlib v0.3.1 Oct 12 23:40:10.213 INFO kablam! Checking osmesa-sys v0.1.2 Oct 12 23:40:12.500 INFO kablam! Checking wayland-sys v0.5.11 Oct 12 23:40:12.749 INFO kablam! Checking nodrop v0.1.8 Oct 12 23:40:13.648 INFO kablam! Checking wayland-client v0.5.12 Oct 12 23:40:14.476 INFO kablam! Checking pistoncore-window v0.23.0 Oct 12 23:40:14.500 INFO kablam! Checking arrayvec v0.3.20 Oct 12 23:40:16.788 INFO kablam! Checking pistoncore-event_loop v0.26.0 Oct 12 23:40:17.720 INFO kablam! Checking rusttype v0.2.1 Oct 12 23:40:19.185 INFO kablam! Checking piston v0.26.0 Oct 12 23:40:19.852 INFO kablam! Checking wayland-window v0.2.3 Oct 12 23:40:19.852 INFO kablam! Checking wayland-kbd v0.3.6 Oct 12 23:40:23.804 INFO kablam! Checking glutin v0.6.2 Oct 12 23:40:30.360 INFO kablam! Checking piston2d-opengl_graphics v0.36.1 Oct 12 23:40:30.360 INFO kablam! Checking pistoncore-glutin_window v0.31.0 Oct 12 23:40:32.739 INFO kablam! Checking getting-started v0.1.0 (/source) Oct 12 23:40:36.696 INFO kablam! warning: static variable `lastTime` should have an upper case name such as `LAST_TIME` Oct 12 23:40:36.696 INFO kablam! --> src/main.rs:14:1 Oct 12 23:40:36.696 INFO kablam! | Oct 12 23:40:36.696 INFO kablam! 14 | static mut lastTime: f64 = 0.0; Oct 12 23:40:36.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:40:36.696 INFO kablam! | Oct 12 23:40:36.696 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 23:40:36.696 INFO kablam! Oct 12 23:40:37.138 INFO kablam! warning: static variable `lastTime` should have an upper case name such as `LAST_TIME` Oct 12 23:40:37.139 INFO kablam! --> src/main.rs:14:1 Oct 12 23:40:37.139 INFO kablam! | Oct 12 23:40:37.139 INFO kablam! 14 | static mut lastTime: f64 = 0.0; Oct 12 23:40:37.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:40:37.139 INFO kablam! | Oct 12 23:40:37.139 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 23:40:37.139 INFO kablam! Oct 12 23:40:37.189 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.70s Oct 12 23:40:37.200 INFO kablam! su: No module specific data is present Oct 12 23:40:38.586 INFO running `"docker" "rm" "-f" "e934a3a7be0810a47d5b5fd9f43dd5f1fc30452787807fbda6870ba7d38cbdd2"` Oct 12 23:40:38.914 INFO blam! e934a3a7be0810a47d5b5fd9f43dd5f1fc30452787807fbda6870ba7d38cbdd2