Oct 27 07:30:20.906 INFO checking bluecereal/mvp_transform against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 07:30:20.908 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 07:30:21.476 INFO blam! a84ef4e4d496faec46643f69df5b17e182c9e8f7b12e28b5e35f64890ce45848 Oct 27 07:30:21.478 INFO running `"docker" "start" "-a" "a84ef4e4d496faec46643f69df5b17e182c9e8f7b12e28b5e35f64890ce45848"` Oct 27 07:30:22.857 INFO kablam! usermod: no changes Oct 27 07:30:23.019 INFO kablam! Compiling serde v0.8.18 Oct 27 07:30:23.020 INFO kablam! Checking cgmath v0.12.0 Oct 27 07:30:31.043 INFO kablam! Compiling serde_json v0.8.3 Oct 27 07:30:33.399 INFO kablam! Compiling target_build_utils v0.1.2 Oct 27 07:30:34.732 INFO kablam! Compiling libloading v0.3.1 Oct 27 07:30:37.071 INFO kablam! Checking dlib v0.3.1 Oct 27 07:30:37.575 INFO kablam! Checking wayland-sys v0.5.11 Oct 27 07:30:38.271 INFO kablam! Checking wayland-client v0.5.12 Oct 27 07:30:40.048 INFO kablam! Checking wayland-kbd v0.3.6 Oct 27 07:30:40.049 INFO kablam! Checking wayland-window v0.2.3 Oct 27 07:30:42.215 INFO kablam! Checking glutin v0.6.2 Oct 27 07:30:45.119 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 27 07:30:46.631 INFO kablam! Checking mvp_transform v0.1.0 (/source) Oct 27 07:30:48.467 INFO kablam! warning: `$crate` may not be imported Oct 27 07:30:48.467 INFO kablam! --> src/main.rs:24:1 Oct 27 07:30:48.467 INFO kablam! | Oct 27 07:30:48.467 INFO kablam! 24 | / gfx_defines! { Oct 27 07:30:48.467 INFO kablam! 25 | | vertex Vertex { Oct 27 07:30:48.467 INFO kablam! 26 | | pos: [f32; 2] = "a_Pos", Oct 27 07:30:48.467 INFO kablam! 27 | | color: [f32; 3] = "a_Color", Oct 27 07:30:48.467 INFO kablam! ... | Oct 27 07:30:48.467 INFO kablam! 38 | | } Oct 27 07:30:48.467 INFO kablam! 39 | | } Oct 27 07:30:48.467 INFO kablam! | |_^ Oct 27 07:30:48.467 INFO kablam! | Oct 27 07:30:48.467 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 27 07:30:48.467 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 27 07:30:48.467 INFO kablam! Oct 27 07:30:49.187 INFO kablam! warning: constant item is never used: `GREEN` Oct 27 07:30:49.187 INFO kablam! --> src/main.rs:13:1 Oct 27 07:30:49.187 INFO kablam! | Oct 27 07:30:49.187 INFO kablam! 13 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 27 07:30:49.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:49.187 INFO kablam! | Oct 27 07:30:49.187 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:30:49.187 INFO kablam! Oct 27 07:30:49.187 INFO kablam! warning: constant item is never used: `BLUE` Oct 27 07:30:49.187 INFO kablam! --> src/main.rs:14:1 Oct 27 07:30:49.187 INFO kablam! | Oct 27 07:30:49.187 INFO kablam! 14 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 27 07:30:49.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:49.187 INFO kablam! Oct 27 07:30:49.462 INFO kablam! warning: `$crate` may not be imported Oct 27 07:30:49.463 INFO kablam! --> src/main.rs:24:1 Oct 27 07:30:49.463 INFO kablam! | Oct 27 07:30:49.464 INFO kablam! 24 | / gfx_defines! { Oct 27 07:30:49.464 INFO kablam! 25 | | vertex Vertex { Oct 27 07:30:49.464 INFO kablam! 26 | | pos: [f32; 2] = "a_Pos", Oct 27 07:30:49.464 INFO kablam! 27 | | color: [f32; 3] = "a_Color", Oct 27 07:30:49.465 INFO kablam! ... | Oct 27 07:30:49.465 INFO kablam! 38 | | } Oct 27 07:30:49.465 INFO kablam! 39 | | } Oct 27 07:30:49.466 INFO kablam! | |_^ Oct 27 07:30:49.466 INFO kablam! | Oct 27 07:30:49.466 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 27 07:30:49.467 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 27 07:30:49.467 INFO kablam! Oct 27 07:30:49.920 INFO kablam! warning: constant item is never used: `GREEN` Oct 27 07:30:49.920 INFO kablam! --> src/main.rs:13:1 Oct 27 07:30:49.920 INFO kablam! | Oct 27 07:30:49.920 INFO kablam! 13 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 27 07:30:49.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:49.920 INFO kablam! | Oct 27 07:30:49.920 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:30:49.920 INFO kablam! Oct 27 07:30:49.920 INFO kablam! warning: constant item is never used: `BLUE` Oct 27 07:30:49.920 INFO kablam! --> src/main.rs:14:1 Oct 27 07:30:49.920 INFO kablam! | Oct 27 07:30:49.920 INFO kablam! 14 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 27 07:30:49.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:49.920 INFO kablam! Oct 27 07:30:49.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.08s Oct 27 07:30:49.999 INFO kablam! su: No module specific data is present Oct 27 07:30:50.799 INFO running `"docker" "rm" "-f" "a84ef4e4d496faec46643f69df5b17e182c9e8f7b12e28b5e35f64890ce45848"` Oct 27 07:30:51.107 INFO blam! a84ef4e4d496faec46643f69df5b17e182c9e8f7b12e28b5e35f64890ce45848