Oct 13 00:21:48.339 INFO checking bluecereal/using_math_lib against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:21:48.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:21:48.583 INFO blam! dcd633d743b47cd7ee57c0d2419b2f3c2fbdfea3978e67f34ae8e7bf55165c7a Oct 13 00:21:48.586 INFO running `"docker" "start" "-a" "dcd633d743b47cd7ee57c0d2419b2f3c2fbdfea3978e67f34ae8e7bf55165c7a"` Oct 13 00:21:50.132 INFO kablam! usermod: no changes Oct 13 00:21:50.508 INFO kablam! Compiling gfx_gl v0.3.1 Oct 13 00:21:50.508 INFO kablam! Checking gfx v0.12.1 Oct 13 00:22:00.908 INFO kablam! Checking gfx_device_gl v0.11.2 Oct 13 00:22:02.540 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 13 00:22:04.165 INFO kablam! Checking using_math_lib v0.1.0 (/source) Oct 13 00:22:06.147 INFO kablam! warning: `$crate` may not be imported Oct 13 00:22:06.147 INFO kablam! --> src/main.rs:17:1 Oct 13 00:22:06.148 INFO kablam! | Oct 13 00:22:06.148 INFO kablam! 17 | / gfx_defines! { Oct 13 00:22:06.148 INFO kablam! 18 | | vertex Vertex { Oct 13 00:22:06.148 INFO kablam! 19 | | pos: [f32; 2] = "a_Pos", Oct 13 00:22:06.148 INFO kablam! 20 | | color: [f32; 3] = "a_Color", Oct 13 00:22:06.148 INFO kablam! ... | Oct 13 00:22:06.149 INFO kablam! 29 | | } Oct 13 00:22:06.149 INFO kablam! 30 | | } Oct 13 00:22:06.149 INFO kablam! | |_^ Oct 13 00:22:06.149 INFO kablam! | Oct 13 00:22:06.149 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 13 00:22:06.149 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:06.150 INFO kablam! Oct 13 00:22:06.539 INFO kablam! warning: `$crate` may not be imported Oct 13 00:22:06.540 INFO kablam! --> src/main.rs:17:1 Oct 13 00:22:06.540 INFO kablam! | Oct 13 00:22:06.540 INFO kablam! 17 | / gfx_defines! { Oct 13 00:22:06.541 INFO kablam! 18 | | vertex Vertex { Oct 13 00:22:06.541 INFO kablam! 19 | | pos: [f32; 2] = "a_Pos", Oct 13 00:22:06.541 INFO kablam! 20 | | color: [f32; 3] = "a_Color", Oct 13 00:22:06.542 INFO kablam! ... | Oct 13 00:22:06.542 INFO kablam! 29 | | } Oct 13 00:22:06.542 INFO kablam! 30 | | } Oct 13 00:22:06.542 INFO kablam! | |_^ Oct 13 00:22:06.543 INFO kablam! | Oct 13 00:22:06.543 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 13 00:22:06.543 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:06.544 INFO kablam! Oct 13 00:22:06.577 INFO kablam! warning: constant item is never used: `RED` Oct 13 00:22:06.577 INFO kablam! --> src/main.rs:10:1 Oct 13 00:22:06.577 INFO kablam! | Oct 13 00:22:06.578 INFO kablam! 10 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 13 00:22:06.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:06.578 INFO kablam! | Oct 13 00:22:06.578 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:22:06.578 INFO kablam! Oct 13 00:22:06.578 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 00:22:06.578 INFO kablam! --> src/main.rs:11:1 Oct 13 00:22:06.578 INFO kablam! | Oct 13 00:22:06.578 INFO kablam! 11 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 13 00:22:06.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:06.579 INFO kablam! Oct 13 00:22:07.231 INFO kablam! warning: constant item is never used: `RED` Oct 13 00:22:07.231 INFO kablam! --> src/main.rs:10:1 Oct 13 00:22:07.231 INFO kablam! | Oct 13 00:22:07.231 INFO kablam! 10 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 13 00:22:07.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:07.231 INFO kablam! | Oct 13 00:22:07.231 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:22:07.231 INFO kablam! Oct 13 00:22:07.231 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 00:22:07.232 INFO kablam! --> src/main.rs:11:1 Oct 13 00:22:07.232 INFO kablam! | Oct 13 00:22:07.232 INFO kablam! 11 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 13 00:22:07.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:07.232 INFO kablam! Oct 13 00:22:07.248 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.09s Oct 13 00:22:07.268 INFO kablam! su: No module specific data is present Oct 13 00:22:08.117 INFO running `"docker" "rm" "-f" "dcd633d743b47cd7ee57c0d2419b2f3c2fbdfea3978e67f34ae8e7bf55165c7a"` Oct 13 00:22:08.404 INFO blam! dcd633d743b47cd7ee57c0d2419b2f3c2fbdfea3978e67f34ae8e7bf55165c7a