Oct 12 11:35:40.221 INFO checking uberblah/rust-graphics-experiments against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 11:35:40.222 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 11:35:40.719 INFO blam! db36159aad7c42bfe2f13d7e928fa2a099dd0b3172972d1d2384b2689f72e0e2 Oct 12 11:35:40.732 INFO running `"docker" "start" "-a" "db36159aad7c42bfe2f13d7e928fa2a099dd0b3172972d1d2384b2689f72e0e2"` Oct 12 11:35:42.508 INFO kablam! usermod: no changes Oct 12 11:35:42.736 INFO kablam! Compiling dtoa v0.4.1 Oct 12 11:35:42.736 INFO kablam! Compiling itoa v0.3.1 Oct 12 11:35:42.744 INFO kablam! Compiling num-traits v0.1.37 Oct 12 11:35:42.745 INFO kablam! Compiling serde v0.9.12 Oct 12 11:35:42.745 INFO kablam! Checking lazy_static v0.2.6 Oct 12 11:35:42.747 INFO kablam! Compiling log v0.3.7 Oct 12 11:35:42.747 INFO kablam! Compiling typenum v1.7.0 Oct 12 11:35:42.747 INFO kablam! Compiling xml-rs v0.3.6 Oct 12 11:35:44.074 INFO kablam! Compiling x11-dl v2.12.0 Oct 12 11:35:45.252 INFO kablam! Checking shared_library v0.1.5 Oct 12 11:35:46.564 INFO kablam! Compiling tempfile v2.1.5 Oct 12 11:35:47.280 INFO kablam! Checking alga v0.5.1 Oct 12 11:35:49.020 INFO kablam! Checking osmesa-sys v0.1.2 Oct 12 11:35:49.253 INFO kablam! Compiling target_build_utils v0.3.0 Oct 12 11:35:50.668 INFO kablam! Checking fs2 v0.2.5 Oct 12 11:35:52.256 INFO kablam! Checking memmap v0.4.0 Oct 12 11:36:02.053 INFO kablam! Checking generic-array v0.2.1 Oct 12 11:36:02.465 INFO kablam! Compiling wayland-scanner v0.7.8 Oct 12 11:36:02.465 INFO kablam! Compiling gl_generator v0.5.2 Oct 12 11:36:10.280 INFO kablam! Compiling wayland-client v0.7.8 Oct 12 11:36:14.761 INFO kablam! Compiling gl v0.6.1 Oct 12 11:36:14.761 INFO kablam! Compiling glutin v0.7.4 Oct 12 11:36:14.833 INFO kablam! Checking nalgebra v0.11.2 Oct 12 11:36:35.444 INFO kablam! Compiling serde_json v0.9.9 Oct 12 11:36:45.072 INFO kablam! Compiling libloading v0.3.4 Oct 12 11:36:47.764 INFO kablam! Checking dlib v0.3.1 Oct 12 11:36:48.081 INFO kablam! Checking wayland-sys v0.7.8 Oct 12 11:36:50.633 INFO kablam! Checking wayland-window v0.4.4 Oct 12 11:36:50.633 INFO kablam! Checking wayland-kbd v0.6.3 Oct 12 11:36:52.252 INFO kablam! Checking winit v0.5.11 Oct 12 11:37:07.814 INFO kablam! Checking points v0.1.0 (/source) Oct 12 11:37:08.624 INFO kablam! warning: unused import: `na::geometry as geom` Oct 12 11:37:08.624 INFO kablam! --> src/main.rs:12:5 Oct 12 11:37:08.624 INFO kablam! | Oct 12 11:37:08.624 INFO kablam! 12 | use na::geometry as geom; Oct 12 11:37:08.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 11:37:08.624 INFO kablam! | Oct 12 11:37:08.624 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 11:37:08.624 INFO kablam! Oct 12 11:37:08.669 INFO kablam! warning: unused import: `na::geometry as geom` Oct 12 11:37:08.670 INFO kablam! --> src/main.rs:12:5 Oct 12 11:37:08.670 INFO kablam! | Oct 12 11:37:08.670 INFO kablam! 12 | use na::geometry as geom; Oct 12 11:37:08.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 11:37:08.684 INFO kablam! | Oct 12 11:37:08.684 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 11:37:08.685 INFO kablam! Oct 12 11:37:09.040 INFO kablam! warning: variable does not need to be mutable Oct 12 11:37:09.040 INFO kablam! --> src/main.rs:171:9 Oct 12 11:37:09.040 INFO kablam! | Oct 12 11:37:09.040 INFO kablam! 171 | let mut fov = INIT_FOV; Oct 12 11:37:09.040 INFO kablam! | ----^^^ Oct 12 11:37:09.040 INFO kablam! | | Oct 12 11:37:09.040 INFO kablam! | help: remove this `mut` Oct 12 11:37:09.040 INFO kablam! | Oct 12 11:37:09.040 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 11:37:09.040 INFO kablam! Oct 12 11:37:09.120 INFO kablam! warning: variable does not need to be mutable Oct 12 11:37:09.120 INFO kablam! --> src/main.rs:171:9 Oct 12 11:37:09.120 INFO kablam! | Oct 12 11:37:09.120 INFO kablam! 171 | let mut fov = INIT_FOV; Oct 12 11:37:09.120 INFO kablam! | ----^^^ Oct 12 11:37:09.120 INFO kablam! | | Oct 12 11:37:09.120 INFO kablam! | help: remove this `mut` Oct 12 11:37:09.120 INFO kablam! | Oct 12 11:37:09.120 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 11:37:09.120 INFO kablam! Oct 12 11:37:09.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Oct 12 11:37:09.221 INFO kablam! su: No module specific data is present Oct 12 11:37:10.866 INFO running `"docker" "rm" "-f" "db36159aad7c42bfe2f13d7e928fa2a099dd0b3172972d1d2384b2689f72e0e2"` Oct 12 11:37:11.208 INFO blam! db36159aad7c42bfe2f13d7e928fa2a099dd0b3172972d1d2384b2689f72e0e2