I'm not sure what's going wrong here. When I run this on branch_5x:
ant -file build.xml -Dversion.suffix=1084 prepare-release-no-sign It indeed fails with that FNFE. But if I pass -v to ant, to see at what point the JAR artifact is removed, it passes! Heisenbug ... Mike McCandless http://blog.mikemccandless.com On Thu, Feb 11, 2016 at 11:50 AM, Michael McCandless <[email protected]> wrote: > Hmm, I'll dig. Something went wrong in bumping the 5.x version to 5.6 ... > > Mike McCandless > > http://blog.mikemccandless.com > > > On Thu, Feb 11, 2016 at 11:48 AM, Apache Jenkins Server > <[email protected]> wrote: >> Build: https://builds.apache.org/job/Lucene-Artifacts-5.x/1084/ >> >> No tests ran. >> >> Build Log: >> [...truncated 8805 lines...] >> BUILD FAILED >> /x1/jenkins/jenkins-slave/workspace/Lucene-Artifacts-5.x/lucene/build.xml:427: >> The following error occurred while executing this line: >> /x1/jenkins/jenkins-slave/workspace/Lucene-Artifacts-5.x/lucene/build.xml:415: >> The following error occurred while executing this line: >> /x1/jenkins/jenkins-slave/workspace/Lucene-Artifacts-5.x/lucene/common-build.xml:1724: >> The following error occurred while executing this line: >> /x1/jenkins/jenkins-slave/workspace/Lucene-Artifacts-5.x/lucene/common-build.xml:608: >> Error installing artifact 'org.apache.lucene:lucene-core:jar': Error >> installing artifact: File >> /x1/jenkins/jenkins-slave/workspace/Lucene-Artifacts-5.x/lucene/build/lucene.tgz.unpacked/lucene-5.6.0-1084/core/lucene-core-5.6.0-1084.jar >> does not exist >> >> Total time: 5 minutes 1 second >> Build step 'Invoke Ant' marked build as failure >> Archiving artifacts >> Compressed 167.64 MB of artifacts by 19.7% relative to #1083 >> Publishing Javadoc >> Email was triggered for: Failure - Any >> Sending email for trigger: Failure - Any >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
