[INFO] cloning repository https://github.com/0xRogu/silentsparrow
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xRogu/silentsparrow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xRogu%2Fsilentsparrow", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xRogu%2Fsilentsparrow'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c007ada9e88e4fdd4dd31998dfa70e74c41ea601
[INFO] checking 0xRogu/silentsparrow against master#c797096598b80ba4a40397ad7e91584fcd3df5f1 for pr-146377
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xRogu%2Fsilentsparrow" "/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 20
          |
       11 | chrono = { version - "0.4", features = ["clock"] }
          |                    ^
       expected `.`, `=`
       