You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/03/18 12:24:55 UTC

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_51) - Build # 9728 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9728/
Java: 64bit/jdk1.7.0_51 -XX:-UseCompressedOops -XX:+UseParallelGC -XX:-UseSuperWord

1 tests failed.
REGRESSION:  org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates

Error Message:
this codec cannot write docvalues

Stack Trace:
java.lang.UnsupportedOperationException: this codec cannot write docvalues
	at __randomizedtesting.SeedInfo.seed([E7CE6EAA09B03D88:8EB56C21FF1EF7C8]:0)
	at org.apache.lucene.codecs.lucene3x.Lucene3xCodec$1.fieldsConsumer(Lucene3xCodec.java:73)
	at org.apache.lucene.index.DocValuesProcessor.flush(DocValuesProcessor.java:77)
	at org.apache.lucene.index.TwoStoredFieldsConsumers.flush(TwoStoredFieldsConsumers.java:42)
	at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:80)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:465)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:516)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:626)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2909)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3067)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3034)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:320)
	at org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates(TestIndexWriterExceptions.java:1845)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 968 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterExceptions -Dtests.method=testNoLostDeletesOrUpdates -Dtests.seed=E7CE6EAA09B03D88 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=Poland -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.33s J0 | TestIndexWriterExceptions.testNoLostDeletesOrUpdates <<<
   [junit4]    > Throwable #1: java.lang.UnsupportedOperationException: this codec cannot write docvalues
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E7CE6EAA09B03D88:8EB56C21FF1EF7C8]:0)
   [junit4]    > 	at org.apache.lucene.codecs.lucene3x.Lucene3xCodec$1.fieldsConsumer(Lucene3xCodec.java:73)
   [junit4]    > 	at org.apache.lucene.index.DocValuesProcessor.flush(DocValuesProcessor.java:77)
   [junit4]    > 	at org.apache.lucene.index.TwoStoredFieldsConsumers.flush(TwoStoredFieldsConsumers.java:42)
   [junit4]    > 	at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:80)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:465)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:516)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:626)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2909)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3067)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3034)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:320)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates(TestIndexWriterExceptions.java:1845)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> NOTE: test params are: codec=Lucene3x, sim=DefaultSimilarity, locale=ja_JP_JP_#u-ca-japanese, timezone=Poland
   [junit4]   2> NOTE: Linux 3.8.0-36-generic amd64/Oracle Corporation 1.7.0_51 (64-bit)/cpus=8,threads=1,free=229205992,total=385875968
   [junit4]   2> NOTE: All tests run in this JVM: [TestRamUsageEstimator, TestStressIndexing, TestMockAnalyzer, TestCustomNorms, TestNRTThreads, TestComplexExplanationsOfNonMatches, TestParallelReaderEmptyIndex, TestCompiledAutomaton, TestEliasFanoSequence, TestDeletionPolicy, TestMergeSchedulerExternal, TestSegmentTermEnum, TestCachingCollector, TestPayloadsOnVectors, TestPersistentSnapshotDeletionPolicy, TestPrefixFilter, TestShardSearching, TestQueryBuilder, TestReuseDocsEnum, TestSearch, TestLongBitSet, TestIndexWriterReader, TestDateTools, TestLucene3xStoredFieldsFormat, TestFieldCacheSanityChecker, TestPostingsOffsets, TestIndexWriterOutOfFileDescriptors, TestSimilarity2, TestStressNRT, Nested1, TestTermVectorsWriter, TestNoDeletionPolicy, TestSearchForDuplicates, TestSentinelIntSet, TestSort, TestFastDecompressionMode, TestBytesStore, TestIndexWriterMerging, TestSloppyPhraseQuery, TestNRTReaderWithThreads, TestExplanations, TestSpanFirstQuery, TestBytesRef, TestReaderClosed, Test2BTerms, TestDemo, TestParallelAtomicReader, TestStressAdvance, TestNumericDocValuesUpdates, TestTryDelete, TestReusableStringReader, TestBlockPostingsFormat3, TestRecyclingByteBlockAllocator, TestByteSlices, TestIndexWriterOnDiskFull, ThrowInUncaught, TestSimpleExplanations, TestDocumentsWriterStallControl, TestDisjunctionMaxQuery, TestIndexWriterCommit, Test2BPostings, TestUTF32ToUTF8, TestConcurrentMergeScheduler, TestFixedBitSet, TestMaxTermFrequency, TestRegexpRandom, TestSimilarityProvider, TestTermInfosReaderIndex, TestDocIdSet, TestFilterDirectory, TestSimpleAttributeImpl, TestAutomatonQueryUnicode, TestSearcherManager, TestLockFactory, TestDeterminism, TestLucene40PostingsFormat, TestIndexWriterConfig, TestMultiTermQueryRewrites, TestPhraseQuery, TestCloseableThreadLocal, TestRollingUpdates, TestIndexableField, TestFilterIterator, TestComplexExplanations, TestVirtualMethod, TestLucene40DocValuesFormat, TestOmitTf, TestLucene41StoredFieldsFormat, TestIndexWriter, TestIndexWriterForceMerge, TestTimeLimitingCollector, TestEliasFanoDocIdSet, TestFastCompressionMode, TestFilteredQuery, TestIndexCommit, TestDocumentsWriterDeleteQueue, TestCharTermAttributeImpl, TestBackwardsCompatibility, TestLookaheadTokenFilter, TestIndexWriterExceptions]
   [junit4] Completed on J0 in 5.99s, 27 tests, 1 error <<< FAILURES!

[...truncated 585 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build.xml:49: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1276: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:908: There were test failures: 389 suites, 2838 tests, 1 error, 113 ignored (100 assumptions)

Total time: 20 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_51 -XX:-UseCompressedOops -XX:+UseParallelGC -XX:-UseSuperWord
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_51) - Build # 9728 - Still Failing!

Posted by Shai Erera <se...@gmail.com>.
Committed a fix. It was a bad svn merge.

Shai


2014-03-18 13:24 GMT+02:00 Policeman Jenkins Server <je...@thetaphi.de>:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9728/
> Java: 64bit/jdk1.7.0_51 -XX:-UseCompressedOops -XX:+UseParallelGC
> -XX:-UseSuperWord
>
> 1 tests failed.
> REGRESSION:
>  org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates
>
> Error Message:
> this codec cannot write docvalues
>
> Stack Trace:
> java.lang.UnsupportedOperationException: this codec cannot write docvalues
>         at
> __randomizedtesting.SeedInfo.seed([E7CE6EAA09B03D88:8EB56C21FF1EF7C8]:0)
>         at
> org.apache.lucene.codecs.lucene3x.Lucene3xCodec$1.fieldsConsumer(Lucene3xCodec.java:73)
>         at
> org.apache.lucene.index.DocValuesProcessor.flush(DocValuesProcessor.java:77)
>         at
> org.apache.lucene.index.TwoStoredFieldsConsumers.flush(TwoStoredFieldsConsumers.java:42)
>         at
> org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:80)
>         at
> org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:465)
>         at
> org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:516)
>         at
> org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:626)
>         at
> org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2909)
>         at
> org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3067)
>         at
> org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3034)
>         at
> org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:320)
>         at
> org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates(TestIndexWriterExceptions.java:1845)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
>         at java.lang.Thread.run(Thread.java:744)
>
>
>
>
> Build Log:
> [...truncated 968 lines...]
>    [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions
>    [junit4]   2> NOTE: reproduce with: ant test
>  -Dtestcase=TestIndexWriterExceptions
> -Dtests.method=testNoLostDeletesOrUpdates -Dtests.seed=E7CE6EAA09B03D88
> -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=Poland
> -Dtests.file.encoding=ISO-8859-1
>    [junit4] ERROR   0.33s J0 |
> TestIndexWriterExceptions.testNoLostDeletesOrUpdates <<<
>    [junit4]    > Throwable #1: java.lang.UnsupportedOperationException:
> this codec cannot write docvalues
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([E7CE6EAA09B03D88:8EB56C21FF1EF7C8]:0)
>    [junit4]    >        at
> org.apache.lucene.codecs.lucene3x.Lucene3xCodec$1.fieldsConsumer(Lucene3xCodec.java:73)
>    [junit4]    >        at
> org.apache.lucene.index.DocValuesProcessor.flush(DocValuesProcessor.java:77)
>    [junit4]    >        at
> org.apache.lucene.index.TwoStoredFieldsConsumers.flush(TwoStoredFieldsConsumers.java:42)
>    [junit4]    >        at
> org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:80)
>    [junit4]    >        at
> org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:465)
>    [junit4]    >        at
> org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:516)
>    [junit4]    >        at
> org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:626)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2909)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3067)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3034)
>    [junit4]    >        at
> org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:320)
>    [junit4]    >        at
> org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates(TestIndexWriterExceptions.java:1845)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:744)
>    [junit4]   2> NOTE: test params are: codec=Lucene3x,
> sim=DefaultSimilarity, locale=ja_JP_JP_#u-ca-japanese, timezone=Poland
>    [junit4]   2> NOTE: Linux 3.8.0-36-generic amd64/Oracle Corporation
> 1.7.0_51 (64-bit)/cpus=8,threads=1,free=229205992,total=385875968
>    [junit4]   2> NOTE: All tests run in this JVM: [TestRamUsageEstimator,
> TestStressIndexing, TestMockAnalyzer, TestCustomNorms, TestNRTThreads,
> TestComplexExplanationsOfNonMatches, TestParallelReaderEmptyIndex,
> TestCompiledAutomaton, TestEliasFanoSequence, TestDeletionPolicy,
> TestMergeSchedulerExternal, TestSegmentTermEnum, TestCachingCollector,
> TestPayloadsOnVectors, TestPersistentSnapshotDeletionPolicy,
> TestPrefixFilter, TestShardSearching, TestQueryBuilder, TestReuseDocsEnum,
> TestSearch, TestLongBitSet, TestIndexWriterReader, TestDateTools,
> TestLucene3xStoredFieldsFormat, TestFieldCacheSanityChecker,
> TestPostingsOffsets, TestIndexWriterOutOfFileDescriptors, TestSimilarity2,
> TestStressNRT, Nested1, TestTermVectorsWriter, TestNoDeletionPolicy,
> TestSearchForDuplicates, TestSentinelIntSet, TestSort,
> TestFastDecompressionMode, TestBytesStore, TestIndexWriterMerging,
> TestSloppyPhraseQuery, TestNRTReaderWithThreads, TestExplanations,
> TestSpanFirstQuery, TestBytesRef, TestReaderClosed, Test2BTerms, TestDemo,
> TestParallelAtomicReader, TestStressAdvance, TestNumericDocValuesUpdates,
> TestTryDelete, TestReusableStringReader, TestBlockPostingsFormat3,
> TestRecyclingByteBlockAllocator, TestByteSlices, TestIndexWriterOnDiskFull,
> ThrowInUncaught, TestSimpleExplanations, TestDocumentsWriterStallControl,
> TestDisjunctionMaxQuery, TestIndexWriterCommit, Test2BPostings,
> TestUTF32ToUTF8, TestConcurrentMergeScheduler, TestFixedBitSet,
> TestMaxTermFrequency, TestRegexpRandom, TestSimilarityProvider,
> TestTermInfosReaderIndex, TestDocIdSet, TestFilterDirectory,
> TestSimpleAttributeImpl, TestAutomatonQueryUnicode, TestSearcherManager,
> TestLockFactory, TestDeterminism, TestLucene40PostingsFormat,
> TestIndexWriterConfig, TestMultiTermQueryRewrites, TestPhraseQuery,
> TestCloseableThreadLocal, TestRollingUpdates, TestIndexableField,
> TestFilterIterator, TestComplexExplanations, TestVirtualMethod,
> TestLucene40DocValuesFormat, TestOmitTf, TestLucene41StoredFieldsFormat,
> TestIndexWriter, TestIndexWriterForceMerge, TestTimeLimitingCollector,
> TestEliasFanoDocIdSet, TestFastCompressionMode, TestFilteredQuery,
> TestIndexCommit, TestDocumentsWriterDeleteQueue, TestCharTermAttributeImpl,
> TestBackwardsCompatibility, TestLookaheadTokenFilter,
> TestIndexWriterExceptions]
>    [junit4] Completed on J0 in 5.99s, 27 tests, 1 error <<< FAILURES!
>
> [...truncated 585 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build.xml:49: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1276:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:908:
> There were test failures: 389 suites, 2838 tests, 1 error, 113 ignored (100
> assumptions)
>
> Total time: 20 minutes 16 seconds
> Build step 'Invoke Ant' marked build as failure
> Description set: Java: 64bit/jdk1.7.0_51 -XX:-UseCompressedOops
> -XX:+UseParallelGC -XX:-UseSuperWord
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>