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
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.