Oct 27 02:32:34.634 INFO checking justinjhendrick/a-light-in-the-dark against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 02:32:34.636 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 02:32:34.925 INFO blam! 9a4061558354956833f846bda2123aef8a7a32f69d2b881158ee86f38eaf684b Oct 27 02:32:34.927 INFO running `"docker" "start" "-a" "9a4061558354956833f846bda2123aef8a7a32f69d2b881158ee86f38eaf684b"` Oct 27 02:32:35.409 INFO kablam! usermod: no changes Oct 27 02:32:35.684 INFO kablam! Compiling libloading v0.5.0 Oct 27 02:32:35.689 INFO kablam! Checking memmap v0.6.2 Oct 27 02:32:35.692 INFO kablam! Compiling x11-dl v2.17.5 Oct 27 02:32:35.693 INFO kablam! Checking tempfile v3.0.1 Oct 27 02:32:35.695 INFO kablam! Compiling gl_generator v0.8.0 Oct 27 02:32:35.695 INFO kablam! Compiling gl_generator v0.9.0 Oct 27 02:32:35.695 INFO kablam! Checking rusttype v0.4.3 Oct 27 02:32:35.695 INFO kablam! Checking nalgebra v0.13.1 Oct 27 02:32:36.643 INFO kablam! Compiling serde_derive v1.0.41 Oct 27 02:32:43.287 INFO kablam! Checking piston2d-graphics v0.26.0 Oct 27 02:32:44.211 INFO kablam! Checking dlib v0.4.1 Oct 27 02:32:45.539 INFO kablam! Checking wayland-sys v0.12.5 Oct 27 02:32:50.715 INFO kablam! Checking wayland-client v0.12.5 Oct 27 02:32:50.862 INFO kablam! Compiling glutin v0.12.2 Oct 27 02:32:53.367 INFO kablam! Compiling gl v0.10.0 Oct 27 02:33:03.009 INFO kablam! Checking wayland-protocols v0.12.5 Oct 27 02:33:03.012 INFO kablam! Checking wayland-kbd v0.13.1 Oct 27 02:33:21.803 INFO kablam! Checking wayland-window v0.13.3 Oct 27 02:33:23.859 INFO kablam! Checking winit v0.10.0 Oct 27 02:33:25.963 INFO kablam! Checking pistoncore-input v0.20.0 Oct 27 02:33:35.067 INFO kablam! Checking piston2d-opengl_graphics v0.52.1 Oct 27 02:33:35.235 INFO kablam! Checking pistoncore-window v0.31.0 Oct 27 02:33:38.069 INFO kablam! Checking pistoncore-event_loop v0.36.0 Oct 27 02:33:38.071 INFO kablam! Checking pistoncore-glutin_window v0.45.3 Oct 27 02:33:40.651 INFO kablam! Checking piston v0.36.0 Oct 27 02:33:57.128 INFO kablam! Checking ncollide_math v0.8.0 Oct 27 02:33:58.256 INFO kablam! Checking ncollide_utils v0.8.0 Oct 27 02:34:00.083 INFO kablam! Checking ncollide_procedural v0.8.0 Oct 27 02:34:00.083 INFO kablam! Checking ncollide_geometry v0.5.1 Oct 27 02:34:11.128 INFO kablam! Checking ncollide_pipeline v0.12.1 Oct 27 02:34:11.128 INFO kablam! Checking ncollide_transformation v0.8.0 Oct 27 02:34:15.612 INFO kablam! Checking ncollide v0.13.0 Oct 27 02:34:16.516 INFO kablam! Checking nphysics2d v0.7.2 Oct 27 02:34:20.899 INFO kablam! Checking a_light_in_the_dark v0.1.0 (/source) Oct 27 02:34:25.711 INFO kablam! warning: unused import: `Isometry2` Oct 27 02:34:25.711 INFO kablam! --> src/physics.rs:5:47 Oct 27 02:34:25.711 INFO kablam! | Oct 27 02:34:25.711 INFO kablam! 5 | use nalgebra::{Point2, Translation2, Vector2, Isometry2}; Oct 27 02:34:25.711 INFO kablam! | ^^^^^^^^^ Oct 27 02:34:25.739 INFO kablam! | Oct 27 02:34:25.739 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:34:25.739 INFO kablam! Oct 27 02:34:25.739 INFO kablam! warning: unused import: `graphics::color::WHITE` Oct 27 02:34:25.739 INFO kablam! --> src/physics.rs:13:5 Oct 27 02:34:25.739 INFO kablam! | Oct 27 02:34:25.739 INFO kablam! 13 | use graphics::color::WHITE; Oct 27 02:34:25.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:34:25.739 INFO kablam! Oct 27 02:34:26.351 INFO kablam! warning: unused import: `Isometry2` Oct 27 02:34:26.351 INFO kablam! --> src/physics.rs:5:47 Oct 27 02:34:26.351 INFO kablam! | Oct 27 02:34:26.351 INFO kablam! 5 | use nalgebra::{Point2, Translation2, Vector2, Isometry2}; Oct 27 02:34:26.351 INFO kablam! | ^^^^^^^^^ Oct 27 02:34:26.351 INFO kablam! | Oct 27 02:34:26.351 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:34:26.351 INFO kablam! Oct 27 02:34:26.351 INFO kablam! warning: unused import: `graphics::color::WHITE` Oct 27 02:34:26.351 INFO kablam! --> src/physics.rs:13:5 Oct 27 02:34:26.351 INFO kablam! | Oct 27 02:34:26.351 INFO kablam! 13 | use graphics::color::WHITE; Oct 27 02:34:26.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:34:26.351 INFO kablam! Oct 27 02:34:26.831 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 51s Oct 27 02:34:26.851 INFO kablam! su: No module specific data is present Oct 27 02:34:28.083 INFO running `"docker" "rm" "-f" "9a4061558354956833f846bda2123aef8a7a32f69d2b881158ee86f38eaf684b"` Oct 27 02:34:28.357 INFO blam! 9a4061558354956833f846bda2123aef8a7a32f69d2b881158ee86f38eaf684b