open_vins icon indicating copy to clipboard operation
open_vins copied to clipboard

docker build issue

Open NeubiSLAM opened this issue 2 years ago • 1 comments

Hi guys, i'd like to implement 'get started guide' with docker images on WSL2 when i tried with ros2_22_04, the following errors occured. Does anybody know how to solve this shit?

c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
gmake[2]: *** [CMakeFiles/ov_init_lib.dir/build.make:188: CMakeFiles/ov_init_lib.dir/src/sim/SimulatorInit.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[1]: *** [CMakeFiles/Makefile2:143: CMakeFiles/ov_init_lib.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2
---
--- stderr: ov_init
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
gmake[2]: *** [CMakeFiles/ov_init_lib.dir/build.make:188: CMakeFiles/ov_init_lib.dir/src/sim/SimulatorInit.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[1]: *** [CMakeFiles/Makefile2:143: CMakeFiles/ov_init_lib.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2
---
Failed   <<< ov_init [1min 38s, exited with code 2]

Summary: 3 packages finished [2min 56s]
  1 package failed: ov_init
  2 packages had stderr output: ov_core ov_init
  1 package not processed

NeubiSLAM avatar Mar 25 '24 09:03 NeubiSLAM

This is an out of memory error.

On Mon, Mar 25, 2024 at 2:57 AM JinHyeon Park @.***> wrote:

Hi guys, i'd like to implement 'get started guide' with docker images on WSL2 when i tried with ros2_22_04, the following errors occured. Does anybody know how to solve this shit? c++: fatal error: Killed signal terminated program cc1plus compilation terminated. gmake[2]: *** [CMakeFiles/ov_init_lib.dir/build.make:188: CMakeFiles/ov_init_lib.dir/src/sim/SimulatorInit.cpp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[1]: *** [CMakeFiles/Makefile2:143: CMakeFiles/ov_init_lib.dir/all] Error 2 gmake: *** [Makefile:146: all] Error 2 --- stderr: ov_init c++: fatal error: Killed signal terminated program cc1plus compilation terminated. gmake[2]: *** [CMakeFiles/ov_init_lib.dir/build.make:188: CMakeFiles/ov_init_lib.dir/src/sim/SimulatorInit.cpp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[1]: *** [CMakeFiles/Makefile2:143: CMakeFiles/ov_init_lib.dir/all] Error 2 gmake: *** [Makefile:146: all] Error 2

Failed <<< ov_init [1min 38s, exited with code 2]

Summary: 3 packages finished [2min 56s] 1 package failed: ov_init 2 packages had stderr output: ov_core ov_init 1 package not processed

— Reply to this email directly, view it on GitHub https://github.com/rpng/open_vins/issues/434, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ6TYWCC46R2TYN2EVIXZLYZ7YIRAVCNFSM6AAAAABFGWDG7GVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYDKMZUGIYTIOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

goldbattle avatar Mar 25 '24 16:03 goldbattle