Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11406/
Java: 32bit/jdk1.8.0_40-ea-b09 -client -XX:+UseConcMarkSweepGC (asserts: false)

1 tests failed.
REGRESSION:  org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite

Error Message:
Determinizing automaton would result in more than 10000 states.

Stack Trace:
org.apache.lucene.util.automaton.TooComplexToDeterminizeException: 
Determinizing automaton would result in more than 10000 states.
        at 
__randomizedtesting.SeedInfo.seed([17CE8379D33E977E:5078E5446CAEF25F]:0)
        at 
org.apache.lucene.util.automaton.Operations.determinize(Operations.java:739)
        at 
org.apache.lucene.util.automaton.TestAutomaton.assertSame(TestAutomaton.java:1080)
        at 
org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:1033)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        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:65)
        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:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        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:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 1464 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestAutomaton
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestAutomaton 
-Dtests.method=testRandomFinite -Dtests.seed=17CE8379D33E977E 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_US 
-Dtests.timezone=America/Indiana/Indianapolis -Dtests.asserts=false 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   5.76s J0 | TestAutomaton.testRandomFinite <<<
   [junit4]    > Throwable #1: 
org.apache.lucene.util.automaton.TooComplexToDeterminizeException: 
Determinizing automaton would result in more than 10000 states.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([17CE8379D33E977E:5078E5446CAEF25F]:0)
   [junit4]    >        at 
org.apache.lucene.util.automaton.Operations.determinize(Operations.java:739)
   [junit4]    >        at 
org.apache.lucene.util.automaton.TestAutomaton.assertSame(TestAutomaton.java:1080)
   [junit4]    >        at 
org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:1033)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, 
docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, 
locale=es_US, timezone=America/Indiana/Indianapolis
   [junit4]   2> NOTE: Linux 3.13.0-39-generic i386/Oracle Corporation 
1.8.0_40-ea (32-bit)/cpus=8,threads=1,free=202095872,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressIndexing2, 
TestSizeBoundedForceMerge, TestNamedSPILoader, TestCustomSearcherSort, 
TestThreadedForceMerge, TestIndexWriterUnicode, TestBinaryDocument, 
TestIndexWriterDelete, TestTerms, TestHugeRamFile, 
TestPersistentSnapshotDeletionPolicy, TestMutableValues, Test2BSortedDocValues, 
TestDateFilter, TestPayloadExplanations, TestIndexWriterExceptions, 
TestTermRangeFilter, TestBoolean2, TestComplexExplanationsOfNonMatches, 
TestSearchAfter, TestLazyProxSkipping, TestSortRandom, TestCodecs, 
TestIntroSorter, TestNRTThreads, TestEliasFanoSequence, 
TestTopScoreDocCollector, TestExternalCodecs, TestFSTs, 
TestRecyclingByteBlockAllocator, TestHighCompressionMode, 
TestPerFieldPostingsFormat, TestPrefixCodedTerms, TestCollectionUtil, 
TestMultiDocValues, TestNumericTokenStream, TestBytesRefArray, TestSpans, 
TestDocIdSetBuilder, TestMockCharFilter, TestWeakIdentityMap, 
Test2BPostingsBytes, TestTryDelete, TestPhrasePrefixQuery, 
TestInPlaceMergeSorter, TestBroadWord, TestCharsRef, TestDocumentWriter, 
TestBooleanQueryVisitSubscorers, TestStressAdvance, TestDirectory, 
TestMultiLevelSkipList, TestSpanFirstQuery, TestPagedBytes, TestBytesStore, 
TestMinShouldMatch2, Nested1, TestIndexWriterThreadsToSegments, 
TestMultiFields, TestOrdinalMap, TestSumDocFreq, Nested1, 
TestSparseFixedBitDocIdSet, TestIndexableField, TestByteSlices, 
TestDocTermOrdsRewriteMethod, TestOmitTf, TestParallelLeafReader, 
TestStoredFieldsFormat, TestDocumentsWriterDeleteQueue, TestBinaryTerms, 
TestPayloadSpans, Test2BPositions, TestIndexSearcher, TestOfflineSorter, 
TestPositionIncrement, TestIndexWriterCommit, TestMixedCodecs, TestLock, 
TestSimpleAttributeImpl, TestSameScoresWithThreads, TestMatchAllDocsQuery, 
TestCloseableThreadLocal, TestSegmentMerger, TestIntBlockPool, TestCrash, 
TestSimilarityBase, TestPayloads, TestCompiledAutomaton, TestSmallFloat, 
TestDirectoryReader, TestRegexpQuery, TestPrefixFilter, 
TestAssertingTermVectorsFormat, TestEarlyTermination, TestRollback, TestBasics, 
TestMixedDocValuesUpdates, TestIndexWriterOutOfFileDescriptors, 
TestTieredMergePolicy, TestToken, TestBlockPostingsFormat, 
TestCompressingTermVectorsFormat, TestLongPostings, TestMinimize, 
TestRollingUpdates, TestSnapshotDeletionPolicy, TestLevenshteinAutomata, 
TestConsistentFieldNumbers, TestSimpleExplanations, 
TestCompressingStoredFieldsFormat, TestLockFactory, TestPhraseQuery, 
TestBagOfPositions, TestFixedBitSet, TestComplexExplanations, TestMockAnalyzer, 
TestIndexWriterNRTIsCurrent, TestMultiThreadTermVectors, TestPayloadTermQuery, 
TestNumericUtils, TestIndexWriterOnDiskFull, TestPostingsOffsets, TestFlex, 
TestSpanExplanations, TestMultiPhraseQuery, TestDeterminism, 
TestDocsAndPositions, TestMergeSchedulerExternal, TestFieldCacheRangeFilter, 
TestBagOfPostings, TestTermVectorsWriter, TestCharTermAttributeImpl, 
TestIndexInput, TestSloppyPhraseQuery2, TestForceMergeForever, 
TestQueryWrapperFilter, TestTermRangeQuery, TestCrashCausesCorruptIndex, 
TestMultiTermConstantScore, TestForTooMuchCloning, Nested, Nested, Nested, 
Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, 
Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, TestFuzzyQuery, 
TestWildcard, TestFieldMaskingSpanQuery, TestSimpleExplanationsOfNonMatches, 
TestTermVectors, TestSpansAdvanced2, TestPerSegmentDeletes, 
TestMultiValuedNumericRangeQuery, TestPrefixInBooleanQuery, 
TestSegmentTermEnum, TestUnicodeUtil, TestMaxTermFrequency, TestTermScorer, 
TestSentinelIntSet, TestWindowsMMap, TestPrefixRandom, TestPayloadsOnVectors, 
TestFieldValueFilter, TestSearchForDuplicates, TestPrefixQuery, TestDocIdSet, 
TestFilteredSearch, TestRecyclingIntBlockAllocator, TestMultiTermQueryRewrites, 
TestDateSort, TestIdentityHashSet, TestVirtualMethod, TestSimilarityProvider, 
TestFilterLeafReader, TestSearch, TestSpansAdvanced, TestSameTokenSamePosition, 
NestedSetupChain, NestedTeardownChain, TestTotalHitCountCollector, 
TestRamUsageEstimator, TestIndexWriterLockRelease, Nested1, TestAssertions, 
TestNot, TestVersion, TestReaderClosed, TestNGramPhraseQuery, TestTermdocPerf, 
TestTerm, TestNewestSegment, Test2BNumericDocValues, Test2BPagedBytes, 
TestPackedTokenAttributeImpl, TestAssertingNormsFormat, 
TestLucene50FieldInfoFormat, TestLucene50SegmentInfoFormat, 
TestLucene50StoredFieldsFormat, TestAllFilesHaveChecksumFooter, 
TestBinaryDocValuesUpdates, TestStressDeletes, FuzzyTermOnShortTermsTest, 
TestBooleanCoord, TestBooleanUnevenly, TestControlledRealTimeReopenThread, 
TestQueryRescorer, TestSortRescorer, TestSortedNumericSortField, 
TestSortedSetSelector, TestSortedSetSortField, TestFilterDirectory, 
TestNIOFSDirectory, TestRateLimitedDirectoryWrapper, TestRateLimiter, 
TestSimpleFSDirectory, TestCharsRefBuilder, TestLongBitSet, TestNotDocIdSet, 
TestStringHelper, TestAutomaton]
   [junit4] Completed on J0 in 6.61s, 42 tests, 1 error <<< FAILURES!

[...truncated 28 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:525: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:473: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build.xml:49: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1359: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:966: 
There were test failures: 404 suites, 3309 tests, 1 error, 62 ignored (52 
assumptions)

Total time: 26 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_40-ea-b09 -client 
-XX:+UseConcMarkSweepGC (asserts: false)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to