Oct 13 00:22:11.625 INFO checking bluecereal/mvp_transform against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:22:11.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:12.004 INFO blam! 3a8872f81db0a725d4d0ea65a2fa4d139370c1b3746f284f9ec7a75006b0d403 Oct 13 00:22:12.020 INFO running `"docker" "start" "-a" "3a8872f81db0a725d4d0ea65a2fa4d139370c1b3746f284f9ec7a75006b0d403"` Oct 13 00:22:13.412 INFO kablam! usermod: no changes Oct 13 00:22:13.624 INFO kablam! Compiling libc v0.2.17 Oct 13 00:22:13.624 INFO kablam! Compiling phf_shared v0.7.19 Oct 13 00:22:13.628 INFO kablam! Compiling serde v0.8.18 Oct 13 00:22:13.640 INFO kablam! Compiling xml-rs v0.3.4 Oct 13 00:22:13.640 INFO kablam! Checking shared_library v0.1.5 Oct 13 00:22:13.640 INFO kablam! Checking cgmath v0.12.0 Oct 13 00:22:13.640 INFO kablam! Checking gfx_core v0.4.0 Oct 13 00:22:13.646 INFO kablam! Checking x11-dl v2.11.0 Oct 13 00:22:16.536 INFO kablam! Checking fs2 v0.2.5 Oct 13 00:22:17.281 INFO kablam! Checking tempfile v2.1.4 Oct 13 00:22:19.737 INFO kablam! Checking osmesa-sys v0.1.2 Oct 13 00:22:19.773 INFO kablam! Compiling phf v0.7.19 Oct 13 00:22:20.144 INFO kablam! Checking memmap v0.2.3 Oct 13 00:22:22.468 INFO kablam! Compiling rand v0.3.14 Oct 13 00:22:27.624 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 13 00:22:27.624 INFO kablam! Compiling gl_generator v0.5.2 Oct 13 00:22:30.806 INFO kablam! Compiling phf_generator v0.7.19 Oct 13 00:22:32.008 INFO kablam! Compiling phf_codegen v0.7.19 Oct 13 00:22:35.020 INFO kablam! Compiling target_build_utils v0.1.2 Oct 13 00:22:37.204 INFO kablam! Compiling gfx_gl v0.3.1 Oct 13 00:22:37.213 INFO kablam! Compiling glutin v0.6.2 Oct 13 00:22:37.301 INFO kablam! Compiling wayland-client v0.5.12 Oct 13 00:22:50.231 INFO kablam! Compiling serde_json v0.8.3 Oct 13 00:23:08.372 INFO kablam! Compiling libloading v0.3.1 Oct 13 00:23:13.120 INFO kablam! Checking dlib v0.3.1 Oct 13 00:23:14.222 INFO kablam! Checking wayland-sys v0.5.11 Oct 13 00:23:18.012 INFO kablam! Checking wayland-kbd v0.3.6 Oct 13 00:23:18.012 INFO kablam! Checking wayland-window v0.2.3 Oct 13 00:23:18.472 INFO kablam! Checking gfx_device_gl v0.11.2 Oct 13 00:23:18.473 INFO kablam! Checking gfx v0.12.1 Oct 13 00:23:25.993 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 13 00:23:27.565 INFO kablam! Checking mvp_transform v0.1.0 (/source) Oct 13 00:23:29.836 INFO kablam! warning: `$crate` may not be imported Oct 13 00:23:29.836 INFO kablam! --> src/main.rs:24:1 Oct 13 00:23:29.836 INFO kablam! | Oct 13 00:23:29.836 INFO kablam! 24 | / gfx_defines! { Oct 13 00:23:29.836 INFO kablam! 25 | | vertex Vertex { Oct 13 00:23:29.836 INFO kablam! 26 | | pos: [f32; 2] = "a_Pos", Oct 13 00:23:29.836 INFO kablam! 27 | | color: [f32; 3] = "a_Color", Oct 13 00:23:29.836 INFO kablam! ... | Oct 13 00:23:29.836 INFO kablam! 38 | | } Oct 13 00:23:29.836 INFO kablam! 39 | | } Oct 13 00:23:29.836 INFO kablam! | |_^ Oct 13 00:23:29.836 INFO kablam! | Oct 13 00:23:29.836 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 13 00:23:29.836 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:23:29.837 INFO kablam! Oct 13 00:23:29.983 INFO kablam! warning: `$crate` may not be imported Oct 13 00:23:29.983 INFO kablam! --> src/main.rs:24:1 Oct 13 00:23:29.983 INFO kablam! | Oct 13 00:23:29.983 INFO kablam! 24 | / gfx_defines! { Oct 13 00:23:29.983 INFO kablam! 25 | | vertex Vertex { Oct 13 00:23:29.983 INFO kablam! 26 | | pos: [f32; 2] = "a_Pos", Oct 13 00:23:29.983 INFO kablam! 27 | | color: [f32; 3] = "a_Color", Oct 13 00:23:29.983 INFO kablam! ... | Oct 13 00:23:29.983 INFO kablam! 38 | | } Oct 13 00:23:29.983 INFO kablam! 39 | | } Oct 13 00:23:29.984 INFO kablam! | |_^ Oct 13 00:23:29.986 INFO kablam! | Oct 13 00:23:29.986 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 13 00:23:29.986 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:23:29.986 INFO kablam! Oct 13 00:23:30.556 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 00:23:30.556 INFO kablam! --> src/main.rs:13:1 Oct 13 00:23:30.556 INFO kablam! | Oct 13 00:23:30.556 INFO kablam! 13 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 13 00:23:30.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:23:30.556 INFO kablam! | Oct 13 00:23:30.556 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:23:30.556 INFO kablam! Oct 13 00:23:30.556 INFO kablam! warning: constant item is never used: `BLUE` Oct 13 00:23:30.556 INFO kablam! --> src/main.rs:14:1 Oct 13 00:23:30.556 INFO kablam! | Oct 13 00:23:30.556 INFO kablam! 14 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 13 00:23:30.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:23:30.556 INFO kablam! Oct 13 00:23:30.751 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 00:23:30.751 INFO kablam! --> src/main.rs:13:1 Oct 13 00:23:30.751 INFO kablam! | Oct 13 00:23:30.751 INFO kablam! 13 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 13 00:23:30.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:23:30.751 INFO kablam! | Oct 13 00:23:30.751 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:23:30.751 INFO kablam! Oct 13 00:23:30.751 INFO kablam! warning: constant item is never used: `BLUE` Oct 13 00:23:30.751 INFO kablam! --> src/main.rs:14:1 Oct 13 00:23:30.751 INFO kablam! | Oct 13 00:23:30.751 INFO kablam! 14 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 13 00:23:30.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:23:30.751 INFO kablam! Oct 13 00:23:30.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 13 00:23:30.837 INFO kablam! su: No module specific data is present Oct 13 00:23:31.560 INFO running `"docker" "rm" "-f" "3a8872f81db0a725d4d0ea65a2fa4d139370c1b3746f284f9ec7a75006b0d403"` Oct 13 00:23:31.854 INFO blam! 3a8872f81db0a725d4d0ea65a2fa4d139370c1b3746f284f9ec7a75006b0d403