I think this is really https://issues.apache.org/jira/browse/LUCENE-4182 ?
It seemed to be triggered several times before by NGramTokenizer with crazy params: e.g. "large docs". So maybe this test is provoking it too for the same reason. I've never been able to reproduce these fails. On Sun, Oct 14, 2012 at 11:50 PM, Apache Jenkins Server <[email protected]> wrote: > Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/63/ > > 1 tests failed. > REGRESSION: org.apache.lucene.index.TestBagOfPositions.test > > Error Message: > Captured an uncaught exception in thread: Thread[id=644, name=Thread-561, > state=RUNNABLE, group=TGRP-TestBagOfPositions] > > Stack Trace: > com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an > uncaught exception in thread: Thread[id=644, name=Thread-561, state=RUNNABLE, > group=TGRP-TestBagOfPositions] > Caused by: java.lang.AssertionError: ram was 33879456 expected: 33851840 > flush mem: 18092896 activeMem: 15786560 pendingMem: 0 flushingMem: 3 > blockedMem: 0 peakDeltaMem: 99136 > at __randomizedtesting.SeedInfo.seed([11A534B74B63930E]:0) > at > org.apache.lucene.index.DocumentsWriterFlushControl.assertMemory(DocumentsWriterFlushControl.java:114) > at > org.apache.lucene.index.DocumentsWriterFlushControl.doAfterDocument(DocumentsWriterFlushControl.java:181) > at > org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:384) > at > org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1443) > at > org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1122) > at > org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:201) > at > org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:160) > at > org.apache.lucene.index.TestBagOfPositions$1.run(TestBagOfPositions.java:110) > > > > > Build Log: > [...truncated 420 lines...] > [junit4:junit4] Suite: org.apache.lucene.index.TestBagOfPositions > [junit4:junit4] 2> NOTE: download the large Jenkins line-docs file by > running 'ant get-jenkins-line-docs' in the lucene directory. > [junit4:junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestBagOfPositions -Dtests.method=test > -Dtests.seed=11A534B74B63930E -Dtests.multiplier=3 -Dtests.nightly=true > -Dtests.slow=true > -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt > -Dtests.locale=fi -Dtests.timezone=Africa/Conakry > -Dtests.file.encoding=ISO-8859-1 > [junit4:junit4] ERROR 206s J0 | TestBagOfPositions.test <<< > [junit4:junit4] > Throwable #1: > com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an > uncaught exception in thread: Thread[id=644, name=Thread-561, state=RUNNABLE, > group=TGRP-TestBagOfPositions] > [junit4:junit4] > Caused by: java.lang.AssertionError: ram was 33879456 > expected: 33851840 flush mem: 18092896 activeMem: 15786560 pendingMem: 0 > flushingMem: 3 blockedMem: 0 peakDeltaMem: 99136 > [junit4:junit4] > at > __randomizedtesting.SeedInfo.seed([11A534B74B63930E]:0) > [junit4:junit4] > at > org.apache.lucene.index.DocumentsWriterFlushControl.assertMemory(DocumentsWriterFlushControl.java:114) > [junit4:junit4] > at > org.apache.lucene.index.DocumentsWriterFlushControl.doAfterDocument(DocumentsWriterFlushControl.java:181) > [junit4:junit4] > at > org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:384) > [junit4:junit4] > at > org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1443) > [junit4:junit4] > at > org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1122) > [junit4:junit4] > at > org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:201) > [junit4:junit4] > at > org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:160) > [junit4:junit4] > at > org.apache.lucene.index.TestBagOfPositions$1.run(TestBagOfPositions.java:110) > [junit4:junit4] > Throwable #2: > com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an > uncaught exception in thread: Thread[id=643, name=Thread-560, state=RUNNABLE, > group=TGRP-TestBagOfPositions] > [junit4:junit4] > Caused by: java.lang.AssertionError: ram was 33879456 > expected: 33851840 flush mem: 18092896 activeMem: 15786560 pendingMem: 0 > flushingMem: 3 blockedMem: 0 peakDeltaMem: 99136 > [junit4:junit4] > at > __randomizedtesting.SeedInfo.seed([11A534B74B63930E]:0) > [junit4:junit4] > at > org.apache.lucene.index.DocumentsWriterFlushControl.assertMemory(DocumentsWriterFlushControl.java:114) > [junit4:junit4] > at > org.apache.lucene.index.DocumentsWriterFlushControl.doAfterDocument(DocumentsWriterFlushControl.java:181) > [junit4:junit4] > at > org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:384) > [junit4:junit4] > at > org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1443) > [junit4:junit4] > at > org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1122) > [junit4:junit4] > at > org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:201) > [junit4:junit4] > at > org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:160) > [junit4:junit4] > at > org.apache.lucene.index.TestBagOfPositions$1.run(TestBagOfPositions.java:110) > [junit4:junit4] 2> NOTE: test params are: codec=Lucene41: > {field=PostingsFormat(name=SimpleText)}, > sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {field=DFR I(ne)B1}, > locale=fi, timezone=Africa/Conakry > [junit4:junit4] 2> NOTE: FreeBSD 9.0-RELEASE amd64/Sun Microsystems Inc. > 1.6.0_32 (64-bit)/cpus=16,threads=1,free=59768416,total=212926464 > [junit4:junit4] 2> NOTE: All tests run in this JVM: > [TestCachingTokenFilter, TestNGramPhraseQuery, TestMockCharFilter, > TestSpanMultiTermQueryWrapper, TestPriorityQueue, TestMockDirectoryWrapper, > TestIndexWriterExceptions, TestIOUtils, TestSegmentReader, > TestLevenshteinAutomata, TestRollingBuffer, TestCustomSearcherSort, > ThrowInUncaught, Test2BTerms, TestDemo, TestFlushByRamOrCountsPolicy, > TestArrayUtil, TestBooleanScorer, TestIndexWriterNRTIsCurrent, > TestBooleanQueryVisitSubscorers, TestSegmentTermEnum, TestIndexWriterCommit, > TestCopyBytes, TestSloppyPhraseQuery, TestSort, TestTieredMergePolicy, > TestTimeLimitingCollector, TestExplanations, TestBagOfPositions] > [junit4:junit4] Completed on J0 in 206.52s, 1 test, 1 error <<< FAILURES! > > [...truncated 795 lines...] > BUILD FAILED > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:38: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build.xml:49: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1143: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:816: > There were test failures: 317 suites, 1819 tests, 1 error, 13 ignored (3 > assumptions) > > Total time: 45 minutes 41 seconds > Build step 'Invoke Ant' marked build as failure > 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]
