Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14759/

No tests ran.

Build Log:
[...truncated 812 lines...]
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40StoredFieldsWriter.java:97:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsWriter
    [javac]       CodecUtil.writeHeader(fieldsStream, CODEC_NAME_DAT, 
VERSION_CURRENT);
    [javac]       ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40StoredFieldsWriter.java:98:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsWriter
    [javac]       CodecUtil.writeHeader(indexStream, CODEC_NAME_IDX, 
VERSION_CURRENT);
    [javac]       ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40StoredFieldsReader.java:85:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsReader
    [javac]       CodecUtil.checkHeader(indexStream, CODEC_NAME_IDX, 
VERSION_START, VERSION_CURRENT);
    [javac]       ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40StoredFieldsReader.java:86:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40StoredFieldsReader
    [javac]       CodecUtil.checkHeader(fieldsStream, CODEC_NAME_DAT, 
VERSION_START, VERSION_CURRENT);
    [javac]       ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40TermVectorsReader.java:75:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40TermVectorsReader
    [javac]   static final long HEADER_LENGTH_FIELDS = 
CodecUtil.headerLength(CODEC_NAME_FIELDS);
    [javac]                                            ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40TermVectorsReader.java:76:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40TermVectorsReader
    [javac]   static final long HEADER_LENGTH_DOCS = 
CodecUtil.headerLength(CODEC_NAME_DOCS);
    [javac]                                          ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40TermVectorsReader.java:77:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40TermVectorsReader
    [javac]   static final long HEADER_LENGTH_INDEX = 
CodecUtil.headerLength(CODEC_NAME_INDEX);
    [javac]                                           ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40TermVectorsReader.java:108:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40TermVectorsReader
    [javac]       final int tvxVersion = CodecUtil.checkHeader(tvx, 
CODEC_NAME_INDEX, VERSION_START, VERSION_CURRENT);
    [javac]                              ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40TermVectorsReader.java:112:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40TermVectorsReader
    [javac]       final int tvdVersion = CodecUtil.checkHeader(tvd, 
CODEC_NAME_DOCS, VERSION_START, VERSION_CURRENT);
    [javac]                              ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40TermVectorsReader.java:115:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40TermVectorsReader
    [javac]       final int tvfVersion = CodecUtil.checkHeader(tvf, 
CODEC_NAME_FIELDS, VERSION_START, VERSION_CURRENT);
    [javac]                              ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40TermVectorsWriter.java:76:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
    [javac]       CodecUtil.writeHeader(tvx, CODEC_NAME_INDEX, VERSION_CURRENT);
    [javac]       ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40TermVectorsWriter.java:78:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
    [javac]       CodecUtil.writeHeader(tvd, CODEC_NAME_DOCS, VERSION_CURRENT);
    [javac]       ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/Lucene40TermVectorsWriter.java:80:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.Lucene40TermVectorsWriter
    [javac]       CodecUtil.writeHeader(tvf, CODEC_NAME_FIELDS, 
VERSION_CURRENT);
    [javac]       ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/values/Bytes.java:268:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.values.Bytes.BytesWriterBase
    [javac]           CodecUtil.writeHeader(datOut, codecNameDat, version);
    [javac]           ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/values/Bytes.java:294:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.values.Bytes.BytesWriterBase
    [javac]           CodecUtil.writeHeader(idxOut, codecNameIdx, version);
    [javac]           ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/values/Bytes.java:330:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.values.Bytes.BytesReaderBase
    [javac]         version = CodecUtil.checkHeader(dataIn, codecNameDat, 
maxVersion, maxVersion);
    [javac]                   ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/values/Bytes.java:334:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.values.Bytes.BytesReaderBase
    [javac]           final int version2 = CodecUtil.checkHeader(indexIn, 
codecNameIdx,
    [javac]                                ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/lucene40/values/PackedIntValues.java:167:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.lucene40.values.PackedIntValues.PackedIntsReader
    [javac]         CodecUtil.checkHeader(datIn, CODEC_NAME, VERSION_START, 
VERSION_START);
    [javac]         ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/pulsing/PulsingPostingsReader.java:61:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.pulsing.PulsingPostingsReader
    [javac]     CodecUtil.checkHeader(termsIn, PulsingPostingsWriter.CODEC,
    [javac]     ^
    [javac] 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/core/src/java/org/apache/lucene/codecs/pulsing/PulsingPostingsWriter.java:109:
 cannot find symbol
    [javac] symbol  : variable CodecUtil
    [javac] location: class 
org.apache.lucene.codecs.pulsing.PulsingPostingsWriter
    [javac]     CodecUtil.writeHeader(termsOut, CODEC, VERSION_CURRENT);
    [javac]     ^
    [javac] 65 errors
[...truncated 15 lines...]

[...truncated 928 lines...]

[...truncated 928 lines...]

[...truncated 928 lines...]

[...truncated 53 lines...]
ERROR: Failed to update http://svn.apache.org/repos/asf/lucene/dev/trunk
org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT 
/repos/asf/!svn/vcc/default failed
        at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:304)
        at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:289)
        at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:277)
        at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:696)
        at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:328)
        at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1289)
        at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:837)
        at 
org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:557)
        at 
org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:414)
        at 
org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:324)
        at 
org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:27)
        at 
org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:11)
        at 
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
        at 
org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1221)
        at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:292)
        at 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:315)
        at 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:295)
        at 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:391)
        at 
hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:136)
        at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:144)
        at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:789)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:770)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2180)
        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:287)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:679)
Caused by: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
        at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
        at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
        at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
        ... 33 more
Reverting 
/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/nightly
Updating http://svn.apache.org/repos/asf/lucene/dev/nightly
At revision 1353048
no change for http://svn.apache.org/repos/asf/lucene/dev/trunk since the 
previous build
no change for http://svn.apache.org/repos/asf/lucene/dev/nightly since the 
previous build
No emails were triggered.
[Lucene-Solr-tests-only-trunk] $ /bin/bash -xe 
/var/tmp/hudson1132859283996849845.sh
+ sh 
/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/nightly/hudson-lusolr-tests-trunk.sh
+ [ '' = 1 ]
+ ANT_HOME=/home/hudson/tools/ant/supported18
+ SVNVERSION_EXE=/home/hudson/tools/svn/svnversion
+ SVN_EXE=/home/hudson/tools/svn/svn
+ CLOVER=/home/hudson/tools/clover/clover2latest
+ RAT_JAR=/home/hudson/tools/rat/rat-latest.jar
+ JAVADOC_HOME=/home/hudson/tools/java/api6
+ ROOT_DIR=checkout
+ CORE_DIR=checkout/lucene
+ SOLR_DIR=checkout/solr
+ 
ARTIFACTS=/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/artifacts
+ 
DOCUMENTATION_DIR=/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/docs
+ 
DUMP_DIR=/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/heapdumps
+ TESTS_MULTIPLIER=3
+ TESTS_PARALLELISM=2
+ TEST_LINE_DOCS_FILE=/home/hudson/lucene-data/enwiki.random.lines.txt
+ TEST_JVM_ARGS='-XX:+HeapDumpOnOutOfMemoryError 
-XX:HeapDumpPath=/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/heapdumps/
 '
+ set +x
+ mkdir -p 
/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/heapdumps
+ rm -rf 
/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/heapdumps/README.txt
+ echo 'This directory contains heap dumps that may be generated by test runs 
when OOM occurred.'
+ echo 'Using Java from /home/hudson/tools/java/latest1.6 - version output:'
Using Java from /home/hudson/tools/java/latest1.6 - version output:
+ /home/hudson/tools/java/latest1.6/bin/java -version
openjdk version "1.6.0_32"
OpenJDK Runtime Environment (build 1.6.0_32-b25)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
+ cd /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout
+ /home/hudson/tools/ant/supported18/bin/ant clean-jars clean
Buildfile: 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/build.xml

clean-jars:

clean:

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

clean:

BUILD SUCCESSFUL
Total time: 1 second
+ cd /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout
+ /home/hudson/tools/ant/supported18/bin/ant -Dtests.multiplier=3 
-Dtests.jvms=2 -Djunit.formatter=xml '-Dargs=-XX:+HeapDumpOnOutOfMemoryError 
-XX:HeapDumpPath=/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/heapdumps/
 ' test
Buildfile: 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/build.xml

validate:

compile-tools:

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:

init:

compile-core:
    [mkdir] Created dir: 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/tools/classes/java
    [javac] Compiling 2 source files to 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/tools/classes/java
    [javac] warning: [path] bad path element "/home/hudson/.ant/lib/xbean.jar": 
no such file or directory
    [javac] 1 warning
     [copy] Copying 1 file to 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/tools/classes/java

resolve:

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:

resolve:
     [echo] Building analyzers-common...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building analyzers-icu...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building analyzers-kuromoji...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building analyzers-morfologik...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building analyzers-phonetic...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building analyzers-smartcn...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building analyzers-stempel...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building analyzers-uima...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building benchmark...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building demo...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building facet...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building grouping...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building highlighter...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building join...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building memory...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building misc...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building queries...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building queryparser...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building sandbox...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building spatial...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building suggest...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:

validate:
     [echo] License check under: 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene
 [licenses] Scanned 18 JAR file(s) for licenses (in 0.45s.), 0 error(s).
     [echo] Building solr...

compile-tools:

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:

init:

compile-core:

resolve-example:
     [echo] Building solr-example...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building solr-example-DIH...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:

resolve:
     [echo] Building solr-core...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building solr-solrj...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building solr-test-framework...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building solr-analysis-extras...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building solr-clustering...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building solr-dataimporthandler-extras...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building solr-dataimporthandler...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building solr-cell...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building solr-langid...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building solr-uima...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:
     [echo] Building solr-velocity...

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/ivy-settings.xml

resolve:

validate:
     [echo] License check under: 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr
 [licenses] Scanned 82 JAR file(s) for licenses (in 0.62s.), 0 error(s).

test:

[...truncated 374 lines...]

[...truncated 928 lines...]


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to