See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/797/changes
Changes: [mikemccand] LUCENE-1529: do not include trunk's classes when running back compat tests (to properly test jar drop-in-ability) [mikemccand] LUCENE-1603: some improvements to MultiTermQuery/FilteredTermEnum [uschindler] Add a missing check for inverse ranges in splitRange() and corresponding tests for inverse ranges and 0-length-ranges. [mikemccand] don't swallow unexpected IOException in TestLockFactory ------------------------------------------ [...truncated 11669 lines...] [exec] A src/java/org/apache/lucene/store/ChecksumIndexOutput.java [exec] A src/java/org/apache/lucene/store/RAMOutputStream.java [exec] A src/java/org/apache/lucene/store/NoLockFactory.java [exec] A src/java/org/apache/lucene/store/LockReleaseFailedException.java [exec] A src/java/org/apache/lucene/store/package.html [exec] A src/java/org/apache/lucene/store/RAMFile.java [exec] A src/java/org/apache/lucene/store/MMapDirectory.java [exec] A src/java/org/apache/lucene/store/LockFactory.java [exec] A src/java/org/apache/lucene/store/NativeFSLockFactory.java [exec] A src/java/org/apache/lucene/store/SimpleFSLockFactory.java [exec] A src/java/org/apache/lucene/store/IndexInput.java [exec] A src/java/org/apache/lucene/store/Lock.java [exec] A src/java/org/apache/lucene/store/IndexOutput.java [exec] A src/java/org/apache/lucene/store/BufferedIndexInput.java [exec] A src/java/org/apache/lucene/store/AlreadyClosedException.java [exec] A src/java/org/apache/lucene/store/BufferedIndexOutput.java [exec] A src/java/org/apache/lucene/store/LockStressTest.java [exec] A src/java/org/apache/lucene/store/FSDirectory.java [exec] A src/java/org/apache/lucene/util [exec] A src/java/org/apache/lucene/util/BitVector.java [exec] A src/java/org/apache/lucene/util/Attribute.java [exec] A src/java/org/apache/lucene/util/StringHelper.java [exec] A src/java/org/apache/lucene/util/ArrayUtil.java [exec] A src/java/org/apache/lucene/util/BitUtil.java [exec] A src/java/org/apache/lucene/util/Constants.java [exec] A src/java/org/apache/lucene/util/OpenBitSet.java [exec] A src/java/org/apache/lucene/util/package.html [exec] A src/java/org/apache/lucene/util/Parameter.java [exec] A src/java/org/apache/lucene/util/cache [exec] A src/java/org/apache/lucene/util/cache/SimpleLRUCache.java [exec] A src/java/org/apache/lucene/util/cache/Cache.java [exec] A src/java/org/apache/lucene/util/cache/SimpleMapCache.java [exec] A src/java/org/apache/lucene/util/UnicodeUtil.java [exec] A src/java/org/apache/lucene/util/AttributeSource.java [exec] A src/java/org/apache/lucene/util/OpenBitSetDISI.java [exec] A src/java/org/apache/lucene/util/OpenBitSetIterator.java [exec] A src/java/org/apache/lucene/util/PriorityQueue.java [exec] A src/java/org/apache/lucene/util/ScorerDocQueue.java [exec] A src/java/org/apache/lucene/util/ToStringUtils.java [exec] A src/java/org/apache/lucene/util/CloseableThreadLocal.java [exec] A src/java/org/apache/lucene/util/SortedVIntList.java [exec] A src/java/org/apache/lucene/util/DocIdBitSet.java [exec] A src/java/org/apache/lucene/util/SmallFloat.java [exec] A src/java/org/apache/lucene/document [exec] A src/java/org/apache/lucene/document/SetBasedFieldSelector.java [exec] A src/java/org/apache/lucene/document/DateField.java [exec] A src/java/org/apache/lucene/document/MapFieldSelector.java [exec] A src/java/org/apache/lucene/document/Field.java [exec] A src/java/org/apache/lucene/document/FieldSelectorResult.java [exec] A src/java/org/apache/lucene/document/FieldSelector.java [exec] A src/java/org/apache/lucene/document/AbstractField.java [exec] A src/java/org/apache/lucene/document/Fieldable.java [exec] A src/java/org/apache/lucene/document/NumberTools.java [exec] A src/java/org/apache/lucene/document/LoadFirstFieldSelector.java [exec] A src/java/org/apache/lucene/document/DateTools.java [exec] A src/java/org/apache/lucene/document/Document.java [exec] A src/java/org/apache/lucene/document/package.html [exec] A src/java/org/apache/lucene/package.html [exec] A src/java/overview.html [exec] A src/gcj [exec] A src/gcj/org [exec] A src/gcj/org/apache [exec] A src/gcj/org/apache/lucene [exec] A src/gcj/org/apache/lucene/index [exec] A src/gcj/org/apache/lucene/index/GCJTermDocs.java [exec] A src/gcj/org/apache/lucene/index/GCJTermDocs.cc [exec] A src/gcj/org/apache/lucene/index/GCJSegmentReader.java [exec] A src/gcj/org/apache/lucene/store [exec] A src/gcj/org/apache/lucene/store/GCJIndexInput.cc [exec] A src/gcj/org/apache/lucene/store/GCJDirectory.java [exec] A src/gcj/org/apache/lucene/store/GCJIndexInput.java [exec] A src/gcj/Makefile [exec] A src/demo [exec] A src/demo/org [exec] A src/demo/org/apache [exec] A src/demo/org/apache/lucene [exec] A src/demo/org/apache/lucene/demo [exec] A src/demo/org/apache/lucene/demo/HTMLDocument.java [exec] A src/demo/org/apache/lucene/demo/html [exec] A src/demo/org/apache/lucene/demo/html/Test.java [exec] A src/demo/org/apache/lucene/demo/html/Token.java [exec] A src/demo/org/apache/lucene/demo/html/TokenMgrError.java [exec] A src/demo/org/apache/lucene/demo/html/HTMLParser.java [exec] A src/demo/org/apache/lucene/demo/html/HTMLParser.jj [exec] A src/demo/org/apache/lucene/demo/html/SimpleCharStream.java [exec] A src/demo/org/apache/lucene/demo/html/Entities.java [exec] A src/demo/org/apache/lucene/demo/html/ParserThread.java [exec] A src/demo/org/apache/lucene/demo/html/ParseException.java [exec] A src/demo/org/apache/lucene/demo/html/HTMLParserTokenManager.java [exec] A src/demo/org/apache/lucene/demo/html/HTMLParserConstants.java [exec] A src/demo/org/apache/lucene/demo/html/Tags.java [exec] A src/demo/org/apache/lucene/demo/DeleteFiles.java [exec] A src/demo/org/apache/lucene/demo/SearchFiles.java [exec] A src/demo/org/apache/lucene/demo/IndexFiles.java [exec] A src/demo/org/apache/lucene/demo/IndexHTML.java [exec] A src/demo/org/apache/lucene/demo/FileDocument.java [exec] A src/demo/demo-build.template [exec] A src/site [exec] A src/site/forrest.properties [exec] A src/site/src [exec] A src/site/src/documentation [exec] A src/site/src/documentation/conf [exec] A src/site/src/documentation/conf/cli.xconf [exec] A src/site/src/documentation/skinconf.xml [exec] A src/site/src/documentation/content [exec] A src/site/src/documentation/content/xdocs [exec] A src/site/src/documentation/content/xdocs/demo.xml [exec] A src/site/src/documentation/content/xdocs/benchmarktemplate.xml [exec] A src/site/src/documentation/content/xdocs/gettingstarted.xml [exec] A src/site/src/documentation/content/xdocs/tabs.xml [exec] A src/site/src/documentation/content/xdocs/queryparsersyntax.xml [exec] A src/site/src/documentation/content/xdocs/systemproperties.xml [exec] A src/site/src/documentation/content/xdocs/contributions.xml [exec] A src/site/src/documentation/content/xdocs/scoring.xml [exec] A src/site/src/documentation/content/xdocs/site.xml [exec] A src/site/src/documentation/content/xdocs/demo2.xml [exec] A src/site/src/documentation/content/xdocs/images [exec] A src/site/src/documentation/content/xdocs/images/lucene_green_100.gif [exec] A src/site/src/documentation/content/xdocs/images/lucene_outline_200.gif [exec] A src/site/src/documentation/content/xdocs/images/lucene_green_200.gif [exec] A src/site/src/documentation/content/xdocs/images/lucene_outline_300.gif [exec] A src/site/src/documentation/content/xdocs/images/lucene_green_300.gif [exec] A src/site/src/documentation/content/xdocs/images/lucene_outline_150.gif [exec] A src/site/src/documentation/content/xdocs/images/lucene_green_150.gif [exec] A src/site/src/documentation/content/xdocs/images/lucene_outline_250.gif [exec] A src/site/src/documentation/content/xdocs/images/lucene_green_250.gif [exec] A src/site/src/documentation/content/xdocs/images/lia_3d.jpg [exec] A src/site/src/documentation/content/xdocs/images/asf-logo.gif [exec] A src/site/src/documentation/content/xdocs/images/larm_architecture.jpg [exec] A src/site/src/documentation/content/xdocs/images/larm_crawling-process.jpg [exec] A src/site/src/documentation/content/xdocs/images/favicon.ico [exec] A src/site/src/documentation/content/xdocs/images/lucene_outline_100.gif [exec] A src/site/src/documentation/content/xdocs/demo3.xml [exec] A src/site/src/documentation/content/xdocs/index.xml [exec] A src/site/src/documentation/content/xdocs/demo4.xml [exec] A src/site/src/documentation/content/xdocs/lucene-sandbox [exec] A src/site/src/documentation/content/xdocs/lucene-sandbox/index.xml [exec] A src/site/src/documentation/content/xdocs/fileformats.xml [exec] A src/site/src/documentation/content/xdocs/benchmarks.xml [exec] A src/site/src/documentation/content/.htaccess [exec] A src/site/src/documentation/classes [exec] A src/site/src/documentation/classes/CatalogManager.properties [exec] A src/site/changes [exec] A src/site/changes/ChangesFixedWidthStyle.css [exec] A src/site/changes/ChangesFancyStyle.css [exec] A src/site/changes/changes2html.pl [exec] A src/site/changes/ChangesSimpleStyle.css [exec] A src/jsp [exec] A src/jsp/configuration.jsp [exec] A src/jsp/index.jsp [exec] A src/jsp/header.jsp [exec] A src/jsp/WEB-INF [exec] A src/jsp/WEB-INF/web.xml [exec] A src/jsp/footer.jsp [exec] A src/jsp/README.txt [exec] A src/jsp/results.jsp [exec] Checked out revision 765035. jar-core: [jar] Building jar: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/lucene-core-2009-04-15_02-04-56.jar test-tag: [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/lucene_2_4_back_compat_tests_20090320 [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/lucene_2_4_back_compat_tests_20090320/classes/java [javac] Compiling 351 source files to http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/lucene_2_4_back_compat_tests_20090320/classes/java [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [rmic] RMI Compiling 1 class to http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/lucene_2_4_back_compat_tests_20090320/classes/java [jar] Building jar: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/lucene_2_4_back_compat_tests_20090320/lucene_2_4_back_compat_tests_20090320.jar [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/lucene_2_4_back_compat_tests_20090320/classes/test [javac] Compiling 179 source files to http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/lucene_2_4_back_compat_tests_20090320/classes/test [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestIndexReaderReopen.java :323: cannot find symbol [javac] symbol : method getSequentialSubReaders() [javac] location: class org.apache.lucene.index.MultiSegmentReader [javac] IndexReader[] subReaders0 = ((MultiSegmentReader) reader0).getSequentialSubReaders(); [javac] ^ [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestIndexReaderReopen.java :335: cannot find symbol [javac] symbol : method getSequentialSubReaders() [javac] location: class org.apache.lucene.index.MultiSegmentReader [javac] IndexReader[] subReaders1 = ((MultiSegmentReader) reader1).getSequentialSubReaders(); [javac] ^ [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestIndexReaderReopen.java :354: cannot find symbol [javac] symbol : method getSequentialSubReaders() [javac] location: class org.apache.lucene.index.MultiSegmentReader [javac] IndexReader[] subReaders2 = ((MultiSegmentReader) reader2).getSequentialSubReaders(); [javac] ^ [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestIndexReaderReopen.java :378: cannot find symbol [javac] symbol : method getSequentialSubReaders() [javac] location: class org.apache.lucene.index.MultiSegmentReader [javac] IndexReader[] subReaders3 = ((MultiSegmentReader) reader3).getSequentialSubReaders(); [javac] ^ [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestIndexReaderReopen.java :950: cannot find symbol [javac] symbol : method getSequentialSubReaders() [javac] location: class org.apache.lucene.index.MultiSegmentReader [javac] IndexReader[] subReaders = ((MultiSegmentReader) reader).getSequentialSubReaders(); [javac] ^ [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestIndexReaderReopen.java :957: cannot find symbol [javac] symbol : method getSequentialSubReaders() [javac] location: class org.apache.lucene.index.MultiReader [javac] IndexReader[] subReaders = ((MultiReader) reader).getSequentialSubReaders(); [javac] ^ [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestIndexReaderReopen.java :976: cannot find symbol [javac] symbol : method getSequentialSubReaders() [javac] location: class org.apache.lucene.index.MultiSegmentReader [javac] IndexReader[] subReaders = ((MultiSegmentReader) reader).getSequentialSubReaders(); [javac] ^ [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestOmitTf.java :94: cannot find symbol [javac] symbol : variable omitTermFreqAndPositions [javac] location: class org.apache.lucene.index.FieldInfo [javac] assertTrue("OmitTf field bit should be set.", fi.fieldInfo("f1").omitTermFreqAndPositions); [javac] ^ [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestOmitTf.java :95: cannot find symbol [javac] symbol : variable omitTermFreqAndPositions [javac] location: class org.apache.lucene.index.FieldInfo [javac] assertTrue("OmitTf field bit should be set.", fi.fieldInfo("f2").omitTermFreqAndPositions); [javac] ^ [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestOmitTf.java :147: cannot find symbol [javac] symbol : variable omitTermFreqAndPositions [javac] location: class org.apache.lucene.index.FieldInfo [javac] assertTrue("OmitTf field bit should be set.", fi.fieldInfo("f1").omitTermFreqAndPositions); [javac] ^ [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestOmitTf.java :148: cannot find symbol [javac] symbol : variable omitTermFreqAndPositions [javac] location: class org.apache.lucene.index.FieldInfo [javac] assertTrue("OmitTf field bit should be set.", fi.fieldInfo("f2").omitTermFreqAndPositions); [javac] ^ [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestOmitTf.java :192: cannot find symbol [javac] symbol : variable omitTermFreqAndPositions [javac] location: class org.apache.lucene.index.FieldInfo [javac] assertTrue("OmitTf field bit should not be set.", !fi.fieldInfo("f1").omitTermFreqAndPositions); [javac] ^ [javac] http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090320/src/test/org/apache/lucene/index/TestOmitTf.java :193: cannot find symbol [javac] symbol : variable omitTermFreqAndPositions [javac] location: class org.apache.lucene.index.FieldInfo [javac] assertTrue("OmitTf field bit should be set.", fi.fieldInfo("f2").omitTermFreqAndPositions); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 13 errors BUILD FAILED http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build.xml :150: The following error occurred while executing this line: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/common-build.xml :350: The following error occurred while executing this line: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/common-build.xml :518: Compile failed; see the compiler error output for details. Total time: 18 minutes 24 seconds Publishing Javadoc Recording test results Publishing Clover coverage report... --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org