[INFO] cloning repository https://github.com/KurzF/aoc2015
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KurzF/aoc2015" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKurzF%2Faoc2015", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKurzF%2Faoc2015'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 52fc8e9efefb92aa01f34b850d2bf89ce68a2a66
[INFO] checking KurzF/aoc2015 against master#32cd9114712a24010b0583624dc52ac302194128 for pr-143717
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKurzF%2Faoc2015" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-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 45, column 1
          |
       45 | name = "day11"
          | ^
       duplicate key `name` in table `bin`
       