Nov 17 13:33:32.601 INFO testing McGittyHub/cubes-rs against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 13:33:32.601 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 13:33:33.036 INFO [stdout] 5643b67860c8348b8e2e3ba1ef8478924f2f17a1e7fa92788b9809cc006b7190 Nov 17 13:33:33.043 INFO running `"docker" "start" "-a" "5643b67860c8348b8e2e3ba1ef8478924f2f17a1e7fa92788b9809cc006b7190"` Nov 17 13:33:34.215 INFO [stderr] usermod: no changes Nov 17 13:33:34.495 INFO [stderr] Compiling xi-unicode v0.1.0 Nov 17 13:33:34.496 INFO [stderr] Compiling bit_field v0.9.0 Nov 17 13:33:34.508 INFO [stderr] Compiling memmap v0.6.2 Nov 17 13:33:34.508 INFO [stderr] Compiling shared_library v0.1.8 Nov 17 13:33:34.509 INFO [stderr] Compiling rand v0.4.2 Nov 17 13:33:34.511 INFO [stderr] Compiling tempfile v2.2.0 Nov 17 13:33:34.511 INFO [stderr] Compiling noise v0.4.1 Nov 17 13:33:34.512 INFO [stderr] Compiling num-bigint v0.1.41 Nov 17 13:33:36.915 INFO [stderr] Compiling ordered-float v0.5.0 Nov 17 13:33:38.763 INFO [stderr] Compiling x11-dl v2.17.2 Nov 17 13:33:38.763 INFO [stderr] Compiling backtrace-sys v0.1.16 Nov 17 13:33:38.819 INFO [stderr] Compiling gfx_core v0.8.0 Nov 17 13:33:38.827 INFO [stderr] Compiling glutin v0.12.0 Nov 17 13:33:39.875 INFO [stderr] Compiling osmesa-sys v0.1.2 Nov 17 13:33:40.515 INFO [stderr] Compiling wayland-client v0.12.5 Nov 17 13:33:47.184 INFO [stderr] Compiling rusttype v0.3.0 Nov 17 13:33:47.184 INFO [stderr] Compiling backtrace v0.3.5 Nov 17 13:33:47.239 INFO [stderr] Compiling cgmath v0.16.0 Nov 17 13:33:47.241 INFO [stderr] Compiling num-rational v0.1.40 Nov 17 13:33:53.403 INFO [stderr] Compiling wayland-protocols v0.12.5 Nov 17 13:33:53.523 INFO [stderr] Compiling wayland-kbd v0.13.1 Nov 17 13:33:58.293 INFO [stderr] Compiling num v0.1.41 Nov 17 13:34:08.763 INFO [stderr] Compiling wayland-window v0.13.2 Nov 17 13:34:10.623 INFO [stderr] Compiling winit v0.10.0 Nov 17 13:34:11.575 INFO [stderr] Compiling collision v0.14.0 Nov 17 13:34:34.037 INFO [stderr] Compiling gfx v0.17.1 Nov 17 13:34:34.037 INFO [stderr] Compiling gfx_device_gl v0.15.0 Nov 17 13:34:42.347 INFO [stderr] Compiling gfx_window_glutin v0.20.0 Nov 17 13:34:45.795 INFO [stderr] Compiling gfx_glyph v0.8.0 Nov 17 13:34:50.127 INFO [stderr] Compiling cubes-rs v0.1.0 (/source) Nov 17 13:34:52.275 INFO [stderr] warning: unused variable: `cube_count` Nov 17 13:34:52.275 INFO [stderr] --> src/main.rs:368:13 Nov 17 13:34:52.275 INFO [stderr] | Nov 17 13:34:52.275 INFO [stderr] 368 | let mut cube_count = 0; Nov 17 13:34:52.275 INFO [stderr] | ^^^^^^^^^^ help: consider using `_cube_count` instead Nov 17 13:34:52.275 INFO [stderr] | Nov 17 13:34:52.275 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 13:34:52.275 INFO [stderr] Nov 17 13:34:52.319 INFO [stderr] warning: variable does not need to be mutable Nov 17 13:34:52.320 INFO [stderr] --> src/main.rs:368:9 Nov 17 13:34:52.320 INFO [stderr] | Nov 17 13:34:52.320 INFO [stderr] 368 | let mut cube_count = 0; Nov 17 13:34:52.320 INFO [stderr] | ----^^^^^^^^^^ Nov 17 13:34:52.320 INFO [stderr] | | Nov 17 13:34:52.320 INFO [stderr] | help: remove this `mut` Nov 17 13:34:52.320 INFO [stderr] | Nov 17 13:34:52.320 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 17 13:34:52.320 INFO [stderr] Nov 17 13:34:52.451 INFO [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 17 13:34:52.451 INFO [stderr] --> src/main.rs:1:12 Nov 17 13:34:52.451 INFO [stderr] | Nov 17 13:34:52.451 INFO [stderr] 1 | #![feature(conservative_impl_trait)] Nov 17 13:34:52.451 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 13:34:52.454 INFO [stderr] | Nov 17 13:34:52.455 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 17 13:34:52.455 INFO [stderr] Nov 17 13:34:52.455 INFO [stderr] warning: the feature `entry_and_modify` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 17 13:34:52.455 INFO [stderr] --> src/main.rs:2:12 Nov 17 13:34:52.455 INFO [stderr] | Nov 17 13:34:52.455 INFO [stderr] 2 | #![feature(entry_and_modify)] Nov 17 13:34:52.455 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 17 13:34:52.455 INFO [stderr] Nov 17 13:35:01.481 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 27s Nov 17 13:35:01.502 INFO [stderr] su: No module specific data is present Nov 17 13:35:02.791 INFO running `"docker" "inspect" "5643b67860c8348b8e2e3ba1ef8478924f2f17a1e7fa92788b9809cc006b7190"` Nov 17 13:35:03.147 INFO running `"docker" "rm" "-f" "5643b67860c8348b8e2e3ba1ef8478924f2f17a1e7fa92788b9809cc006b7190"` Nov 17 13:35:03.423 INFO [stdout] 5643b67860c8348b8e2e3ba1ef8478924f2f17a1e7fa92788b9809cc006b7190 Nov 17 13:35:03.433 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 13:35:03.960 INFO [stdout] 5978078fc61702b7ee4933546594987243d67c500642cf81c24b605005953bd6 Nov 17 13:35:03.963 INFO running `"docker" "start" "-a" "5978078fc61702b7ee4933546594987243d67c500642cf81c24b605005953bd6"` Nov 17 13:35:05.767 INFO [stderr] usermod: no changes Nov 17 13:35:06.135 INFO [stderr] Compiling cubes-rs v0.1.0 (/source) Nov 17 13:35:08.411 INFO [stderr] warning: unused variable: `cube_count` Nov 17 13:35:08.411 INFO [stderr] --> src/main.rs:368:13 Nov 17 13:35:08.411 INFO [stderr] | Nov 17 13:35:08.411 INFO [stderr] 368 | let mut cube_count = 0; Nov 17 13:35:08.411 INFO [stderr] | ^^^^^^^^^^ help: consider using `_cube_count` instead Nov 17 13:35:08.411 INFO [stderr] | Nov 17 13:35:08.411 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 13:35:08.411 INFO [stderr] Nov 17 13:35:08.459 INFO [stderr] warning: variable does not need to be mutable Nov 17 13:35:08.459 INFO [stderr] --> src/main.rs:368:9 Nov 17 13:35:08.459 INFO [stderr] | Nov 17 13:35:08.459 INFO [stderr] 368 | let mut cube_count = 0; Nov 17 13:35:08.459 INFO [stderr] | ----^^^^^^^^^^ Nov 17 13:35:08.459 INFO [stderr] | | Nov 17 13:35:08.459 INFO [stderr] | help: remove this `mut` Nov 17 13:35:08.459 INFO [stderr] | Nov 17 13:35:08.459 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 17 13:35:08.459 INFO [stderr] Nov 17 13:35:08.582 INFO [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 17 13:35:08.582 INFO [stderr] --> src/main.rs:1:12 Nov 17 13:35:08.582 INFO [stderr] | Nov 17 13:35:08.582 INFO [stderr] 1 | #![feature(conservative_impl_trait)] Nov 17 13:35:08.582 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 13:35:08.582 INFO [stderr] | Nov 17 13:35:08.582 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 17 13:35:08.582 INFO [stderr] Nov 17 13:35:08.583 INFO [stderr] warning: the feature `entry_and_modify` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 17 13:35:08.583 INFO [stderr] --> src/main.rs:2:12 Nov 17 13:35:08.583 INFO [stderr] | Nov 17 13:35:08.583 INFO [stderr] 2 | #![feature(entry_and_modify)] Nov 17 13:35:08.583 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 17 13:35:08.583 INFO [stderr] Nov 17 13:35:09.022 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.22s Nov 17 13:35:09.038 INFO [stderr] su: No module specific data is present Nov 17 13:35:10.120 INFO running `"docker" "inspect" "5978078fc61702b7ee4933546594987243d67c500642cf81c24b605005953bd6"` Nov 17 13:35:10.441 INFO running `"docker" "rm" "-f" "5978078fc61702b7ee4933546594987243d67c500642cf81c24b605005953bd6"` Nov 17 13:35:10.775 INFO [stdout] 5978078fc61702b7ee4933546594987243d67c500642cf81c24b605005953bd6 Nov 17 13:35:10.785 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 13:35:11.241 INFO [stdout] 2e95e7cc87b715e9aa0eea77bbe54e9425cfd70150fa1e6f7ffc3ccc087e640b Nov 17 13:35:11.249 INFO running `"docker" "start" "-a" "2e95e7cc87b715e9aa0eea77bbe54e9425cfd70150fa1e6f7ffc3ccc087e640b"` Nov 17 13:35:13.070 INFO [stderr] usermod: no changes Nov 17 13:35:13.255 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s Nov 17 13:35:13.274 INFO [stderr] Running /target/debug/deps/cubes_rs-8ca8ae78ec4fd1b3 Nov 17 13:35:13.279 INFO [stdout] Nov 17 13:35:13.279 INFO [stdout] running 0 tests Nov 17 13:35:13.279 INFO [stdout] Nov 17 13:35:13.279 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 13:35:13.279 INFO [stdout] Nov 17 13:35:13.287 INFO [stderr] su: No module specific data is present Nov 17 13:35:14.163 INFO running `"docker" "inspect" "2e95e7cc87b715e9aa0eea77bbe54e9425cfd70150fa1e6f7ffc3ccc087e640b"` Nov 17 13:35:14.445 INFO running `"docker" "rm" "-f" "2e95e7cc87b715e9aa0eea77bbe54e9425cfd70150fa1e6f7ffc3ccc087e640b"` Nov 17 13:35:14.731 INFO [stdout] 2e95e7cc87b715e9aa0eea77bbe54e9425cfd70150fa1e6f7ffc3ccc087e640b