- Using Gitlab CI
- React (JS/TS) Application
We suddenly started receiving this error on one of the Merge Requests (MRs) that we have:
CE Task finished abnormally with status: FAILED, you can check details here: https://sonarcloud.io/api/ce/task?id=AZY0jXTJ3PbT5eXPTe21
Opening the link, SonarCloud shows the following message:
{
"task": {
"id": "AZY0jXTJ3PbT5eXPTe21",
"type": "REPORT",
"componentId": "AZY0fFOn9zwfuOROTvz4",
"componentKey": "carboncure_orca",
"componentName": "Orca",
"componentQualifier": "TRK",
"status": "FAILED",
"submittedAt": "2025-04-14T13:46:47+0000",
"submitterLogin": "fkhosrow-khavar@gitlab",
"startedAt": "2025-04-14T13:46:48+0000",
"executedAt": "2025-04-14T13:46:48+0000",
"executionTimeMs": 330,
"logs": false,
"errorMessage": "There was an issue whilst processing the report. Please contact support with the Project Analysis ID: AZY0jXTJ3PbT5eXPTe21.",
"hasScannerContext": true,
"organization": "carboncure",
"pullRequest": "1350",
"warningCount": 0,
"warnings": []
}
}
This just started happening, so we have no context of what caused this. Reproducing this is done by simply re-running the job that failed in Gitlab CI.