C++ make Hangup

Hi CircleCI community,

I’m currently trying to setup a C++ project here on CircleCI and I got everything up successfully. The only problem is that the make process crashes.

Here’s what happens:

...
[ 27%] Building CXX object CMakeFiles/file1
CMakeFiles/build.make:110: recipe for target 'CMakeFiles/file2' failed
CMakeFiles/build.make:158: recipe for target 'CMakeFiles/file3' failed
make[2]: *** [CMakeFiles/file4] Hangup
CMakeFiles/build.make:566: recipe for target 'CMakeFiles/file4' failed
make[2]: *** [CMakeFiles/file5] Hangup
CMakeFiles/build.make:590: recipe for target 'CMakeFiles/file6' failed
make[2]: *** [CMakeFiles/file7] Hangup
...
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/all' failed
make[1]: *** [CMakeFiles/all] Hangup
Makefile:83: recipe for target 'all' failed
make: *** [all] Hangup
Received 'killed' signal

The first 27% work but after that it just spams thought all files with “Hangup”. Locally on my own computer it builds just fine.

I’ve censored the file names as I don’t want to share them publicly as its a private product.

Cheers

Could you run this build over SSH?

Open up tmux and run htop while the compile step is running. Check to see if you see anything out of the ordinary with RAM or CPU usage.