Oct 21 18:56:22.783 INFO checking chrisj/piston-tests against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:56:22.784 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 18:56:23.187 INFO blam! ad9ef8a60acab54b3bc8a5dbb63e001d7e47badf5eaf8d911f05d5a40164b6a9 Oct 21 18:56:23.189 INFO running `"docker" "start" "-a" "ad9ef8a60acab54b3bc8a5dbb63e001d7e47badf5eaf8d911f05d5a40164b6a9"` Oct 21 18:56:25.044 INFO kablam! usermod: no changes Oct 21 18:56:25.077 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 21 18:56:25.077 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 21 18:56:25.077 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 18:56:25.077 INFO kablam! files will be included as a binary target: Oct 21 18:56:25.077 INFO kablam! Oct 21 18:56:25.077 INFO kablam! * /source/src/main.rs Oct 21 18:56:25.077 INFO kablam! Oct 21 18:56:25.077 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 18:56:25.077 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 21 18:56:25.077 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 21 18:56:25.077 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 18:56:25.077 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 18:56:25.077 INFO kablam! Oct 21 18:56:25.077 INFO kablam! For more information on this warning you can consult Oct 21 18:56:25.077 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 18:56:25.077 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Oct 21 18:56:25.077 INFO kablam! please set bin.path in Cargo.toml Oct 21 18:56:25.292 INFO kablam! Checking odds v0.2.24 Oct 21 18:56:25.304 INFO kablam! Checking shared_library v0.1.5 Oct 21 18:56:25.304 INFO kablam! Checking pistoncore-input v0.14.0 Oct 21 18:56:25.317 INFO kablam! Compiling gl v0.6.1 Oct 21 18:56:25.322 INFO kablam! Checking x11-dl v2.11.0 Oct 21 18:56:25.322 INFO kablam! Checking image v0.10.3 Oct 21 18:56:25.328 INFO kablam! Checking libloading v0.3.1 Oct 21 18:56:28.208 INFO kablam! Checking dlib v0.3.1 Oct 21 18:56:28.920 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 18:56:30.825 INFO kablam! Checking wayland-sys v0.5.11 Oct 21 18:56:31.900 INFO kablam! Checking nodrop v0.1.8 Oct 21 18:56:34.196 INFO kablam! Checking arrayvec v0.3.20 Oct 21 18:56:34.372 INFO kablam! Checking wayland-client v0.5.12 Oct 21 18:56:37.005 INFO kablam! Checking pistoncore-window v0.23.0 Oct 21 18:56:38.706 INFO kablam! Checking rusttype v0.2.1 Oct 21 18:56:40.540 INFO kablam! Checking pistoncore-event_loop v0.26.0 Oct 21 18:56:42.046 INFO kablam! Checking wayland-window v0.2.3 Oct 21 18:56:42.047 INFO kablam! Checking wayland-kbd v0.3.6 Oct 21 18:56:42.880 INFO kablam! Checking piston v0.26.0 Oct 21 18:56:46.932 INFO kablam! Checking glutin v0.6.2 Oct 21 18:56:52.279 INFO kablam! Checking piston2d-opengl_graphics v0.36.1 Oct 21 18:56:52.279 INFO kablam! Checking pistoncore-glutin_window v0.31.0 Oct 21 18:56:54.820 INFO kablam! Checking getting-started v0.1.0 (/source) Oct 21 18:56:57.400 INFO kablam! warning: static variable `lastTime` should have an upper case name such as `LAST_TIME` Oct 21 18:56:57.400 INFO kablam! --> src/main.rs:14:1 Oct 21 18:56:57.400 INFO kablam! | Oct 21 18:56:57.400 INFO kablam! 14 | static mut lastTime: f64 = 0.0; Oct 21 18:56:57.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:57.400 INFO kablam! | Oct 21 18:56:57.400 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 18:56:57.400 INFO kablam! Oct 21 18:56:57.780 INFO kablam! warning: static variable `lastTime` should have an upper case name such as `LAST_TIME` Oct 21 18:56:57.780 INFO kablam! --> src/main.rs:14:1 Oct 21 18:56:57.780 INFO kablam! | Oct 21 18:56:57.780 INFO kablam! 14 | static mut lastTime: f64 = 0.0; Oct 21 18:56:57.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:56:57.780 INFO kablam! | Oct 21 18:56:57.780 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 18:56:57.780 INFO kablam! Oct 21 18:56:57.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.72s Oct 21 18:56:57.802 INFO kablam! su: No module specific data is present Oct 21 18:56:58.273 INFO running `"docker" "rm" "-f" "ad9ef8a60acab54b3bc8a5dbb63e001d7e47badf5eaf8d911f05d5a40164b6a9"` Oct 21 18:56:58.548 INFO blam! ad9ef8a60acab54b3bc8a5dbb63e001d7e47badf5eaf8d911f05d5a40164b6a9