I committed a fix to the test, so we see the IW infoStream next time ...

Mike McCandless

http://blog.mikemccandless.com


On Sat, Aug 29, 2015 at 10:47 AM, Policeman Jenkins Server
<[email protected]> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5213/
> Java: 32bit/jdk1.8.0_60 -server -XX:+UseSerialGC
>
> 1 tests failed.
> FAILED:  org.apache.lucene.store.TestSleepingLockWrapper.testStressLocks
>
> Error Message:
> Captured an uncaught exception in thread: Thread[id=988, name=Thread-809, 
> state=RUNNABLE, group=TGRP-TestSleepingLockWrapper]
>
> Stack Trace:
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=988, name=Thread-809, state=RUNNABLE, 
> group=TGRP-TestSleepingLockWrapper]
>         at 
> __randomizedtesting.SeedInfo.seed([6A5623D9EFE7C432:34676D24F34B0C54]:0)
> Caused by: java.lang.AssertionError: hit unexpected NoSuchFileException: 
> file=_7.cfs
>         at __randomizedtesting.SeedInfo.seed([6A5623D9EFE7C432]:0)
>         at 
> org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:750)
>         at 
> org.apache.lucene.index.IndexFileDeleter.deletePendingFiles(IndexFileDeleter.java:528)
>         at 
> org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:636)
>         at 
> org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:377)
>         at 
> org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:574)
>         at 
> org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3006)
>         at 
> org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
>         at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1066)
>         at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1109)
>         at 
> org.apache.lucene.store.BaseLockFactoryTestCase$WriterThread.run(BaseLockFactoryTestCase.java:249)
>
>
>
>
> Build Log:
> [...truncated 1142 lines...]
>    [junit4] Suite: org.apache.lucene.store.TestSleepingLockWrapper
>    [junit4]   2> ago 29, 2015 11:44:15 PM 
> com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
>  uncaughtException
>    [junit4]   2> WARNING: Uncaught exception in thread: 
> Thread[Thread-809,5,TGRP-TestSleepingLockWrapper]
>    [junit4]   2> java.lang.AssertionError: hit unexpected 
> NoSuchFileException: file=_7.cfs
>    [junit4]   2>        at 
> __randomizedtesting.SeedInfo.seed([6A5623D9EFE7C432]:0)
>    [junit4]   2>        at 
> org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:750)
>    [junit4]   2>        at 
> org.apache.lucene.index.IndexFileDeleter.deletePendingFiles(IndexFileDeleter.java:528)
>    [junit4]   2>        at 
> org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:636)
>    [junit4]   2>        at 
> org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:377)
>    [junit4]   2>        at 
> org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:574)
>    [junit4]   2>        at 
> org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3006)
>    [junit4]   2>        at 
> org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
>    [junit4]   2>        at 
> org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1066)
>    [junit4]   2>        at 
> org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1109)
>    [junit4]   2>        at 
> org.apache.lucene.store.BaseLockFactoryTestCase$WriterThread.run(BaseLockFactoryTestCase.java:249)
>    [junit4]   2>
>    [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestSleepingLockWrapper -Dtests.method=testStressLocks 
> -Dtests.seed=6A5623D9EFE7C432 -Dtests.slow=true -Dtests.locale=es_PY 
> -Dtests.timezone=Asia/Ulan_Bator -Dtests.asserts=true 
> -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   2.36s J0 | TestSleepingLockWrapper.testStressLocks <<<
>    [junit4]    > Throwable #1: 
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=988, name=Thread-809, state=RUNNABLE, 
> group=TGRP-TestSleepingLockWrapper]
>    [junit4]    >        at 
> __randomizedtesting.SeedInfo.seed([6A5623D9EFE7C432:34676D24F34B0C54]:0)
>    [junit4]    > Caused by: java.lang.AssertionError: hit unexpected 
> NoSuchFileException: file=_7.cfs
>    [junit4]    >        at 
> __randomizedtesting.SeedInfo.seed([6A5623D9EFE7C432]:0)
>    [junit4]    >        at 
> org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:750)
>    [junit4]    >        at 
> org.apache.lucene.index.IndexFileDeleter.deletePendingFiles(IndexFileDeleter.java:528)
>    [junit4]    >        at 
> org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:636)
>    [junit4]    >        at 
> org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:377)
>    [junit4]    >        at 
> org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:574)
>    [junit4]    >        at 
> org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3006)
>    [junit4]    >        at 
> org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
>    [junit4]    >        at 
> org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1066)
>    [junit4]    >        at 
> org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1109)
>    [junit4]    >        at 
> org.apache.lucene.store.BaseLockFactoryTestCase$WriterThread.run(BaseLockFactoryTestCase.java:249)
>    [junit4]   2> NOTE: test params are: codec=CheapBastard, 
> sim=DefaultSimilarity, locale=es_PY, timezone=Asia/Ulan_Bator
>    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_60 
> (32-bit)/cpus=3,threads=1,free=55987480,total=76664832
>    [junit4]   2> NOTE: All tests run in this JVM: [TestSpanContainQuery, 
> TestMaxTermFrequency, TestSegmentTermDocs, TestScoreCachingWrappingScorer, 
> TestTermVectorsReader, TestOperations, TestMultiPhraseEnum, 
> TestShardSearching, TestWildcard, Test2BSortedDocValuesOrds, TestWindowsMMap, 
> TestAttributeSource, TestDirectoryReaderReopen, TestStressDeletes, 
> TestLiveFieldValues, TestPackedTokenAttributeImpl, 
> TestLucene50CompoundFormat, TestTermdocPerf, TestTermVectorsWriter, 
> TestNorms, TestFSTs, TestSameTokenSamePosition, TestRegexpRandom2, 
> TestNotDocIdSet, TestIndexWriterLockRelease, TestEarlyTermination, 
> TestIndexWriterOnDiskFull, TestLSBRadixSorter, TestNRTReaderWithThreads, 
> TestOfflineSorter, TestVersion, TestIndexWriterOnJRECrash, 
> TestAutomatonQuery, TestMaxPosition, TestRecyclingByteBlockAllocator, 
> TestNewestSegment, TestDuelingCodecs, TestMultiDocValues, TestFieldReuse, 
> TestReusableStringReader, TestComplexExplanationsOfNonMatches, 
> TestLucene50DocValuesFormat, TestSparseFixedBitDocIdSet, TestDateTools, 
> TestMinimize, TestSimpleExplanations, TestRamUsageEstimator, 
> TestComplexExplanations, TestSloppyPhraseQuery2, 
> TestRecyclingIntBlockAllocator, TestIndexWriterMaxDocs, TestHugeRamFile, 
> TestBagOfPositions, TestDocIdSet, TestInfoStream, TestSimilarity, 
> TestLucene53NormsFormat, TestDocument, TestPositionIncrement, 
> TestDocsAndPositions, TestSimpleAttributeImpl, TestTerm, 
> TestIndexWriterFromReader, TestByteSlices, TestUTF32ToUTF8, TestNot, 
> TestCharTermAttributeImpl, TestBytesRefHash, TestIndexWriterMerging, 
> TestTransactions, TestExceedMaxTermLength, TestTopDocsMerge, TestRegexpQuery, 
> TestIndexWriterWithThreads, Test2BNumericDocValues, TestSearch, 
> TestFlushByRamOrCountsPolicy, TestBinaryDocument, TestCompiledAutomaton, 
> TestPerSegmentDeletes, TestCharsRefBuilder, TestRollingUpdates, 
> TestParallelTermEnum, TestOmitPositions, TestSleepingLockWrapper]
>    [junit4] Completed [192/401] on J0 in 11.68s, 6 tests, 1 error <<< 
> FAILURES!
>
> [...truncated 670 lines...]
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:775: The 
> following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:719: The 
> following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The 
> following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\build.xml:50:
>  The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1432:
>  The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:987:
>  There were test failures: 401 suites, 3227 tests, 1 error, 55 ignored (51 
> assumptions)
>
> Total time: 6 minutes 9 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> 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