flink build error

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

flink build error

Radu Tudoran

Hi,

 

I am trying to build flink 1.6 but cannot build it to run also the tests. Any ideas of why the surefire error to run junits tests?

 

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project flink-test-utils-junit: ExecutionException: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?

[ERROR] Command was /bin/sh -c cd /home/rtudoran/git/flink16Release/flink/flink-test-utils-parent/flink-test-utils-junit && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m -Dmvn.forkNumber=2 -XX:+UseG1GC -jar /home/rtudoran/git/flink16Release/flink/flink-test-utils-parent/flink-test-utils-junit/target/surefire/surefirebooter9129098759083326906.jar /home/rtudoran/git/flink16Release/flink/flink-test-utils-parent/flink-test-utils-junit/target/surefire/surefire1374644174200907236tmp /home/rtudoran/git/flink16Release/flink/flink-test-utils-parent/flink-test-utils-junit/target/surefire/surefire_0656703638108827545tmp

 

Thanks

Reply | Threaded
Open this post in threaded view
|

Re: flink build error

Alexey Trenikhun
Hello,
It sounds like surefire problem with latest Java: https://issues.apache.org/jira/browse/SUREFIRE-1588

Alexey

From: Radu Tudoran <[hidden email]>
Sent: Wednesday, November 14, 2018 6:47 AM
To: user
Subject: flink build error
 

Hi,

 

I am trying to build flink 1.6 but cannot build it to run also the tests. Any ideas of why the surefire error to run junits tests?

 

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project flink-test-utils-junit: ExecutionException: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?

[ERROR] Command was /bin/sh -c cd /home/rtudoran/git/flink16Release/flink/flink-test-utils-parent/flink-test-utils-junit && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m -Dmvn.forkNumber=2 -XX:+UseG1GC -jar /home/rtudoran/git/flink16Release/flink/flink-test-utils-parent/flink-test-utils-junit/target/surefire/surefirebooter9129098759083326906.jar /home/rtudoran/git/flink16Release/flink/flink-test-utils-parent/flink-test-utils-junit/target/surefire/surefire1374644174200907236tmp /home/rtudoran/git/flink16Release/flink/flink-test-utils-parent/flink-test-utils-junit/target/surefire/surefire_0656703638108827545tmp

 

Thanks