I committed a fix ... just made it less evil.

Mike McCandless

http://blog.mikemccandless.com


On Mon, May 5, 2014 at 6:31 AM, Michael McCandless
<[email protected]> wrote:
> I'll dig; new test is a bit too evil maybe.
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Sun, May 4, 2014 at 8:50 PM, Policeman Jenkins Server
> <[email protected]> wrote:
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10235/
>> Java: 64bit/jdk1.8.0_05 -XX:-UseCompressedOops -XX:+UseSerialGC
>>
>> 1 tests failed.
>> REGRESSION:  
>> org.apache.lucene.util.automaton.TestSpecialOperations.testRandomFiniteStrings1
>>
>> Error Message:
>> Java heap space
>>
>> Stack Trace:
>> java.lang.OutOfMemoryError: Java heap space
>>         at 
>> __randomizedtesting.SeedInfo.seed([ABAEEBA9E093555D:F6823618192CFEF3]:0)
>>         at 
>> org.apache.lucene.util.automaton.MinimizationOperations$StateList.add(MinimizationOperations.java:229)
>>         at 
>> org.apache.lucene.util.automaton.MinimizationOperations.minimizeHopcroft(MinimizationOperations.java:116)
>>         at 
>> org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:54)
>>         at 
>> org.apache.lucene.util.automaton.Automaton.minimize(Automaton.java:774)
>>         at 
>> org.apache.lucene.util.automaton.TestSpecialOperations.testRandomFiniteStrings1(TestSpecialOperations.java:113)
>>         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.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: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)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 475 lines...]
>>    [junit4] Suite: org.apache.lucene.util.automaton.TestSpecialOperations
>>    [junit4]   2> NOTE: reproduce with: ant test  
>> -Dtestcase=TestSpecialOperations -Dtests.method=testRandomFiniteStrings1 
>> -Dtests.seed=ABAEEBA9E093555D -Dtests.multiplier=3 -Dtests.slow=true 
>> -Dtests.locale=es_BO -Dtests.timezone=America/Buenos_Aires 
>> -Dtests.file.encoding=UTF-8
>>    [junit4] ERROR   20.9s J1 | 
>> TestSpecialOperations.testRandomFiniteStrings1 <<<
>>    [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
>>    [junit4]    >        at 
>> __randomizedtesting.SeedInfo.seed([ABAEEBA9E093555D:F6823618192CFEF3]:0)
>>    [junit4]    >        at 
>> org.apache.lucene.util.automaton.MinimizationOperations$StateList.add(MinimizationOperations.java:229)
>>    [junit4]    >        at 
>> org.apache.lucene.util.automaton.MinimizationOperations.minimizeHopcroft(MinimizationOperations.java:116)
>>    [junit4]    >        at 
>> org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:54)
>>    [junit4]    >        at 
>> org.apache.lucene.util.automaton.Automaton.minimize(Automaton.java:774)
>>    [junit4]    >        at 
>> org.apache.lucene.util.automaton.TestSpecialOperations.testRandomFiniteStrings1(TestSpecialOperations.java:113)
>>    [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, 
>> sim=DefaultSimilarity, locale=es_BO, timezone=America/Buenos_Aires
>>    [junit4]   2> NOTE: Linux 3.8.0-39-generic amd64/Oracle Corporation 
>> 1.8.0_05 (64-bit)/cpus=8,threads=1,free=438885384,total=518979584
>>    [junit4]   2> NOTE: All tests run in this JVM: 
>> [TestCrashCausesCorruptIndex, TestSpanExplanationsOfNonMatches, 
>> TestDocInverterPerFieldErrorInfo, TestTermVectorsFormat, TestHugeRamFile, 
>> TestSubScorerFreqs, TestIndexReaderClose, TestDocCount, 
>> TestVersionComparator, TestSpanMultiTermQueryWrapper, TestEliasFanoDocIdSet, 
>> TestBooleanQuery, TestDoubleBarrelLRUCache, TestBooleanOr, 
>> TestIndexWriterExceptions, TestDocIdSet, TestTransactions, 
>> TestSimpleSearchEquivalence, TestOmitPositions, TestNoMergeScheduler, 
>> TestBackwardsCompatibility, TestPrefixQuery, TestDateTools, 
>> TestLongPostings, TestNGramPhraseQuery, Nested, Nested2, 
>> TestAttributeSource, TestDocValuesIndexing, 
>> TestMultiValuedNumericRangeQuery, TestFieldCache, TestSimilarityProvider, 
>> Test2BNumericDocValues, TestCodecHoldsOpenFiles, TestIntsRef, 
>> TestIndexWriterOutOfFileDescriptors, TestBlockPostingsFormat, 
>> TestConjunctions, TestSmallFloat, TestSpecialOperations]
>>    [junit4] Completed on J1 in 21.60s, 10 tests, 1 error <<< FAILURES!
>>
>> [...truncated 1121 lines...]
>>    [junit4] JVM J1: stdout was not empty, see: 
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test/temp/junit4-J1-20140505_003442_904.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_pid4093.hprof
>>  ...
>>    [junit4] Heap dump file created [559156529 bytes in 3.273 secs]
>>    [junit4] <<< JVM J1: EOF ----
>>
>> [...truncated 9 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: 394 suites, 3079 tests, 1 error, 94 ignored (84 
>> assumptions)
>>
>> Total time: 15 minutes 52 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Description set: Java: 64bit/jdk1.8.0_05 -XX:-UseCompressedOops 
>> -XX:+UseSerialGC
>> 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]

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

Reply via email to