Oct 21 19:18:29.919 INFO checking bluecereal/using_math_lib against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:18:29.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:30.120 INFO blam! 4543e6fee59e3e9015f68a2b8ab03b49b4916d4b8647c7572c074dc3d5bc61f7 Oct 21 19:18:30.120 INFO running `"docker" "start" "-a" "4543e6fee59e3e9015f68a2b8ab03b49b4916d4b8647c7572c074dc3d5bc61f7"` Oct 21 19:18:30.540 INFO kablam! usermod: no changes Oct 21 19:18:30.725 INFO kablam! Checking libloading v0.3.1 Oct 21 19:18:31.231 INFO kablam! Checking dlib v0.3.1 Oct 21 19:18:31.601 INFO kablam! Checking wayland-sys v0.5.11 Oct 21 19:18:32.162 INFO kablam! Checking wayland-client v0.5.12 Oct 21 19:18:33.668 INFO kablam! Checking wayland-kbd v0.3.6 Oct 21 19:18:33.668 INFO kablam! Checking wayland-window v0.2.3 Oct 21 19:18:35.010 INFO kablam! Checking glutin v0.6.2 Oct 21 19:18:37.348 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 21 19:18:38.647 INFO kablam! Checking using_math_lib v0.1.0 (/source) Oct 21 19:18:40.220 INFO kablam! warning: `$crate` may not be imported Oct 21 19:18:40.220 INFO kablam! --> src/main.rs:17:1 Oct 21 19:18:40.220 INFO kablam! | Oct 21 19:18:40.220 INFO kablam! 17 | / gfx_defines! { Oct 21 19:18:40.220 INFO kablam! 18 | | vertex Vertex { Oct 21 19:18:40.220 INFO kablam! 19 | | pos: [f32; 2] = "a_Pos", Oct 21 19:18:40.220 INFO kablam! 20 | | color: [f32; 3] = "a_Color", Oct 21 19:18:40.220 INFO kablam! ... | Oct 21 19:18:40.220 INFO kablam! 29 | | } Oct 21 19:18:40.220 INFO kablam! 30 | | } Oct 21 19:18:40.220 INFO kablam! | |_^ Oct 21 19:18:40.220 INFO kablam! | Oct 21 19:18:40.220 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 21 19:18:40.220 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:18:40.220 INFO kablam! Oct 21 19:18:40.231 INFO kablam! warning: `$crate` may not be imported Oct 21 19:18:40.231 INFO kablam! --> src/main.rs:17:1 Oct 21 19:18:40.231 INFO kablam! | Oct 21 19:18:40.231 INFO kablam! 17 | / gfx_defines! { Oct 21 19:18:40.231 INFO kablam! 18 | | vertex Vertex { Oct 21 19:18:40.231 INFO kablam! 19 | | pos: [f32; 2] = "a_Pos", Oct 21 19:18:40.231 INFO kablam! 20 | | color: [f32; 3] = "a_Color", Oct 21 19:18:40.231 INFO kablam! ... | Oct 21 19:18:40.231 INFO kablam! 29 | | } Oct 21 19:18:40.231 INFO kablam! 30 | | } Oct 21 19:18:40.231 INFO kablam! | |_^ Oct 21 19:18:40.231 INFO kablam! | Oct 21 19:18:40.231 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 21 19:18:40.231 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:18:40.231 INFO kablam! Oct 21 19:18:40.664 INFO kablam! warning: constant item is never used: `RED` Oct 21 19:18:40.664 INFO kablam! --> src/main.rs:10:1 Oct 21 19:18:40.664 INFO kablam! | Oct 21 19:18:40.664 INFO kablam! 10 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 21 19:18:40.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:18:40.664 INFO kablam! | Oct 21 19:18:40.664 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:18:40.664 INFO kablam! Oct 21 19:18:40.664 INFO kablam! warning: constant item is never used: `GREEN` Oct 21 19:18:40.664 INFO kablam! --> src/main.rs:11:1 Oct 21 19:18:40.664 INFO kablam! | Oct 21 19:18:40.664 INFO kablam! 11 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 21 19:18:40.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:18:40.664 INFO kablam! Oct 21 19:18:40.720 INFO kablam! warning: constant item is never used: `RED` Oct 21 19:18:40.720 INFO kablam! --> src/main.rs:10:1 Oct 21 19:18:40.720 INFO kablam! | Oct 21 19:18:40.720 INFO kablam! 10 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 21 19:18:40.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:18:40.721 INFO kablam! | Oct 21 19:18:40.721 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:18:40.721 INFO kablam! Oct 21 19:18:40.721 INFO kablam! warning: constant item is never used: `GREEN` Oct 21 19:18:40.721 INFO kablam! --> src/main.rs:11:1 Oct 21 19:18:40.721 INFO kablam! | Oct 21 19:18:40.721 INFO kablam! 11 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 21 19:18:40.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:18:40.721 INFO kablam! Oct 21 19:18:40.742 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.18s Oct 21 19:18:40.820 INFO kablam! su: No module specific data is present Oct 21 19:18:41.378 INFO running `"docker" "rm" "-f" "4543e6fee59e3e9015f68a2b8ab03b49b4916d4b8647c7572c074dc3d5bc61f7"` Oct 21 19:18:41.635 INFO blam! 4543e6fee59e3e9015f68a2b8ab03b49b4916d4b8647c7572c074dc3d5bc61f7