I committed a fix. Mike McCandless
http://blog.mikemccandless.com On Sat, Aug 30, 2014 at 1:48 AM, <[email protected]> wrote: > Build: builds.flonkings.com/job/Lucene-trunk-Linux-Java7-64-test-only/93663/ > > 3 tests failed. > REGRESSION: > org.apache.lucene.codecs.lucene40.TestLucene40DocValuesFormat.testMergeStability > > Error Message: > expected:<{gen=36, null=134, fdx=5962, fdt=774, fnm=207, cfs=8015, cfe=181}> > but was:<{gen=36, null=134, fdx=5962, fdt=774, idx=1245, fnm=207, cfs=8015, > cfe=181}> > > Stack Trace: > java.lang.AssertionError: expected:<{gen=36, null=134, fdx=5962, fdt=774, > fnm=207, cfs=8015, cfe=181}> but was:<{gen=36, null=134, fdx=5962, fdt=774, > idx=1245, fnm=207, cfs=8015, cfe=181}> > at > __randomizedtesting.SeedInfo.seed([E296A51CDF97FEF3:96DAE333D27DFC45]:0) > at org.junit.Assert.fail(Assert.java:93) > at org.junit.Assert.failNotEquals(Assert.java:647) > at org.junit.Assert.assertEquals(Assert.java:128) > at org.junit.Assert.assertEquals(Assert.java:147) > at > org.apache.lucene.index.BaseIndexFileFormatTestCase.testMergeStability(BaseIndexFileFormatTestCase.java:195) > at > org.apache.lucene.index.BaseDocValuesFormatTestCase.testMergeStability(BaseDocValuesFormatTestCase.java:72) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > 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:365) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) > 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) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) > at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) > at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) > at > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) > at java.lang.Thread.run(Thread.java:745) > > > REGRESSION: org.apache.lucene.index.TestDocValuesFormat.testMergeStability > > Error Message: > expected:<{null=134, fdx=5962, cfe=181, gen=36, fdt=774, cfs=8015, fnm=207}> > but was:<{null=134, fdx=5962, cfe=181, gen=36, fdt=774, cfs=8015, idx=1245, > fnm=207}> > > Stack Trace: > java.lang.AssertionError: expected:<{null=134, fdx=5962, cfe=181, gen=36, > fdt=774, cfs=8015, fnm=207}> but was:<{null=134, fdx=5962, cfe=181, gen=36, > fdt=774, cfs=8015, idx=1245, fnm=207}> > at > __randomizedtesting.SeedInfo.seed([E296A51CDF97FEF3:96DAE333D27DFC45]:0) > at org.junit.Assert.fail(Assert.java:93) > at org.junit.Assert.failNotEquals(Assert.java:647) > at org.junit.Assert.assertEquals(Assert.java:128) > at org.junit.Assert.assertEquals(Assert.java:147) > at > org.apache.lucene.index.BaseIndexFileFormatTestCase.testMergeStability(BaseIndexFileFormatTestCase.java:195) > at > org.apache.lucene.index.BaseDocValuesFormatTestCase.testMergeStability(BaseDocValuesFormatTestCase.java:72) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > 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:365) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) > 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) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) > at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) > at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) > at > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) > at java.lang.Thread.run(Thread.java:745) > > > REGRESSION: org.apache.lucene.index.TestIndexWriter.testCorruptFirstCommit > > Error Message: > segments in dir=RAMDirectory@615abd0 > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4400c352 > > Stack Trace: > java.io.FileNotFoundException: segments in dir=RAMDirectory@615abd0 > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4400c352 > at > __randomizedtesting.SeedInfo.seed([E296A51CDF97FEF3:C87D808691F1B3AB]:0) > at > org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:603) > at > org.apache.lucene.store.Directory.openChecksumInput(Directory.java:106) > at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:348) > at > org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:459) > at > org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:795) > at > org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:641) > at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:455) > at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:398) > at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:207) > at > org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:724) > at > org.apache.lucene.index.TestIndexWriter.testCorruptFirstCommit(TestIndexWriter.java:2547) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > 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:365) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) > 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) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) > at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) > at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) > at > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) > at java.lang.Thread.run(Thread.java:745) > > > > > Build Log: > [...truncated 232 lines...] > [junit4] Suite: > org.apache.lucene.codecs.lucene40.TestLucene40DocValuesFormat > [junit4] IGNOR/A 0.45s J0 | > TestLucene40DocValuesFormat.testSortedSetTwoDocumentsLastMissingMerge > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.07s J0 | TestLucene40DocValuesFormat.testThreads3 > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.04s J0 | > TestLucene40DocValuesFormat.testSortedSetTwoValues > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.15s J0 | > TestLucene40DocValuesFormat.testSortedSetThreeValuesTwoDocs > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.07s J0 | > TestLucene40DocValuesFormat.testSortedSetMergeAwayAllValues > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.04s J0 | > TestLucene40DocValuesFormat.testSortedSetVariableLengthSingleValuedVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.03s J0 | > TestLucene40DocValuesFormat.testSortedSetOneValue > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.03s J0 | > TestLucene40DocValuesFormat.testSortedSetFixedLengthVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.04s J0 | > TestLucene40DocValuesFormat.testSortedNumericsMultipleValuesVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.04s J0 | > TestLucene40DocValuesFormat.testSortedSetFixedLengthSingleValuedVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.05s J0 | TestLucene40DocValuesFormat.testThreads2 > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.03s J0 | > TestLucene40DocValuesFormat.testSortedSetTwoDocumentsLastMissing > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.05s J0 | > TestLucene40DocValuesFormat.testSortedSetTwoValuesUnordered > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.04s J0 | > TestLucene40DocValuesFormat.testSortedNumericsSingleValuedVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.02s J0 | > TestLucene40DocValuesFormat.testSortedSetTwoDocumentsMerged > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.03s J0 | > TestLucene40DocValuesFormat.testOneSortedNumberOneMissing > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.03s J0 | > TestLucene40DocValuesFormat.testThreeBytesOneMissingWithMerging > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.02s J0 | > TestLucene40DocValuesFormat.testSortedSetTwoDocumentsFirstMissingMerge > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.02s J0 | > TestLucene40DocValuesFormat.testSortedSetVariableLengthVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.07s J0 | > TestLucene40DocValuesFormat.testSortedSetTwoDocumentsFirstMissing > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.02s J0 | > TestLucene40DocValuesFormat.testThreeNumbersOneMissingWithMerging > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.06s J0 | > TestLucene40DocValuesFormat.testSortedNumberMergeAwayAllValues > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.04s J0 | > TestLucene40DocValuesFormat.testSortedSetTermsEnum > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.02s J0 | > TestLucene40DocValuesFormat.testTwoNumbersOneMissingWithMerging > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.08s J0 | > TestLucene40DocValuesFormat.testTwoSortedNumberOneMissing > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestLucene40DocValuesFormat -Dtests.method=testMergeStability > -Dtests.seed=E296A51CDF97FEF3 -Dtests.slow=true -Dtests.locale=es_PY > -Dtests.timezone=Jamaica -Dtests.file.encoding=US-ASCII > [junit4] FAILURE 0.13s J0 | TestLucene40DocValuesFormat.testMergeStability > <<< > [junit4] > Throwable #1: java.lang.AssertionError: expected:<{gen=36, > null=134, fdx=5962, fdt=774, fnm=207, cfs=8015, cfe=181}> but was:<{gen=36, > null=134, fdx=5962, fdt=774, idx=1245, fnm=207, cfs=8015, cfe=181}> > [junit4] > at > __randomizedtesting.SeedInfo.seed([E296A51CDF97FEF3:96DAE333D27DFC45]:0) > [junit4] > at > org.apache.lucene.index.BaseIndexFileFormatTestCase.testMergeStability(BaseIndexFileFormatTestCase.java:195) > [junit4] > at > org.apache.lucene.index.BaseDocValuesFormatTestCase.testMergeStability(BaseDocValuesFormatTestCase.java:72) > [junit4] > at java.lang.Thread.run(Thread.java:745) > [junit4] IGNOR/A 0.06s J0 | > TestLucene40DocValuesFormat.testTwoNumbersOneMissing > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.06s J0 | > TestLucene40DocValuesFormat.testSortedNumberMerge > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.03s J0 | > TestLucene40DocValuesFormat.testTwoBytesOneMissing > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.03s J0 | TestLucene40DocValuesFormat.testOneSortedNumber > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.04s J0 | > TestLucene40DocValuesFormat.testTwoBytesOneMissingWithMerging > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.03s J0 | > TestLucene40DocValuesFormat.testSortedSetTwoFields > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.03s J0 | TestLucene40DocValuesFormat.testTwoSortedNumber > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.03s J0 | > TestLucene40DocValuesFormat.testSortedNumericsSingleValuedMissingVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] 2> NOTE: leaving temporary files on disk at: > /var/lib/jenkins/workspace/Lucene-trunk-Linux-Java7-64-test-only/checkout/lucene/build/core/test/J0/./temp/lucene.codecs.lucene40.TestLucene40DocValuesFormat-E296A51CDF97FEF3-001 > [junit4] 2> NOTE: test params are: codec=Asserting(Lucene410), > sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {docId=DFR > I(ne)B3(800.0), fieldname=DFR GL3(800.0), id=DFR GL2}, locale=es_PY, > timezone=Jamaica > [junit4] 2> NOTE: Linux 3.2.0-26-generic amd64/Oracle Corporation > 1.7.0_65 (64-bit)/cpus=8,threads=1,free=109013768,total=226492416 > [junit4] 2> NOTE: All tests run in this JVM: > [TestLucene40DocValuesFormat] > [junit4] Completed on J0 in 35.12s, 78 tests, 1 failure, 33 skipped <<< > FAILURES! > > [...truncated 243 lines...] > [junit4] Suite: org.apache.lucene.index.TestIndexWriter > [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestIndexWriter > -Dtests.method=testCorruptFirstCommit -Dtests.seed=E296A51CDF97FEF3 > -Dtests.slow=true -Dtests.locale=en_ZA -Dtests.timezone=Etc/Universal > -Dtests.file.encoding=US-ASCII > [junit4] ERROR 0.10s J0 | TestIndexWriter.testCorruptFirstCommit <<< > [junit4] > Throwable #1: java.io.FileNotFoundException: segments in > dir=RAMDirectory@615abd0 > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4400c352 > [junit4] > at > __randomizedtesting.SeedInfo.seed([E296A51CDF97FEF3:C87D808691F1B3AB]:0) > [junit4] > at > org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:603) > [junit4] > at > org.apache.lucene.store.Directory.openChecksumInput(Directory.java:106) > [junit4] > at > org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:348) > [junit4] > at > org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:459) > [junit4] > at > org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:795) > [junit4] > at > org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:641) > [junit4] > at > org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:455) > [junit4] > at > org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:398) > [junit4] > at > org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:207) > [junit4] > at > org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:724) > [junit4] > at > org.apache.lucene.index.TestIndexWriter.testCorruptFirstCommit(TestIndexWriter.java:2547) > [junit4] > at java.lang.Thread.run(Thread.java:745) > [junit4] 2> NOTE: leaving temporary files on disk at: > /var/lib/jenkins/workspace/Lucene-trunk-Linux-Java7-64-test-only/checkout/lucene/build/core/test/J0/./temp/lucene.index.TestIndexWriter-E296A51CDF97FEF3-001 > [junit4] 2> NOTE: test params are: > codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, > chunkSize=340), > termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, > chunkSize=340)), sim=DefaultSimilarity, locale=en_ZA, timezone=Etc/Universal > [junit4] 2> NOTE: Linux 3.2.0-26-generic amd64/Oracle Corporation > 1.7.0_65 (64-bit)/cpus=8,threads=1,free=206098136,total=239075328 > [junit4] 2> NOTE: All tests run in this JVM: > [TestLucene40DocValuesFormat, TestDirectoryReader, TestLucene49NormsFormat, > TestTermVectorsWriter, TestIndexWriter] > [junit4] Completed on J0 in 43.95s, 71 tests, 1 error <<< FAILURES! > > [...truncated 322 lines...] > [junit4] Suite: org.apache.lucene.index.TestDocValuesFormat > [junit4] IGNOR/A 0.02s J2 | > TestDocValuesFormat.testSortedSetTwoDocumentsLastMissingMerge > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.02s J2 | TestDocValuesFormat.testThreads3 > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.03s J2 | TestDocValuesFormat.testSortedSetTwoValues > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.02s J2 | > TestDocValuesFormat.testSortedSetThreeValuesTwoDocs > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.02s J2 | > TestDocValuesFormat.testSortedSetMergeAwayAllValues > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.02s J2 | > TestDocValuesFormat.testSortedSetVariableLengthSingleValuedVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.03s J2 | TestDocValuesFormat.testSortedSetOneValue > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.01s J2 | > TestDocValuesFormat.testSortedSetFixedLengthVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.03s J2 | > TestDocValuesFormat.testSortedNumericsMultipleValuesVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.03s J2 | > TestDocValuesFormat.testSortedSetFixedLengthSingleValuedVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.03s J2 | TestDocValuesFormat.testThreads2 > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.04s J2 | > TestDocValuesFormat.testSortedSetTwoDocumentsLastMissing > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.04s J2 | > TestDocValuesFormat.testSortedSetTwoValuesUnordered > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.02s J2 | > TestDocValuesFormat.testSortedNumericsSingleValuedVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.03s J2 | > TestDocValuesFormat.testSortedSetTwoDocumentsMerged > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.04s J2 | > TestDocValuesFormat.testOneSortedNumberOneMissing > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.09s J2 | > TestDocValuesFormat.testThreeBytesOneMissingWithMerging > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.02s J2 | > TestDocValuesFormat.testSortedSetTwoDocumentsFirstMissingMerge > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.10s J2 | > TestDocValuesFormat.testSortedSetVariableLengthVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.07s J2 | > TestDocValuesFormat.testSortedSetTwoDocumentsFirstMissing > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.03s J2 | > TestDocValuesFormat.testThreeNumbersOneMissingWithMerging > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.04s J2 | > TestDocValuesFormat.testSortedNumberMergeAwayAllValues > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.03s J2 | TestDocValuesFormat.testSortedSetTermsEnum > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.05s J2 | > TestDocValuesFormat.testTwoNumbersOneMissingWithMerging > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.03s J2 | > TestDocValuesFormat.testTwoSortedNumberOneMissing > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestDocValuesFormat -Dtests.method=testMergeStability > -Dtests.seed=E296A51CDF97FEF3 -Dtests.slow=true -Dtests.locale=is > -Dtests.timezone=America/Tijuana -Dtests.file.encoding=US-ASCII > [junit4] FAILURE 0.12s J2 | TestDocValuesFormat.testMergeStability <<< > [junit4] > Throwable #1: java.lang.AssertionError: expected:<{null=134, > fdx=5962, cfe=181, gen=36, fdt=774, cfs=8015, fnm=207}> but was:<{null=134, > fdx=5962, cfe=181, gen=36, fdt=774, cfs=8015, idx=1245, fnm=207}> > [junit4] > at > __randomizedtesting.SeedInfo.seed([E296A51CDF97FEF3:96DAE333D27DFC45]:0) > [junit4] > at > org.apache.lucene.index.BaseIndexFileFormatTestCase.testMergeStability(BaseIndexFileFormatTestCase.java:195) > [junit4] > at > org.apache.lucene.index.BaseDocValuesFormatTestCase.testMergeStability(BaseDocValuesFormatTestCase.java:72) > [junit4] > at java.lang.Thread.run(Thread.java:745) > [junit4] IGNOR/A 0.01s J2 | TestDocValuesFormat.testTwoNumbersOneMissing > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.01s J2 | TestDocValuesFormat.testSortedNumberMerge > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.01s J2 | TestDocValuesFormat.testTwoBytesOneMissing > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.01s J2 | TestDocValuesFormat.testOneSortedNumber > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.05s J2 | > TestDocValuesFormat.testTwoBytesOneMissingWithMerging > [junit4] > Assumption #1: Codec does not support getDocsWithField > [junit4] IGNOR/A 0.03s J2 | TestDocValuesFormat.testSortedSetTwoFields > [junit4] > Assumption #1: Codec does not support SORTED_SET > [junit4] IGNOR/A 0.02s J2 | TestDocValuesFormat.testTwoSortedNumber > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] IGNOR/A 0.02s J2 | > TestDocValuesFormat.testSortedNumericsSingleValuedMissingVsStoredFields > [junit4] > Assumption #1: Codec does not support SORTED_NUMERIC > [junit4] 2> NOTE: leaving temporary files on disk at: > /var/lib/jenkins/workspace/Lucene-trunk-Linux-Java7-64-test-only/checkout/lucene/build/core/test/J2/./temp/lucene.index.TestDocValuesFormat-E296A51CDF97FEF3-001 > [junit4] 2> NOTE: test params are: codec=Lucene40, > sim=DefaultSimilarity, locale=is, timezone=America/Tijuana > [junit4] 2> NOTE: Linux 3.2.0-26-generic amd64/Oracle Corporation > 1.7.0_65 (64-bit)/cpus=8,threads=1,free=109860680,total=243269632 > [junit4] 2> NOTE: All tests run in this JVM: [TestBlockPostingsFormat2, > TestCodecs, Test2BPositions, TestPrefixInBooleanQuery, > TestFlushByRamOrCountsPolicy, TestBagOfPositions, TestCharsRefBuilder, > TestPForDeltaDocIdSet, TestShardSearching, Nested, Nested, TestStressNRT, > Nested1, TestParallelTermEnum, TestMixedDocValuesUpdates, TestSort, > TestFilterDirectory, TestForTooMuchCloning, TestStringHelper, > TestAttributeSource, TestSearch, TestTermScorer, TestQueryRescorer, > TestDocValuesFormat] > [junit4] Completed on J2 in 16.42s, 78 tests, 1 failure, 33 skipped <<< > FAILURES! > > [...truncated 718 lines...] > BUILD FAILED > /var/lib/jenkins/workspace/Lucene-trunk-Linux-Java7-64-test-only/checkout/lucene/build.xml:49: > The following error occurred while executing this line: > /var/lib/jenkins/workspace/Lucene-trunk-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:1343: > The following error occurred while executing this line: > /var/lib/jenkins/workspace/Lucene-trunk-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:958: > There were test failures: 406 suites, 3533 tests, 1 error, 2 failures, 155 > ignored (144 assumptions) > > Total time: 6 minutes 52 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]
