I committed fix: Java 1.5 only on 3.x.

Mike McCandless

http://blog.mikemccandless.com

On Fri, Nov 4, 2011 at 2:58 PM, Apache Jenkins Server
<[email protected]> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/11179/
>
> No tests ran.
>
> Build Log (for compile errors):
> [...truncated 37 lines...]
> U         lucene/src/java/org/apache/lucene/util/CodecUtil.java
> U         
> lucene/src/test-framework/java/org/apache/lucene/index/MockIndexInput.java
> U         
> lucene/src/test-framework/java/org/apache/lucene/store/MockIndexInputWrapper.java
>  U        lucene
>  U        .
> At revision 1197710
> Reverting 
> /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/nightly
> Updating http://svn.apache.org/repos/asf/lucene/dev/nightly
> At revision 1197710
> no change for http://svn.apache.org/repos/asf/lucene/dev/nightly since the 
> previous build
> No emails were triggered.
> [Lucene-Solr-tests-only-3.x] $ /bin/bash -xe 
> /var/tmp/hudson8897859028193619631.sh
> + sh 
> /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/nightly/hudson-lusolr-tests-3.x.sh
> + ANT_HOME=/home/hudson/tools/ant/latest1.7
> + SVNVERSION_EXE=svnversion
> + SVN_EXE=svn
> + CLOVER=/home/hudson/tools/clover/clover2latest
> + JAVA_HOME_15=/home/hudson/tools/java/latest1.5
> + [ -z '' ]
> + JAVA_HOME_16=/home/hudson/tools/java/latest1.6
> + JAVADOC_HOME_15=/usr/local/share/doc/jdk1.5/api
> + JAVADOC_HOME_16=/usr/local/share/doc/jdk1.6/api
> + ROOT_DIR=checkout
> + CORE_DIR=checkout/lucene
> + 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
> Checking for files containing nocommit (exits build with failure if list is 
> non-empty):
> + 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:
>   [delete] Deleting directory 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/build
>
> BUILD SUCCESSFUL
> Total time: 9 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
>
> 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/classes/java
>    [javac] Compiling 491 source files to 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/build/classes/java
>    [javac] 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/src/java/org/apache/lucene/store/IndexInput.java:67:
>  warning: [dep-ann] deprecated name isnt annotated with @Deprecated
>    [javac]   protected IndexInput(String resourceDescription) {
>    [javac]             ^
>    [javac] 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/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/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/src/java/org/apache/lucene/store/SimpleFSDirectory.java:139:
>  cannot find symbol
>    [javac] symbol  : constructor 
> IOException(java.lang.String,java.io.IOException)
>    [javac] location: class java.io.IOException
>    [javac]           throw new IOException(ioe.getMessage() + ": " + this, 
> ioe);
>    [javac]                 ^
>    [javac] 
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/lucene/src/java/org/apache/lucene/store/NIOFSDirectory.java:180:
>  cannot find symbol
>    [javac] symbol  : constructor 
> IOException(java.lang.String,java.io.IOException)
>    [javac] location: class java.io.IOException
>    [javac]         throw new IOException(ioe.getMessage() + ": " + this, ioe);
>    [javac]               ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] 2 errors
> [...truncated 12 lines...]
>
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to