[INFO] cloning repository https://github.com/ryan0x5f/tic-tac-toe-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ryan0x5f/tic-tac-toe-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryan0x5f%2Ftic-tac-toe-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryan0x5f%2Ftic-tac-toe-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 28bed90667f1bef194cc8e14a04855da6fbc372c [INFO] testing ryan0x5f/tic-tac-toe-rs against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryan0x5f%2Ftic-tac-toe-rs" "/workspace/builds/worker-74/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-74/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ryan0x5f/tic-tac-toe-rs on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ryan0x5f/tic-tac-toe-rs [INFO] finished tweaking git repo https://github.com/ryan0x5f/tic-tac-toe-rs [INFO] tweaked toml for git repo https://github.com/ryan0x5f/tic-tac-toe-rs written to /workspace/builds/worker-74/source/Cargo.toml [INFO] crate git repo https://github.com/ryan0x5f/tic-tac-toe-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "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-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 954226dbcc26aab05cafcae1ac496932df295da9c9e24006d09d7d90a7469f39 [INFO] running `Command { std: "docker" "start" "-a" "954226dbcc26aab05cafcae1ac496932df295da9c9e24006d09d7d90a7469f39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "954226dbcc26aab05cafcae1ac496932df295da9c9e24006d09d7d90a7469f39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "954226dbcc26aab05cafcae1ac496932df295da9c9e24006d09d7d90a7469f39", kill_on_drop: false }` [INFO] [stdout] 954226dbcc26aab05cafcae1ac496932df295da9c9e24006d09d7d90a7469f39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3473f12483886f33d128bc49652f9dad3dbe1874e5ade1b5299bf98cfe096ce0 [INFO] running `Command { std: "docker" "start" "-a" "3473f12483886f33d128bc49652f9dad3dbe1874e5ade1b5299bf98cfe096ce0", 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.28s [INFO] running `Command { std: "docker" "inspect" "3473f12483886f33d128bc49652f9dad3dbe1874e5ade1b5299bf98cfe096ce0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3473f12483886f33d128bc49652f9dad3dbe1874e5ade1b5299bf98cfe096ce0", kill_on_drop: false }` [INFO] [stdout] 3473f12483886f33d128bc49652f9dad3dbe1874e5ade1b5299bf98cfe096ce0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36cf3971bfeac523995a06f4c4d8e1e020f219148b9831f73ea9fc6860743f4d [INFO] running `Command { std: "docker" "start" "-a" "36cf3971bfeac523995a06f4c4d8e1e020f219148b9831f73ea9fc6860743f4d", 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.38s [INFO] running `Command { std: "docker" "inspect" "36cf3971bfeac523995a06f4c4d8e1e020f219148b9831f73ea9fc6860743f4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36cf3971bfeac523995a06f4c4d8e1e020f219148b9831f73ea9fc6860743f4d", kill_on_drop: false }` [INFO] [stdout] 36cf3971bfeac523995a06f4c4d8e1e020f219148b9831f73ea9fc6860743f4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bd982c0794b9a8b8af608001207eb8c95bcbc21089d0246bc9e5df5be3c78502 [INFO] running `Command { std: "docker" "start" "-a" "bd982c0794b9a8b8af608001207eb8c95bcbc21089d0246bc9e5df5be3c78502", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tic_tac_toe-180f77834a231e81) [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" "bd982c0794b9a8b8af608001207eb8c95bcbc21089d0246bc9e5df5be3c78502", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd982c0794b9a8b8af608001207eb8c95bcbc21089d0246bc9e5df5be3c78502", kill_on_drop: false }` [INFO] [stdout] bd982c0794b9a8b8af608001207eb8c95bcbc21089d0246bc9e5df5be3c78502