parallels@in_dev_docker:/apollo$ bash apollo.sh build
System check passed. Build continue ...
[WARNING] System memory [0.96G] is lower than minimum required memory size [2.0G]. Apollo build could fail.
[WARNING] ESD CAN library supplied by ESD Electronics does not exist. If you need ESD CAN, please refer to third_party/can_card_library/esd_can/README.md.
[INFO] Start building, please wait ...
INFO: Reading 'startup' options from /apollo/tools/bazel.rc: --batch_cpu_scheduling
.
[INFO] Building on x86_64...
INFO: Reading 'startup' options from /apollo/tools/bazel.rc: --batch_cpu_scheduling
INFO: Analysed 1501 targets (12 packages loaded).
INFO: Found 1501 targets...
ERROR: /apollo/modules/common/adapters/BUILD:18:1: C++ compilation of rule '//modules/common/adapters:adapter_manager' failed (Exit 4)
gcc: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See
INFO: Elapsed time: 20.808s, Critical Path: 9.47s
[ERROR] Build failed!
parallels@in_dev_docker:/apollo$
Is it due to too few memory of the system? Notice the warning "System memory [0.96G] is lower than minimum required memory size [2.0G]. Apollo build could fail."
Most helpful comment
Is it due to too few memory of the system? Notice the warning "System memory [0.96G] is lower than minimum required memory size [2.0G]. Apollo build could fail."