Oct 13 00:22:40.566 INFO checking bluecereal/anger against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:22:40.566 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:22:41.056 INFO blam! 1fe9399ba83698300341d1cd4c3f50065a31f3bd1ec159d7d62182676c3e233e Oct 13 00:22:41.061 INFO running `"docker" "start" "-a" "1fe9399ba83698300341d1cd4c3f50065a31f3bd1ec159d7d62182676c3e233e"` Oct 13 00:22:42.624 INFO kablam! usermod: no changes Oct 13 00:22:42.884 INFO kablam! Checking cgmath v0.12.0 Oct 13 00:22:42.884 INFO kablam! Checking gfx_core v0.4.0 Oct 13 00:22:42.896 INFO kablam! Checking wayland-client v0.5.12 Oct 13 00:22:47.051 INFO kablam! Checking wayland-window v0.2.3 Oct 13 00:22:47.051 INFO kablam! Checking wayland-kbd v0.3.6 Oct 13 00:22:51.329 INFO kablam! Checking glutin v0.6.2 Oct 13 00:23:11.216 INFO kablam! Checking gfx_device_gl v0.11.2 Oct 13 00:23:11.216 INFO kablam! Checking gfx v0.12.2 Oct 13 00:23:13.525 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 13 00:23:17.608 INFO kablam! Checking anger v0.1.0 (/source) Oct 13 00:23:20.000 INFO kablam! warning: unused import: `super::cgmath::Decomposed` Oct 13 00:23:20.001 INFO kablam! --> src/utils.rs:2:5 Oct 13 00:23:20.001 INFO kablam! | Oct 13 00:23:20.001 INFO kablam! 2 | use super::cgmath::Decomposed; Oct 13 00:23:20.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:23:20.001 INFO kablam! | Oct 13 00:23:20.001 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:23:20.001 INFO kablam! Oct 13 00:23:20.001 INFO kablam! warning: unused import: `std` Oct 13 00:23:20.001 INFO kablam! --> src/component/player.rs:2:5 Oct 13 00:23:20.001 INFO kablam! | Oct 13 00:23:20.001 INFO kablam! 2 | use std; Oct 13 00:23:20.001 INFO kablam! | ^^^ Oct 13 00:23:20.001 INFO kablam! Oct 13 00:23:20.001 INFO kablam! error: extern crate `cgmath` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 13 00:23:20.001 INFO kablam! --> src/component/mod.rs:5:25 Oct 13 00:23:20.001 INFO kablam! | Oct 13 00:23:20.001 INFO kablam! 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Oct 13 00:23:20.001 INFO kablam! | ^^^^^^ Oct 13 00:23:20.001 INFO kablam! | Oct 13 00:23:20.001 INFO kablam! = note: #[deny(pub_use_of_private_extern_crate)] on by default Oct 13 00:23:20.001 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 00:23:20.001 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:23:20.001 INFO kablam! Oct 13 00:23:20.001 INFO kablam! error: extern crate `glutin` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 13 00:23:20.001 INFO kablam! --> src/component/mod.rs:5:54 Oct 13 00:23:20.001 INFO kablam! | Oct 13 00:23:20.001 INFO kablam! 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Oct 13 00:23:20.001 INFO kablam! | ^^^^^^ Oct 13 00:23:20.001 INFO kablam! | Oct 13 00:23:20.001 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 00:23:20.001 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:23:20.001 INFO kablam! Oct 13 00:23:20.128 INFO kablam! warning: unused import: `super::cgmath::Decomposed` Oct 13 00:23:20.128 INFO kablam! --> src/utils.rs:2:5 Oct 13 00:23:20.128 INFO kablam! | Oct 13 00:23:20.128 INFO kablam! 2 | use super::cgmath::Decomposed; Oct 13 00:23:20.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:23:20.128 INFO kablam! | Oct 13 00:23:20.128 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:23:20.128 INFO kablam! Oct 13 00:23:20.128 INFO kablam! warning: unused import: `std` Oct 13 00:23:20.128 INFO kablam! --> src/component/player.rs:2:5 Oct 13 00:23:20.128 INFO kablam! | Oct 13 00:23:20.129 INFO kablam! 2 | use std; Oct 13 00:23:20.129 INFO kablam! | ^^^ Oct 13 00:23:20.131 INFO kablam! Oct 13 00:23:20.131 INFO kablam! error: extern crate `cgmath` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 13 00:23:20.131 INFO kablam! --> src/component/mod.rs:5:25 Oct 13 00:23:20.131 INFO kablam! | Oct 13 00:23:20.131 INFO kablam! 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Oct 13 00:23:20.131 INFO kablam! | ^^^^^^ Oct 13 00:23:20.131 INFO kablam! | Oct 13 00:23:20.131 INFO kablam! = note: #[deny(pub_use_of_private_extern_crate)] on by default Oct 13 00:23:20.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 00:23:20.131 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:23:20.131 INFO kablam! Oct 13 00:23:20.131 INFO kablam! error: extern crate `glutin` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 13 00:23:20.131 INFO kablam! --> src/component/mod.rs:5:54 Oct 13 00:23:20.131 INFO kablam! | Oct 13 00:23:20.131 INFO kablam! 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Oct 13 00:23:20.131 INFO kablam! | ^^^^^^ Oct 13 00:23:20.131 INFO kablam! | Oct 13 00:23:20.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 00:23:20.131 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:23:20.131 INFO kablam! Oct 13 00:23:20.716 INFO kablam! error: aborting due to 2 previous errors Oct 13 00:23:20.716 INFO kablam! Oct 13 00:23:20.756 INFO kablam! error: aborting due to 2 previous errors Oct 13 00:23:20.756 INFO kablam! Oct 13 00:23:20.760 INFO kablam! error: Could not compile `anger`. Oct 13 00:23:20.760 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 00:23:20.774 INFO kablam! error: Could not compile `anger`. Oct 13 00:23:20.774 INFO kablam! Oct 13 00:23:20.774 INFO kablam! To learn more, run the command again with --verbose. Oct 13 00:23:20.775 INFO kablam! su: No module specific data is present Oct 13 00:23:21.939 INFO running `"docker" "rm" "-f" "1fe9399ba83698300341d1cd4c3f50065a31f3bd1ec159d7d62182676c3e233e"` Oct 13 00:23:22.232 INFO blam! 1fe9399ba83698300341d1cd4c3f50065a31f3bd1ec159d7d62182676c3e233e