I have tried deleting/re-adding.
filtering src to just one folder
Hi @thst-nordic, welcome to the community!
Am I correct that you already tried deleting and adding again the project, and it failed again?
I see in the logs that your project has a huge list of submodules.
Could you confirm the size of your project once checkout, with all the submodules? I’m afraid it could be too big for Automatic analysis at the moment, and knowing the size could help us improve our service.
Sadly, there is no other workaround than disabling Automatic Analysis in the project configuration page and setting up CI-based analysis instead.
HTH,
Claire
Thanks for the quick reply. You are correct.
I figured it was a size issue, is there anyway to exclude/skip submodule updates?
I see ~450mb before 79 submodules are updated.
For sure 450 MB before submodules should be OK. I suspect the submodules might be big?
There is no way to exclude the submodules, as missing parts of the code would damage the analysis results too much.
Thank you, we’ll try build hook method.
hi again,
I dig a bit more, and it seems your project with all the sub-modules is around ~ 11 GB.
I’m sorry, this is too big for Automatic Analysis as the moment. I confirm CI-based analysis seems to be the solution here.
They removed 90% of the submodules.
1GB total (200MB local + 800MB submodule)
I am seeing error on master(main branch) still.
AZVlzEw_c4y4zH3rVmrR
Could previous errors be causing problem?
Should I delete project and start over?
Hi @thst-nordic
Indeed, the clone operation went through with a smaller project.
This time the process failed a bit later, due to a memory issue.
I’ll see if there is something to improve on our side; in the meantime, I think we can still say that Automatic Analysis doesn’t support your project, and I don’t see any workaround to circumvent this issue.