I committed a fix.

Mike McCandless

http://blog.mikemccandless.com


On Tue, Nov 4, 2014 at 4:38 PM, Policeman Jenkins Server
<[email protected]> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11405/
> Java: 64bit/jdk1.8.0_20 -XX:+UseCompressedOops -XX:+UseSerialGC (asserts: 
> true)
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.index.TestTermsEnum2.testFiniteVersusInfinite
>
> 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([E864231BA9B21AFC:E7E8B9EE1ADA3109]:0)
>         at 
> org.apache.lucene.util.automaton.Operations.determinize(Operations.java:739)
>         at 
> org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:138)
>         at 
> org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:32)
>         at 
> org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:203)
>         at 
> org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:104)
>         at 
> org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:96)
>         at 
> org.apache.lucene.search.AutomatonQuery.<init>(AutomatonQuery.java:67)
>         at 
> org.apache.lucene.index.TestTermsEnum2.testFiniteVersusInfinite(TestTermsEnum2.java:105)
>         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:483)
>         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 1329 lines...]
>    [junit4] Suite: org.apache.lucene.index.TestTermsEnum2
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestTermsEnum2 
> -Dtests.method=testFiniteVersusInfinite -Dtests.seed=E864231BA9B21AFC 
> -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de_LU 
> -Dtests.timezone=MIT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
>    [junit4] ERROR   0.15s J0 | TestTermsEnum2.testFiniteVersusInfinite <<<
>    [junit4]    > Throwable #1: 
> org.apache.lucene.util.automaton.TooComplexToDeterminizeException: 
> Determinizing automaton would result in more than 10000 states.
>    [junit4]    >        at 
> __randomizedtesting.SeedInfo.seed([E864231BA9B21AFC:E7E8B9EE1ADA3109]:0)
>    [junit4]    >        at 
> org.apache.lucene.util.automaton.Operations.determinize(Operations.java:739)
>    [junit4]    >        at 
> org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:138)
>    [junit4]    >        at 
> org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:32)
>    [junit4]    >        at 
> org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:203)
>    [junit4]    >        at 
> org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:104)
>    [junit4]    >        at 
> org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:96)
>    [junit4]    >        at 
> org.apache.lucene.search.AutomatonQuery.<init>(AutomatonQuery.java:67)
>    [junit4]    >        at 
> org.apache.lucene.index.TestTermsEnum2.testFiniteVersusInfinite(TestTermsEnum2.java:105)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
> {field=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, 
> sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=de_LU, 
> timezone=MIT
>    [junit4]   2> NOTE: Linux 3.13.0-39-generic amd64/Oracle Corporation 
> 1.8.0_20 (64-bit)/cpus=8,threads=1,free=79922616,total=262995968
>    [junit4]   2> NOTE: All tests run in this JVM: [TestSameScoresWithThreads, 
> TestCachingTokenFilter, TestWindowsMMap, TestInPlaceMergeSorter, TestFSTs, 
> TestFastDecompressionMode, TestPersistentSnapshotDeletionPolicy, 
> TestRecyclingIntBlockAllocator, TestSegmentMerger, TestSimilarityBase, 
> TestLazyProxSkipping, TestConjunctions, TestAssertingTermVectorsFormat, 
> TestBytesStore, TestSpanFirstQuery, TestPayloadExplanations, 
> TestSpanExplanations, TestAddIndexes, TestEliasFanoDocIdSet, TestFuzzyQuery, 
> TestDemo, TestSegmentTermDocs, TestSearchWithThreads, TestIndexableField, 
> TestMixedCodecs, TestHighCompressionMode, TestBroadWord, 
> TestMaxTermFrequency, TestIndexWriterOutOfFileDescriptors, 
> TestPrefixCodedTerms, TestBlockPostingsFormat3, 
> TestDocumentsWriterDeleteQueue, TestHugeRamFile, TestIndexWriterDelete, 
> TestDocInverterPerFieldErrorInfo, Nested, Nested, Nested, Nested, Nested, 
> Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, 
> Nested, Nested, Nested, Nested, Nested, Nested, Nested, TestStressDeletes, 
> TestDocBoost, TestTopScoreDocCollector, TestFieldValueFilter, TestTermsEnum, 
> TestTopDocsMerge, TestSegmentReader, TestControlledRealTimeReopenThread, 
> TestReaderClosed, TestSpans, TestElevationComparator, 
> FuzzyTermOnShortTermsTest, TestCharsRef, TestScoreCachingWrappingScorer, 
> TestCachingWrapperFilter, TestNumericTokenStream, TestSearchForDuplicates, 
> TestWildcard, TestMixedDocValuesUpdates, Before3, Before3, 
> TestBinaryDocument, TestSimpleAttributeImpl, Test2BPagedBytes, 
> TestBlockPostingsFormat, TestEarlyTermination, TestAttributeSource, 
> TestUniqueTermCount, TestNumericDocValuesUpdates, TestIndexWriter, 
> TestPrefixFilter, TestSearcherManager, TestSizeBoundedForceMerge, 
> TestBytesRefArray, TestSmallFloat, TestLongBitSet, TestStoredFieldsFormat, 
> TestExitableDirectoryReader, TestSpansAdvanced, TestOmitTf, 
> TestTermRangeFilter, TestSortRescorer, TestAssertions, TestTerms, Nested1, 
> TestRecyclingByteBlockAllocator, Test2BSortedDocValues, 
> TestIndexWriterUnicode, TestPackedInts, TestDirectoryReader, 
> TestLucene50StoredFieldsFormat, TestMultiLevelSkipList, TestSumDocFreq, 
> TestIntBlockPool, TestMatchAllDocsQuery, TestRamUsageEstimator, 
> TestThreadedForceMerge, TestMinShouldMatch2, TestBinaryTerms, 
> TestIdentityHashSet, TestParallelLeafReader, TestPagedBytes, TestCrash, 
> TestIndexWriterOutOfMemory, TestBooleanQueryVisitSubscorers, 
> TestIndexWriterExceptions, TestSameTokenSamePosition, 
> TestPerFieldDocValuesFormat, TestIndexWriterReader, 
> TestCompressingTermVectorsFormat, TestDuelingCodecs, TestStressAdvance, 
> TestTimeLimitingCollector, TestDocumentsWriterStallControl, TestLongPostings, 
> TestMinimize, TestRollingUpdates, TestNRTReaderWithThreads, 
> TestTieredMergePolicy, TestConsistentFieldNumbers, 
> TestDocTermOrdsRangeFilter, TestCompressingStoredFieldsFormat, 
> TestComplexExplanations, TestMockAnalyzer, TestNRTCachingDirectory, 
> TestParallelCompositeReader, TestIndexWriterNRTIsCurrent, 
> TestFieldCacheRewriteMethod, TestMultiThreadTermVectors, 
> TestPerFieldPostingsFormat2, TestSort, TestMultiDocValues, TestToken, 
> TestCustomSearcherSort, TestDocValuesIndexing, TestPostingsFormat, 
> TestPayloadTermQuery, TestBooleanMinShouldMatch, TestTermsEnum2]
>    [junit4] Completed on J0 in 2.04s, 4 tests, 1 error <<< FAILURES!
>
> [...truncated 471 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, 3307 tests, 1 error, 63 ignored (53 
> assumptions)
>
> Total time: 25 minutes 38 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 64bit/jdk1.8.0_20 
> -XX:+UseCompressedOops -XX:+UseSerialGC (asserts: true)
> 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