[INFO] updating cached repository Leopard2A5/game-of-life [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Leopard2A5/game-of-life [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Leopard2A5/game-of-life" "work/ex/beta-1.37-6/sources/1.36.0/gh/Leopard2A5/game-of-life"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Leopard2A5/game-of-life'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Leopard2A5/game-of-life" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Leopard2A5/game-of-life"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Leopard2A5/game-of-life'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 588aeb0a4d45fdd9c771f7d0916c8145bd6a9a7d [INFO] sha for GitHub repo Leopard2A5/game-of-life: 588aeb0a4d45fdd9c771f7d0916c8145bd6a9a7d [INFO] validating manifest of Leopard2A5/game-of-life 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 Leopard2A5/game-of-life 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 Leopard2A5/game-of-life [INFO] finished frobbing Leopard2A5/game-of-life [INFO] frobbed toml for Leopard2A5/game-of-life written to work/ex/beta-1.37-6/sources/1.36.0/gh/Leopard2A5/game-of-life/Cargo.toml [INFO] started frobbing Leopard2A5/game-of-life [INFO] finished frobbing Leopard2A5/game-of-life [INFO] frobbed toml for Leopard2A5/game-of-life written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Leopard2A5/game-of-life/Cargo.toml [INFO] crate Leopard2A5/game-of-life 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 Leopard2A5/game-of-life against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Leopard2A5/game-of-life:/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-07-23" "build" "--frozen"` [INFO] [stdout] 2e4bf03e5132a5282f06f331f51bd1a9d98e03c728eb6ec00c9b378e4294376f [INFO] running `"docker" "start" "-a" "2e4bf03e5132a5282f06f331f51bd1a9d98e03c728eb6ec00c9b378e4294376f"` [INFO] [stderr] Compiling game-of-life v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/game_of_life.rs:42:31 [INFO] [stderr] | [INFO] [stderr] 42 | 0 ... 1 => Cell::Dead, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/game_of_life.rs:43:31 [INFO] [stderr] | [INFO] [stderr] 43 | 2 ... 3 => Cell::Live, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unused import: `to_char::ToChar` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use to_char::ToChar; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.33s [INFO] running `"docker" "inspect" "2e4bf03e5132a5282f06f331f51bd1a9d98e03c728eb6ec00c9b378e4294376f"` [INFO] running `"docker" "rm" "-f" "2e4bf03e5132a5282f06f331f51bd1a9d98e03c728eb6ec00c9b378e4294376f"` [INFO] [stdout] 2e4bf03e5132a5282f06f331f51bd1a9d98e03c728eb6ec00c9b378e4294376f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Leopard2A5/game-of-life:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 03ef0616f08271eb96b8ba850d0c38f16e6cd708aa636c4f4d7868fc43e783e1 [INFO] running `"docker" "start" "-a" "03ef0616f08271eb96b8ba850d0c38f16e6cd708aa636c4f4d7868fc43e783e1"` [INFO] [stderr] Compiling game-of-life v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/game_of_life.rs:42:31 [INFO] [stderr] | [INFO] [stderr] 42 | 0 ... 1 => Cell::Dead, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/game_of_life.rs:43:31 [INFO] [stderr] | [INFO] [stderr] 43 | 2 ... 3 => Cell::Live, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unused import: `to_char::ToChar` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use to_char::ToChar; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `"docker" "inspect" "03ef0616f08271eb96b8ba850d0c38f16e6cd708aa636c4f4d7868fc43e783e1"` [INFO] running `"docker" "rm" "-f" "03ef0616f08271eb96b8ba850d0c38f16e6cd708aa636c4f4d7868fc43e783e1"` [INFO] [stdout] 03ef0616f08271eb96b8ba850d0c38f16e6cd708aa636c4f4d7868fc43e783e1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Leopard2A5/game-of-life:/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-07-23" "test" "--frozen"` [INFO] [stdout] 7aab132aa966c367a6654ef6f9365c8ffaa6bd7a0b7315c9c0ac8844bdc993f2 [INFO] running `"docker" "start" "-a" "7aab132aa966c367a6654ef6f9365c8ffaa6bd7a0b7315c9c0ac8844bdc993f2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/game_of_life-84cf90519a528b14 [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" "7aab132aa966c367a6654ef6f9365c8ffaa6bd7a0b7315c9c0ac8844bdc993f2"` [INFO] running `"docker" "rm" "-f" "7aab132aa966c367a6654ef6f9365c8ffaa6bd7a0b7315c9c0ac8844bdc993f2"` [INFO] [stdout] 7aab132aa966c367a6654ef6f9365c8ffaa6bd7a0b7315c9c0ac8844bdc993f2