Has anybody contacted Oracle about this? Is this something known? Dawid
On Mon, Jun 2, 2014 at 10:58 AM, Apache Jenkins Server <[email protected]> wrote: > Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/2005/ > > 1 tests failed. > REGRESSION: > org.apache.lucene.search.join.TestJoinUtil.testMultiValueRandomJoin > > Error Message: > <unknown> > > Stack Trace: > java.lang.ArrayStoreException: <unknown> > at > __randomizedtesting.SeedInfo.seed([42A81A27864842D0:33CDC2C277FFF4DC]:0) > at > org.apache.lucene.util.RamUsageEstimator$IdentityHashSet.add(RamUsageEstimator.java:674) > at > org.apache.lucene.util.RamUsageEstimator.measureObjectSize(RamUsageEstimator.java:420) > at > org.apache.lucene.util.RamUsageEstimator.sizeOf(RamUsageEstimator.java:333) > at > org.apache.lucene.search.FieldCache$CacheEntry.estimateSize(FieldCache.java:739) > at > org.apache.lucene.util.FieldCacheSanityChecker.check(FieldCacheSanityChecker.java:104) > at > org.apache.lucene.util.FieldCacheSanityChecker.checkSanity(FieldCacheSanityChecker.java:87) > at > org.apache.lucene.util.LuceneTestCase.assertSaneFieldCaches(LuceneTestCase.java:781) > at > org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:55) > 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) > 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:360) > at java.lang.Thread.run(Thread.java:724) > > > > > Build Log: > [...truncated 8432 lines...] > [junit4] Suite: org.apache.lucene.search.join.TestJoinUtil > [junit4] 2> *** BEGIN > testMultiValueRandomJoin(org.apache.lucene.search.join.TestJoinUtil): > FieldCache *** > [junit4] 2> > 'ParallelAtomicReader(FieldFilterAtomicReader(reader=SlowCompositeReaderWrapper(FCInvisibleMultiReader(StandardDirectoryReader(segments_4:11:nrt > _4(4.9):c38))), fields=![to, from, value]), > FieldFilterAtomicReader(reader=SlowCompositeReaderWrapper(FCInvisibleMultiReader(StandardDirectoryReader(segments_4:11:nrt > _4(4.9):c38))), fields=[to, from, value]))'=>'to',class > org.apache.lucene.index.DocTermOrds,null=>org.apache.lucene.index.DocTermOrds#446179646 > [junit4] 2> *** END > testMultiValueRandomJoin(org.apache.lucene.search.join.TestJoinUtil): > FieldCache *** > [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestJoinUtil > -Dtests.method=testMultiValueRandomJoin -Dtests.seed=42A81A27864842D0 > -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_DZ > -Dtests.timezone=SystemV/YST9YDT -Dtests.file.encoding=US-ASCII > [junit4] ERROR 2.29s J1 | TestJoinUtil.testMultiValueRandomJoin <<< > [junit4] > Throwable #1: java.lang.ArrayStoreException: <unknown> > [junit4] > at > __randomizedtesting.SeedInfo.seed([42A81A27864842D0:33CDC2C277FFF4DC]:0) > [junit4] > at > org.apache.lucene.util.RamUsageEstimator$IdentityHashSet.add(RamUsageEstimator.java:674) > [junit4] > at > org.apache.lucene.util.RamUsageEstimator.measureObjectSize(RamUsageEstimator.java:420) > [junit4] > at > org.apache.lucene.util.RamUsageEstimator.sizeOf(RamUsageEstimator.java:333) > [junit4] > at > org.apache.lucene.search.FieldCache$CacheEntry.estimateSize(FieldCache.java:739) > [junit4] > at > org.apache.lucene.util.FieldCacheSanityChecker.check(FieldCacheSanityChecker.java:104) > [junit4] > at > org.apache.lucene.util.FieldCacheSanityChecker.checkSanity(FieldCacheSanityChecker.java:87) > [junit4] > at > org.apache.lucene.util.LuceneTestCase.assertSaneFieldCaches(LuceneTestCase.java:781) > [junit4] > at java.lang.Thread.run(Thread.java:724) > [junit4] 2> NOTE: test params are: codec=Lucene46: > {to=PostingsFormat(name=FSTOrdPulsing41), productId=Pulsing41(freqCutoff=14 > minBlockSize=70 maxBlockSize=226), id=PostingsFormat(name=FSTOrdPulsing41), > movieId=PostingsFormat(name=FSTOrdPulsing41), > description=PostingsFormat(name=TestBloomFilteredLucene41Postings), > from=PostingsFormat(name=TestBloomFilteredLucene41Postings), > subtitle=PostingsFormat(name=TestBloomFilteredLucene41Postings), > value=Pulsing41(freqCutoff=9 minBlockSize=70 maxBlockSize=226), > price=Pulsing41(freqCutoff=9 minBlockSize=70 maxBlockSize=226), > name=PostingsFormat(name=FSTOrdPulsing41)}, docValues:{}, > sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {to=DFR > I(F)Z(0.3), productId=DFR I(ne)L2, id=IB LL-D3(800.0), movieId=DFR I(ne)1, > description=DFR I(ne)L3(800.0), from=IB LL-D1, subtitle=DFR GL2, value=IB > SPL-D2, price=IB LL-L2, name=IB SPL-L2}, locale=ar_DZ, > timezone=SystemV/YST9YDT > [junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation > 1.7.0_25 (64-bit)/cpus=16,threads=1,free=27211880,total=99614720 > [junit4] 2> NOTE: All tests run in this JVM: [TestBlockJoinValidation, > TestJoinUtil] > [junit4] Completed on J1 in 18.09s, 7 tests, 1 error <<< FAILURES! > > [...truncated 10 lines...] > BUILD FAILED > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:467: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:447: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:45: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/extra-targets.xml:37: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/build.xml:543: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:2017: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/module-build.xml:60: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:1297: > The following error occurred while executing this line: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:921: > There were test failures: 4 suites, 27 tests, 1 error > > Total time: 34 minutes 50 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]
