[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.38-1/sources/1.37.0/gh/simonmnash/RustChess"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/simonmnash/RustChess'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/simonmnash/RustChess" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/simonmnash/RustChess"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of simonmnash/RustChess on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing simonmnash/RustChess against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 9b3046da0358c532d5fb70092887be1b7a84dbd75b32d3c21a21b12277262fc3 [INFO] running `"docker" "start" "-a" "9b3046da0358c532d5fb70092887be1b7a84dbd75b32d3c21a21b12277262fc3"` [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling shared_library v0.1.7 [INFO] [stderr] Compiling deflate v0.7.14 [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 x11-dl v2.14.0 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling png v0.9.0 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling wayland-client v0.9.9 [INFO] [stderr] Compiling image v0.15.0 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.46.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-window v0.6.1 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling winit v0.7.5 [INFO] [stderr] Compiling glutin v0.9.2 [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 05s [INFO] running `"docker" "inspect" "9b3046da0358c532d5fb70092887be1b7a84dbd75b32d3c21a21b12277262fc3"` [INFO] running `"docker" "rm" "-f" "9b3046da0358c532d5fb70092887be1b7a84dbd75b32d3c21a21b12277262fc3"` [INFO] [stdout] 9b3046da0358c532d5fb70092887be1b7a84dbd75b32d3c21a21b12277262fc3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 9252affd15365ad10b781f505651528fbfd026131ad8df1c7b74106a6b83f092 [INFO] running `"docker" "start" "-a" "9252affd15365ad10b781f505651528fbfd026131ad8df1c7b74106a6b83f092"` [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.86s [INFO] running `"docker" "inspect" "9252affd15365ad10b781f505651528fbfd026131ad8df1c7b74106a6b83f092"` [INFO] running `"docker" "rm" "-f" "9252affd15365ad10b781f505651528fbfd026131ad8df1c7b74106a6b83f092"` [INFO] [stdout] 9252affd15365ad10b781f505651528fbfd026131ad8df1c7b74106a6b83f092 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 110d5a46dbaf7fc01b682713e6fab5d53c61779a8828cd3c0511b63a9c0e4b93 [INFO] running `"docker" "start" "-a" "110d5a46dbaf7fc01b682713e6fab5d53c61779a8828cd3c0511b63a9c0e4b93"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/chess-2424a5b74180a680 [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" "110d5a46dbaf7fc01b682713e6fab5d53c61779a8828cd3c0511b63a9c0e4b93"` [INFO] running `"docker" "rm" "-f" "110d5a46dbaf7fc01b682713e6fab5d53c61779a8828cd3c0511b63a9c0e4b93"` [INFO] [stdout] 110d5a46dbaf7fc01b682713e6fab5d53c61779a8828cd3c0511b63a9c0e4b93