[INFO] cloning repository https://github.com/PurpleBooth/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/PurpleBooth/game-of-life" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPurpleBooth%2Fgame-of-life", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPurpleBooth%2Fgame-of-life'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2e9d0e37a61c6b77bcf632d1bd3a60be68395047 [INFO] testing PurpleBooth/game-of-life against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPurpleBooth%2Fgame-of-life" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PurpleBooth/game-of-life on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PurpleBooth/game-of-life [INFO] finished tweaking git repo https://github.com/PurpleBooth/game-of-life [INFO] tweaked toml for git repo https://github.com/PurpleBooth/game-of-life written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/PurpleBooth/game-of-life already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded retry v1.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fcff2d131c7cb23b6db2c1f3e2f7fcdf3bba6ba562a9425765a7667b81e20665 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fcff2d131c7cb23b6db2c1f3e2f7fcdf3bba6ba562a9425765a7667b81e20665", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fcff2d131c7cb23b6db2c1f3e2f7fcdf3bba6ba562a9425765a7667b81e20665", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcff2d131c7cb23b6db2c1f3e2f7fcdf3bba6ba562a9425765a7667b81e20665", kill_on_drop: false }` [INFO] [stdout] fcff2d131c7cb23b6db2c1f3e2f7fcdf3bba6ba562a9425765a7667b81e20665 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 759b78f173693695f5a18b9d1a8e1ffebb34080bb4d8f7013c36ef9a6416e71d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "759b78f173693695f5a18b9d1a8e1ffebb34080bb4d8f7013c36ef9a6416e71d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.118 [INFO] [stderr] Compiling signal-hook v0.3.13 [INFO] [stderr] Compiling game-of-life v1.53.55 (/opt/rustwide/workdir) [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling crossterm v0.23.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling retry v1.3.1 [INFO] [stderr] Compiling clap_derive v3.1.0 [INFO] [stderr] Compiling clap v3.1.2 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.33s [INFO] running `Command { std: "docker" "inspect" "759b78f173693695f5a18b9d1a8e1ffebb34080bb4d8f7013c36ef9a6416e71d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "759b78f173693695f5a18b9d1a8e1ffebb34080bb4d8f7013c36ef9a6416e71d", kill_on_drop: false }` [INFO] [stdout] 759b78f173693695f5a18b9d1a8e1ffebb34080bb4d8f7013c36ef9a6416e71d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35422e2e7ae66925b379b93d0ee50754e1ebd9c4a1695afc525a75078242bcca [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "35422e2e7ae66925b379b93d0ee50754e1ebd9c4a1695afc525a75078242bcca", kill_on_drop: false }` [INFO] [stderr] Compiling game-of-life v1.53.55 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.78s [INFO] running `Command { std: "docker" "inspect" "35422e2e7ae66925b379b93d0ee50754e1ebd9c4a1695afc525a75078242bcca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35422e2e7ae66925b379b93d0ee50754e1ebd9c4a1695afc525a75078242bcca", kill_on_drop: false }` [INFO] [stdout] 35422e2e7ae66925b379b93d0ee50754e1ebd9c4a1695afc525a75078242bcca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 398dd1b374980ef73160a7eaac396e3ae2dc39d33c6c1359ecdb31975a5d0c68 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "398dd1b374980ef73160a7eaac396e3ae2dc39d33c6c1359ecdb31975a5d0c68", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/game_of_life-dd9782479d86d016) [INFO] [stdout] running 12 tests [INFO] [stdout] test tests::any_dead_cell_with_exactly_three_live_neighbours_becomes_a_live_cell_as_if_by_reproduction ... ok [INFO] [stdout] test tests::any_live_cell_with_fewer_than_two_live_neighbours_dies_as_if_by_underpopulation ... ok [INFO] [stdout] test tests::any_live_cell_with_two_or_three_live_neighbours_lives_on_to_the_next_generation ... ok [INFO] [stdout] test tests::its_possible_to_get_neighbours_of_a_cell ... ok [INFO] [stdout] test tests::oscillators_work ... ok [INFO] [stdout] test tests::test_get_left ... ok [INFO] [stdout] test tests::test_get_right ... ok [INFO] [stdout] test tests::test_get_top ... ok [INFO] [stdout] test tests::any_live_cell_with_more_than_three_live_neighbours_dies_as_if_by_overpopulation ... ok [INFO] [stdout] test tests::static_states_work ... ok [INFO] [stdout] test tests::when_a_cell_is_off_map_it_is_loops_round ... ok [INFO] [stdout] test tests::test_get_bottom ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "398dd1b374980ef73160a7eaac396e3ae2dc39d33c6c1359ecdb31975a5d0c68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "398dd1b374980ef73160a7eaac396e3ae2dc39d33c6c1359ecdb31975a5d0c68", kill_on_drop: false }` [INFO] [stdout] 398dd1b374980ef73160a7eaac396e3ae2dc39d33c6c1359ecdb31975a5d0c68