Nov 17 10:25:14.700 INFO testing abhinavmuta/rsmario against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 10:25:14.700 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 10:25:14.981 INFO [stdout] d81bebd47813774ce73951e08370585bf8701bd80be4531aee825d01e6709d5f Nov 17 10:25:14.983 INFO running `"docker" "start" "-a" "d81bebd47813774ce73951e08370585bf8701bd80be4531aee825d01e6709d5f"` Nov 17 10:25:15.963 INFO [stderr] usermod: no changes Nov 17 10:25:16.253 INFO [stderr] Compiling itertools v0.5.10 Nov 17 10:25:16.254 INFO [stderr] Compiling arrayvec v0.4.5 Nov 17 10:25:16.254 INFO [stderr] Compiling tempfile v2.2.0 Nov 17 10:25:16.254 INFO [stderr] Compiling phf_generator v0.7.21 Nov 17 10:25:16.255 INFO [stderr] Compiling rayon-core v1.2.1 Nov 17 10:25:16.255 INFO [stderr] Compiling glutin v0.10.0 Nov 17 10:25:16.269 INFO [stderr] Compiling pistoncore-input v0.20.0 Nov 17 10:25:17.259 INFO [stderr] Compiling phf_codegen v0.7.21 Nov 17 10:25:18.491 INFO [stderr] Compiling rusttype v0.2.3 Nov 17 10:25:19.996 INFO [stderr] Compiling rayon v0.8.2 Nov 17 10:25:21.035 INFO [stderr] Compiling target_build_utils v0.3.1 Nov 17 10:25:22.600 INFO [stderr] Compiling derivative v1.0.0 Nov 17 10:25:26.207 INFO [stderr] Compiling pistoncore-window v0.30.0 Nov 17 10:25:31.135 INFO [stderr] Compiling piston2d-graphics v0.23.0 Nov 17 10:25:33.503 INFO [stderr] Compiling pistoncore-event_loop v0.35.0 Nov 17 10:25:34.824 INFO [stderr] Compiling jpeg-decoder v0.1.13 Nov 17 10:25:36.039 INFO [stderr] Compiling piston v0.35.0 Nov 17 10:25:41.791 INFO [stderr] Compiling image v0.17.0 Nov 17 10:25:42.515 INFO [stderr] Compiling gfx_core v0.7.2 Nov 17 10:25:47.215 INFO [stderr] Compiling libloading v0.3.4 Nov 17 10:25:49.739 INFO [stderr] Compiling dlib v0.3.1 Nov 17 10:25:50.540 INFO [stderr] Compiling wayland-sys v0.9.10 Nov 17 10:25:52.401 INFO [stderr] Compiling wayland-client v0.9.10 Nov 17 10:25:53.783 INFO [stderr] Compiling piston2d-opengl_graphics v0.49.0 Nov 17 10:25:55.518 INFO [stderr] Compiling wayland-protocols v0.9.10 Nov 17 10:25:55.518 INFO [stderr] Compiling wayland-kbd v0.9.1 Nov 17 10:26:00.575 INFO [stderr] Compiling wayland-window v0.8.0 Nov 17 10:26:01.583 INFO [stderr] Compiling winit v0.8.3 Nov 17 10:26:08.259 INFO [stderr] Compiling pistoncore-glutin_window v0.42.0 Nov 17 10:26:13.059 INFO [stderr] Compiling gfx v0.16.1 Nov 17 10:26:13.059 INFO [stderr] Compiling gfx_device_gl v0.14.4 Nov 17 10:26:18.587 INFO [stderr] Compiling piston-gfx_texture v0.29.0 Nov 17 10:26:20.398 INFO [stderr] Compiling piston2d-gfx_graphics v0.46.0 Nov 17 10:26:23.529 INFO [stderr] Compiling piston_window v0.73.0 Nov 17 10:26:26.875 INFO [stderr] Compiling rsmario v0.1.0 (/source) Nov 17 10:26:30.255 INFO [stderr] warning: unused variable: `gl` Nov 17 10:26:30.255 INFO [stderr] --> src/main.rs:18:13 Nov 17 10:26:30.256 INFO [stderr] | Nov 17 10:26:30.256 INFO [stderr] 18 | let mut gl = GlGraphics::new(opengl); Nov 17 10:26:30.256 INFO [stderr] | ^^ help: consider using `_gl` instead Nov 17 10:26:30.256 INFO [stderr] | Nov 17 10:26:30.256 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 10:26:30.257 INFO [stderr] Nov 17 10:26:30.257 INFO [stderr] warning: variable does not need to be mutable Nov 17 10:26:30.257 INFO [stderr] --> src/main.rs:18:9 Nov 17 10:26:30.257 INFO [stderr] | Nov 17 10:26:30.257 INFO [stderr] 18 | let mut gl = GlGraphics::new(opengl); Nov 17 10:26:30.258 INFO [stderr] | ----^^ Nov 17 10:26:30.258 INFO [stderr] | | Nov 17 10:26:30.258 INFO [stderr] | help: remove this `mut` Nov 17 10:26:30.258 INFO [stderr] | Nov 17 10:26:30.258 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 17 10:26:30.258 INFO [stderr] Nov 17 10:26:35.271 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Nov 17 10:26:35.282 INFO [stderr] su: No module specific data is present Nov 17 10:26:36.376 INFO running `"docker" "inspect" "d81bebd47813774ce73951e08370585bf8701bd80be4531aee825d01e6709d5f"` Nov 17 10:26:36.697 INFO running `"docker" "rm" "-f" "d81bebd47813774ce73951e08370585bf8701bd80be4531aee825d01e6709d5f"` Nov 17 10:26:37.033 INFO [stdout] d81bebd47813774ce73951e08370585bf8701bd80be4531aee825d01e6709d5f Nov 17 10:26:37.038 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 10:26:37.581 INFO [stdout] 6a607df0f918ec677b49b1e2eaf8f16f8e10f9c86cd2e38187caad4be0f9aaa6 Nov 17 10:26:37.584 INFO running `"docker" "start" "-a" "6a607df0f918ec677b49b1e2eaf8f16f8e10f9c86cd2e38187caad4be0f9aaa6"` Nov 17 10:26:39.439 INFO [stderr] usermod: no changes Nov 17 10:26:39.715 INFO [stderr] Compiling rsmario v0.1.0 (/source) Nov 17 10:26:43.495 INFO [stderr] warning: unused variable: `gl` Nov 17 10:26:43.495 INFO [stderr] --> src/main.rs:18:13 Nov 17 10:26:43.495 INFO [stderr] | Nov 17 10:26:43.495 INFO [stderr] 18 | let mut gl = GlGraphics::new(opengl); Nov 17 10:26:43.495 INFO [stderr] | ^^ help: consider using `_gl` instead Nov 17 10:26:43.495 INFO [stderr] | Nov 17 10:26:43.495 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 10:26:43.495 INFO [stderr] Nov 17 10:26:43.507 INFO [stderr] warning: variable does not need to be mutable Nov 17 10:26:43.507 INFO [stderr] --> src/main.rs:18:9 Nov 17 10:26:43.507 INFO [stderr] | Nov 17 10:26:43.507 INFO [stderr] 18 | let mut gl = GlGraphics::new(opengl); Nov 17 10:26:43.507 INFO [stderr] | ----^^ Nov 17 10:26:43.507 INFO [stderr] | | Nov 17 10:26:43.507 INFO [stderr] | help: remove this `mut` Nov 17 10:26:43.507 INFO [stderr] | Nov 17 10:26:43.507 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 17 10:26:43.507 INFO [stderr] Nov 17 10:26:43.855 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.39s Nov 17 10:26:43.869 INFO [stderr] su: No module specific data is present Nov 17 10:26:44.613 INFO running `"docker" "inspect" "6a607df0f918ec677b49b1e2eaf8f16f8e10f9c86cd2e38187caad4be0f9aaa6"` Nov 17 10:26:44.835 INFO running `"docker" "rm" "-f" "6a607df0f918ec677b49b1e2eaf8f16f8e10f9c86cd2e38187caad4be0f9aaa6"` Nov 17 10:26:45.043 INFO [stdout] 6a607df0f918ec677b49b1e2eaf8f16f8e10f9c86cd2e38187caad4be0f9aaa6 Nov 17 10:26:45.050 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 10:26:45.402 INFO [stdout] 04cab38cc522c4a5182ac74f0acff75392e3445108e69071dae50c6be0881640 Nov 17 10:26:45.404 INFO running `"docker" "start" "-a" "04cab38cc522c4a5182ac74f0acff75392e3445108e69071dae50c6be0881640"` Nov 17 10:26:45.772 INFO [stderr] usermod: no changes Nov 17 10:26:45.978 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s Nov 17 10:26:45.996 INFO [stderr] Running /target/debug/deps/rsmario-fcfe7052ee2967e0 Nov 17 10:26:45.998 INFO [stdout] Nov 17 10:26:45.999 INFO [stdout] running 0 tests Nov 17 10:26:45.999 INFO [stdout] Nov 17 10:26:45.999 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 10:26:45.999 INFO [stdout] Nov 17 10:26:46.001 INFO [stderr] su: No module specific data is present Nov 17 10:26:46.288 INFO running `"docker" "inspect" "04cab38cc522c4a5182ac74f0acff75392e3445108e69071dae50c6be0881640"` Nov 17 10:26:46.392 INFO running `"docker" "rm" "-f" "04cab38cc522c4a5182ac74f0acff75392e3445108e69071dae50c6be0881640"` Nov 17 10:26:46.475 INFO [stdout] 04cab38cc522c4a5182ac74f0acff75392e3445108e69071dae50c6be0881640