It failed because of this: * What went wrong: Execution failed for task ':lucene:changesToHtml'. > Changes generation failed: Section 'Other' appears more than once under release '8.7.0' at /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-master/lucene/site/changes/changes2html.pl line 136.
The InterruptedException issue you are seeing is caused by Jenkins itsself, but does not fail build (happens on almost every build). It's caused by the javac warning scanner. Known issue, fixed in later plugin versions. Does not cause this failure. Uwe ----- Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Dawid Weiss <[email protected]> > Sent: Tuesday, September 8, 2020 2:21 PM > To: Lucene Dev <[email protected]> > Cc: [email protected] > Subject: Re: [JENKINS] Lucene » Lucene-Solr-Check-master - Build # 175 - Still > Failing! > > https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check- > master/179/console > > The build passed, actually but something failed later (in jenkins?): > > BUILD SUCCESSFUL in 1h 7m 58s > 790 actionable tasks: 790 executed > Build step 'Invoke Gradle script' changed build result to SUCCESS > Archiving artifacts > java.lang.InterruptedException: no matches found within 10000 > > D. > > On Tue, Sep 8, 2020 at 2:24 AM Apache Jenkins Server > <[email protected]> wrote: > > > > Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check- > master/175/ > > > > All tests passed > > > > Build Log: > > [...truncated 1452 lines...] > > BUILD FAILED in 1h 8m 27s > > 789 actionable tasks: 789 executed > > Build step 'Invoke Gradle script' changed build result to FAILURE > > Build step 'Invoke Gradle script' marked build as failure > > Archiving artifacts > > Recording test results > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
