You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/02/14 17:26:21 UTC

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 12432 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/12432/

No tests ran.

Build Log (for compile errors):
[...truncated 24 lines...]
+ MODULES_DIR=checkout/modules
+ SOLR_DIR=checkout/solr
+ ARTIFACTS=/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/artifacts
+ JAVADOCS_ARTIFACTS=/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/javadocs
+ DUMP_DIR=/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/heapdumps
+ TESTS_MULTIPLIER=3
+ TEST_LINE_DOCS_FILE=/home/hudson/lucene-data/enwiki.random.lines.txt.gz
+ TEST_JVM_ARGS='-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/heapdumps/ '
+ set +x
+ mkdir -p /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/heapdumps
+ rm -rf /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/heapdumps/README.txt
+ echo 'This directory contains heap dumps that may be generated by test runs when OOM occurred.'
+ TESTS_MULTIPLIER=5
+ cd /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout
+ JAVA_HOME=/home/hudson/tools/java/latest1.5 /home/hudson/tools/ant/latest1.7/bin/ant clean
Buildfile: build.xml

clean:

clean:
   [delete] Deleting directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/build
     [echo] Building solr...

clean:
     [echo] TODO: fix tests to not write files to 'core/src/test-files/solr/data'!

BUILD SUCCESSFUL
Total time: 0 seconds
+ cd /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene
+ JAVA_HOME=/home/hudson/tools/java/latest1.5 /home/hudson/tools/ant/latest1.7/bin/ant compile compile-test build-contrib compile-backwards
Buildfile: build.xml

compile-lucene-core:

jflex-uptodate-check:

jflex-notice:

javacc-uptodate-check:

javacc-notice:

init:

clover.setup:

clover.info:
     [echo] 
     [echo]       Clover not found. Code coverage reports disabled.
     [echo]   	

clover:

common.compile-core:
    [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/build/core/classes/java
    [javac] Compiling 499 source files to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/build/core/classes/java
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/core/src/java/org/apache/lucene/queryParser/CharStream.java:34: warning: [dep-ann] deprecated name isnt annotated with @Deprecated
    [javac]   int getColumn();
    [javac]       ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/core/src/java/org/apache/lucene/queryParser/CharStream.java:41: warning: [dep-ann] deprecated name isnt annotated with @Deprecated
    [javac]   int getLine();
    [javac]       ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/core/src/java/org/apache/lucene/search/SearcherManager.java:123: warning: [dep-ann] deprecated name isnt annotated with @Deprecated
    [javac]   public final boolean maybeReopen() throws IOException {
    [javac]                        ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 3 warnings

compile-core:

compile-core:

compile:

compile-lucene-core:

compile-test-framework:

init:

compile-lucene-core:

compile-core:
    [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/build/test-framework/classes/java
    [javac] Compiling 37 source files to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/build/test-framework/classes/java
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java:393: method does not override a method from its superclass
    [javac]     @Override
    [javac]      ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java:452: method does not override a method from its superclass
    [javac]     @Override
    [javac]      ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java:483: method does not override a method from its superclass
    [javac]     @Override
    [javac]      ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java:599: method does not override a method from its superclass
    [javac]     @Override
    [javac]      ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 4 errors
[...truncated 12 lines...]