Oct 27 07:30:35.238 INFO checking bluecereal/anger against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 07:30:35.238 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 27 07:30:35.459 INFO blam! 618ae52f76f5be70187014db82ed05445cb7afb30f8a60dd283646e9e03ad2e1 Oct 27 07:30:35.460 INFO running `"docker" "start" "-a" "618ae52f76f5be70187014db82ed05445cb7afb30f8a60dd283646e9e03ad2e1"` Oct 27 07:30:35.935 INFO kablam! usermod: no changes Oct 27 07:30:36.183 INFO kablam! Compiling serde v0.8.19 Oct 27 07:30:36.191 INFO kablam! Compiling phf_generator v0.7.20 Oct 27 07:30:36.191 INFO kablam! Checking cgmath v0.12.0 Oct 27 07:30:36.192 INFO kablam! Checking tempfile v2.1.4 Oct 27 07:30:37.495 INFO kablam! Compiling phf_codegen v0.7.20 Oct 27 07:30:38.447 INFO kablam! Compiling target_build_utils v0.1.2 Oct 27 07:30:48.535 INFO kablam! Compiling serde_json v0.8.3 Oct 27 07:30:54.769 INFO kablam! Compiling libloading v0.3.1 Oct 27 07:30:57.768 INFO kablam! Checking dlib v0.3.1 Oct 27 07:30:58.216 INFO kablam! Checking wayland-sys v0.5.11 Oct 27 07:30:58.964 INFO kablam! Checking wayland-client v0.5.12 Oct 27 07:31:00.736 INFO kablam! Checking wayland-window v0.2.3 Oct 27 07:31:00.738 INFO kablam! Checking wayland-kbd v0.3.6 Oct 27 07:31:02.608 INFO kablam! Checking glutin v0.6.2 Oct 27 07:31:05.318 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 27 07:31:06.584 INFO kablam! Checking anger v0.1.0 (/source) Oct 27 07:31:08.927 INFO kablam! warning: unused import: `super::cgmath::Decomposed` Oct 27 07:31:08.928 INFO kablam! --> src/utils.rs:2:5 Oct 27 07:31:08.929 INFO kablam! | Oct 27 07:31:08.929 INFO kablam! 2 | use super::cgmath::Decomposed; Oct 27 07:31:08.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:31:08.930 INFO kablam! | Oct 27 07:31:08.931 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:31:08.931 INFO kablam! Oct 27 07:31:08.932 INFO kablam! warning: unused import: `std` Oct 27 07:31:08.933 INFO kablam! --> src/component/player.rs:2:5 Oct 27 07:31:08.933 INFO kablam! | Oct 27 07:31:08.934 INFO kablam! 2 | use std; Oct 27 07:31:08.934 INFO kablam! | ^^^ Oct 27 07:31:08.935 INFO kablam! Oct 27 07:31:08.935 INFO kablam! error: extern crate `cgmath` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 27 07:31:08.936 INFO kablam! --> src/component/mod.rs:5:25 Oct 27 07:31:08.937 INFO kablam! | Oct 27 07:31:08.937 INFO kablam! 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Oct 27 07:31:08.937 INFO kablam! | ^^^^^^ Oct 27 07:31:08.937 INFO kablam! | Oct 27 07:31:08.937 INFO kablam! = note: #[deny(pub_use_of_private_extern_crate)] on by default Oct 27 07:31:08.937 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 27 07:31:08.937 INFO kablam! = note: for more information, see issue #34537 Oct 27 07:31:08.937 INFO kablam! Oct 27 07:31:08.937 INFO kablam! error: extern crate `glutin` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 27 07:31:08.937 INFO kablam! --> src/component/mod.rs:5:54 Oct 27 07:31:08.937 INFO kablam! | Oct 27 07:31:08.937 INFO kablam! 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Oct 27 07:31:08.937 INFO kablam! | ^^^^^^ Oct 27 07:31:08.937 INFO kablam! | Oct 27 07:31:08.937 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 27 07:31:08.937 INFO kablam! = note: for more information, see issue #34537 Oct 27 07:31:08.937 INFO kablam! Oct 27 07:31:09.215 INFO kablam! warning: unused import: `super::cgmath::Decomposed` Oct 27 07:31:09.215 INFO kablam! --> src/utils.rs:2:5 Oct 27 07:31:09.215 INFO kablam! | Oct 27 07:31:09.215 INFO kablam! 2 | use super::cgmath::Decomposed; Oct 27 07:31:09.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:31:09.215 INFO kablam! | Oct 27 07:31:09.215 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:31:09.215 INFO kablam! Oct 27 07:31:09.223 INFO kablam! warning: unused import: `std` Oct 27 07:31:09.223 INFO kablam! --> src/component/player.rs:2:5 Oct 27 07:31:09.223 INFO kablam! | Oct 27 07:31:09.223 INFO kablam! 2 | use std; Oct 27 07:31:09.223 INFO kablam! | ^^^ Oct 27 07:31:09.223 INFO kablam! Oct 27 07:31:09.225 INFO kablam! error: extern crate `cgmath` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 27 07:31:09.225 INFO kablam! --> src/component/mod.rs:5:25 Oct 27 07:31:09.225 INFO kablam! | Oct 27 07:31:09.225 INFO kablam! 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Oct 27 07:31:09.225 INFO kablam! | ^^^^^^ Oct 27 07:31:09.225 INFO kablam! | Oct 27 07:31:09.225 INFO kablam! = note: #[deny(pub_use_of_private_extern_crate)] on by default Oct 27 07:31:09.225 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 27 07:31:09.225 INFO kablam! = note: for more information, see issue #34537 Oct 27 07:31:09.225 INFO kablam! Oct 27 07:31:09.225 INFO kablam! error: extern crate `glutin` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 27 07:31:09.225 INFO kablam! --> src/component/mod.rs:5:54 Oct 27 07:31:09.225 INFO kablam! | Oct 27 07:31:09.225 INFO kablam! 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Oct 27 07:31:09.225 INFO kablam! | ^^^^^^ Oct 27 07:31:09.225 INFO kablam! | Oct 27 07:31:09.225 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 27 07:31:09.225 INFO kablam! = note: for more information, see issue #34537 Oct 27 07:31:09.225 INFO kablam! Oct 27 07:31:09.608 INFO kablam! error: aborting due to 2 previous errors Oct 27 07:31:09.608 INFO kablam! Oct 27 07:31:09.621 INFO kablam! error: Could not compile `anger`. Oct 27 07:31:09.621 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 07:31:09.841 INFO kablam! error: aborting due to 2 previous errors Oct 27 07:31:09.841 INFO kablam! Oct 27 07:31:09.857 INFO kablam! error: Could not compile `anger`. Oct 27 07:31:09.857 INFO kablam! Oct 27 07:31:09.857 INFO kablam! To learn more, run the command again with --verbose. Oct 27 07:31:09.859 INFO kablam! su: No module specific data is present Oct 27 07:31:11.183 INFO running `"docker" "rm" "-f" "618ae52f76f5be70187014db82ed05445cb7afb30f8a60dd283646e9e03ad2e1"` Oct 27 07:31:11.601 INFO blam! 618ae52f76f5be70187014db82ed05445cb7afb30f8a60dd283646e9e03ad2e1