Last analysis failed Analysis ID “AZifryTUGJYHK2XtBILt”. Started around 12 hours ago.
- ALM used: GitHub
- CI system used: Circle CI
- Scanner command used when applicable:
bin/sonar-scanner
- Mainly Ruby + JS, a bit of Python and .NET.
- Only if the SonarCloud project is public: private account.
- Error observed: Analysis on CI using
bin/sonar-scanner
works fine, report is uploaded successfully. But in the SonarCloud account, we see an error “Last analysis failed Analysis ID “AZifryTUGJYHK2XtBILt”“. - Steps to reproduce: Failing each time for the “main” branch starting 12 hours ago. It is possible that we added or changed some files in the repo that break the analysis of the report on the SonarCloud side. However, it’s strange, as local analysis using
bin/sonar-scanner
works totally fine. The project is quite big, and the analysis withbin/sonar-scanner
takes ~10 minutes.