[INFO] cloning repository https://github.com/LRaVe/hello_world
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LRaVe/hello_world" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLRaVe%2Fhello_world", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLRaVe%2Fhello_world'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1fc035dfb70f8bec68b37fd5aaf333d3c93e27ee
[INFO] checking LRaVe/hello_world against master#1b8f2e46e14b08208a53585570edd9206374aae8 for pr-155418
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLRaVe%2Fhello_world" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-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 11, column 29
          |
       11 | path = "src/bin/exercise1.rs
          |                             ^
       invalid basic string, expected `"`
       