Closed afifatariq closed 4 years ago
The error line seems to be g++: fatal error: Killed signal terminated program cc1plus
. Usually that happens when your machine runs out of memory & the OOM killer kills the process. Is that the case here?
I have fixed the problem. The error was actually in installing Fast Downward. I have downloaded fast-downward manually and then run the program and it has worked now.
When running docker build on the DOCKERFILE, I end up getting this error:
ERROR: Command errored out with exit status 1: /home/asnets/venv-asnets/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/asnets/asnets/setup.py'"'"'; file='"'"'/home/asnets/asnets/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' develop --no-deps Check the logs for full command output. The command '/bin/sh -c . ${HOME}/venv-asnets/bin/activate && echo . ${HOME}/venv-asnets/bin/activate >> ${HOME}/.bashrc && pip3 install --upgrade pip && pip3 install -e ${HOME}/asnets/' returned a non-zero code: 1