Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5657/
Java: 32bit/jdk1.8.0-ea-b89 -server -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.lucene.store.TestMockDirectoryWrapper.testDiskFull
Error Message:
fake disk full at 0 bytes when writing foo (file length=0; wrote 2 of 2 bytes)
Stack Trace:
java.io.IOException: fake disk full at 0 bytes when writing foo (file length=0;
wrote 2 of 2 bytes)
at
__randomizedtesting.SeedInfo.seed([9CCF8FF707403F9D:21EF65C80764330A]:0)
at
org.apache.lucene.store.MockIndexOutputWrapper.checkDiskFull(MockIndexOutputWrapper.java:86)
at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:123)
at org.apache.lucene.store.DataOutput.writeBytes(DataOutput.java:52)
at
org.apache.lucene.store.TestMockDirectoryWrapper.testDiskFull(TestMockDirectoryWrapper.java:61)
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:491)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
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:358)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
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:358)
at java.lang.Thread.run(Thread.java:724)
Build Log:
[...truncated 1168 lines...]
[junit4:junit4] Suite: org.apache.lucene.store.TestMockDirectoryWrapper
[junit4:junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestMockDirectoryWrapper -Dtests.method=testDiskFull
-Dtests.seed=9CCF8FF707403F9D -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=lt -Dtests.timezone=Etc/GMT-13 -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR 0.01s J0 | TestMockDirectoryWrapper.testDiskFull <<<
[junit4:junit4] > Throwable #1: java.io.IOException: fake disk full at 0
bytes when writing foo (file length=0; wrote 2 of 2 bytes)
[junit4:junit4] > at
__randomizedtesting.SeedInfo.seed([9CCF8FF707403F9D:21EF65C80764330A]:0)
[junit4:junit4] > at
org.apache.lucene.store.MockIndexOutputWrapper.checkDiskFull(MockIndexOutputWrapper.java:86)
[junit4:junit4] > at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:123)
[junit4:junit4] > at
org.apache.lucene.store.DataOutput.writeBytes(DataOutput.java:52)
[junit4:junit4] > at
org.apache.lucene.store.TestMockDirectoryWrapper.testDiskFull(TestMockDirectoryWrapper.java:61)
[junit4:junit4] > at java.lang.Thread.run(Thread.java:724)
[junit4:junit4] 2> NOTE: test params are:
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
chunkSize=454),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST,
chunkSize=454)), sim=RandomSimilarityProvider(queryNorm=true,coord=no): {},
locale=lt, timezone=Etc/GMT-13
[junit4:junit4] 2> NOTE: Linux 3.2.0-41-generic i386/Oracle Corporation
1.8.0-ea (32-bit)/cpus=8,threads=1,free=218452120,total=288751616
[junit4:junit4] 2> NOTE: All tests run in this JVM: [TestBytesRefHash,
TestAutomatonQueryUnicode, ThrowInUncaught, TestDemo, TestIndexWriterReader,
TestSort, TestSimpleAttributeImpl, TestSimilarity2, TestTermInfosReaderIndex,
TestCompressingTermVectorsFormat, TestEarlyTermination,
TestTopScoreDocCollector, TestCrash, TestSegmentTermEnum, Test2BPositions,
TestConstantScoreQuery, TestFastCompressionMode, TestDisjunctionMaxQuery,
TestSearch, TestPayloadTermQuery, TestTermsEnum, TestDeletionPolicy,
TestPhraseQuery, TestUniqueTermCount, TestFixedBitSet,
TestComplexExplanationsOfNonMatches, TestSimilarity, TestCloseableThreadLocal,
TestIndexWriterLockRelease, TestFilteredQuery, TestSimpleExplanations,
TestExplanations, TestLucene40PostingsFormat, TestSpanExplanationsOfNonMatches,
TestPayloads, TestSentinelIntSet, TestDirectoryReader, TestExternalCodecs,
TestFilterIterator, TestMathUtil, Nested, Nested, TestOmitTf, TestSurrogates,
TestCharTermAttributeImpl, TestStressAdvance, TestLucene40PostingsReader,
TestArrayUtil, TestIsCurrent, TestSearcherManager, TestLucene42DocValuesFormat,
TestParallelReaderEmptyIndex, TestMergeSchedulerExternal, TestSetOnce,
TestPagedBytes, TestRamUsageEstimator, TestComplexExplanations,
TestFieldCacheRangeFilter, TestPostingsOffsets, TestLucene41StoredFieldsFormat,
TestTransactionRollback, TestScorerPerf, TestSimilarityProvider,
TestFieldsReader, TestIndexWriterOnDiskFull, TestFieldCacheRewriteMethod,
TestParallelTermEnum, TestSearchForDuplicates, TestLock, TestSegmentTermDocs,
TestSameScoresWithThreads, TestSpecialOperations, InBeforeClass, InAfterClass,
InTestMethod, NonStringProperties, TestLucene40DocValuesFormat,
TestMinShouldMatch2, TestNRTReaderWithThreads, TestNoDeletionPolicy,
TestCrashCausesCorruptIndex, TestFieldCacheTermsFilter, TestVirtualMethod,
TestCustomSearcherSort, TestDocValuesWithThreads, TestTryDelete,
TestSpansAdvanced2, TestMockCharFilter, TestStressIndexing,
TestDocumentsWriterDeleteQueue, TestSpanMultiTermQueryWrapper,
TestAllFilesHaveCodecHeader, TestIndexWriterMerging,
TestPersistentSnapshotDeletionPolicy, TestIndexWriter,
TestPerFieldDocValuesFormat, TestLucene40TermVectorsFormat, TestBytesStore,
TestNumericRangeQuery32, TestBackwardsCompatibility, TestShardSearching,
TestFlushByRamOrCountsPolicy, TestSloppyPhraseQuery,
TestIndexWriterMergePolicy, TestBoolean2, TestIndexWriterCommit,
TestTimeLimitingCollector, TestSearchWithThreads, TestSearchAfter,
TestConcurrentMergeScheduler, TestDocumentsWriterStallControl, TestNeverDelete,
TestCompoundFile, TestLongPostings, TestMinimize, TestRollingUpdates,
TestBlockPostingsFormat2, TestDocTermOrdsRewriteMethod,
TestIndexWriterForceMerge, TestPerFieldPostingsFormat, TestLevenshteinAutomata,
TestBufferedIndexInput, TestCompressingStoredFieldsFormat, TestLockFactory,
TestSegmentMerger, TestBagOfPositions, TestDoubleBarrelLRUCache,
TestMockAnalyzer, TestRegexpRandom2, TestNRTCachingDirectory,
TestSegmentReader, TestTransactions, TestMultiThreadTermVectors,
TestBlockPostingsFormat, TestBitVector, TestReuseDocsEnum,
TestFieldCacheSanityChecker, TestSimpleSearchEquivalence, TestPostingsFormat,
TestBooleanMinShouldMatch, TestDeterminizeLexicon, TestFieldCache,
TestSpanExplanations, TestDocTermOrds, TestStressIndexing2,
TestDocsAndPositions, TestRamUsageEstimatorOnWildAnimals,
TestTermVectorsWriter, TestCodecs, TestParallelAtomicReader,
TestThreadedForceMerge, TestIndexInput, TestCopyBytes, TestMultiFields,
TestIntBlockPool, TestSortRandom, TestForUtil, TestMaxTermFrequency,
TestTopFieldCollector, TestIndexableField, TestPrefixRandom,
TestFieldValueFilter, TestIndexFileDeleter, Before3, Before3,
TestElevationComparator, TestBinaryTerms, TestIndexWriterConfig,
TestMultiTermQueryRewrites, TestDateSort, TestDateTools, TestCharsRef,
TestPriorityQueue, TestDocCount, TestAttributeSource,
TestTotalHitCountCollector, TestMockDirectoryWrapper]
[junit4:junit4] Completed on J0 in 0.02s, 3 tests, 1 error <<< FAILURES!
[...truncated 137 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:383: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:363: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: 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:1243:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:887:
There were test failures: 364 suites, 2307 tests, 1 error, 49 ignored (37
assumptions)
Total time: 7 minutes 53 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0-ea-b89 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]