eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.27k stars 721 forks source link

recipe for target 'java.base-copy' failed #4702

Closed dsouzai closed 5 years ago

dsouzai commented 5 years ago
Overriding jvm.cfg with J9VM version
/bin/ln: failed to create symbolic link '/home/jenkins/jenkins-agent/workspace/PullRequest-Sanity-JDK11-linux_390-64_cmprssptrs-OpenJ9/build/linux-s390x-normal-server-release/jdk/lib/jvm.cfg': File exists
ModuleWrapper.gmk:72: recipe for target '/home/jenkins/jenkins-agent/workspace/PullRequest-Sanity-JDK11-linux_390-64_cmprssptrs-OpenJ9/build/linux-s390x-normal-server-release/jdk/lib/jvm.cfg' failed
make[3]: *** [/home/jenkins/jenkins-agent/workspace/PullRequest-Sanity-JDK11-linux_390-64_cmprssptrs-OpenJ9/build/linux-s390x-normal-server-release/jdk/lib/jvm.cfg] Error 1
make[3]: *** Deleting file '/home/jenkins/jenkins-agent/workspace/PullRequest-Sanity-JDK11-linux_390-64_cmprssptrs-OpenJ9/build/linux-s390x-normal-server-release/jdk/lib/jvm.cfg'
make/Main.gmk:162: recipe for target 'java.base-copy' failed
make[2]: *** [java.base-copy] Error 1

eg https://ci.eclipse.org/openj9/job/PullRequest-Sanity-JDK11-linux_390-64_cmprssptrs-OpenJ9/199/consoleText

I've only seen this issue occur on zlinux builds.

pshipton commented 5 years ago

Likely the same problem as https://github.com/ibmruntimes/openj9-openjdk-jdk11/issues/131

pshipton commented 5 years ago

Should be fixed now.