I committed a fix.

Mike McCandless

http://blog.mikemccandless.com


On Sun, Jun 22, 2014 at 6:12 AM, Michael McCandless
<[email protected]> wrote:
> Woops, new test, a bit too evil I guess, I'll dig.
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Sun, Jun 22, 2014 at 12:28 AM, Policeman Jenkins Server
> <[email protected]> wrote:
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10624/
>> Java: 64bit/jdk1.8.0_20-ea-b15 -XX:-UseCompressedOops -XX:+UseParallelGC
>>
>> 1 tests failed.
>> REGRESSION:  org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite
>>
>> Error Message:
>> Java heap space
>>
>> Stack Trace:
>> java.lang.OutOfMemoryError: Java heap space
>>         at 
>> __randomizedtesting.SeedInfo.seed([B0BE34D7DCF26980:F70852EA63620CA1]:0)
>>         at 
>> org.apache.lucene.util.automaton.MinimizationOperations.minimizeHopcroft(MinimizationOperations.java:97)
>>         at 
>> org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:51)
>>         at 
>> org.apache.lucene.util.automaton.TestAutomaton.randomNoOp(TestAutomaton.java:584)
>>         at 
>> org.apache.lucene.util.automaton.TestAutomaton.unionTerms(TestAutomaton.java:637)
>>         at 
>> org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:776)
>>         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:360)
>>         at 
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
>>         at 
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
>>         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)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 1691 lines...]
>>    [junit4] Suite: org.apache.lucene.util.automaton.TestAutomaton
>>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestAutomaton 
>> -Dtests.method=testRandomFinite -Dtests.seed=B0BE34D7DCF26980 
>> -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en 
>> -Dtests.timezone=CNT -Dtests.file.encoding=UTF-8
>>    [junit4] ERROR   80.7s J1 | TestAutomaton.testRandomFinite <<<
>>    [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
>>    [junit4]    >        at 
>> __randomizedtesting.SeedInfo.seed([B0BE34D7DCF26980:F70852EA63620CA1]:0)
>>    [junit4]    >        at 
>> org.apache.lucene.util.automaton.MinimizationOperations.minimizeHopcroft(MinimizationOperations.java:97)
>>    [junit4]    >        at 
>> org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:51)
>>    [junit4]    >        at 
>> org.apache.lucene.util.automaton.TestAutomaton.randomNoOp(TestAutomaton.java:584)
>>    [junit4]    >        at 
>> org.apache.lucene.util.automaton.TestAutomaton.unionTerms(TestAutomaton.java:637)
>>    [junit4]    >        at 
>> org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:776)
>>    [junit4]   2> NOTE: test params are: codec=Lucene41, 
>> sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=en, 
>> timezone=CNT
>>    [junit4]   2> NOTE: Linux 3.8.0-41-generic amd64/Oracle Corporation 
>> 1.8.0_20-ea (64-bit)/cpus=8,threads=1,free=457172192,total=477626368
>>    [junit4]   2> NOTE: All tests run in this JVM: [TestFieldValueFilter, 
>> TestSpanFirstQuery, TestQueryBuilder, TestParallelReaderEmptyIndex, 
>> TestCodecs, TestHugeRamFile, TestFieldsReader, TestMixedCodecs, 
>> TestIntroSorter, TestIntBlockPool, TestSpansAdvanced, TestPayloadSpans, 
>> TestMultiThreadTermVectors, TestPForDeltaDocIdSet, Nested1, 
>> TestDocTermOrdsRangeFilter, TestDemo, TestDocValuesFormat, 
>> TestTopDocsCollector, TestIndexWriterExceptions, TestTermRangeQuery, 
>> TestBooleanQuery, TestInPlaceMergeSorter, TestFieldMaskingSpanQuery, 
>> TestElevationComparator, TestControlledRealTimeReopenThread, 
>> TestIndexWriterNRTIsCurrent, TestStoredFieldsFormat, TestLock, 
>> TestMixedDocValuesUpdates, TestSameTokenSamePosition, 
>> TestFastCompressionMode, TestWeakIdentityMap, TestSumDocFreq, 
>> TestConjunctions, TestRecyclingIntBlockAllocator, TestCollectionUtil, 
>> TestMinimize, TestThreadedForceMerge, TestPerFieldPostingsFormat2, 
>> TestRecyclingByteBlockAllocator, TestIndexWriterOutOfMemory, TestMultiMMap, 
>> TestIndexWriterOutOfFileDescriptors, TestBinaryDocument, TestOmitNorms, 
>> TestTransactions, TestBoolean2, TestSimpleExplanationsOfNonMatches, 
>> TestMultiPhraseQuery, TestBagOfPostings, TestPostingsFormat, TestField, 
>> TestHighCompressionMode, TestBackwardsCompatibility, TestNoMergePolicy, 
>> TestIndexWriterWithThreads, TestVersion, TestIndexableField, 
>> Test4GBStoredFields, TestSmallFloat, TestSpanSearchEquivalence, 
>> TestTermVectors, TestQueryWrapperFilter, TestPerSegmentDeletes, TestFlex, 
>> TestDocumentWriter, TestDateFilter, TestDateSort, TestBooleanOr, 
>> TestCloseableThreadLocal, TestPerFieldDocValuesFormat, TestDeterminism, 
>> Test2BPostingsBytes, TestLogMergePolicy, TestParallelCompositeReader, 
>> TestDirectoryReaderReopen, TestIndexCommit, Test2BSortedDocValues, 
>> TestPayloadExplanations, TestPayloadNearQuery, TestSpans, 
>> TestScoreCachingWrappingScorer, TestNot, Test2BNumericDocValues, 
>> TestPackedInts, TestBitVector, TestPositionIncrement, TestDocBoost, 
>> TestEarlyTermination, TestLucene40StoredFieldsFormat, TestMultiDocValues, 
>> TestIdentityHashSet, TestBufferedIndexInput, TestDisjunctionMaxQuery, 
>> Test2BTerms, TestPrefixRandom, TestRegexpRandom2, TestAddIndexes, 
>> TestBooleanQueryVisitSubscorers, TestLookaheadTokenFilter, 
>> TestDeletionPolicy, TestIndexWriterDelete, TestDuelingCodecs, 
>> TestConcurrentMergeScheduler, TestNeverDelete, TestTopDocsMerge, 
>> TestDocTermOrdsRewriteMethod, TestIndexWriterUnicode, 
>> TestIndexWriterForceMerge, TestPerFieldPostingsFormat, TestTermsEnum, 
>> TestOmitPositions, TestIndexInput, TestFilteredQuery, 
>> TestDocumentsWriterDeleteQueue, TestScorerPerf, TestCachingTokenFilter, 
>> TestCharsRef, TestCachingCollector, NestedSetupChain, NestedTeardownChain, 
>> TestAttributeSource, TestRamUsageEstimator, TestNamedSPILoader, 
>> TestPhrasePrefixQuery, Nested1, TestRollback, TestTwoPhaseCommitTool, 
>> TestMockCharFilter, TestPrefixFilter, TestReaderClosed, TestIntsRef, 
>> TestTermdocPerf, TestTopScoreDocCollector, TestByteArrayDataInput, 
>> Test2BPagedBytes, TestLucene41StoredFieldsFormat, 
>> TestLucene49DocValuesFormat, TestDocInverterPerFieldErrorInfo, 
>> TestIndexReaderClose, TestIndexWriterExceptions2, TestOrdinalMap, TestTerms, 
>> TestTryDelete, TestBooleanCoord, TestMinShouldMatch2, 
>> TestSortedNumericSortField, TestSortedSetSelector, TestSortedSetSortField, 
>> TestBufferedChecksum, TestFilterDirectory, TestNIOFSDirectory, 
>> TestRateLimitedDirectoryWrapper, TestRateLimiter, TestBroadWord, 
>> TestMathUtil, TestMergedIterator, TestOfflineSorter, TestSloppyMath, 
>> TestTimSorter, TestWAH8DocIdSet, TestAutomaton]
>>    [junit4] Completed on J1 in 81.18s, 42 tests, 1 error <<< FAILURES!
>>
>> [...truncated 24 lines...]
>>    [junit4] JVM J1: stdout was not empty, see: 
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test/temp/junit4-J1-20140622_040328_102.sysout
>>    [junit4] >>> JVM J1: stdout (verbatim) ----
>>    [junit4] java.lang.OutOfMemoryError: Java heap space
>>    [junit4] Dumping heap to 
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/heapdumps/java_pid4628.hprof
>>  ...
>>    [junit4] Heap dump file created [439999264 bytes in 1.951 secs]
>>    [junit4] <<< JVM J1: EOF ----
>>
>> [...truncated 13 lines...]
>> BUILD FAILED
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The 
>> following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The 
>> following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The 
>> following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The 
>> following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:49: The 
>> following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296:
>>  The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920:
>>  There were test failures: 401 suites, 3341 tests, 1 error, 129 ignored (118 
>> assumptions)
>>
>> Total time: 24 minutes 40 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Description set: Java: 64bit/jdk1.8.0_20-ea-b15 -XX:-UseCompressedOops 
>> -XX:+UseParallelGC
>> 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]

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

Reply via email to