We are getting below error when running azure-hosted pipeline. Only occurs for one specific PR atm…
##[error][SQ] Task failed with status FAILED, Error message: There was an issue whilst processing the report. Please contact support with the Project Analysis ID: AY3RjIF5JqrEvAuo2qmr.
Could someone please help at looing what the problem is.
I am getting this error in background task after completion of pull request run of sonar scan.
“There was an issue whilst processing the report. Please contact support with the Project Analysis ID: AY3o1sjrfk-jWUURwjv7.”
This is too frequent and due to we are doing quality gate validation I am not able to merge my code as that validation is not getting success response from sonarcloud.
Welcome to the community, and thanks for these reports!
This is caused by a problem we discovered yesterday. We’re actively working on it and will hopefully have it fixed soon, although I don’t yet have an ETA for you.
We get an error in the publish quality gate result step:
##[error][SQ] Task failed with status FAILED, Error message: There was an issue whilst processing the report. Please contact support with the Project Analysis ID: AY3iVxBOJqrEvAuo3esc.
##[error][SQ] Task failed with status FAILED, Error message: There was an issue whilst processing the report. Please contact support with the Project Analysis ID: AY3kbEgvJqrEvAuo3kMu.
The analysis step was done but the publish failed.
Scanner command used when applicable (private details masked)
mvn -Duser.home=/home/jenkins/workspace/workspace/Analyze-Branch-Sonar/.home org.sonarsource.scanner.maven:sonar-maven-plugin:sonar --batch-mode -pl <hidden for privacy> -pl <hidden for privacy> --also-make --no-snapshot-updates -Psonar -Dsonar -Dsonar.projectName=<hidden for privacy> -Dsonar.projectKey=<hidden for privacy> -Dsonar.organization=<hidden for privacy> -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=<hidden for privacy> -Dsonar.branch.name=<hidden for privacy> -Dmaven.repo.local=/home/jenkins/workspace/workspace/Analyze-Branch-Sonar/.home/.m2/repository -f /home/jenkins/workspace/workspace/Analyze-Branch-Sonar/Parent/pom.xml
Languages of the repository: Java, Javascript, Typescript
Are you using automatic analysis, or triggering your own analysis using the mvn command you provided?
If the latter, can you please post your analysis log?
The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.
I’ve combined your threads into this one because they all seem to be related to the same underlying problem. We’ll update here when we have a resolution.