I fixed this in 5.x and 5.5. This is a bug in Javadocs version 8, Java 7 and 9 work... The code is correct, but the parser seems to get confused. I moved the Java 9 check to inside the doProvileged.
Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Policeman Jenkins Server [mailto:[email protected]] > Sent: Tuesday, February 16, 2016 8:08 AM > To: [email protected]; [email protected]; [email protected] > Subject: [JENKINS] Lucene-Solr-5.x-Solaris (64bit/jdk1.8.0) - Build # 395 - > Still > Failing! > > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/395/ > Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC > > All tests passed > > Build Log: > [...truncated 51155 lines...] > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > [javadoc] Loading source files for package org.apache.lucene... > [javadoc] Loading source files for package org.apache.lucene.analysis... > [javadoc] Loading source files for package > org.apache.lucene.analysis.tokenattributes... > [javadoc] Loading source files for package org.apache.lucene.codecs... > [javadoc] Loading source files for package > org.apache.lucene.codecs.blocktree... > [javadoc] Loading source files for package > org.apache.lucene.codecs.compressing... > [javadoc] Loading source files for package > org.apache.lucene.codecs.lucene50... > [javadoc] Loading source files for package > org.apache.lucene.codecs.lucene53... > [javadoc] Loading source files for package > org.apache.lucene.codecs.lucene54... > [javadoc] Loading source files for package > org.apache.lucene.codecs.perfield... > [javadoc] Loading source files for package org.apache.lucene.document... > [javadoc] Loading source files for package org.apache.lucene.index... > [javadoc] Loading source files for package org.apache.lucene.search... > [javadoc] Loading source files for package > org.apache.lucene.search.similarities... > [javadoc] Loading source files for package org.apache.lucene.search.spans... > [javadoc] Loading source files for package org.apache.lucene.store... > [javadoc] Loading source files for package org.apache.lucene.util... > [javadoc] Loading source files for package > org.apache.lucene.util.automaton... > [javadoc] Loading source files for package org.apache.lucene.util.fst... > [javadoc] Loading source files for package org.apache.lucene.util.mutable... > [javadoc] Loading source files for package org.apache.lucene.util.packed... > [javadoc] Constructing Javadoc information... > [javadoc] Standard Doclet version 1.8.0_72 > [javadoc] Building tree for all the packages and classes... > [javadoc] /export/home/jenkins/workspace/Lucene-Solr-5.x- > Solaris/lucene/core/src/java/org/apache/lucene/store/MMapDirectory.java: > 167: error: missing method body, or declare abstract > [javadoc] && AccessController.doPrivileged(new > PrivilegedAction<Boolean>() { > [javadoc] > ^ > [javadoc] /export/home/jenkins/workspace/Lucene-Solr-5.x- > Solaris/lucene/core/src/java/org/apache/lucene/store/MMapDirectory.java: > 170: error: missing method body, or declare abstract > [javadoc] public Boolean run() { > [javadoc] ^ > [javadoc] Generating /export/home/jenkins/workspace/Lucene-Solr-5.x- > Solaris/lucene/build/docs/core/org/apache/lucene/search/package- > summary.html... > [javadoc] Copying file /export/home/jenkins/workspace/Lucene-Solr-5.x- > Solaris/lucene/core/src/java/org/apache/lucene/search/doc-files/nrq- > formula-2.png to directory /export/home/jenkins/workspace/Lucene-Solr- > 5.x-Solaris/lucene/build/docs/core/org/apache/lucene/search/doc-files... > [javadoc] Copying file /export/home/jenkins/workspace/Lucene-Solr-5.x- > Solaris/lucene/core/src/java/org/apache/lucene/search/doc-files/nrq- > formula-1.png to directory /export/home/jenkins/workspace/Lucene-Solr- > 5.x-Solaris/lucene/build/docs/core/org/apache/lucene/search/doc-files... > [javadoc] Building index for all the packages and classes... > [javadoc] Building index for all classes... > [javadoc] Generating /export/home/jenkins/workspace/Lucene-Solr-5.x- > Solaris/lucene/build/docs/core/help-doc.html... > [javadoc] 2 errors > > BUILD FAILED > /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:750: > The following error occurred while executing this line: > /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:101: > The following error occurred while executing this line: > /export/home/jenkins/workspace/Lucene-Solr-5.x- > Solaris/lucene/build.xml:138: The following error occurred while executing > this line: > /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common- > build.xml:792: The following error occurred while executing this line: > /export/home/jenkins/workspace/Lucene-Solr-5.x- > Solaris/lucene/core/build.xml:52: The following error occurred while > executing this line: > /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common- > build.xml:2134: Javadoc returned 1 > > Total time: 85 minutes 16 seconds > Build step 'Invoke Ant' marked build as failure > Archiving artifacts > [WARNINGS] Skipping publisher since build result is FAILURE > 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]
