Nov 17 07:58:19.337 INFO testing bluecereal/anger against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 07:58:19.338 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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"` Nov 17 07:58:19.645 INFO [stdout] 069ca4cd3c50625ece7faba6f505442c21aa38350aeb68bbbc1e65f29a9e0e71 Nov 17 07:58:19.651 INFO running `"docker" "start" "-a" "069ca4cd3c50625ece7faba6f505442c21aa38350aeb68bbbc1e65f29a9e0e71"` Nov 17 07:58:20.592 INFO [stderr] usermod: no changes Nov 17 07:58:20.779 INFO [stderr] Compiling phf_shared v0.7.20 Nov 17 07:58:20.779 INFO [stderr] Compiling serde v0.8.19 Nov 17 07:58:20.795 INFO [stderr] Compiling rand v0.3.15 Nov 17 07:58:20.796 INFO [stderr] Compiling xml-rs v0.3.5 Nov 17 07:58:20.796 INFO [stderr] Compiling shared_library v0.1.5 Nov 17 07:58:20.796 INFO [stderr] Compiling draw_state v0.6.0 Nov 17 07:58:20.797 INFO [stderr] Compiling x11-dl v2.11.0 Nov 17 07:58:21.919 INFO [stderr] Compiling phf v0.7.20 Nov 17 07:58:23.363 INFO [stderr] Compiling osmesa-sys v0.1.2 Nov 17 07:58:24.751 INFO [stderr] Compiling gfx_core v0.4.0 Nov 17 07:58:26.163 INFO [stderr] Compiling phf_generator v0.7.20 Nov 17 07:58:26.164 INFO [stderr] Compiling tempfile v2.1.4 Nov 17 07:58:26.164 INFO [stderr] Compiling cgmath v0.12.0 Nov 17 07:58:26.675 INFO [stderr] Compiling phf_codegen v0.7.20 Nov 17 07:58:28.571 INFO [stderr] Compiling target_build_utils v0.1.2 Nov 17 07:58:30.238 INFO [stderr] Compiling wayland-scanner v0.5.11 Nov 17 07:58:30.238 INFO [stderr] Compiling gl_generator v0.5.2 Nov 17 07:58:33.251 INFO [stderr] Compiling wayland-client v0.5.12 Nov 17 07:58:35.532 INFO [stderr] Compiling gfx_gl v0.3.1 Nov 17 07:58:35.532 INFO [stderr] Compiling glutin v0.6.2 Nov 17 07:58:35.591 INFO [stderr] Compiling serde_json v0.8.3 Nov 17 07:58:57.316 INFO [stderr] Compiling libloading v0.3.1 Nov 17 07:59:02.747 INFO [stderr] Compiling dlib v0.3.1 Nov 17 07:59:03.307 INFO [stderr] Compiling wayland-sys v0.5.11 Nov 17 07:59:09.777 INFO [stderr] Compiling wayland-kbd v0.3.6 Nov 17 07:59:09.777 INFO [stderr] Compiling wayland-window v0.2.3 Nov 17 07:59:14.835 INFO [stderr] Compiling gfx_device_gl v0.11.2 Nov 17 07:59:14.835 INFO [stderr] Compiling gfx v0.12.2 Nov 17 07:59:24.187 INFO [stderr] Compiling gfx_window_glutin v0.12.0 Nov 17 07:59:26.243 INFO [stderr] Compiling anger v0.1.0 (/source) Nov 17 07:59:26.863 INFO [stderr] warning: unused import: `super::cgmath::Decomposed` Nov 17 07:59:26.864 INFO [stderr] --> src/utils.rs:2:5 Nov 17 07:59:26.864 INFO [stderr] | Nov 17 07:59:26.865 INFO [stderr] 2 | use super::cgmath::Decomposed; Nov 17 07:59:26.865 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 07:59:26.865 INFO [stderr] | Nov 17 07:59:26.865 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 07:59:26.866 INFO [stderr] Nov 17 07:59:26.866 INFO [stderr] warning: unused import: `std` Nov 17 07:59:26.866 INFO [stderr] --> src/component/player.rs:2:5 Nov 17 07:59:26.867 INFO [stderr] | Nov 17 07:59:26.867 INFO [stderr] 2 | use std; Nov 17 07:59:26.867 INFO [stderr] | ^^^ Nov 17 07:59:26.868 INFO [stderr] Nov 17 07:59:26.868 INFO [stderr] error: extern crate `cgmath` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Nov 17 07:59:26.868 INFO [stderr] --> src/component/mod.rs:5:25 Nov 17 07:59:26.868 INFO [stderr] | Nov 17 07:59:26.869 INFO [stderr] 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Nov 17 07:59:26.869 INFO [stderr] | ^^^^^^ Nov 17 07:59:26.869 INFO [stderr] | Nov 17 07:59:26.869 INFO [stderr] = note: #[deny(pub_use_of_private_extern_crate)] on by default Nov 17 07:59:26.870 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 07:59:26.870 INFO [stderr] = note: for more information, see issue #34537 Nov 17 07:59:26.870 INFO [stderr] Nov 17 07:59:26.871 INFO [stderr] error: extern crate `glutin` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Nov 17 07:59:26.871 INFO [stderr] --> src/component/mod.rs:5:54 Nov 17 07:59:26.871 INFO [stderr] | Nov 17 07:59:26.871 INFO [stderr] 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Nov 17 07:59:26.872 INFO [stderr] | ^^^^^^ Nov 17 07:59:26.872 INFO [stderr] | Nov 17 07:59:26.872 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 17 07:59:26.873 INFO [stderr] = note: for more information, see issue #34537 Nov 17 07:59:26.873 INFO [stderr] Nov 17 07:59:27.232 INFO [stderr] error: aborting due to 2 previous errors Nov 17 07:59:27.232 INFO [stderr] Nov 17 07:59:27.255 INFO [stderr] error: Could not compile `anger`. Nov 17 07:59:27.256 INFO [stderr] Nov 17 07:59:27.256 INFO [stderr] To learn more, run the command again with --verbose. Nov 17 07:59:27.259 INFO [stderr] su: No module specific data is present Nov 17 07:59:28.349 INFO running `"docker" "inspect" "069ca4cd3c50625ece7faba6f505442c21aa38350aeb68bbbc1e65f29a9e0e71"` Nov 17 07:59:28.626 INFO running `"docker" "rm" "-f" "069ca4cd3c50625ece7faba6f505442c21aa38350aeb68bbbc1e65f29a9e0e71"` Nov 17 07:59:28.928 INFO [stdout] 069ca4cd3c50625ece7faba6f505442c21aa38350aeb68bbbc1e65f29a9e0e71