Oct 15 02:21:25.891 INFO testing bluecereal/anger against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 02:21:25.892 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 02:21:26.131 INFO blam! e8076ba04aeeb72ae5796b43e847ebf8f94cd1e154ab6c05b3ac7d0ea6f712ea Oct 15 02:21:26.137 INFO running `"docker" "start" "-a" "e8076ba04aeeb72ae5796b43e847ebf8f94cd1e154ab6c05b3ac7d0ea6f712ea"` Oct 15 02:21:26.587 INFO kablam! usermod: no changes Oct 15 02:21:26.847 INFO kablam! Compiling rand v0.3.15 Oct 15 02:21:26.855 INFO kablam! Compiling serde_json v0.8.3 Oct 15 02:21:26.855 INFO kablam! Compiling shared_library v0.1.5 Oct 15 02:21:26.858 INFO kablam! Compiling gfx_core v0.4.0 Oct 15 02:21:26.858 INFO kablam! Compiling x11-dl v2.11.0 Oct 15 02:21:26.858 INFO kablam! Compiling fs2 v0.2.5 Oct 15 02:21:27.683 INFO kablam! Compiling memmap v0.2.3 Oct 15 02:21:29.395 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 02:21:31.309 INFO kablam! Compiling phf_generator v0.7.20 Oct 15 02:21:31.327 INFO kablam! Compiling tempfile v2.1.4 Oct 15 02:21:31.327 INFO kablam! Compiling cgmath v0.12.0 Oct 15 02:21:34.403 INFO kablam! Compiling phf_codegen v0.7.20 Oct 15 02:21:36.195 INFO kablam! Compiling target_build_utils v0.1.2 Oct 15 02:21:54.351 INFO kablam! Compiling libloading v0.3.1 Oct 15 02:21:58.763 INFO kablam! Compiling dlib v0.3.1 Oct 15 02:21:59.420 INFO kablam! Compiling wayland-sys v0.5.11 Oct 15 02:22:02.107 INFO kablam! Compiling wayland-client v0.5.12 Oct 15 02:22:06.683 INFO kablam! Compiling wayland-window v0.2.3 Oct 15 02:22:06.686 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 15 02:22:10.904 INFO kablam! Compiling glutin v0.6.2 Oct 15 02:22:11.943 INFO kablam! Compiling gfx_device_gl v0.11.2 Oct 15 02:22:11.943 INFO kablam! Compiling gfx v0.12.2 Oct 15 02:22:23.551 INFO kablam! Compiling gfx_window_glutin v0.12.0 Oct 15 02:22:26.599 INFO kablam! Compiling anger v0.1.0 (/source) Oct 15 02:22:27.716 INFO kablam! warning: unused import: `super::cgmath::Decomposed` Oct 15 02:22:27.719 INFO kablam! --> src/utils.rs:2:5 Oct 15 02:22:27.723 INFO kablam! | Oct 15 02:22:27.723 INFO kablam! 2 | use super::cgmath::Decomposed; Oct 15 02:22:27.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:27.724 INFO kablam! | Oct 15 02:22:27.724 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:22:27.725 INFO kablam! Oct 15 02:22:27.725 INFO kablam! warning: unused import: `std` Oct 15 02:22:27.725 INFO kablam! --> src/component/player.rs:2:5 Oct 15 02:22:27.725 INFO kablam! | Oct 15 02:22:27.726 INFO kablam! 2 | use std; Oct 15 02:22:27.726 INFO kablam! | ^^^ Oct 15 02:22:27.726 INFO kablam! Oct 15 02:22:27.726 INFO kablam! error: extern crate `cgmath` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 02:22:27.727 INFO kablam! --> src/component/mod.rs:5:25 Oct 15 02:22:27.727 INFO kablam! | Oct 15 02:22:27.727 INFO kablam! 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Oct 15 02:22:27.727 INFO kablam! | ^^^^^^ Oct 15 02:22:27.728 INFO kablam! | Oct 15 02:22:27.728 INFO kablam! = note: #[deny(pub_use_of_private_extern_crate)] on by default Oct 15 02:22:27.728 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 15 02:22:27.728 INFO kablam! = note: for more information, see issue #34537 Oct 15 02:22:27.729 INFO kablam! Oct 15 02:22:27.729 INFO kablam! error: extern crate `glutin` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 02:22:27.729 INFO kablam! --> src/component/mod.rs:5:54 Oct 15 02:22:27.730 INFO kablam! | Oct 15 02:22:27.730 INFO kablam! 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Oct 15 02:22:27.730 INFO kablam! | ^^^^^^ Oct 15 02:22:27.730 INFO kablam! | Oct 15 02:22:27.731 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 15 02:22:27.731 INFO kablam! = note: for more information, see issue #34537 Oct 15 02:22:27.731 INFO kablam! Oct 15 02:22:28.098 INFO kablam! error: aborting due to 2 previous errors Oct 15 02:22:28.098 INFO kablam! Oct 15 02:22:28.115 INFO kablam! error: Could not compile `anger`. Oct 15 02:22:28.115 INFO kablam! Oct 15 02:22:28.115 INFO kablam! To learn more, run the command again with --verbose. Oct 15 02:22:28.117 INFO kablam! su: No module specific data is present Oct 15 02:22:29.167 INFO running `"docker" "rm" "-f" "e8076ba04aeeb72ae5796b43e847ebf8f94cd1e154ab6c05b3ac7d0ea6f712ea"` Oct 15 02:22:29.543 INFO blam! e8076ba04aeeb72ae5796b43e847ebf8f94cd1e154ab6c05b3ac7d0ea6f712ea