[INFO] updating cached repository simonmnash/RustChess [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/simonmnash/RustChess [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/simonmnash/RustChess" "work/ex/beta-1.37-6/sources/1.36.0/gh/simonmnash/RustChess"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/simonmnash/RustChess'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/simonmnash/RustChess" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/simonmnash/RustChess"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/simonmnash/RustChess'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3b8e817bca2333bc3e3d0157f00d165f7eed96ce [INFO] sha for GitHub repo simonmnash/RustChess: 3b8e817bca2333bc3e3d0157f00d165f7eed96ce [INFO] validating manifest of simonmnash/RustChess on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of simonmnash/RustChess on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing simonmnash/RustChess [INFO] finished frobbing simonmnash/RustChess [INFO] frobbed toml for simonmnash/RustChess written to work/ex/beta-1.37-6/sources/1.36.0/gh/simonmnash/RustChess/Cargo.toml [INFO] started frobbing simonmnash/RustChess [INFO] finished frobbing simonmnash/RustChess [INFO] frobbed toml for simonmnash/RustChess written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/simonmnash/RustChess/Cargo.toml [INFO] crate simonmnash/RustChess already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing simonmnash/RustChess against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/simonmnash/RustChess:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] eb472e8169f636f7d0552645ffe1522b37c40fb1800cc09fa0d99060cf17ffe4 [INFO] running `"docker" "start" "-a" "eb472e8169f636f7d0552645ffe1522b37c40fb1800cc09fa0d99060cf17ffe4"` [INFO] [stderr] Compiling shared_library v0.1.7 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling wayland-scanner v0.9.9 [INFO] [stderr] Compiling tempfile v2.1.6 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling x11-dl v2.14.0 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling gl v0.6.3 [INFO] [stderr] Compiling png v0.9.0 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling wayland-client v0.9.9 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling image v0.15.0 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.9 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling wayland-window v0.6.1 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.46.0 [INFO] [stderr] Compiling winit v0.7.5 [INFO] [stderr] Compiling pistoncore-glutin_window v0.38.0 [INFO] [stderr] Compiling chess v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `tile_ownership` [INFO] [stderr] --> src/gameboard_controller.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | let tile_ownership = self.gameboard.check_tile_ownership([cell_x, cell_y]); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_tile_ownership` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable `A` should have a snake case name [INFO] [stderr] --> src/gameboard_controller.rs:49:42 [INFO] [stderr] | [INFO] [stderr] 49 | if let Some (A) = self.selected_cell{ [INFO] [stderr] | ^ help: convert the identifier to snake case: `a` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 16s [INFO] running `"docker" "inspect" "eb472e8169f636f7d0552645ffe1522b37c40fb1800cc09fa0d99060cf17ffe4"` [INFO] running `"docker" "rm" "-f" "eb472e8169f636f7d0552645ffe1522b37c40fb1800cc09fa0d99060cf17ffe4"` [INFO] [stdout] eb472e8169f636f7d0552645ffe1522b37c40fb1800cc09fa0d99060cf17ffe4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/simonmnash/RustChess:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] e89a492197a3e0156a50692bd1666aca3320df17260b712fd5998d755eb64ce1 [INFO] running `"docker" "start" "-a" "e89a492197a3e0156a50692bd1666aca3320df17260b712fd5998d755eb64ce1"` [INFO] [stderr] Compiling chess v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `tile_ownership` [INFO] [stderr] --> src/gameboard_controller.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | let tile_ownership = self.gameboard.check_tile_ownership([cell_x, cell_y]); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_tile_ownership` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable `A` should have a snake case name [INFO] [stderr] --> src/gameboard_controller.rs:49:42 [INFO] [stderr] | [INFO] [stderr] 49 | if let Some (A) = self.selected_cell{ [INFO] [stderr] | ^ help: convert the identifier to snake case: `a` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.80s [INFO] running `"docker" "inspect" "e89a492197a3e0156a50692bd1666aca3320df17260b712fd5998d755eb64ce1"` [INFO] running `"docker" "rm" "-f" "e89a492197a3e0156a50692bd1666aca3320df17260b712fd5998d755eb64ce1"` [INFO] [stdout] e89a492197a3e0156a50692bd1666aca3320df17260b712fd5998d755eb64ce1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/simonmnash/RustChess:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 5d709b144f24b962036f23188e28bc46f58ce29c63670bb4678a91bc2943ca63 [INFO] running `"docker" "start" "-a" "5d709b144f24b962036f23188e28bc46f58ce29c63670bb4678a91bc2943ca63"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/chess-bee0a3fd2f9945c8 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "5d709b144f24b962036f23188e28bc46f58ce29c63670bb4678a91bc2943ca63"` [INFO] running `"docker" "rm" "-f" "5d709b144f24b962036f23188e28bc46f58ce29c63670bb4678a91bc2943ca63"` [INFO] [stdout] 5d709b144f24b962036f23188e28bc46f58ce29c63670bb4678a91bc2943ca63