[INFO] cloning repository https://github.com/ImplFerris/pico2-template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ImplFerris/pico2-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FImplFerris%2Fpico2-template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FImplFerris%2Fpico2-template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 13bba9a62baf14e9bb21665673d49c664d4d9956
[INFO] checking ImplFerris/pico2-template against master#568b11762723b001bfa693d0f21c5dad01d4e813 for pr-149058
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FImplFerris%2Fpico2-template" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml


overridden task result to broken:cargo-toml

Caused by:
    0: invalid Cargo.toml syntax
    1: TOML parse error at line 12, column 34
          |
       12 | panic-probe = { version = "1.0.0"{% if defmt -%}, features = ["print-defmt"]{% endif %} }
          |                                  ^
       invalid inline table
       expected `}`
       