Oct 27 06:48:37.792 INFO checking chrisj/piston-tests against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 06:48:37.792 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 06:48:38.356 INFO blam! 45bc51b5f0cc3c00bdc0239eb31430bbae2fb3f90ad85ca5a6d4f2e7595d47e1 Oct 27 06:48:38.359 INFO running `"docker" "start" "-a" "45bc51b5f0cc3c00bdc0239eb31430bbae2fb3f90ad85ca5a6d4f2e7595d47e1"` Oct 27 06:48:40.750 INFO kablam! usermod: no changes Oct 27 06:48:40.815 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 06:48:40.815 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 06:48:40.815 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 06:48:40.815 INFO kablam! files will be included as a binary target: Oct 27 06:48:40.815 INFO kablam! Oct 27 06:48:40.815 INFO kablam! * /source/src/main.rs Oct 27 06:48:40.815 INFO kablam! Oct 27 06:48:40.815 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 06:48:40.815 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 06:48:40.815 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 06:48:40.815 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 06:48:40.815 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 06:48:40.815 INFO kablam! Oct 27 06:48:40.815 INFO kablam! For more information on this warning you can consult Oct 27 06:48:40.815 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 06:48:40.815 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 27 06:48:40.815 INFO kablam! please set bin.path in Cargo.toml Oct 27 06:48:41.104 INFO kablam! Checking piston-float v0.2.0 Oct 27 06:48:41.105 INFO kablam! Checking odds v0.2.24 Oct 27 06:48:41.105 INFO kablam! Checking shader_version v0.2.1 Oct 27 06:48:41.123 INFO kablam! Checking piston-shaders_graphics2d v0.1.0 Oct 27 06:48:41.139 INFO kablam! Compiling miniz-sys v0.1.7 Oct 27 06:48:41.140 INFO kablam! Checking stb_truetype v0.2.0 Oct 27 06:48:41.155 INFO kablam! Checking num-bigint v0.1.35 Oct 27 06:48:41.156 INFO kablam! Compiling gl v0.6.1 Oct 27 06:48:44.127 INFO kablam! Checking piston-viewport v0.2.0 Oct 27 06:48:44.143 INFO kablam! Checking vecmath v0.2.0 Oct 27 06:48:46.883 INFO kablam! Checking pistoncore-input v0.14.0 Oct 27 06:48:47.623 INFO kablam! Checking nodrop v0.1.8 Oct 27 06:48:50.028 INFO kablam! Checking num-rational v0.1.35 Oct 27 06:48:50.694 INFO kablam! Checking piston2d-graphics v0.19.0 Oct 27 06:48:51.209 INFO kablam! Checking arrayvec v0.3.20 Oct 27 06:48:52.109 INFO kablam! Checking flate2 v0.2.14 Oct 27 06:48:53.519 INFO kablam! Checking pistoncore-window v0.23.0 Oct 27 06:48:54.091 INFO kablam! Checking png v0.5.2 Oct 27 06:48:55.059 INFO kablam! Checking rusttype v0.2.1 Oct 27 06:48:55.307 INFO kablam! Checking pistoncore-event_loop v0.26.0 Oct 27 06:48:57.156 INFO kablam! Checking piston v0.26.0 Oct 27 06:48:59.366 INFO kablam! Checking image v0.10.3 Oct 27 06:49:08.958 INFO kablam! Checking piston2d-opengl_graphics v0.36.1 Oct 27 06:49:08.959 INFO kablam! Checking pistoncore-glutin_window v0.31.0 Oct 27 06:49:11.799 INFO kablam! Checking getting-started v0.1.0 (/source) Oct 27 06:49:16.260 INFO kablam! warning: static variable `lastTime` should have an upper case name such as `LAST_TIME` Oct 27 06:49:16.260 INFO kablam! --> src/main.rs:14:1 Oct 27 06:49:16.260 INFO kablam! | Oct 27 06:49:16.260 INFO kablam! 14 | static mut lastTime: f64 = 0.0; Oct 27 06:49:16.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:49:16.260 INFO kablam! | Oct 27 06:49:16.260 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 06:49:16.261 INFO kablam! Oct 27 06:49:16.466 INFO kablam! warning: static variable `lastTime` should have an upper case name such as `LAST_TIME` Oct 27 06:49:16.466 INFO kablam! --> src/main.rs:14:1 Oct 27 06:49:16.467 INFO kablam! | Oct 27 06:49:16.467 INFO kablam! 14 | static mut lastTime: f64 = 0.0; Oct 27 06:49:16.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:49:16.468 INFO kablam! | Oct 27 06:49:16.469 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 06:49:16.469 INFO kablam! Oct 27 06:49:16.494 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.72s Oct 27 06:49:16.516 INFO kablam! su: No module specific data is present Oct 27 06:49:17.639 INFO running `"docker" "rm" "-f" "45bc51b5f0cc3c00bdc0239eb31430bbae2fb3f90ad85ca5a6d4f2e7595d47e1"` Oct 27 06:49:17.945 INFO blam! 45bc51b5f0cc3c00bdc0239eb31430bbae2fb3f90ad85ca5a6d4f2e7595d47e1