gaia-app / gaia

Gaia is a Terraform šŸŒ UI for your modules, and self-service infrastructure šŸ‘Øā€šŸ’»
https://gaia-app.io
Mozilla Public License 2.0
974 stars 85 forks source link

executor failed running [/bin/sh -c mvn --batch-mode -DskipTests -f /usr/src/app/pom.xml clean package]: exit code: 137 #673

Open snowch opened 3 years ago

snowch commented 3 years ago

Describe the bug

...
#11 420.6 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler/1.4.30/kotlin-compiler-1.4.30.jar (48 MB at 1.2 MB/s)
#11 421.7 [INFO] Applied plugin: 'spring'
#11 422.8 WARNING: An illegal reflective access operation has occurred
#11 422.8 WARNING: Illegal reflective access by com.intellij.util.ReflectionUtil (file:/root/.m2/repository/org/jetbrains/kotlin/kotlin-compiler/1.4.30/kotlin-compiler-1.4.30.jar) to method java.util.ResourceBundle.setParent(java.util.ResourceBundle)
#11 422.8 WARNING: Please consider reporting this to the maintainers of com.intellij.util.ReflectionUtil
#11 422.8 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
#11 422.8 WARNING: All illegal access operations will be denied in a future release
------
executor failed running [/bin/sh -c mvn --batch-mode -DskipTests -f /usr/src/app/pom.xml clean package]: exit code: 137
ERROR: Service 'gaia' failed to build : Build failed

To Reproduce Steps to reproduce the behavior:

  1. git clone https://github.com/gaia-app/gaia.git
  2. cd gaia
  3. docker-compose up -d

Desktop (please complete the following information):

juwit commented 3 years ago

Hi @snowch, and thank you for this contribution.

I was unable to reproduce your issue, as I do not have a macOS system. The docker-compose runs fine on Linux (tested on Ubuntu 21.04) and on Windows 10 (with Docker Desktop on WSL 2).

Can you provide more details about the error ? Maybe a gist with all logs ? This would help a lot.

Also, I think we will release a new version soon, so we'll provide a docker image directly available through hub.docker.com, so you'll not need to build it yourself anymore.

candidson commented 3 years ago

Hi @snowch I couldn't reproduce the error on a mac. Do you perhaps have a vpn on?