Oct 21 19:18:30.706 INFO checking bluecereal/transform against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:18:30.706 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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.914 INFO blam! cf5f4e4707fca5b529dde52b3091804f8cf0e905eb1cb48917cb9ab249dddd55 Oct 21 19:18:30.924 INFO running `"docker" "start" "-a" "cf5f4e4707fca5b529dde52b3091804f8cf0e905eb1cb48917cb9ab249dddd55"` Oct 21 19:18:31.473 INFO kablam! usermod: no changes Oct 21 19:18:31.623 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 21 19:18:32.862 INFO kablam! Checking transform v0.1.0 (/source) Oct 21 19:18:34.172 INFO kablam! warning: `$crate` may not be imported Oct 21 19:18:34.172 INFO kablam! --> src/main.rs:20:1 Oct 21 19:18:34.172 INFO kablam! | Oct 21 19:18:34.172 INFO kablam! 20 | / gfx_defines! { Oct 21 19:18:34.172 INFO kablam! 21 | | vertex Vertex { Oct 21 19:18:34.172 INFO kablam! 22 | | pos: [f32; 2] = "a_Pos", Oct 21 19:18:34.172 INFO kablam! 23 | | color: [f32; 3] = "a_Color", Oct 21 19:18:34.172 INFO kablam! ... | Oct 21 19:18:34.172 INFO kablam! 32 | | } Oct 21 19:18:34.172 INFO kablam! 33 | | } Oct 21 19:18:34.172 INFO kablam! | |_^ Oct 21 19:18:34.172 INFO kablam! | Oct 21 19:18:34.172 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 21 19:18:34.172 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:34.172 INFO kablam! Oct 21 19:18:34.184 INFO kablam! warning: unused import: `cgmath::One` Oct 21 19:18:34.185 INFO kablam! --> src/main.rs:11:5 Oct 21 19:18:34.185 INFO kablam! | Oct 21 19:18:34.185 INFO kablam! 11 | use cgmath::One; Oct 21 19:18:34.185 INFO kablam! | ^^^^^^^^^^^ Oct 21 19:18:34.185 INFO kablam! | Oct 21 19:18:34.185 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:18:34.185 INFO kablam! Oct 21 19:18:34.302 INFO kablam! warning: `$crate` may not be imported Oct 21 19:18:34.302 INFO kablam! --> src/main.rs:20:1 Oct 21 19:18:34.302 INFO kablam! | Oct 21 19:18:34.302 INFO kablam! 20 | / gfx_defines! { Oct 21 19:18:34.302 INFO kablam! 21 | | vertex Vertex { Oct 21 19:18:34.302 INFO kablam! 22 | | pos: [f32; 2] = "a_Pos", Oct 21 19:18:34.302 INFO kablam! 23 | | color: [f32; 3] = "a_Color", Oct 21 19:18:34.302 INFO kablam! ... | Oct 21 19:18:34.302 INFO kablam! 32 | | } Oct 21 19:18:34.302 INFO kablam! 33 | | } Oct 21 19:18:34.302 INFO kablam! | |_^ Oct 21 19:18:34.302 INFO kablam! | Oct 21 19:18:34.302 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 21 19:18:34.302 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:34.302 INFO kablam! Oct 21 19:18:34.412 INFO kablam! warning: unused import: `cgmath::One` Oct 21 19:18:34.412 INFO kablam! --> src/main.rs:11:5 Oct 21 19:18:34.412 INFO kablam! | Oct 21 19:18:34.412 INFO kablam! 11 | use cgmath::One; Oct 21 19:18:34.412 INFO kablam! | ^^^^^^^^^^^ Oct 21 19:18:34.412 INFO kablam! | Oct 21 19:18:34.412 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:18:34.412 INFO kablam! Oct 21 19:18:34.592 INFO kablam! warning: constant item is never used: `RED` Oct 21 19:18:34.592 INFO kablam! --> src/main.rs:13:1 Oct 21 19:18:34.592 INFO kablam! | Oct 21 19:18:34.592 INFO kablam! 13 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 21 19:18:34.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:18:34.592 INFO kablam! | Oct 21 19:18:34.592 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:18:34.592 INFO kablam! Oct 21 19:18:34.592 INFO kablam! warning: constant item is never used: `GREEN` Oct 21 19:18:34.592 INFO kablam! --> src/main.rs:14:1 Oct 21 19:18:34.592 INFO kablam! | Oct 21 19:18:34.592 INFO kablam! 14 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 21 19:18:34.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:18:34.592 INFO kablam! Oct 21 19:18:34.738 INFO kablam! warning: constant item is never used: `RED` Oct 21 19:18:34.738 INFO kablam! --> src/main.rs:13:1 Oct 21 19:18:34.738 INFO kablam! | Oct 21 19:18:34.738 INFO kablam! 13 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 21 19:18:34.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:18:34.738 INFO kablam! | Oct 21 19:18:34.738 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:18:34.738 INFO kablam! Oct 21 19:18:34.738 INFO kablam! warning: constant item is never used: `GREEN` Oct 21 19:18:34.738 INFO kablam! --> src/main.rs:14:1 Oct 21 19:18:34.738 INFO kablam! | Oct 21 19:18:34.738 INFO kablam! 14 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 21 19:18:34.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:18:34.738 INFO kablam! Oct 21 19:18:34.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.27s Oct 21 19:18:34.761 INFO kablam! su: No module specific data is present Oct 21 19:18:35.124 INFO running `"docker" "rm" "-f" "cf5f4e4707fca5b529dde52b3091804f8cf0e905eb1cb48917cb9ab249dddd55"` Oct 21 19:18:35.239 INFO blam! cf5f4e4707fca5b529dde52b3091804f8cf0e905eb1cb48917cb9ab249dddd55