[INFO] cloning repository https://github.com/Decade-GitHub/PedidoUnico
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Decade-GitHub/PedidoUnico" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDecade-GitHub%2FPedidoUnico", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDecade-GitHub%2FPedidoUnico'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 99b77b553a4f16712252f01b5118a7dd8ba3e95e
[INFO] checking Decade-GitHub/PedidoUnico against master#c756124775121dea0e640652c5ee3c89e3dd0eb4 for pr-154971
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDecade-GitHub%2FPedidoUnico" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-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 7, column 25
         |
       7 | serde = { version = "1" features = ["derive"] }
         |                         ^
       missing comma between key-value pairs, expected `,`
       