Oct 13 00:21:53.639 INFO checking bluecereal/transform against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 00:21:53.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:54.081 INFO blam! 03cba974c8824989a1ccd33dfc87cf13935d8a361ad88c52b83de95f8da49786 Oct 13 00:21:54.083 INFO running `"docker" "start" "-a" "03cba974c8824989a1ccd33dfc87cf13935d8a361ad88c52b83de95f8da49786"` Oct 13 00:21:55.031 INFO kablam! usermod: no changes Oct 13 00:21:55.286 INFO kablam! Compiling serde v0.8.18 Oct 13 00:21:55.289 INFO kablam! Checking cgmath v0.12.0 Oct 13 00:22:06.426 INFO kablam! Compiling serde_json v0.8.3 Oct 13 00:22:09.544 INFO kablam! Compiling target_build_utils v0.1.2 Oct 13 00:22:11.166 INFO kablam! Compiling libloading v0.3.1 Oct 13 00:22:14.288 INFO kablam! Checking dlib v0.3.1 Oct 13 00:22:14.864 INFO kablam! Checking wayland-sys v0.5.11 Oct 13 00:22:15.564 INFO kablam! Checking wayland-client v0.5.12 Oct 13 00:22:17.333 INFO kablam! Checking wayland-window v0.2.3 Oct 13 00:22:17.342 INFO kablam! Checking wayland-kbd v0.3.6 Oct 13 00:22:19.600 INFO kablam! Checking glutin v0.6.2 Oct 13 00:22:22.473 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 13 00:22:24.064 INFO kablam! Checking transform v0.1.0 (/source) Oct 13 00:22:26.608 INFO kablam! warning: `$crate` may not be imported Oct 13 00:22:26.608 INFO kablam! --> src/main.rs:20:1 Oct 13 00:22:26.608 INFO kablam! | Oct 13 00:22:26.608 INFO kablam! 20 | / gfx_defines! { Oct 13 00:22:26.608 INFO kablam! 21 | | vertex Vertex { Oct 13 00:22:26.608 INFO kablam! 22 | | pos: [f32; 2] = "a_Pos", Oct 13 00:22:26.608 INFO kablam! 23 | | color: [f32; 3] = "a_Color", Oct 13 00:22:26.608 INFO kablam! ... | Oct 13 00:22:26.608 INFO kablam! 32 | | } Oct 13 00:22:26.608 INFO kablam! 33 | | } Oct 13 00:22:26.608 INFO kablam! | |_^ Oct 13 00:22:26.608 INFO kablam! | Oct 13 00:22:26.608 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 13 00:22:26.608 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:26.608 INFO kablam! Oct 13 00:22:26.644 INFO kablam! warning: unused import: `cgmath::One` Oct 13 00:22:26.644 INFO kablam! --> src/main.rs:11:5 Oct 13 00:22:26.644 INFO kablam! | Oct 13 00:22:26.644 INFO kablam! 11 | use cgmath::One; Oct 13 00:22:26.644 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:22:26.652 INFO kablam! | Oct 13 00:22:26.652 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:22:26.652 INFO kablam! Oct 13 00:22:26.896 INFO kablam! warning: `$crate` may not be imported Oct 13 00:22:26.897 INFO kablam! --> src/main.rs:20:1 Oct 13 00:22:26.897 INFO kablam! | Oct 13 00:22:26.897 INFO kablam! 20 | / gfx_defines! { Oct 13 00:22:26.898 INFO kablam! 21 | | vertex Vertex { Oct 13 00:22:26.898 INFO kablam! 22 | | pos: [f32; 2] = "a_Pos", Oct 13 00:22:26.898 INFO kablam! 23 | | color: [f32; 3] = "a_Color", Oct 13 00:22:26.898 INFO kablam! ... | Oct 13 00:22:26.899 INFO kablam! 32 | | } Oct 13 00:22:26.899 INFO kablam! 33 | | } Oct 13 00:22:26.899 INFO kablam! | |_^ Oct 13 00:22:26.899 INFO kablam! | Oct 13 00:22:26.900 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 13 00:22:26.900 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:26.900 INFO kablam! Oct 13 00:22:27.030 INFO kablam! warning: unused import: `cgmath::One` Oct 13 00:22:27.031 INFO kablam! --> src/main.rs:11:5 Oct 13 00:22:27.031 INFO kablam! | Oct 13 00:22:27.031 INFO kablam! 11 | use cgmath::One; Oct 13 00:22:27.031 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:22:27.032 INFO kablam! | Oct 13 00:22:27.032 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:22:27.032 INFO kablam! Oct 13 00:22:27.281 INFO kablam! warning: constant item is never used: `RED` Oct 13 00:22:27.281 INFO kablam! --> src/main.rs:13:1 Oct 13 00:22:27.281 INFO kablam! | Oct 13 00:22:27.281 INFO kablam! 13 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 13 00:22:27.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:27.281 INFO kablam! | Oct 13 00:22:27.281 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:22:27.281 INFO kablam! Oct 13 00:22:27.281 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 00:22:27.281 INFO kablam! --> src/main.rs:14:1 Oct 13 00:22:27.281 INFO kablam! | Oct 13 00:22:27.281 INFO kablam! 14 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 13 00:22:27.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:27.281 INFO kablam! Oct 13 00:22:27.620 INFO kablam! warning: constant item is never used: `RED` Oct 13 00:22:27.620 INFO kablam! --> src/main.rs:13:1 Oct 13 00:22:27.620 INFO kablam! | Oct 13 00:22:27.620 INFO kablam! 13 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 13 00:22:27.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:27.620 INFO kablam! | Oct 13 00:22:27.620 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:22:27.620 INFO kablam! Oct 13 00:22:27.620 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 00:22:27.620 INFO kablam! --> src/main.rs:14:1 Oct 13 00:22:27.620 INFO kablam! | Oct 13 00:22:27.620 INFO kablam! 14 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 13 00:22:27.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:22:27.620 INFO kablam! Oct 13 00:22:27.654 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.58s Oct 13 00:22:27.660 INFO kablam! su: No module specific data is present Oct 13 00:22:28.178 INFO running `"docker" "rm" "-f" "03cba974c8824989a1ccd33dfc87cf13935d8a361ad88c52b83de95f8da49786"` Oct 13 00:22:28.525 INFO blam! 03cba974c8824989a1ccd33dfc87cf13935d8a361ad88c52b83de95f8da49786