hezyin opened a new issue, #3719: URL: https://github.com/apache/incubator-devlake/issues/3719
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### 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. <img width="1509" alt="Screen Shot 2022-11-10 at 4 13 01 PM" src="https://user-images.githubusercontent.com/2908155/201240105-8d04dc5b-f41f-42b8-b682-1795946ad55f.png"> 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: <img width="1247" alt="Screen Shot 2022-11-10 at 5 17 01 PM" src="https://user-images.githubusercontent.com/2908155/201240222-4432d926-3a38-4d56-9245-504a6c90236c.png"> 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? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
