Oct 13 00:22:09.304 INFO checking bluecereal/mvp_transform against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 00:22:09.306 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 00:22:09.788 INFO blam! dddaebae334761a2c4c4585d4afb694329cb3e42c85ded70b5ba69ff244b82de Oct 13 00:22:09.797 INFO running `"docker" "start" "-a" "dddaebae334761a2c4c4585d4afb694329cb3e42c85ded70b5ba69ff244b82de"` Oct 13 00:22:11.110 INFO kablam! usermod: no changes Oct 13 00:22:11.348 INFO kablam! Compiling serde v0.8.18 Oct 13 00:22:18.238 INFO kablam! Compiling serde_json v0.8.3 Oct 13 00:22:21.168 INFO kablam! Compiling target_build_utils v0.1.2 Oct 13 00:22:22.676 INFO kablam! Compiling libloading v0.3.1 Oct 13 00:22:26.052 INFO kablam! Checking dlib v0.3.1 Oct 13 00:22:26.592 INFO kablam! Checking wayland-sys v0.5.11 Oct 13 00:22:27.268 INFO kablam! Checking wayland-client v0.5.12 Oct 13 00:22:28.989 INFO kablam! Checking wayland-kbd v0.3.6 Oct 13 00:22:28.989 INFO kablam! Checking wayland-window v0.2.3 Oct 13 00:22:31.056 INFO kablam! Checking glutin v0.6.2 Oct 13 00:22:34.216 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 13 00:22:35.777 INFO kablam! Checking mvp_transform v0.1.0 (/source) Oct 13 00:22:38.408 INFO kablam! warning: `$crate` may not be imported Oct 13 00:22:38.408 INFO kablam! --> src/main.rs:24:1 Oct 13 00:22:38.408 INFO kablam! | Oct 13 00:22:38.408 INFO kablam! 24 | / gfx_defines! { Oct 13 00:22:38.408 INFO kablam! 25 | | vertex Vertex { Oct 13 00:22:38.408 INFO kablam! 26 | | pos: [f32; 2] = "a_Pos", Oct 13 00:22:38.408 INFO kablam! 27 | | color: [f32; 3] = "a_Color", Oct 13 00:22:38.408 INFO kablam! ... | Oct 13 00:22:38.408 INFO kablam! 38 | | } Oct 13 00:22:38.408 INFO kablam! 39 | | } Oct 13 00:22:38.408 INFO kablam! | |_^ Oct 13 00:22:38.408 INFO kablam! | Oct 13 00:22:38.408 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 13 00:22:38.409 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 13 00:22:38.409 INFO kablam! Oct 13 00:22:38.436 INFO kablam! warning: `$crate` may not be imported Oct 13 00:22:38.436 INFO kablam! --> src/main.rs:24:1 Oct 13 00:22:38.436 INFO kablam! | Oct 13 00:22:38.436 INFO kablam! 24 | / gfx_defines! { Oct 13 00:22:38.436 INFO kablam! 25 | | vertex Vertex { Oct 13 00:22:38.436 INFO kablam! 26 | | pos: [f32; 2] = "a_Pos", Oct 13 00:22:38.436 INFO kablam! 27 | | color: [f32; 3] = "a_Color", Oct 13 00:22:38.436 INFO kablam! ... | Oct 13 00:22:38.436 INFO kablam! 38 | | } Oct 13 00:22:38.436 INFO kablam! 39 | | } Oct 13 00:22:38.436 INFO kablam! | |_^ Oct 13 00:22:38.437 INFO kablam! | Oct 13 00:22:38.437 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 13 00:22:38.437 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 13 00:22:38.437 INFO kablam! Oct 13 00:22:39.036 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 00:22:39.036 INFO kablam! --> src/main.rs:13:1 Oct 13 00:22:39.036 INFO kablam! | Oct 13 00:22:39.036 INFO kablam! 13 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 13 00:22:39.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:39.036 INFO kablam! | Oct 13 00:22:39.036 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:22:39.036 INFO kablam! Oct 13 00:22:39.036 INFO kablam! warning: constant item is never used: `BLUE` Oct 13 00:22:39.036 INFO kablam! --> src/main.rs:14:1 Oct 13 00:22:39.036 INFO kablam! | Oct 13 00:22:39.036 INFO kablam! 14 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 13 00:22:39.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:39.036 INFO kablam! Oct 13 00:22:39.296 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 00:22:39.296 INFO kablam! --> src/main.rs:13:1 Oct 13 00:22:39.296 INFO kablam! | Oct 13 00:22:39.296 INFO kablam! 13 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 13 00:22:39.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:39.296 INFO kablam! | Oct 13 00:22:39.296 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:22:39.296 INFO kablam! Oct 13 00:22:39.296 INFO kablam! warning: constant item is never used: `BLUE` Oct 13 00:22:39.296 INFO kablam! --> src/main.rs:14:1 Oct 13 00:22:39.296 INFO kablam! | Oct 13 00:22:39.296 INFO kablam! 14 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 13 00:22:39.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:39.296 INFO kablam! Oct 13 00:22:39.356 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.21s Oct 13 00:22:39.364 INFO kablam! su: No module specific data is present Oct 13 00:22:40.203 INFO running `"docker" "rm" "-f" "dddaebae334761a2c4c4585d4afb694329cb3e42c85ded70b5ba69ff244b82de"` Oct 13 00:22:40.475 INFO blam! dddaebae334761a2c4c4585d4afb694329cb3e42c85ded70b5ba69ff244b82de