Oct 15 02:21:26.778 INFO testing bluecereal/anger against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:21:26.780 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:27.127 INFO blam! 88cd2d809cc1333f30f0bafd89b608d17d72d2626fef2260b3407384ea76c9a8 Oct 15 02:21:27.135 INFO running `"docker" "start" "-a" "88cd2d809cc1333f30f0bafd89b608d17d72d2626fef2260b3407384ea76c9a8"` Oct 15 02:21:28.166 INFO kablam! usermod: no changes Oct 15 02:21:28.374 INFO kablam! Compiling rand v0.3.15 Oct 15 02:21:28.379 INFO kablam! Compiling serde_json v0.8.3 Oct 15 02:21:28.380 INFO kablam! Compiling shared_library v0.1.5 Oct 15 02:21:28.380 INFO kablam! Compiling x11-dl v2.11.0 Oct 15 02:21:28.380 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 15 02:21:28.381 INFO kablam! Compiling gfx_core v0.4.0 Oct 15 02:21:28.381 INFO kablam! Compiling gfx_gl v0.3.1 Oct 15 02:21:28.381 INFO kablam! Compiling glutin v0.6.2 Oct 15 02:21:32.599 INFO kablam! Compiling fs2 v0.2.5 Oct 15 02:21:39.670 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 02:21:39.731 INFO kablam! Compiling memmap v0.2.3 Oct 15 02:21:39.814 INFO kablam! Compiling wayland-client v0.5.12 Oct 15 02:21:39.815 INFO kablam! Compiling phf_generator v0.7.20 Oct 15 02:21:39.881 INFO kablam! Compiling tempfile v2.1.4 Oct 15 02:21:39.915 INFO kablam! Compiling cgmath v0.12.0 Oct 15 02:21:42.455 INFO kablam! Compiling phf_codegen v0.7.20 Oct 15 02:21:44.551 INFO kablam! Compiling target_build_utils v0.1.2 Oct 15 02:22:12.191 INFO kablam! Compiling libloading v0.3.1 Oct 15 02:22:16.169 INFO kablam! Compiling dlib v0.3.1 Oct 15 02:22:16.778 INFO kablam! Compiling wayland-sys v0.5.11 Oct 15 02:22:23.194 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 15 02:22:23.194 INFO kablam! Compiling wayland-window v0.2.3 Oct 15 02:22:25.996 INFO kablam! Compiling gfx_device_gl v0.11.2 Oct 15 02:22:26.031 INFO kablam! Compiling gfx v0.12.2 Oct 15 02:22:37.725 INFO kablam! Compiling gfx_window_glutin v0.12.0 Oct 15 02:22:39.935 INFO kablam! Compiling anger v0.1.0 (/source) Oct 15 02:22:40.951 INFO kablam! warning: unused import: `super::cgmath::Decomposed` Oct 15 02:22:40.951 INFO kablam! --> src/utils.rs:2:5 Oct 15 02:22:40.951 INFO kablam! | Oct 15 02:22:40.951 INFO kablam! 2 | use super::cgmath::Decomposed; Oct 15 02:22:40.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:40.951 INFO kablam! | Oct 15 02:22:40.951 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:22:40.951 INFO kablam! Oct 15 02:22:40.951 INFO kablam! warning: unused import: `std` Oct 15 02:22:40.951 INFO kablam! --> src/component/player.rs:2:5 Oct 15 02:22:40.951 INFO kablam! | Oct 15 02:22:40.951 INFO kablam! 2 | use std; Oct 15 02:22:40.951 INFO kablam! | ^^^ Oct 15 02:22:40.951 INFO kablam! Oct 15 02:22:40.951 INFO kablam! error: extern crate `cgmath` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 02:22:40.951 INFO kablam! --> src/component/mod.rs:5:25 Oct 15 02:22:40.951 INFO kablam! | Oct 15 02:22:40.951 INFO kablam! 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Oct 15 02:22:40.951 INFO kablam! | ^^^^^^ Oct 15 02:22:40.951 INFO kablam! | Oct 15 02:22:40.951 INFO kablam! = note: #[deny(pub_use_of_private_extern_crate)] on by default Oct 15 02:22:40.951 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:40.952 INFO kablam! = note: for more information, see issue #34537 Oct 15 02:22:40.952 INFO kablam! Oct 15 02:22:40.952 INFO kablam! error: extern crate `glutin` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 02:22:40.952 INFO kablam! --> src/component/mod.rs:5:54 Oct 15 02:22:40.952 INFO kablam! | Oct 15 02:22:40.952 INFO kablam! 5 | pub use super::{Vertex, cgmath, pipe, trans_command, glutin, input}; Oct 15 02:22:40.952 INFO kablam! | ^^^^^^ Oct 15 02:22:40.952 INFO kablam! | Oct 15 02:22:40.952 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:40.952 INFO kablam! = note: for more information, see issue #34537 Oct 15 02:22:40.952 INFO kablam! Oct 15 02:22:41.371 INFO kablam! error: aborting due to 2 previous errors Oct 15 02:22:41.371 INFO kablam! Oct 15 02:22:41.394 INFO kablam! error: Could not compile `anger`. Oct 15 02:22:41.394 INFO kablam! Oct 15 02:22:41.394 INFO kablam! To learn more, run the command again with --verbose. Oct 15 02:22:41.395 INFO kablam! su: No module specific data is present Oct 15 02:22:42.514 INFO running `"docker" "rm" "-f" "88cd2d809cc1333f30f0bafd89b608d17d72d2626fef2260b3407384ea76c9a8"` Oct 15 02:22:42.842 INFO blam! 88cd2d809cc1333f30f0bafd89b608d17d72d2626fef2260b3407384ea76c9a8