ibmruntimes / openj9-openjdk-jdk11

Extensions for OpenJDK 11 for Eclipse OpenJ9
GNU General Public License v2.0
32 stars 111 forks source link

/bin/ln: failed to create symbolic link jdk/lib/jvm.cfg : File exists #131

Closed pshipton closed 5 years ago

pshipton commented 5 years ago

This failure is intermittent, and I've been seeing it more often lately.

https://ci.eclipse.org/openj9/job/Build-JDK11-linux_390-64_cmprssptrs/542

01:08:38 Compiling 3086 files for java.base
01:08:39 Creating ct.sym classes
01:08:51 error: module not found: jdk.hotspot.agent
01:08:51 Creating support/symbols/ct.sym
01:09:03 ar: creating apps/libapps.a
01:09:03 ar: creating libssl.a
01:09:03 ar: creating test/libtestutil.a
01:09:10 ar: creating libcrypto.a
01:09:14 Staging OpenJ9 sourcetools in /home/jenkins/jenkins-agent/workspace/Build-JDK11-linux_390-64_cmprssptrs/build/linux-s390x-normal-server-release/vm
01:09:14 Overriding jvm.cfg with J9VM version
01:09:14 /bin/ln: failed to create symbolic link '/home/jenkins/jenkins-agent/workspace/Build-JDK11-linux_390-64_cmprssptrs/build/linux-s390x-normal-server-release/jdk/lib/jvm.cfg': File exists
01:09:14 make[3]: *** [/home/jenkins/jenkins-agent/workspace/Build-JDK11-linux_390-64_cmprssptrs/build/linux-s390x-normal-server-release/jdk/lib/jvm.cfg] Error 1
01:09:14 make[3]: *** Deleting file '/home/jenkins/jenkins-agent/workspace/Build-JDK11-linux_390-64_cmprssptrs/build/linux-s390x-normal-server-release/jdk/lib/jvm.cfg'
01:09:14 ModuleWrapper.gmk:72: recipe for target '/home/jenkins/jenkins-agent/workspace/Build-JDK11-linux_390-64_cmprssptrs/build/linux-s390x-normal-server-release/jdk/lib/jvm.cfg' failed
01:09:14 make/Main.gmk:162: recipe for target 'java.base-copy' failed
01:09:14 make[2]: *** [java.base-copy] Error 1
pshipton commented 5 years ago

@andrew-m-leonard @keithc-ca

pshipton commented 5 years ago

https://ci.eclipse.org/openj9/job/Build-JDK11-linux_x86-64/599

09:03:03 Staging OpenJ9 sourcetools in /home/jenkins/workspace/Build-JDK11-linux_x86-64/build/linux-x86_64-normal-server-release/vm
09:03:03 Overriding jvm.cfg with J9VM version
09:03:03 /bin/ln: failed to create symbolic link '/home/jenkins/workspace/Build-JDK11-linux_x86-64/build/linux-x86_64-normal-server-release/jdk/lib/jvm.cfg': File exists
09:03:03 gmake[3]: *** [/home/jenkins/workspace/Build-JDK11-linux_x86-64/build/linux-x86_64-normal-server-release/jdk/lib/jvm.cfg] Error 1
09:03:03 ModuleWrapper.gmk:72: recipe for target '/home/jenkins/workspace/Build-JDK11-linux_x86-64/build/linux-x86_64-normal-server-release/jdk/lib/jvm.cfg' failed
09:03:03 gmake[3]: *** Deleting file '/home/jenkins/workspace/Build-JDK11-linux_x86-64/build/linux-x86_64-normal-server-release/jdk/lib/jvm.cfg'
09:03:03 gmake[3]: *** Waiting for unfinished jobs....
09:03:03 make/Main.gmk:162: recipe for target 'java.base-copy' failed
09:03:03 gmake[2]: *** [java.base-copy] Error 1
pshipton commented 5 years ago

https://ci.eclipse.org/openj9/job/Build-JDK11-linux_x86-64_cmprssptrs_cmake/11

keithc-ca commented 5 years ago

jdk12 fixed by - https://github.com/ibmruntimes/openj9-openjdk-jdk12/pull/15 jdk13 fixed by - https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/77