Our two Last analysis failed Analysis IDs AZYUP40kYf-Hx7i1rnpK & AZYUTGgsYf-Hx7i1roE_

Hi SonarCloud Team,

I’m experiencing an issue where our last 2 recent analysis has failed.

Analysis IDs: AZYUP40kYf-Hx7i1rnpK & AZYUTGgsYf-Hx7i1roE_

we are facing this issue for our all new PR request .

Could you please help investigate what went wrong or suggest what we can check on our end?

Thanks in advance for your support!

Best regards,
Jeeva

Hi @jeevabhc ,
Welcome to Sonar Community.

I’ve been taking a look at the logs of that analysis and I found there is a out of memory error while running the JS/TS analyzer. I saw that both analysis got stuck in this file src/xxx.Web.Host/src/app/xxx-configure/xxx-object/xxx-object-canvas-design-common/xxx-object-canvas-design-common.component.ts. (mind that I obfuscated parts of the filename).

Do these files have something special like size or complexity? That would help us to understand the issue.

In the meanwhile, is it possible to exclude some JS/TS files? To do that, you can take a look to this documentation: Automatic analysis | SonarQube Cloud Documentation

Another option could be use CI-based analysis instead of automatic analysis: GitHub | SonarQube Cloud Documentation
I hope this helps.

Cheers,
Javier