Last Analysis Failed: b38e89f2-8c22-464e-82dd-2a1f89ed0d65

Hello,
I created a new project with automatic analysis and i am getting this error without any other informations:

The last analysis has failed. If it keeps on failing after several attempts, please contact us on Community forum and provide the following failing analysis ID: b38e89f2-8c22-464e-82dd-2a1f89ed0d65.

Also, i verified background tasks and there are none.

Regards,
Andrei

Hi,

Welcome to the community and thanks for this report!

It looks like you’re going to have to switch to CI-based analysis. Automatic analysis ran out of memory trying to analyze your project, and unfortunately, there’s no way for you to configure the memory allocation to the job. These resources should help:

 
HTH,
Ann

The project is indeed large, but I added a Source File Inclusions pattern for a very small portion of it.

Is the entire project evaluated first and then the Source File Inclusions applied?

Hi,

Unfortunately, exclusions for .NET are only applied once the analysis report reaches the server. :frowning: For all other scanners they’re applied in-situ so the files are never even looked at. We know it’s a problem. It’s in the list. :frowning:

 
Ann

Do exclusions behave the same with CI/CD integration?

Hi,

Unfortunately, yes. It’s a trait of the SonarQube Scanner for .NET, not of automatic analysis (or automatic analysis of .NET.) Which means your CI job will run a bit longer than it probably should and you may need to keep an eye on the memory allocation to it.

 
Ann