[INFO] cloning repository https://github.com/bstrie/bindeperror6
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bstrie/bindeperror6" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbstrie%2Fbindeperror6", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbstrie%2Fbindeperror6'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8d64a249af06a2acef265253de7ae1104f9b80d1
[INFO] checking bstrie/bindeperror6 against master#32cd9114712a24010b0583624dc52ac302194128 for pr-143717
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbstrie%2Fbindeperror6" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-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 20, column 1
          |
       20 | mybindep = { path = "mybindep", artifact = "bin", target = "x86_64-unknown-linux-gnu" }
          | ^
       duplicate key `mybindep` in table `dependencies`
       