[INFO] cloning repository https://github.com/haydenjeune/game-of-life [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/haydenjeune/game-of-life" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhaydenjeune%2Fgame-of-life", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhaydenjeune%2Fgame-of-life'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f2b3097ca2e2d7da1097b78216283d5b7ce8d99d [INFO] testing haydenjeune/game-of-life against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhaydenjeune%2Fgame-of-life" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/haydenjeune/game-of-life on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/haydenjeune/game-of-life [INFO] finished tweaking git repo https://github.com/haydenjeune/game-of-life [INFO] tweaked toml for git repo https://github.com/haydenjeune/game-of-life written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/haydenjeune/game-of-life already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b5d0849d8156de07960d84770055a86b707ace448ad24d1b37c5d546f9e15571 [INFO] running `Command { std: "docker" "start" "-a" "b5d0849d8156de07960d84770055a86b707ace448ad24d1b37c5d546f9e15571", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5d0849d8156de07960d84770055a86b707ace448ad24d1b37c5d546f9e15571", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5d0849d8156de07960d84770055a86b707ace448ad24d1b37c5d546f9e15571", kill_on_drop: false }` [INFO] [stdout] b5d0849d8156de07960d84770055a86b707ace448ad24d1b37c5d546f9e15571 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 44f63a28fd8cce8ce15d4bab50ec0a10d1815705425c30d07ed2ff9a1b554633 [INFO] running `Command { std: "docker" "start" "-a" "44f63a28fd8cce8ce15d4bab50ec0a10d1815705425c30d07ed2ff9a1b554633", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling spin v0.5.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling getrandom v0.1.6 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling game-of-life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.53s [INFO] running `Command { std: "docker" "inspect" "44f63a28fd8cce8ce15d4bab50ec0a10d1815705425c30d07ed2ff9a1b554633", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44f63a28fd8cce8ce15d4bab50ec0a10d1815705425c30d07ed2ff9a1b554633", kill_on_drop: false }` [INFO] [stdout] 44f63a28fd8cce8ce15d4bab50ec0a10d1815705425c30d07ed2ff9a1b554633 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a66030de85e9434dda010fbadf841661fd1a96d68fcf1eee7b4dd73457dcdb0 [INFO] running `Command { std: "docker" "start" "-a" "2a66030de85e9434dda010fbadf841661fd1a96d68fcf1eee7b4dd73457dcdb0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling game-of-life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.63s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/game_of_life-2d0888966f2b2b93) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/game_of_life-179f7f65f62581d4) [INFO] running `Command { std: "docker" "inspect" "2a66030de85e9434dda010fbadf841661fd1a96d68fcf1eee7b4dd73457dcdb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a66030de85e9434dda010fbadf841661fd1a96d68fcf1eee7b4dd73457dcdb0", kill_on_drop: false }` [INFO] [stdout] 2a66030de85e9434dda010fbadf841661fd1a96d68fcf1eee7b4dd73457dcdb0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d2dd6dec99f992485d956a8f4a0616b5b6d8fd4d1539e93c7606b848174e9c6d [INFO] running `Command { std: "docker" "start" "-a" "d2dd6dec99f992485d956a8f4a0616b5b6d8fd4d1539e93c7606b848174e9c6d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/game_of_life-2d0888966f2b2b93) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test tests::_get_and_set_unmapped ... ok [INFO] [stdout] test tests::_get_vector_index ... ok [INFO] [stdout] test tests::get_and_set_valid ... ok [INFO] [stdout] test tests::get_invalid ... ok [INFO] [stdout] test tests::new ... ok [INFO] [stdout] test tests::set_invalid ... ok [INFO] [stdout] test tests::step ... ok [INFO] [stdout] test tests::randomise ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/game_of_life-179f7f65f62581d4) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests game-of-life [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d2dd6dec99f992485d956a8f4a0616b5b6d8fd4d1539e93c7606b848174e9c6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2dd6dec99f992485d956a8f4a0616b5b6d8fd4d1539e93c7606b848174e9c6d", kill_on_drop: false }` [INFO] [stdout] d2dd6dec99f992485d956a8f4a0616b5b6d8fd4d1539e93c7606b848174e9c6d