Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13099/
Java: 32bit/jdk1.9.0-ea-b60 -client -XX:+UseSerialGC

1 tests failed.
FAILED:  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([8AC5BB922C58A944:CD73DDAF93C8CC65]:0)
        at 
org.apache.lucene.util.automaton.Operations.determinize(Operations.java:743)
        at 
org.apache.lucene.util.automaton.Operations.complement(Operations.java:291)
        at 
org.apache.lucene.util.automaton.Operations.minus(Operations.java:315)
        at 
org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:813)
        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:502)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        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:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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 1842 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestAutomaton
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestAutomaton 
-Dtests.method=testRandomFinite -Dtests.seed=8AC5BB922C58A944 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sk_SK 
-Dtests.timezone=Asia/Dili -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   5.32s J1 | 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([8AC5BB922C58A944:CD73DDAF93C8CC65]:0)
   [junit4]    >        at 
org.apache.lucene.util.automaton.Operations.determinize(Operations.java:743)
   [junit4]    >        at 
org.apache.lucene.util.automaton.Operations.complement(Operations.java:291)
   [junit4]    >        at 
org.apache.lucene.util.automaton.Operations.minus(Operations.java:315)
   [junit4]    >        at 
org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:813)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, 
docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, 
locale=sk_SK, timezone=Asia/Dili
   [junit4]   2> NOTE: Linux 3.13.0-54-generic i386/Oracle Corporation 1.9.0-ea 
(32-bit)/cpus=12,threads=1,free=86617304,total=165068800
   [junit4]   2> NOTE: All tests run in this JVM: [TestFileSwitchDirectory, 
TestPrefixInBooleanQuery, Test4GBStoredFields, TestNoDeletionPolicy, 
TestFieldValueQuery, Test2BPositions, TestSimilarity2, TestNRTCachingDirectory, 
TestFixedBitSet, TestPerFieldDocValuesFormat, TestNot, TestSortRandom, 
TestLucene53NormsFormat, TestNumericDocValuesUpdates, TestAddIndexes, 
TestCrash, TestIndexWriterExceptions2, TestByteSlices, TestTermVectorsWriter, 
TestPhrasePrefixQuery, TestCharTermAttributeImpl, TestDocTermOrdsRewriteMethod, 
TestOperations, TestCharsRefBuilder, TestIntroSorter, TestTermVectors, 
TestSubScorerFreqs, TestStringHelper, TestDateFilter, 
TestSameScoresWithThreads, TestRAMDirectory, TestSpanOrQuery, 
TestRoaringDocIdSet, TestFlushByRamOrCountsPolicy, TestManyFields, 
TestMathUtil, TestTermRangeQuery, TestDocumentWriter, TestLockFactory, 
TestSpanMultiTermQueryWrapper, TestDemoParallelLeafReader, TestPrefixRandom, 
TestNoMergeScheduler, TestPrefixCodedTerms, TestStressAdvance, 
TestBufferedChecksum, TestSpansEnum, TestWeakIdentityMap, 
TestElevationComparator, TestIndexWriterExceptions, TestSimilarity, 
TestBooleanQuery, TestReadOnlyIndex, TestSloppyPhraseQuery2, 
TestWildcardRandom, TestFastDecompressionMode, TestEarlyTermination, 
TestIndexWriterForceMerge, TestSimilarityProvider, Test2BPagedBytes, 
TestLogMergePolicy, TestBooleanMinShouldMatch, TestSearchAfter, 
TestPriorityQueue, TestQueryRescorer, TestCrashCausesCorruptIndex, 
TestStressIndexing2, TestDocumentsWriterStallControl, TestTransactions, 
TestSegmentTermDocs, TestPerFieldPostingsFormat2, TestDocValuesIndexing, 
TestHugeRamFile, TestDeterminizeLexicon, TestMergeSchedulerExternal, 
TestCodecs, TestThreadedForceMerge, TestStressNRT, TestFilteredQuery, 
TestNearSpansOrdered, TestQueryWrapperFilter, TestDocumentsWriterDeleteQueue, 
TestPayloadNearQuery, TestForTooMuchCloning, TestSpanSearchEquivalence, 
TestParallelTermEnum, TestConjunctions, TestDateSort, TestSmallFloat, 
TestFilterLeafReader, TestCachingTokenFilter, TestCharsRef, 
TestCachingCollector, TestAttributeSource, TestBooleanScorer, 
TestNoMergePolicy, TestIndexWriterLockRelease, TestBytesRef, TestAssertions, 
TestVersion, TestDocBoost, TestScoreCachingWrappingScorer, TestTermdocPerf, 
Test2BPostingsBytes, Test2BTerms, Test2BNumericDocValues, 
TestReusableStringReader, TestBlockPostingsFormat2, TestForUtil, 
TestLucene50CompoundFormat, TestLucene50StoredFieldsFormatHighCompression, 
TestLucene50TermVectorsFormat, TestFieldType, Test2BSortedDocValuesFixedSorted, 
Test2BSortedDocValuesOrds, TestAllFilesHaveChecksumFooter, TestCodecUtil, 
TestDocValues, TestDuelingCodecsAtNight, TestExceedMaxTermLength, 
TestFieldReuse, TestIndexReaderClose, TestIndexWriterDeleteByQuery, 
TestIndexWriterMaxDocs, TestIndexWriterOutOfFileDescriptors, 
TestIndexWriterThreadsToSegments, TestMergeRateLimiter, 
TestMixedDocValuesUpdates, TestNRTReaderCleanup, TestOrdinalMap, 
TestSegmentInfos, TestStressDeletes, TestTerms, TestTragicIndexWriterDeadlock, 
FuzzyTermOnShortTermsTest, TestBooleanCoord, TestConjunctionDISI, 
TestControlledRealTimeReopenThread, TestDocValuesRewriteMethod, 
TestIndexSearcher, TestLRUFilterCache, TestLRUQueryCache, TestNeedsScores, 
TestSortRescorer, TestSortedNumericSortField, TestSortedSetSortField, 
TestUsageTrackingFilterCachingPolicy, TestPayloadSpans, TestFilterSpans, 
TestSpanNotQuery, TestSpanTermQuery, TestFilterDirectory, TestMmapDirectory, 
TestRateLimiter, TestSimpleFSDirectory, TestSingleInstanceLockFactory, 
TestBytesRefArray, TestFixedBitDocIdSet, TestLongBitSet, TestNotDocIdSet, 
TestOfflineSorter, TestTimSorter, TestTimSorterWorstCase, TestAutomaton]
   [junit4] Completed [400/403] on J1 in 8.26s, 56 tests, 1 error <<< FAILURES!

[...truncated 21 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:536: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:484: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error 
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build.xml:50: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1444: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:999: 
There were test failures: 403 suites, 3270 tests, 1 error, 52 ignored (48 
assumptions)

Total time: 7 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
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