Hi Dongjin, that is weird. It looks like the vm crashed because of out of memory while testing. It might be a real issue or not. Have you set any memory configuration for your maven?
Jihoon On Thu, Jul 19, 2018 at 7:09 PM Dongjin Lee <[email protected]> wrote: > Hi Jihoon, > > I ran `mvn clean package` following development/build > < > https://github.com/apache/incubator-druid/blob/master/docs/content/development/build.md > > > . > > Dongjin > > On Fri, Jul 20, 2018 at 12:30 AM Jihoon Son <[email protected]> wrote: > > > Hi Dongjin, > > > > what maven command did you run? > > > > Jihoon > > > > On Wed, Jul 18, 2018 at 10:38 PM Dongjin Lee <[email protected]> wrote: > > > > > Hello. I am trying to build druid, but it fails. My environment is like > > the > > > following: > > > > > > - CPU: Intel(R) Core(TM) i7-7560U CPU @ 2.40GHz > > > - RAM: 7704 MB > > > - OS: ubuntu 18.04 > > > - JDK: openjdk version "1.8.0_171" (default configuration, with > > MaxHeapSize > > > = 1928 MB) > > > - Branch: master (commit: cd8ea3d) > > > > > > The error message I got is: > > > > > > [INFO] > > > > > > ------------------------------------------------------------------------ > > > > [INFO] Reactor Summary: > > > > [INFO] > > > > [INFO] io.druid:druid ..................................... SUCCESS [ > > > > 50.258 s] > > > > [INFO] java-util .......................................... SUCCESS > > > [03:57 > > > > min] > > > > [INFO] druid-api .......................................... SUCCESS [ > > > > 22.694 s] > > > > [INFO] druid-common ....................................... SUCCESS [ > > > > 14.083 s] > > > > [INFO] druid-hll .......................................... SUCCESS [ > > > > 17.126 s] > > > > [INFO] extendedset ........................................ SUCCESS [ > > > > 10.856 s] > > > > > > > > *[INFO] druid-processing ................................... FAILURE > > > > [04:36 min]*[INFO] druid-aws-common > ................................... > > > > SKIPPED > > > > [INFO] druid-server ....................................... SKIPPED > > > > [INFO] druid-examples ..................................... SKIPPED > > > > ... > > > > [INFO] > > > > > > ------------------------------------------------------------------------ > > > > [INFO] BUILD FAILURE > > > > [INFO] > > > > > > ------------------------------------------------------------------------ > > > > [INFO] Total time: 10:29 min > > > > [INFO] Finished at: 2018-07-19T13:23:31+09:00 > > > > [INFO] Final Memory: 88M/777M > > > > [INFO] > > > > > > ------------------------------------------------------------------------ > > > > > > > > *[ERROR] Failed to execute goal > > > > org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test > > (default-test) > > > > on project druid-processing: Execution default-test of goal > > > > org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: > The > > > > forked VM terminated without properly saying goodbye. VM crash or > > > > System.exit called?*[ERROR] Command was /bin/sh -c cd > > > > /home/djlee/workspace/java/druid/processing && > > > > /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xmx3000m > > > -Duser.language=en > > > > -Duser.country=US -Dfile.encoding=UTF-8 -Duser.timezone=UTC > > > > -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager > > > > -Ddruid.indexing.doubleStorage=double -jar > > > > > > > > > > /home/djlee/workspace/java/druid/processing/target/surefire/surefirebooter1075382243904099051.jar > > > > > > > > > > /home/djlee/workspace/java/druid/processing/target/surefire/surefire5444459351134757209tmp > > > > > > > > > > /home/djlee/workspace/java/druid/processing/target/surefire/surefire_5173894389718744688tmp > > > > > > > > > It seems like it fails when it runs tests on `druid-processing` module > > but > > > I can't certain. Is there anyone who can give me some hints? Thanks in > > > advance. > > > > > > Best, > > > Dongjin > > > > > > -- > > > *Dongjin Lee* > > > > > > *A hitchhiker in the mathematical world.* > > > > > > *github: <http://goog_969573159/>github.com/dongjinleekr > > > <http://github.com/dongjinleekr>linkedin: > > kr.linkedin.com/in/dongjinleekr > > > <http://kr.linkedin.com/in/dongjinleekr>slideshare: > > > www.slideshare.net/dongjinleekr > > > <http://www.slideshare.net/dongjinleekr>* > > > > > > > -- > > *Dongjin Lee* > > > > *A hitchhiker in the mathematical world.* > > > > *github: <http://goog_969573159/>github.com/dongjinleekr > > <http://github.com/dongjinleekr>linkedin: > kr.linkedin.com/in/dongjinleekr > > <http://kr.linkedin.com/in/dongjinleekr>slideshare: > www.slideshare.net/dongjinleekr > > <http://www.slideshare.net/dongjinleekr>* > > >
