OK I reopened https://issues.apache.org/jira/browse/LUCENE-6745 for this ...
Mike McCandless http://blog.mikemccandless.com On Fri, Aug 21, 2015 at 9:51 AM, Michael McCandless <[email protected]> wrote: > Hmm, fun, this is a new test I just added, and I through only RAMDir > was buggy ... I'll dig. > > Mike McCandless > > http://blog.mikemccandless.com > > > On Fri, Aug 21, 2015 at 3:52 AM, Policeman Jenkins Server > <[email protected]> wrote: >> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2604/ >> Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC >> >> 1 tests failed. >> FAILED: org.apache.lucene.store.TestMultiMMap.testCloneThreadSafety >> >> Error Message: >> Captured an uncaught exception in thread: Thread[id=587, name=Thread-428, >> state=RUNNABLE, group=TGRP-TestMultiMMap] >> >> Stack Trace: >> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an >> uncaught exception in thread: Thread[id=587, name=Thread-428, >> state=RUNNABLE, group=TGRP-TestMultiMMap] >> at >> __randomizedtesting.SeedInfo.seed([F4E5EB2F2F531D5D:7603B17ACE521C97]:0) >> Caused by: java.lang.AssertionError: java.io.EOFException: seek past EOF: >> MMapIndexInput(path="/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/core/test/J1/temp/lucene.store.TestMultiMMap_F4E5EB2F2F531D5D-001/tempDir-005/randombytes") >> at __randomizedtesting.SeedInfo.seed([F4E5EB2F2F531D5D]:0) >> at >> org.apache.lucene.store.ByteBufferIndexInput.clone(ByteBufferIndexInput.java:259) >> at >> org.apache.lucene.store.ByteBufferIndexInput$MultiBufferImpl.clone(ByteBufferIndexInput.java:487) >> at >> org.apache.lucene.store.BaseDirectoryTestCase$1.run(BaseDirectoryTestCase.java:1200) >> Caused by: java.io.EOFException: seek past EOF: >> MMapIndexInput(path="/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/core/test/J1/temp/lucene.store.TestMultiMMap_F4E5EB2F2F531D5D-001/tempDir-005/randombytes") >> at >> org.apache.lucene.store.ByteBufferIndexInput.seek(ByteBufferIndexInput.java:174) >> at >> org.apache.lucene.store.ByteBufferIndexInput$MultiBufferImpl.seek(ByteBufferIndexInput.java:504) >> at >> org.apache.lucene.store.ByteBufferIndexInput.clone(ByteBufferIndexInput.java:257) >> ... 2 more >> >> >> >> >> Build Log: >> [...truncated 1150 lines...] >> [junit4] Suite: org.apache.lucene.store.TestMultiMMap >> [junit4] 2> aug 21, 2015 9:50:09 AM >> com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler >> uncaughtException >> [junit4] 2> WARNING: Uncaught exception in thread: >> Thread[Thread-428,5,TGRP-TestMultiMMap] >> [junit4] 2> java.lang.AssertionError: java.io.EOFException: seek past >> EOF: >> MMapIndexInput(path="/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/core/test/J1/temp/lucene.store.TestMultiMMap_F4E5EB2F2F531D5D-001/tempDir-005/randombytes") >> [junit4] 2> at >> __randomizedtesting.SeedInfo.seed([F4E5EB2F2F531D5D]:0) >> [junit4] 2> at >> org.apache.lucene.store.ByteBufferIndexInput.clone(ByteBufferIndexInput.java:259) >> [junit4] 2> at >> org.apache.lucene.store.ByteBufferIndexInput$MultiBufferImpl.clone(ByteBufferIndexInput.java:487) >> [junit4] 2> at >> org.apache.lucene.store.BaseDirectoryTestCase$1.run(BaseDirectoryTestCase.java:1200) >> [junit4] 2> Caused by: java.io.EOFException: seek past EOF: >> MMapIndexInput(path="/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/core/test/J1/temp/lucene.store.TestMultiMMap_F4E5EB2F2F531D5D-001/tempDir-005/randombytes") >> [junit4] 2> at >> org.apache.lucene.store.ByteBufferIndexInput.seek(ByteBufferIndexInput.java:174) >> [junit4] 2> at >> org.apache.lucene.store.ByteBufferIndexInput$MultiBufferImpl.seek(ByteBufferIndexInput.java:504) >> [junit4] 2> at >> org.apache.lucene.store.ByteBufferIndexInput.clone(ByteBufferIndexInput.java:257) >> [junit4] 2> ... 2 more >> [junit4] 2> >> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestMultiMMap >> -Dtests.method=testCloneThreadSafety -Dtests.seed=F4E5EB2F2F531D5D >> -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=Europe/Zurich >> -Dtests.asserts=true -Dtests.file.encoding=UTF-8 >> [junit4] ERROR 0.42s J1 | TestMultiMMap.testCloneThreadSafety <<< >> [junit4] > Throwable #1: >> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an >> uncaught exception in thread: Thread[id=587, name=Thread-428, >> state=RUNNABLE, group=TGRP-TestMultiMMap] >> [junit4] > at >> __randomizedtesting.SeedInfo.seed([F4E5EB2F2F531D5D:7603B17ACE521C97]:0) >> [junit4] > Caused by: java.lang.AssertionError: java.io.EOFException: >> seek past EOF: >> MMapIndexInput(path="/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/core/test/J1/temp/lucene.store.TestMultiMMap_F4E5EB2F2F531D5D-001/tempDir-005/randombytes") >> [junit4] > at >> __randomizedtesting.SeedInfo.seed([F4E5EB2F2F531D5D]:0) >> [junit4] > at >> org.apache.lucene.store.ByteBufferIndexInput.clone(ByteBufferIndexInput.java:259) >> [junit4] > at >> org.apache.lucene.store.ByteBufferIndexInput$MultiBufferImpl.clone(ByteBufferIndexInput.java:487) >> [junit4] > at >> org.apache.lucene.store.BaseDirectoryTestCase$1.run(BaseDirectoryTestCase.java:1200) >> [junit4] > Caused by: java.io.EOFException: seek past EOF: >> MMapIndexInput(path="/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build/core/test/J1/temp/lucene.store.TestMultiMMap_F4E5EB2F2F531D5D-001/tempDir-005/randombytes") >> [junit4] > at >> org.apache.lucene.store.ByteBufferIndexInput.seek(ByteBufferIndexInput.java:174) >> [junit4] > at >> org.apache.lucene.store.ByteBufferIndexInput$MultiBufferImpl.seek(ByteBufferIndexInput.java:504) >> [junit4] > at >> org.apache.lucene.store.ByteBufferIndexInput.clone(ByteBufferIndexInput.java:257) >> [junit4] > ... 2 more >> [junit4] 2> NOTE: test params are: codec=CheapBastard, >> sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=da, >> timezone=Europe/Zurich >> [junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80 >> (64-bit)/cpus=3,threads=1,free=95079392,total=238551040 >> [junit4] 2> NOTE: All tests run in this JVM: >> [TestScoreCachingWrappingScorer, TestBooleanCoord, TestMultiPhraseEnum, >> TestSpanFirstQuery, TestQueryRescorer, TestTopFieldCollector, >> TestOrdinalMap, Test2BSortedDocValuesOrds, TestDocumentWriter, TestDocument, >> TestFilterDirectory, TestNumericRangeQuery32, TestRollingBuffer, >> Test2BSortedDocValuesFixedSorted, TestForTooMuchCloning, >> TestLucene50DocValuesFormat, TestMultiValuedNumericRangeQuery, >> TestEarlyTermination, TestWildcardRandom, TestFilteredSearch, >> TestLazyProxSkipping, TestSpanSearchEquivalence, TestTerms, TestVersion, >> TestSpanNearQuery, TestMutableValues, TestSingleInstanceLockFactory, >> TestIndexSearcher, TestHighCompressionMode, TestTermRangeQuery, >> TestRegexpRandom2, TestNumericRangeQuery64, TestConstantScoreQuery, >> TestFieldMaskingSpanQuery, TestPayloadNearQuery, TestSentinelIntSet, >> TestNeedsScores, TestTermVectorsWriter, TestLSBRadixSorter, >> TestByteBlockPool, TestSearchForDuplicates, TestDateFilter, >> TestNIOFSDirectory, TestIndexWriterOnDiskFull, TestIndexInput, >> TestIndexWriterMergePolicy, TestBooleanOr, TestAutomatonQuery, >> TestCachingCollector, TestCodecUtil, TestMaxTermFrequency, TestNRTThreads, >> TestRateLimiter, TestNewestSegment, FiniteStringsIteratorTest, >> TestFieldCacheRewriteMethod, TestAddIndexes, >> TestPersistentSnapshotDeletionPolicy, TestLucene50CompoundFormat, >> TestPayloadsOnVectors, TestRollback, TestQueryWrapperFilter, >> TestPayloadScoreQuery, TestPositiveScoresOnlyCollector, TestPayloadBasics, >> TestIndexWriterForceMerge, TestStressAdvance, TestDoc, TestDateTools, >> TestBagOfPositions, TestBitDocIdSetBuilder, TestSloppyPhraseQuery, >> TestLucene50StoredFieldsFormat, TestMultiMMap] >> [junit4] Completed [195/411] on J1 in 4.20s, 53 tests, 1 error <<< >> FAILURES! >> >> [...truncated 708 lines...] >> BUILD FAILED >> /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:785: The following >> error occurred while executing this line: >> /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:729: The following >> error occurred while executing this line: >> /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following >> error occurred while executing this line: >> /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/build.xml:50: The >> following error occurred while executing this line: >> /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1451: >> The following error occurred while executing this line: >> /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1005: >> There were test failures: 411 suites, 3333 tests, 1 error, 51 ignored (47 >> assumptions) >> >> Total time: 6 minutes 23 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]
