Template for a good new topic, formatted with:
-
ALM used : Gitlab
-
CI system used Gitlab
-
Scanner command used when applicable (private details masked)
unzip -q sonar.zip
./sonar-scanner-${SONAR_SCANNER_VERSION}-linux/bin/sonar-scanner \\
-X \\
-Dsonar.host.url="$SONAR_HOST_URL" \\
-Dsonar.login="$SONAR_TOKEN" \`\`\`
-
Languages of the repository: Python
-
Only if the SonarCloud project is public, the URL
- And if you need help with pull request decoration, then the URL to the PR too
-
Error observed
06:16:53.808 DEBUG: → POST [https://api.sonarcloud.io/architecture/analysis](https://api.sonarcloud.io/architecture/analysis) (66-byte body)
06:16:55.096 DEBUG: ← 201 [https://api.sonarcloud.io/architecture/analysis](https://api.sonarcloud.io/architecture/analysis) (1288ms, 0-byte body)
06:16:55.096 INFO: Successfully sent architecture data
06:16:55.096 INFO: ------------- Upload SCA dependency files
06:16:55.097 INFO: ------------- Check Quality Gate status
06:16:55.097 INFO: Waiting for the analysis report to be processed (max 300s)
06:17:26.605 INFO: ------------------------------------------------------------------------
06:17:26.605 INFO: EXECUTION FAILURE
06:17:26.605 INFO: ------------------------------------------------------------------------
06:17:26.605 INFO: Total time: 1:45.116s
06:17:26.770 INFO: Final Memory: 514M/1508M
06:17:26.770 INFO: ------------------------------------------------------------------------
06:17:26.770 ERROR: Error during SonarScanner execution
CE Task finished abnormally with status: FAILED, you can check details here: [https://sonarcloud.io/api/ce/task?id=AZ0t8DxEeNtRo0K_KCiu](https://sonarcloud.io/api/ce/task?id=AZ0t8DxEeNtRo0K_KCiu)
06:17:26.771 DEBUG: Cleanup org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$499/0x000000080136cab0@5c7668ba during JVM shutdown
-
Steps to reproduce
-
Potential workaround
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!