Oct 13 03:35:10.081 INFO checking McGittyHub/cubes-rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 03:35:10.083 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 03:35:10.601 INFO blam! a240e1387fdcc5094704e133fbe2b601eb19036880645c779237682839a4f2ce Oct 13 03:35:10.605 INFO running `"docker" "start" "-a" "a240e1387fdcc5094704e133fbe2b601eb19036880645c779237682839a4f2ce"` Oct 13 03:35:11.868 INFO kablam! usermod: no changes Oct 13 03:35:12.218 INFO kablam! Compiling cgmath v0.16.0 Oct 13 03:35:12.224 INFO kablam! Checking memmap v0.6.2 Oct 13 03:35:12.224 INFO kablam! Checking shared_library v0.1.8 Oct 13 03:35:12.224 INFO kablam! Checking rand v0.4.2 Oct 13 03:35:12.231 INFO kablam! Checking tempfile v2.2.0 Oct 13 03:35:12.231 INFO kablam! Checking noise v0.4.1 Oct 13 03:35:12.231 INFO kablam! Checking num-bigint v0.1.41 Oct 13 03:35:12.231 INFO kablam! Checking ordered-float v0.5.0 Oct 13 03:35:15.025 INFO kablam! Checking x11-dl v2.17.2 Oct 13 03:35:15.872 INFO kablam! Checking gfx_core v0.8.0 Oct 13 03:35:16.745 INFO kablam! Checking osmesa-sys v0.1.2 Oct 13 03:35:16.992 INFO kablam! Checking rusttype v0.3.0 Oct 13 03:35:17.136 INFO kablam! Checking wayland-client v0.12.5 Oct 13 03:35:26.986 INFO kablam! Checking num-rational v0.1.40 Oct 13 03:35:29.601 INFO kablam! Checking wayland-protocols v0.12.5 Oct 13 03:35:29.603 INFO kablam! Checking wayland-kbd v0.13.1 Oct 13 03:35:30.984 INFO kablam! Checking num v0.1.41 Oct 13 03:35:43.026 INFO kablam! Checking wayland-window v0.13.2 Oct 13 03:35:44.399 INFO kablam! Checking collision v0.14.0 Oct 13 03:35:46.010 INFO kablam! Checking winit v0.10.0 Oct 13 03:35:50.932 INFO kablam! Checking glutin v0.12.0 Oct 13 03:36:09.477 INFO kablam! Checking gfx_device_gl v0.15.0 Oct 13 03:36:09.479 INFO kablam! Checking gfx v0.17.1 Oct 13 03:36:13.439 INFO kablam! Checking gfx_window_glutin v0.20.0 Oct 13 03:36:19.752 INFO kablam! Checking gfx_glyph v0.8.0 Oct 13 03:36:23.248 INFO kablam! Checking cubes-rs v0.1.0 (/source) Oct 13 03:36:30.167 INFO kablam! warning: unused variable: `cube_count` Oct 13 03:36:30.168 INFO kablam! --> src/main.rs:368:13 Oct 13 03:36:30.168 INFO kablam! | Oct 13 03:36:30.168 INFO kablam! 368 | let mut cube_count = 0; Oct 13 03:36:30.168 INFO kablam! | ^^^^^^^^^^ help: consider using `_cube_count` instead Oct 13 03:36:30.168 INFO kablam! | Oct 13 03:36:30.168 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:36:30.168 INFO kablam! Oct 13 03:36:30.258 INFO kablam! warning: variable does not need to be mutable Oct 13 03:36:30.259 INFO kablam! --> src/main.rs:368:9 Oct 13 03:36:30.259 INFO kablam! | Oct 13 03:36:30.259 INFO kablam! 368 | let mut cube_count = 0; Oct 13 03:36:30.259 INFO kablam! | ----^^^^^^^^^^ Oct 13 03:36:30.259 INFO kablam! | | Oct 13 03:36:30.259 INFO kablam! | help: remove this `mut` Oct 13 03:36:30.259 INFO kablam! | Oct 13 03:36:30.259 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:36:30.259 INFO kablam! Oct 13 03:36:30.271 INFO kablam! warning: unused variable: `cube_count` Oct 13 03:36:30.272 INFO kablam! --> src/main.rs:368:13 Oct 13 03:36:30.273 INFO kablam! | Oct 13 03:36:30.273 INFO kablam! 368 | let mut cube_count = 0; Oct 13 03:36:30.274 INFO kablam! | ^^^^^^^^^^ help: consider using `_cube_count` instead Oct 13 03:36:30.275 INFO kablam! | Oct 13 03:36:30.275 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:36:30.275 INFO kablam! Oct 13 03:36:30.329 INFO kablam! warning: variable does not need to be mutable Oct 13 03:36:30.329 INFO kablam! --> src/main.rs:368:9 Oct 13 03:36:30.329 INFO kablam! | Oct 13 03:36:30.329 INFO kablam! 368 | let mut cube_count = 0; Oct 13 03:36:30.329 INFO kablam! | ----^^^^^^^^^^ Oct 13 03:36:30.329 INFO kablam! | | Oct 13 03:36:30.329 INFO kablam! | help: remove this `mut` Oct 13 03:36:30.329 INFO kablam! | Oct 13 03:36:30.329 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:36:30.329 INFO kablam! Oct 13 03:36:30.492 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 03:36:30.493 INFO kablam! --> src/main.rs:1:12 Oct 13 03:36:30.494 INFO kablam! | Oct 13 03:36:30.495 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 13 03:36:30.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:36:30.495 INFO kablam! | Oct 13 03:36:30.497 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 03:36:30.497 INFO kablam! Oct 13 03:36:30.497 INFO kablam! warning: the feature `entry_and_modify` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 03:36:30.498 INFO kablam! --> src/main.rs:2:12 Oct 13 03:36:30.499 INFO kablam! | Oct 13 03:36:30.502 INFO kablam! 2 | #![feature(entry_and_modify)] Oct 13 03:36:30.502 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 03:36:30.502 INFO kablam! Oct 13 03:36:30.572 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 03:36:30.572 INFO kablam! --> src/main.rs:1:12 Oct 13 03:36:30.572 INFO kablam! | Oct 13 03:36:30.572 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 13 03:36:30.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:36:30.572 INFO kablam! | Oct 13 03:36:30.572 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 03:36:30.572 INFO kablam! Oct 13 03:36:30.572 INFO kablam! warning: the feature `entry_and_modify` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 03:36:30.572 INFO kablam! --> src/main.rs:2:12 Oct 13 03:36:30.572 INFO kablam! | Oct 13 03:36:30.572 INFO kablam! 2 | #![feature(entry_and_modify)] Oct 13 03:36:30.572 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 03:36:30.572 INFO kablam! Oct 13 03:36:30.680 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Oct 13 03:36:30.692 INFO kablam! su: No module specific data is present Oct 13 03:36:31.865 INFO running `"docker" "rm" "-f" "a240e1387fdcc5094704e133fbe2b601eb19036880645c779237682839a4f2ce"` Oct 13 03:36:32.164 INFO blam! a240e1387fdcc5094704e133fbe2b601eb19036880645c779237682839a4f2ce