Search before asking
What happened
I created a GitHub blueprint to collect all 54 public repos under merico-dev organization using this python script: https://gist.github.com/hezyin/f34a46288470ab029d2ae3d30de9e698
I successfully created the blueprint and manually triggered it. The pipeline failed at stage 2 because of a failed git extractor task.

To pinpoint the issue, I created a new blueprint via Config UI to only collect the repo (https://github.com/merico-dev/tree-sitter-kotlin) failed in the previous pipeline. And I was able to reproduce the failure:

Please see below for the log of the failed git extractor task:
time="2022-11-11 01:13:38" level=info msg=" [pipeline service] [pipeline #4] [task #491] start executing task: 491"
time="2022-11-11 01:13:38" level=info msg=" [pipeline service] [pipeline #4] [task #491] [gitextractor] start plugin"
time="2022-11-11 01:15:25" level=info msg=" [pipeline service] [pipeline #4] [task #491] [gitextractor] total step: 3"
time="2022-11-11 01:15:26" level=info msg=" [pipeline service] [pipeline #4] [task #491] [gitextractor] executing subtask collectGitCommits"
time="2022-11-11 01:15:48" level=info msg=" [pipeline service] [pipeline #4] [task #491] [gitextractor] [collectGitCommits] total jobs: 217"
time="2022-11-11 01:15:52" level=info msg=" [pipeline service] [pipeline #4] [task #491] [gitextractor] [collectGitCommits] finished records: 1"
What do you expect to happen
I expect the git extractor task to succeed.
How to reproduce
Please see above.
Anything else
No response
Version
v0.14.2
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
I created a GitHub blueprint to collect all 54 public repos under merico-dev organization using this python script: https://gist.github.com/hezyin/f34a46288470ab029d2ae3d30de9e698
I successfully created the blueprint and manually triggered it. The pipeline failed at stage 2 because of a failed git extractor task.
To pinpoint the issue, I created a new blueprint via Config UI to only collect the repo (https://github.com/merico-dev/tree-sitter-kotlin) failed in the previous pipeline. And I was able to reproduce the failure:
Please see below for the log of the failed git extractor task:
What do you expect to happen
I expect the git extractor task to succeed.
How to reproduce
Please see above.
Anything else
No response
Version
v0.14.2
Are you willing to submit PR?
Code of Conduct