[INFO] cloning repository https://github.com/KaleBBuR/Tic-Tac-Toe-Rust-Minimax [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KaleBBuR/Tic-Tac-Toe-Rust-Minimax" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKaleBBuR%2FTic-Tac-Toe-Rust-Minimax", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKaleBBuR%2FTic-Tac-Toe-Rust-Minimax'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b37b103b83310ddd35f3034daa85cdf81aff9b9a [INFO] testing KaleBBuR/Tic-Tac-Toe-Rust-Minimax against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKaleBBuR%2FTic-Tac-Toe-Rust-Minimax" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KaleBBuR/Tic-Tac-Toe-Rust-Minimax on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/KaleBBuR/Tic-Tac-Toe-Rust-Minimax [INFO] finished tweaking git repo https://github.com/KaleBBuR/Tic-Tac-Toe-Rust-Minimax [INFO] tweaked toml for git repo https://github.com/KaleBBuR/Tic-Tac-Toe-Rust-Minimax written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/KaleBBuR/Tic-Tac-Toe-Rust-Minimax already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 41cad324999e29ce77845304d31f599eb4b51ee3dd951720952f7dc84402013a [INFO] running `Command { std: "docker" "start" "-a" "41cad324999e29ce77845304d31f599eb4b51ee3dd951720952f7dc84402013a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "41cad324999e29ce77845304d31f599eb4b51ee3dd951720952f7dc84402013a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41cad324999e29ce77845304d31f599eb4b51ee3dd951720952f7dc84402013a", kill_on_drop: false }` [INFO] [stdout] 41cad324999e29ce77845304d31f599eb4b51ee3dd951720952f7dc84402013a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd9786cfb8dbe53c597d13bb8e5970da9837892920afcae6acbfba7bd1b45229 [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" "fd9786cfb8dbe53c597d13bb8e5970da9837892920afcae6acbfba7bd1b45229", kill_on_drop: false }` [INFO] [stderr] Compiling tic-tac-toe v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.19s [INFO] running `Command { std: "docker" "inspect" "fd9786cfb8dbe53c597d13bb8e5970da9837892920afcae6acbfba7bd1b45229", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd9786cfb8dbe53c597d13bb8e5970da9837892920afcae6acbfba7bd1b45229", kill_on_drop: false }` [INFO] [stdout] fd9786cfb8dbe53c597d13bb8e5970da9837892920afcae6acbfba7bd1b45229 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd4fee57eee218db74c9769dd8b36596ce541871b29cb8ca3f39a1a323ca4a9c [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" "cd4fee57eee218db74c9769dd8b36596ce541871b29cb8ca3f39a1a323ca4a9c", kill_on_drop: false }` [INFO] [stderr] Compiling tic-tac-toe v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "cd4fee57eee218db74c9769dd8b36596ce541871b29cb8ca3f39a1a323ca4a9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd4fee57eee218db74c9769dd8b36596ce541871b29cb8ca3f39a1a323ca4a9c", kill_on_drop: false }` [INFO] [stdout] cd4fee57eee218db74c9769dd8b36596ce541871b29cb8ca3f39a1a323ca4a9c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7ebc99239d75229e2088e5d1cc254440a2703308f74c1761ef37745d3d5b38b4 [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" "7ebc99239d75229e2088e5d1cc254440a2703308f74c1761ef37745d3d5b38b4", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tic_tac_toe-cd5ab0f7ac71c888 [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7ebc99239d75229e2088e5d1cc254440a2703308f74c1761ef37745d3d5b38b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ebc99239d75229e2088e5d1cc254440a2703308f74c1761ef37745d3d5b38b4", kill_on_drop: false }` [INFO] [stdout] 7ebc99239d75229e2088e5d1cc254440a2703308f74c1761ef37745d3d5b38b4