Oct 27 07:30:13.728 INFO checking bluecereal/oop_gfx_test against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 07:30:13.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:14.171 INFO blam! 4651c35c1eb701ae4e0544d6045617951a4125884dd96ef1a38f03a5955a614c Oct 27 07:30:14.178 INFO running `"docker" "start" "-a" "4651c35c1eb701ae4e0544d6045617951a4125884dd96ef1a38f03a5955a614c"` Oct 27 07:30:15.427 INFO kablam! usermod: no changes Oct 27 07:30:15.679 INFO kablam! Checking shared_library v0.1.5 Oct 27 07:30:15.691 INFO kablam! Checking x11-dl v2.11.0 Oct 27 07:30:15.691 INFO kablam! Checking gfx v0.12.1 Oct 27 07:30:15.719 INFO kablam! Checking gfx_device_gl v0.11.2 Oct 27 07:30:15.719 INFO kablam! Checking libloading v0.3.1 Oct 27 07:30:17.612 INFO kablam! Checking dlib v0.3.1 Oct 27 07:30:18.027 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 07:30:18.931 INFO kablam! Checking wayland-sys v0.5.11 Oct 27 07:30:21.083 INFO kablam! Checking wayland-client v0.5.12 Oct 27 07:30:23.939 INFO kablam! Checking wayland-window v0.2.3 Oct 27 07:30:23.940 INFO kablam! Checking wayland-kbd v0.3.6 Oct 27 07:30:26.135 INFO kablam! Checking glutin v0.6.2 Oct 27 07:30:28.911 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 27 07:30:30.191 INFO kablam! Checking oop_learn_gfx v0.1.0 (/source) Oct 27 07:30:31.785 INFO kablam! warning: `$crate` may not be imported Oct 27 07:30:31.785 INFO kablam! --> src/main.rs:22:1 Oct 27 07:30:31.785 INFO kablam! | Oct 27 07:30:31.785 INFO kablam! 22 | / gfx_defines! { Oct 27 07:30:31.785 INFO kablam! 23 | | vertex Vertex { Oct 27 07:30:31.785 INFO kablam! 24 | | pos: [f32; 2] = "a_Pos", Oct 27 07:30:31.785 INFO kablam! 25 | | color: [f32; 3] = "a_Color", Oct 27 07:30:31.785 INFO kablam! ... | Oct 27 07:30:31.785 INFO kablam! 30 | | } Oct 27 07:30:31.785 INFO kablam! 31 | | } Oct 27 07:30:31.785 INFO kablam! | |_^ Oct 27 07:30:31.785 INFO kablam! | Oct 27 07:30:31.785 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 27 07:30:31.785 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:31.785 INFO kablam! Oct 27 07:30:31.835 INFO kablam! warning: `$crate` may not be imported Oct 27 07:30:31.835 INFO kablam! --> src/main.rs:22:1 Oct 27 07:30:31.835 INFO kablam! | Oct 27 07:30:31.835 INFO kablam! 22 | / gfx_defines! { Oct 27 07:30:31.835 INFO kablam! 23 | | vertex Vertex { Oct 27 07:30:31.835 INFO kablam! 24 | | pos: [f32; 2] = "a_Pos", Oct 27 07:30:31.835 INFO kablam! 25 | | color: [f32; 3] = "a_Color", Oct 27 07:30:31.835 INFO kablam! ... | Oct 27 07:30:31.835 INFO kablam! 30 | | } Oct 27 07:30:31.835 INFO kablam! 31 | | } Oct 27 07:30:31.835 INFO kablam! | |_^ Oct 27 07:30:31.835 INFO kablam! | Oct 27 07:30:31.835 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 27 07:30:31.835 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:31.835 INFO kablam! Oct 27 07:30:32.069 INFO kablam! warning: constant item is never used: `BLUE` Oct 27 07:30:32.070 INFO kablam! --> src/main.rs:20:1 Oct 27 07:30:32.070 INFO kablam! | Oct 27 07:30:32.070 INFO kablam! 20 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 27 07:30:32.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:32.070 INFO kablam! | Oct 27 07:30:32.070 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:30:32.070 INFO kablam! Oct 27 07:30:32.263 INFO kablam! warning: constant item is never used: `BLUE` Oct 27 07:30:32.263 INFO kablam! --> src/main.rs:20:1 Oct 27 07:30:32.263 INFO kablam! | Oct 27 07:30:32.263 INFO kablam! 20 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 27 07:30:32.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:32.263 INFO kablam! | Oct 27 07:30:32.263 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:30:32.263 INFO kablam! Oct 27 07:30:32.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.83s Oct 27 07:30:32.295 INFO kablam! su: No module specific data is present Oct 27 07:30:32.689 INFO running `"docker" "rm" "-f" "4651c35c1eb701ae4e0544d6045617951a4125884dd96ef1a38f03a5955a614c"` Oct 27 07:30:32.795 INFO blam! 4651c35c1eb701ae4e0544d6045617951a4125884dd96ef1a38f03a5955a614c