GCC is killed by Travis due to out of memory, which happens when we build templatized operations (i.e., EqualComparison).
Zuyu On Wed, Jun 8, 2016 at 5:49 PM, Navneet Potti <[email protected]> wrote: > Does anyone know why we’re getting internal compiler errors using g++-5 on > Travis? > See build log < > https://travis-ci.org/apache/incubator-quickstep/jobs/136309099>, excerpt > below. This is probably unrelated to the LLVM problems we’re having. > > > <>[ 56%] Building CXX object > types/operations/comparisons/CMakeFiles/quickstep_types_operations_comparisons_EqualComparison.dir/EqualComparison.cpp.o > <>g++-5: internal compiler error: Killed (program cc1plus) > <>Please submit a full bug report, > <>with preprocessed source if appropriate. > <>See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions. > <>make[2]: *** > [types/operations/comparisons/CMakeFiles/quickstep_types_operations_comparisons_LessComparison.dir/LessComparison.cpp.o] > Error 4 > <>make[1]: *** > [types/operations/comparisons/CMakeFiles/quickstep_types_operations_comparisons_LessComparison.dir/all] > Error 2 > <>make[1]: *** Waiting for unfinished jobs.... > <>Linking CXX static library > libquickstep_types_operations_comparisons_EqualComparison.a > <>[ 56%] Built target > quickstep_types_operations_comparisons_EqualComparison > <>make: *** [all] Error 2 > <>
