Oct 15 08:46:43.252 INFO testing McGittyHub/cubes-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:46:43.252 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 08:46:43.711 INFO blam! 27df348d8af9fce7e2e60033962066e8894c69cf732a6c7e6f2e02f625d25f73 Oct 15 08:46:43.720 INFO running `"docker" "start" "-a" "27df348d8af9fce7e2e60033962066e8894c69cf732a6c7e6f2e02f625d25f73"` Oct 15 08:46:45.122 INFO kablam! usermod: no changes Oct 15 08:46:45.527 INFO kablam! Compiling cgmath v0.16.0 Oct 15 08:46:45.527 INFO kablam! Compiling xi-unicode v0.1.0 Oct 15 08:46:45.527 INFO kablam! Compiling bit_field v0.9.0 Oct 15 08:46:45.527 INFO kablam! Compiling memmap v0.6.2 Oct 15 08:46:45.531 INFO kablam! Compiling shared_library v0.1.8 Oct 15 08:46:45.535 INFO kablam! Compiling rand v0.4.2 Oct 15 08:46:45.535 INFO kablam! Compiling tempfile v2.2.0 Oct 15 08:46:45.535 INFO kablam! Compiling noise v0.4.1 Oct 15 08:46:46.949 INFO kablam! Compiling num-bigint v0.1.41 Oct 15 08:46:50.307 INFO kablam! Compiling ordered-float v0.5.0 Oct 15 08:46:50.560 INFO kablam! Compiling x11-dl v2.17.2 Oct 15 08:46:50.568 INFO kablam! Compiling gfx_core v0.8.0 Oct 15 08:46:50.620 INFO kablam! Compiling glutin v0.12.0 Oct 15 08:46:50.636 INFO kablam! Compiling backtrace v0.3.5 Oct 15 08:46:54.595 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 08:46:59.839 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 08:47:01.735 INFO kablam! Compiling rusttype v0.3.0 Oct 15 08:47:01.767 INFO kablam! Compiling num-rational v0.1.40 Oct 15 08:47:06.291 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 08:47:06.291 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 08:47:18.635 INFO kablam! Compiling num v0.1.41 Oct 15 08:47:29.351 INFO kablam! Compiling wayland-window v0.13.2 Oct 15 08:47:32.887 INFO kablam! Compiling collision v0.14.0 Oct 15 08:47:33.029 INFO kablam! Compiling winit v0.10.0 Oct 15 08:48:06.329 INFO kablam! Compiling gfx v0.17.1 Oct 15 08:48:06.330 INFO kablam! Compiling gfx_device_gl v0.15.0 Oct 15 08:48:15.957 INFO kablam! Compiling gfx_window_glutin v0.20.0 Oct 15 08:48:20.899 INFO kablam! Compiling gfx_glyph v0.8.0 Oct 15 08:48:25.838 INFO kablam! Compiling cubes-rs v0.1.0 (/source) Oct 15 08:48:29.056 INFO kablam! warning: unused variable: `cube_count` Oct 15 08:48:29.056 INFO kablam! --> src/main.rs:368:13 Oct 15 08:48:29.056 INFO kablam! | Oct 15 08:48:29.057 INFO kablam! 368 | let mut cube_count = 0; Oct 15 08:48:29.057 INFO kablam! | ^^^^^^^^^^ help: consider using `_cube_count` instead Oct 15 08:48:29.057 INFO kablam! | Oct 15 08:48:29.058 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:48:29.058 INFO kablam! Oct 15 08:48:29.088 INFO kablam! warning: variable does not need to be mutable Oct 15 08:48:29.089 INFO kablam! --> src/main.rs:368:9 Oct 15 08:48:29.089 INFO kablam! | Oct 15 08:48:29.089 INFO kablam! 368 | let mut cube_count = 0; Oct 15 08:48:29.089 INFO kablam! | ----^^^^^^^^^^ Oct 15 08:48:29.090 INFO kablam! | | Oct 15 08:48:29.090 INFO kablam! | help: remove this `mut` Oct 15 08:48:29.090 INFO kablam! | Oct 15 08:48:29.091 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:48:29.091 INFO kablam! Oct 15 08:48:29.179 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 08:48:29.180 INFO kablam! --> src/main.rs:1:12 Oct 15 08:48:29.180 INFO kablam! | Oct 15 08:48:29.180 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 15 08:48:29.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:29.181 INFO kablam! | Oct 15 08:48:29.182 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 08:48:29.183 INFO kablam! Oct 15 08:48:29.183 INFO kablam! warning: the feature `entry_and_modify` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 08:48:29.183 INFO kablam! --> src/main.rs:2:12 Oct 15 08:48:29.184 INFO kablam! | Oct 15 08:48:29.184 INFO kablam! 2 | #![feature(entry_and_modify)] Oct 15 08:48:29.184 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:48:29.184 INFO kablam! Oct 15 08:48:36.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 51s Oct 15 08:48:36.550 INFO kablam! su: No module specific data is present Oct 15 08:48:37.008 INFO running `"docker" "rm" "-f" "27df348d8af9fce7e2e60033962066e8894c69cf732a6c7e6f2e02f625d25f73"` Oct 15 08:48:37.218 INFO blam! 27df348d8af9fce7e2e60033962066e8894c69cf732a6c7e6f2e02f625d25f73 Oct 15 08:48:37.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 test --frozen --no-run" "-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 08:48:37.569 INFO blam! d49d16e2a7c69c1f96f8cfc3aeaee6523ea1f4bbc993114c4b06126d528c711f Oct 15 08:48:37.571 INFO running `"docker" "start" "-a" "d49d16e2a7c69c1f96f8cfc3aeaee6523ea1f4bbc993114c4b06126d528c711f"` Oct 15 08:48:38.930 INFO kablam! usermod: no changes Oct 15 08:48:39.155 INFO kablam! Compiling cubes-rs v0.1.0 (/source) Oct 15 08:48:42.387 INFO kablam! warning: unused variable: `cube_count` Oct 15 08:48:42.387 INFO kablam! --> src/main.rs:368:13 Oct 15 08:48:42.387 INFO kablam! | Oct 15 08:48:42.387 INFO kablam! 368 | let mut cube_count = 0; Oct 15 08:48:42.387 INFO kablam! | ^^^^^^^^^^ help: consider using `_cube_count` instead Oct 15 08:48:42.387 INFO kablam! | Oct 15 08:48:42.387 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:48:42.387 INFO kablam! Oct 15 08:48:42.431 INFO kablam! warning: variable does not need to be mutable Oct 15 08:48:42.431 INFO kablam! --> src/main.rs:368:9 Oct 15 08:48:42.431 INFO kablam! | Oct 15 08:48:42.431 INFO kablam! 368 | let mut cube_count = 0; Oct 15 08:48:42.431 INFO kablam! | ----^^^^^^^^^^ Oct 15 08:48:42.431 INFO kablam! | | Oct 15 08:48:42.431 INFO kablam! | help: remove this `mut` Oct 15 08:48:42.431 INFO kablam! | Oct 15 08:48:42.431 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:48:42.431 INFO kablam! Oct 15 08:48:42.563 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 08:48:42.563 INFO kablam! --> src/main.rs:1:12 Oct 15 08:48:42.563 INFO kablam! | Oct 15 08:48:42.563 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 15 08:48:42.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:42.563 INFO kablam! | Oct 15 08:48:42.563 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 08:48:42.563 INFO kablam! Oct 15 08:48:42.563 INFO kablam! warning: the feature `entry_and_modify` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 08:48:42.563 INFO kablam! --> src/main.rs:2:12 Oct 15 08:48:42.563 INFO kablam! | Oct 15 08:48:42.563 INFO kablam! 2 | #![feature(entry_and_modify)] Oct 15 08:48:42.563 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:48:42.563 INFO kablam! Oct 15 08:48:43.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.14s Oct 15 08:48:43.115 INFO kablam! su: No module specific data is present Oct 15 08:48:44.199 INFO running `"docker" "rm" "-f" "d49d16e2a7c69c1f96f8cfc3aeaee6523ea1f4bbc993114c4b06126d528c711f"` Oct 15 08:48:44.361 INFO blam! d49d16e2a7c69c1f96f8cfc3aeaee6523ea1f4bbc993114c4b06126d528c711f Oct 15 08:48:44.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 test --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 08:48:44.770 INFO blam! 9aee0f71f848599b4676a420b9468533f79213ba1e81d16106c188aeee408f35 Oct 15 08:48:44.772 INFO running `"docker" "start" "-a" "9aee0f71f848599b4676a420b9468533f79213ba1e81d16106c188aeee408f35"` Oct 15 08:48:45.803 INFO kablam! usermod: no changes Oct 15 08:48:45.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 15 08:48:45.991 INFO kablam! Running /target/debug/deps/cubes_rs-045383f4153c79d9 Oct 15 08:48:45.993 INFO blam! Oct 15 08:48:45.993 INFO blam! running 0 tests Oct 15 08:48:45.995 INFO blam! Oct 15 08:48:45.995 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:48:45.996 INFO blam! Oct 15 08:48:45.997 INFO kablam! su: No module specific data is present Oct 15 08:48:46.697 INFO running `"docker" "rm" "-f" "9aee0f71f848599b4676a420b9468533f79213ba1e81d16106c188aeee408f35"` Oct 15 08:48:46.839 INFO blam! 9aee0f71f848599b4676a420b9468533f79213ba1e81d16106c188aeee408f35