[INFO] cloning repository https://github.com/nwtnni/battlecode
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nwtnni/battlecode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnwtnni%2Fbattlecode", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnwtnni%2Fbattlecode'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2c06902b6c4b93091aff35a45a1b090d93ab48e1
[INFO] checking nwtnni/battlecode against 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnwtnni%2Fbattlecode" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nwtnni/battlecode
[INFO] finished tweaking git repo https://github.com/nwtnni/battlecode
[INFO] tweaked toml for git repo https://github.com/nwtnni/battlecode written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nwtnni/battlecode on toolchain 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nwtnni/battlecode already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `battlecode` (manifest) generated 1 warning
[INFO] [stderr] error: no matching package named `battlecode-engine` found
[INFO] [stderr] location searched: /workspace/builds/worker-3-tc1/battlecode-engine
[INFO] [stderr] required by package `battlecode v0.1.0 (/workspace/builds/worker-3-tc1/source)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
    warning: `battlecode` (manifest) generated 1 warning
    error: no matching package named `battlecode-engine` found
    location searched: /workspace/builds/worker-3-tc1/battlecode-engine
    required by package `battlecode v0.1.0 (/workspace/builds/worker-3-tc1/source)`