Oct 21 19:18:35.617 INFO checking bluecereal/mvp_transform against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:18:35.618 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 19:18:35.813 INFO blam! 743f8ea7a425dee3efb21f49eeb1e1f8c0fb3b1db080c5d4991e4c6f93b39e4d Oct 21 19:18:35.815 INFO running `"docker" "start" "-a" "743f8ea7a425dee3efb21f49eeb1e1f8c0fb3b1db080c5d4991e4c6f93b39e4d"` Oct 21 19:18:36.541 INFO kablam! usermod: no changes Oct 21 19:18:36.737 INFO kablam! Compiling serde v0.8.18 Oct 21 19:18:36.738 INFO kablam! Checking cgmath v0.12.0 Oct 21 19:18:43.955 INFO kablam! Compiling serde_json v0.8.3 Oct 21 19:18:46.568 INFO kablam! Compiling target_build_utils v0.1.2 Oct 21 19:18:48.360 INFO kablam! Compiling libloading v0.3.1 Oct 21 19:18:51.337 INFO kablam! Checking dlib v0.3.1 Oct 21 19:18:51.769 INFO kablam! Checking wayland-sys v0.5.11 Oct 21 19:18:52.476 INFO kablam! Checking wayland-client v0.5.12 Oct 21 19:18:54.161 INFO kablam! Checking wayland-window v0.2.3 Oct 21 19:18:54.161 INFO kablam! Checking wayland-kbd v0.3.6 Oct 21 19:18:55.912 INFO kablam! Checking glutin v0.6.2 Oct 21 19:18:58.572 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 21 19:18:59.912 INFO kablam! Checking mvp_transform v0.1.0 (/source) Oct 21 19:19:01.676 INFO kablam! warning: `$crate` may not be imported Oct 21 19:19:01.677 INFO kablam! --> src/main.rs:24:1 Oct 21 19:19:01.677 INFO kablam! | Oct 21 19:19:01.677 INFO kablam! 24 | / gfx_defines! { Oct 21 19:19:01.677 INFO kablam! 25 | | vertex Vertex { Oct 21 19:19:01.677 INFO kablam! 26 | | pos: [f32; 2] = "a_Pos", Oct 21 19:19:01.677 INFO kablam! 27 | | color: [f32; 3] = "a_Color", Oct 21 19:19:01.678 INFO kablam! ... | Oct 21 19:19:01.678 INFO kablam! 38 | | } Oct 21 19:19:01.678 INFO kablam! 39 | | } Oct 21 19:19:01.679 INFO kablam! | |_^ Oct 21 19:19:01.679 INFO kablam! | Oct 21 19:19:01.679 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 21 19:19:01.679 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 21 19:19:01.680 INFO kablam! Oct 21 19:19:01.951 INFO kablam! warning: `$crate` may not be imported Oct 21 19:19:01.951 INFO kablam! --> src/main.rs:24:1 Oct 21 19:19:01.951 INFO kablam! | Oct 21 19:19:01.952 INFO kablam! 24 | / gfx_defines! { Oct 21 19:19:01.952 INFO kablam! 25 | | vertex Vertex { Oct 21 19:19:01.952 INFO kablam! 26 | | pos: [f32; 2] = "a_Pos", Oct 21 19:19:01.953 INFO kablam! 27 | | color: [f32; 3] = "a_Color", Oct 21 19:19:01.953 INFO kablam! ... | Oct 21 19:19:01.953 INFO kablam! 38 | | } Oct 21 19:19:01.953 INFO kablam! 39 | | } Oct 21 19:19:01.954 INFO kablam! | |_^ Oct 21 19:19:01.954 INFO kablam! | Oct 21 19:19:01.954 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 21 19:19:01.954 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 21 19:19:01.955 INFO kablam! Oct 21 19:19:02.492 INFO kablam! warning: constant item is never used: `GREEN` Oct 21 19:19:02.492 INFO kablam! --> src/main.rs:13:1 Oct 21 19:19:02.493 INFO kablam! | Oct 21 19:19:02.493 INFO kablam! 13 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 21 19:19:02.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:19:02.494 INFO kablam! | Oct 21 19:19:02.494 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:19:02.495 INFO kablam! Oct 21 19:19:02.495 INFO kablam! warning: constant item is never used: `BLUE` Oct 21 19:19:02.495 INFO kablam! --> src/main.rs:14:1 Oct 21 19:19:02.495 INFO kablam! | Oct 21 19:19:02.496 INFO kablam! 14 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 21 19:19:02.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:19:02.496 INFO kablam! Oct 21 19:19:02.585 INFO kablam! warning: constant item is never used: `GREEN` Oct 21 19:19:02.585 INFO kablam! --> src/main.rs:13:1 Oct 21 19:19:02.585 INFO kablam! | Oct 21 19:19:02.585 INFO kablam! 13 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 21 19:19:02.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:19:02.586 INFO kablam! | Oct 21 19:19:02.586 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:19:02.586 INFO kablam! Oct 21 19:19:02.587 INFO kablam! warning: constant item is never used: `BLUE` Oct 21 19:19:02.587 INFO kablam! --> src/main.rs:14:1 Oct 21 19:19:02.587 INFO kablam! | Oct 21 19:19:02.588 INFO kablam! 14 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 21 19:19:02.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:19:02.588 INFO kablam! Oct 21 19:19:02.648 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.07s Oct 21 19:19:02.649 INFO kablam! su: No module specific data is present Oct 21 19:19:03.521 INFO running `"docker" "rm" "-f" "743f8ea7a425dee3efb21f49eeb1e1f8c0fb3b1db080c5d4991e4c6f93b39e4d"` Oct 21 19:19:03.892 INFO blam! 743f8ea7a425dee3efb21f49eeb1e1f8c0fb3b1db080c5d4991e4c6f93b39e4d