Oct 11 05:34:00.503 INFO testing McGittyHub/cubes-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:34:00.503 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:34:00.504 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:34:00.907 INFO blam! 5d48aa5b906a9e88c84d824d9bd1b0d4b15a9042bf4e14ab034960d6b91e41b0 Oct 11 05:34:00.910 INFO running `"docker" "start" "-a" "5d48aa5b906a9e88c84d824d9bd1b0d4b15a9042bf4e14ab034960d6b91e41b0"` Oct 11 05:34:02.064 INFO kablam! usermod: no changes Oct 11 05:34:02.392 INFO kablam! Compiling memmap v0.6.2 Oct 11 05:34:02.392 INFO kablam! Compiling shared_library v0.1.8 Oct 11 05:34:02.396 INFO kablam! Compiling tempfile v2.2.0 Oct 11 05:34:02.396 INFO kablam! Compiling noise v0.4.1 Oct 11 05:34:02.412 INFO kablam! Compiling ordered-float v0.5.0 Oct 11 05:34:02.412 INFO kablam! Compiling cgmath v0.16.0 Oct 11 05:34:02.412 INFO kablam! Compiling x11-dl v2.17.2 Oct 11 05:34:02.412 INFO kablam! Compiling gfx_core v0.8.0 Oct 11 05:34:06.356 INFO kablam! Compiling glutin v0.12.0 Oct 11 05:34:07.056 INFO kablam! Compiling backtrace v0.3.5 Oct 11 05:34:08.908 INFO kablam! Compiling rusttype v0.3.0 Oct 11 05:34:08.945 INFO kablam! Compiling wayland-client v0.12.5 Oct 11 05:34:12.496 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 05:34:23.920 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 11 05:34:23.920 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 11 05:34:34.988 INFO kablam! Compiling collision v0.14.0 Oct 11 05:34:41.332 INFO kablam! Compiling wayland-window v0.13.2 Oct 11 05:34:44.112 INFO kablam! Compiling winit v0.10.0 Oct 11 05:35:09.483 INFO kablam! Compiling gfx v0.17.1 Oct 11 05:35:09.485 INFO kablam! Compiling gfx_device_gl v0.15.0 Oct 11 05:35:19.208 INFO kablam! Compiling gfx_window_glutin v0.20.0 Oct 11 05:35:23.980 INFO kablam! Compiling gfx_glyph v0.8.0 Oct 11 05:35:30.575 INFO kablam! Compiling cubes-rs v0.1.0 (/source) Oct 11 05:35:36.364 INFO kablam! warning: unused variable: `cube_count` Oct 11 05:35:36.364 INFO kablam! --> src/main.rs:368:13 Oct 11 05:35:36.364 INFO kablam! | Oct 11 05:35:36.364 INFO kablam! 368 | let mut cube_count = 0; Oct 11 05:35:36.364 INFO kablam! | ^^^^^^^^^^ help: consider using `_cube_count` instead Oct 11 05:35:36.364 INFO kablam! | Oct 11 05:35:36.364 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:35:36.364 INFO kablam! Oct 11 05:35:36.421 INFO kablam! warning: variable does not need to be mutable Oct 11 05:35:36.421 INFO kablam! --> src/main.rs:368:9 Oct 11 05:35:36.422 INFO kablam! | Oct 11 05:35:36.422 INFO kablam! 368 | let mut cube_count = 0; Oct 11 05:35:36.422 INFO kablam! | ----^^^^^^^^^^ Oct 11 05:35:36.422 INFO kablam! | | Oct 11 05:35:36.423 INFO kablam! | help: remove this `mut` Oct 11 05:35:36.423 INFO kablam! | Oct 11 05:35:36.423 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:35:36.424 INFO kablam! Oct 11 05:35:36.536 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 05:35:36.537 INFO kablam! --> src/main.rs:1:12 Oct 11 05:35:36.537 INFO kablam! | Oct 11 05:35:36.537 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 11 05:35:36.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:35:36.538 INFO kablam! | Oct 11 05:35:36.538 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 05:35:36.538 INFO kablam! Oct 11 05:35:36.539 INFO kablam! warning: the feature `entry_and_modify` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 05:35:36.539 INFO kablam! --> src/main.rs:2:12 Oct 11 05:35:36.539 INFO kablam! | Oct 11 05:35:36.539 INFO kablam! 2 | #![feature(entry_and_modify)] Oct 11 05:35:36.540 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 05:35:36.540 INFO kablam! Oct 11 05:35:45.944 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 43s Oct 11 05:35:45.948 INFO kablam! su: No module specific data is present Oct 11 05:35:46.920 INFO running `"docker" "rm" "-f" "5d48aa5b906a9e88c84d824d9bd1b0d4b15a9042bf4e14ab034960d6b91e41b0"` Oct 11 05:35:47.216 INFO blam! 5d48aa5b906a9e88c84d824d9bd1b0d4b15a9042bf4e14ab034960d6b91e41b0 Oct 11 05:35:47.216 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:35:47.216 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:35:47.617 INFO blam! ecd982d3ab5b7b21508a16e5a089c2b151f81c2567cde3261fe932471f5bc820 Oct 11 05:35:47.619 INFO running `"docker" "start" "-a" "ecd982d3ab5b7b21508a16e5a089c2b151f81c2567cde3261fe932471f5bc820"` Oct 11 05:35:48.896 INFO kablam! usermod: no changes Oct 11 05:35:49.136 INFO kablam! Compiling cubes-rs v0.1.0 (/source) Oct 11 05:35:55.072 INFO kablam! warning: unused variable: `cube_count` Oct 11 05:35:55.072 INFO kablam! --> src/main.rs:368:13 Oct 11 05:35:55.072 INFO kablam! | Oct 11 05:35:55.072 INFO kablam! 368 | let mut cube_count = 0; Oct 11 05:35:55.072 INFO kablam! | ^^^^^^^^^^ help: consider using `_cube_count` instead Oct 11 05:35:55.072 INFO kablam! | Oct 11 05:35:55.072 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:35:55.072 INFO kablam! Oct 11 05:35:55.138 INFO kablam! warning: variable does not need to be mutable Oct 11 05:35:55.138 INFO kablam! --> src/main.rs:368:9 Oct 11 05:35:55.138 INFO kablam! | Oct 11 05:35:55.138 INFO kablam! 368 | let mut cube_count = 0; Oct 11 05:35:55.138 INFO kablam! | ----^^^^^^^^^^ Oct 11 05:35:55.138 INFO kablam! | | Oct 11 05:35:55.138 INFO kablam! | help: remove this `mut` Oct 11 05:35:55.138 INFO kablam! | Oct 11 05:35:55.138 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:35:55.138 INFO kablam! Oct 11 05:35:55.236 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 05:35:55.236 INFO kablam! --> src/main.rs:1:12 Oct 11 05:35:55.236 INFO kablam! | Oct 11 05:35:55.236 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 11 05:35:55.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:35:55.236 INFO kablam! | Oct 11 05:35:55.236 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 05:35:55.236 INFO kablam! Oct 11 05:35:55.236 INFO kablam! warning: the feature `entry_and_modify` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 05:35:55.236 INFO kablam! --> src/main.rs:2:12 Oct 11 05:35:55.236 INFO kablam! | Oct 11 05:35:55.236 INFO kablam! 2 | #![feature(entry_and_modify)] Oct 11 05:35:55.236 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 05:35:55.236 INFO kablam! Oct 11 05:35:55.844 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.92s Oct 11 05:35:55.851 INFO kablam! su: No module specific data is present Oct 11 05:35:57.225 INFO running `"docker" "rm" "-f" "ecd982d3ab5b7b21508a16e5a089c2b151f81c2567cde3261fe932471f5bc820"` Oct 11 05:35:57.448 INFO blam! ecd982d3ab5b7b21508a16e5a089c2b151f81c2567cde3261fe932471f5bc820 Oct 11 05:35:57.460 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:35:57.460 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:35:57.898 INFO blam! b65724cdd0611bca9e44c1b9b68db0eb42a010cc19c008da12ceff0663d5cb9b Oct 11 05:35:57.899 INFO running `"docker" "start" "-a" "b65724cdd0611bca9e44c1b9b68db0eb42a010cc19c008da12ceff0663d5cb9b"` Oct 11 05:35:59.200 INFO kablam! usermod: no changes Oct 11 05:35:59.445 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 11 05:35:59.463 INFO kablam! Running /target/debug/deps/cubes_rs-602726d69c18b745 Oct 11 05:35:59.473 INFO blam! Oct 11 05:35:59.473 INFO blam! running 0 tests Oct 11 05:35:59.473 INFO blam! Oct 11 05:35:59.473 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:35:59.474 INFO blam! Oct 11 05:35:59.476 INFO kablam! su: No module specific data is present Oct 11 05:36:00.319 INFO running `"docker" "rm" "-f" "b65724cdd0611bca9e44c1b9b68db0eb42a010cc19c008da12ceff0663d5cb9b"` Oct 11 05:36:00.680 INFO blam! b65724cdd0611bca9e44c1b9b68db0eb42a010cc19c008da12ceff0663d5cb9b