GitLab CI: C++ project build failed without any helpful message

GitLab CI: C++ project build failed without any helpful message.

Hi GitLab staff,

I have been using GitLab CI pipelines routinely and I have always been able to troubleshoot my own problems as testified in the pipeline history: Pipelines · DO-CV / sara · GitLab.

Recently I am trying to update the docker image in my gitlab-ci.yml

This time, make does not tell me why the code does not compile in this build job: build (#2985811490) · Jobs · DO-CV / sara · GitLab. The corresponding C++ files used to compile fine in previous build jobs.

I have tried reproducing the problem by building my own Docker image on my local machine and everything builds fine…
Although unlikely, I am wondering if I am running out of space? Otherwise any other hint would be appreciated…

Best,

My suspicion is confirmed after tweaking with the yml file: the build machine was indeed running out of space as shown in the log:

… Any chance to allocate more disk space?

Best,