Sonarcube analysis down

The quality gate analysis seems to be failing systematically on all branches (develop and other)

[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121:sonar (default-cli) on project orekit: CE Task finished abnormally with status: FAILED, you can check details here: https://sonar.orekit.org/api/ce/task?id=AZwQRzsWymGsgRzIGxLa → [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121:sonar (default-cli) on project orekit: CE Task finished abnormally with status: FAILED, you can check details here: https://sonar.orekit.org/api/ce/task?id=AZwQRzsWymGsgRzIGxLa

@sdinot any clues?

Cheers
Romain.

Thank you Romain for highlighting it.

Yesterday I thought it was a temporary problem. But it is still present.

All quality gates are green, but the pipeline red. I tried to look at the log on SonarQube side, but not interesting to understand the issue.

Bryan

I have no clue either. Guess we will have to wait for @sdinot analysis to have an idea of what’s going on.

Maxime

It’s working now FYI

1 Like

Sorry, I was offline this weekend.

I found the root cause of the problem: the system disk was almost full, which was blocking the Elasticsearch instance used by SonarQube. I did some emergency cleaning and freed up some space. I then restarted several failed CI/CD jobs. They all completed successfully.

When I find the time, I will need to move some application data to a secondary disk to ensure the availability of space on the system disk. This will take me some time and will require a prolonged shutdown of services.

3 Likes

Thank you @sdinot !