This is because of my commit, I tested with Java 8 which has a default method for remove() on the contrary to Java 7. I'll fix.
On Tue, Jul 21, 2015 at 10:28 AM, Policeman Jenkins Server <[email protected]> wrote: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13364/ > Java: 32bit/jdk1.7.0_80 -server -XX:+UseConcMarkSweepGC > > No tests ran. > > Build Log: > [...truncated 399 lines...] > [javac] Compiling 735 source files to > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build/core/classes/java > [javac] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/core/src/java/org/apache/lucene/codecs/lucene50/Lucene50DocValuesConsumer.java:591: > error: <anonymous > org.apache.lucene.codecs.lucene50.Lucene50DocValuesConsumer$1$1> is not > abstract and does not override abstract method remove() in Iterator > [javac] return new Iterator<Number>() { > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 1 error > > BUILD FAILED > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:536: The following > error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:484: The following > error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following > error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The > following error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build.xml:50: The > following error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:525: > The following error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1956: > Compile failed; see the compiler error output for details. > > Total time: 7 seconds > Build step 'Invoke Ant' marked build as failure > Archiving artifacts > Recording test results > ERROR: Publisher 'Publish JUnit test result report' failed: No test report > files were found. Configuration error? > 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] -- Adrien --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
