Oct 15 08:46:44.984 INFO testing McGittyHub/cubes-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:46:44.984 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:45.511 INFO blam! 08645b35a23eb9abeb86ab96265caddde7fc6e53463133f923a3b10d68bf033f Oct 15 08:46:45.514 INFO running `"docker" "start" "-a" "08645b35a23eb9abeb86ab96265caddde7fc6e53463133f923a3b10d68bf033f"` Oct 15 08:46:47.331 INFO kablam! usermod: no changes Oct 15 08:46:47.651 INFO kablam! Compiling bit_field v0.9.0 Oct 15 08:46:47.651 INFO kablam! Compiling memmap v0.6.2 Oct 15 08:46:47.651 INFO kablam! Compiling shared_library v0.1.8 Oct 15 08:46:47.651 INFO kablam! Compiling rand v0.4.2 Oct 15 08:46:47.655 INFO kablam! Compiling tempfile v2.2.0 Oct 15 08:46:47.655 INFO kablam! Compiling noise v0.4.1 Oct 15 08:46:47.655 INFO kablam! Compiling num-bigint v0.1.41 Oct 15 08:46:47.655 INFO kablam! Compiling x11-dl v2.17.2 Oct 15 08:46:49.967 INFO kablam! Compiling gfx_core v0.8.0 Oct 15 08:46:52.387 INFO kablam! Compiling rusttype v0.3.0 Oct 15 08:46:52.791 INFO kablam! Compiling glutin v0.12.0 Oct 15 08:46:52.824 INFO kablam! Compiling backtrace v0.3.5 Oct 15 08:47:04.224 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 08:47:04.287 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 08:47:04.432 INFO kablam! Compiling num-rational v0.1.40 Oct 15 08:47:04.432 INFO kablam! Compiling cgmath v0.16.0 Oct 15 08:47:11.667 INFO kablam! Compiling num v0.1.41 Oct 15 08:47:18.171 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 08:47:18.171 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 08:47:30.063 INFO kablam! Compiling collision v0.14.0 Oct 15 08:47:33.943 INFO kablam! Compiling wayland-window v0.13.2 Oct 15 08:47:37.276 INFO kablam! Compiling winit v0.10.0 Oct 15 08:48:07.487 INFO kablam! Compiling gfx_device_gl v0.15.0 Oct 15 08:48:07.488 INFO kablam! Compiling gfx v0.17.1 Oct 15 08:48:17.148 INFO kablam! Compiling gfx_window_glutin v0.20.0 Oct 15 08:48:22.826 INFO kablam! Compiling gfx_glyph v0.8.0 Oct 15 08:48:27.827 INFO kablam! Compiling cubes-rs v0.1.0 (/source) Oct 15 08:48:30.987 INFO kablam! warning: unused variable: `cube_count` Oct 15 08:48:30.987 INFO kablam! --> src/main.rs:368:13 Oct 15 08:48:30.987 INFO kablam! | Oct 15 08:48:30.987 INFO kablam! 368 | let mut cube_count = 0; Oct 15 08:48:30.987 INFO kablam! | ^^^^^^^^^^ help: consider using `_cube_count` instead Oct 15 08:48:30.987 INFO kablam! | Oct 15 08:48:30.987 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:48:30.987 INFO kablam! Oct 15 08:48:31.026 INFO kablam! warning: variable does not need to be mutable Oct 15 08:48:31.026 INFO kablam! --> src/main.rs:368:9 Oct 15 08:48:31.026 INFO kablam! | Oct 15 08:48:31.026 INFO kablam! 368 | let mut cube_count = 0; Oct 15 08:48:31.026 INFO kablam! | ----^^^^^^^^^^ Oct 15 08:48:31.026 INFO kablam! | | Oct 15 08:48:31.026 INFO kablam! | help: remove this `mut` Oct 15 08:48:31.026 INFO kablam! | Oct 15 08:48:31.026 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:48:31.026 INFO kablam! Oct 15 08:48:31.131 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:31.131 INFO kablam! --> src/main.rs:1:12 Oct 15 08:48:31.131 INFO kablam! | Oct 15 08:48:31.131 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 15 08:48:31.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:31.131 INFO kablam! | Oct 15 08:48:31.131 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 08:48:31.131 INFO kablam! Oct 15 08:48:31.131 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:31.131 INFO kablam! --> src/main.rs:2:12 Oct 15 08:48:31.131 INFO kablam! | Oct 15 08:48:31.131 INFO kablam! 2 | #![feature(entry_and_modify)] Oct 15 08:48:31.131 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:48:31.131 INFO kablam! Oct 15 08:48:38.118 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 50s Oct 15 08:48:38.136 INFO kablam! su: No module specific data is present Oct 15 08:48:38.887 INFO running `"docker" "rm" "-f" "08645b35a23eb9abeb86ab96265caddde7fc6e53463133f923a3b10d68bf033f"` Oct 15 08:48:39.151 INFO blam! 08645b35a23eb9abeb86ab96265caddde7fc6e53463133f923a3b10d68bf033f Oct 15 08:48:39.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:39.663 INFO blam! ca3082c95c8266d759d0c9925c0c866b09bcfbe67a0ef7c8e9c876a32c35fd15 Oct 15 08:48:39.675 INFO running `"docker" "start" "-a" "ca3082c95c8266d759d0c9925c0c866b09bcfbe67a0ef7c8e9c876a32c35fd15"` Oct 15 08:48:40.974 INFO kablam! usermod: no changes Oct 15 08:48:41.202 INFO kablam! Compiling cubes-rs v0.1.0 (/source) Oct 15 08:48:44.415 INFO kablam! warning: unused variable: `cube_count` Oct 15 08:48:44.415 INFO kablam! --> src/main.rs:368:13 Oct 15 08:48:44.415 INFO kablam! | Oct 15 08:48:44.415 INFO kablam! 368 | let mut cube_count = 0; Oct 15 08:48:44.415 INFO kablam! | ^^^^^^^^^^ help: consider using `_cube_count` instead Oct 15 08:48:44.415 INFO kablam! | Oct 15 08:48:44.415 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:48:44.415 INFO kablam! Oct 15 08:48:44.451 INFO kablam! warning: variable does not need to be mutable Oct 15 08:48:44.451 INFO kablam! --> src/main.rs:368:9 Oct 15 08:48:44.452 INFO kablam! | Oct 15 08:48:44.452 INFO kablam! 368 | let mut cube_count = 0; Oct 15 08:48:44.452 INFO kablam! | ----^^^^^^^^^^ Oct 15 08:48:44.453 INFO kablam! | | Oct 15 08:48:44.453 INFO kablam! | help: remove this `mut` Oct 15 08:48:44.453 INFO kablam! | Oct 15 08:48:44.454 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:48:44.454 INFO kablam! Oct 15 08:48:44.553 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:44.554 INFO kablam! --> src/main.rs:1:12 Oct 15 08:48:44.554 INFO kablam! | Oct 15 08:48:44.554 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 15 08:48:44.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:44.555 INFO kablam! | Oct 15 08:48:44.555 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 08:48:44.556 INFO kablam! Oct 15 08:48:44.567 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:44.567 INFO kablam! --> src/main.rs:2:12 Oct 15 08:48:44.568 INFO kablam! | Oct 15 08:48:44.568 INFO kablam! 2 | #![feature(entry_and_modify)] Oct 15 08:48:44.568 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:48:44.569 INFO kablam! Oct 15 08:48:45.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.09s Oct 15 08:48:45.103 INFO kablam! su: No module specific data is present Oct 15 08:48:45.775 INFO running `"docker" "rm" "-f" "ca3082c95c8266d759d0c9925c0c866b09bcfbe67a0ef7c8e9c876a32c35fd15"` Oct 15 08:48:45.939 INFO blam! ca3082c95c8266d759d0c9925c0c866b09bcfbe67a0ef7c8e9c876a32c35fd15 Oct 15 08:48:45.945 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:46.739 INFO blam! ba2f92a16a33d7d16c3ff4e95e7ec7b54845d11b6609211e735cb48fab5da5b7 Oct 15 08:48:46.739 INFO running `"docker" "start" "-a" "ba2f92a16a33d7d16c3ff4e95e7ec7b54845d11b6609211e735cb48fab5da5b7"` Oct 15 08:48:47.323 INFO kablam! usermod: no changes Oct 15 08:48:47.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 08:48:47.458 INFO kablam! Running /target/debug/deps/cubes_rs-602726d69c18b745 Oct 15 08:48:47.459 INFO blam! Oct 15 08:48:47.459 INFO kablam! su: No module specific data is present Oct 15 08:48:47.459 INFO blam! running 0 tests Oct 15 08:48:47.459 INFO blam! Oct 15 08:48:47.459 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:48:47.459 INFO blam! Oct 15 08:48:47.810 INFO running `"docker" "rm" "-f" "ba2f92a16a33d7d16c3ff4e95e7ec7b54845d11b6609211e735cb48fab5da5b7"` Oct 15 08:48:48.046 INFO blam! ba2f92a16a33d7d16c3ff4e95e7ec7b54845d11b6609211e735cb48fab5da5b7