[INFO] cloning repository https://github.com/Emirlol/workspace-template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Emirlol/workspace-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmirlol%2Fworkspace-template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmirlol%2Fworkspace-template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d1ede1f9ca2e0415edddbf8687578fd4195aced1
[INFO] checking Emirlol/workspace-template against 22950ab9e29e11620a10905f027f141ea126966e for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmirlol%2Fworkspace-template" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.


overridden task result to broken:cargo-toml

Caused by:
    0: invalid Cargo.toml syntax
    1: TOML parse error at line 4, column 15
         |
       4 |     "crates/*"{% if root_binary %},
         |               ^
       missing comma between array elements, expected `,`
       