Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1930/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads

Error Message:
MockDirectoryWrapper: cannot close: there are still 7 open files: {_9.fdx=1, 
_a.fdt=1, _a.tvx=1, _9.tvx=1, _a.fdx=1, _9.tvd=1, _a.tvd=1}

Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still 
7 open files: {_9.fdx=1, _a.fdt=1, _a.tvx=1, _9.tvx=1, _a.fdx=1, _9.tvd=1, 
_a.tvd=1}
        at 
__randomizedtesting.SeedInfo.seed([FACD2EFA1FE2431:D4046816CBFD97BA]:0)
        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
        at 
org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341)
        at 
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads(TestIndexWriterWithThreads.java:502)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: unclosed IndexOutput: _9.fdx
        at 
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
        at 
org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:667)
        at 
org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
        at 
org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:112)
        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
        at 
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
        at 
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
        at 
org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:364)
        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:400)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:251)
        at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:494)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1600)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1592)
        at 
org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96)


FAILED:  
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce

Error Message:
MockDirectoryWrapper: cannot close: there are still 28 open files: 
{_0_Lucene50_0.doc=1, _1.tvd=1, _3_Lucene50_0.pos=1, _1.nvd=1, 
_3_Lucene70_0.dvd=1, _0.nvd=1, _2.fdt=1, _2_Lucene50_0.pos=1, 
_2_Lucene50_0.tim=1, _1_Lucene50_0.tim=1, _2.nvd=1, _2.tvd=1, 
_0_Lucene70_0.dvd=1, _1_Lucene50_0.pos=1, _3_Lucene50_0.doc=1, _1.fdt=1, 
_0_Lucene50_0.tim=1, _3.nvd=1, _1_Lucene70_0.dvd=1, _0_Lucene50_0.pos=1, 
_3.tvd=1, _2_Lucene50_0.doc=1, _0.fdt=1, _0.tvd=1, _1_Lucene50_0.doc=1, 
_2_Lucene70_0.dvd=1, _3_Lucene50_0.tim=1, _3.fdt=1}

Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still 
28 open files: {_0_Lucene50_0.doc=1, _1.tvd=1, _3_Lucene50_0.pos=1, _1.nvd=1, 
_3_Lucene70_0.dvd=1, _0.nvd=1, _2.fdt=1, _2_Lucene50_0.pos=1, 
_2_Lucene50_0.tim=1, _1_Lucene50_0.tim=1, _2.nvd=1, _2.tvd=1, 
_0_Lucene70_0.dvd=1, _1_Lucene50_0.pos=1, _3_Lucene50_0.doc=1, _1.fdt=1, 
_0_Lucene50_0.tim=1, _3.nvd=1, _1_Lucene70_0.dvd=1, _0_Lucene50_0.pos=1, 
_3.tvd=1, _2_Lucene50_0.doc=1, _0.fdt=1, _0.tvd=1, _1_Lucene50_0.doc=1, 
_2_Lucene70_0.dvd=1, _3_Lucene50_0.tim=1, _3.fdt=1}
        at 
__randomizedtesting.SeedInfo.seed([FACD2EFA1FE2431:43C75329675E07D4]:0)
        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
        at 
org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341)
        at 
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce(TestIndexWriterWithThreads.java:507)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: unclosed IndexInput: _2_Lucene70_0.dvd
        at 
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:776)
        at 
org.apache.lucene.codecs.lucene70.Lucene70DocValuesProducer.<init>(Lucene70DocValuesProducer.java:88)
        at 
org.apache.lucene.codecs.lucene70.Lucene70DocValuesFormat.fieldsProducer(Lucene70DocValuesFormat.java:132)
        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:292)
        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:375)
        at 
org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
        at 
org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
        at 
org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:180)
        at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:98)
        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
        at 
org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:262)
        at 
org.apache.lucene.index.FrozenBufferedUpdates.openSegmentStates(FrozenBufferedUpdates.java:370)
        at 
org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:267)
        at 
org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2593)
        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5063)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1603)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1592)
        at 
org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96)


FAILED:  
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test

Error Message:
sanity check num matches, 
p=q=id_i1:[10547+TO+13659]&rows=0&stats=true&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8}int_i&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8+hllPreHashed%3Dtrue}int_i_prehashed_l&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8}long_l&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8+hllPreHashed%3Dtrue}long_l_prehashed_l&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8}string_s&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8+hllPreHashed%3Dtrue}string_s_prehashed_l
 expected:<3113> but was:<0>

Stack Trace:
java.lang.AssertionError: sanity check num matches, 
p=q=id_i1:[10547+TO+13659]&rows=0&stats=true&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8}int_i&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8+hllPreHashed%3Dtrue}int_i_prehashed_l&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8}long_l&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8+hllPreHashed%3Dtrue}long_l_prehashed_l&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8}string_s&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8+hllPreHashed%3Dtrue}string_s_prehashed_l
 expected:<3113> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([FD5270D727F77A27:75064F0D890B17DF]: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:472)
        at 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:143)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 915 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestIndexWriterWithThreads 
-Dtests.method=testIOExceptionDuringWriteSegmentWithThreads 
-Dtests.seed=FACD2EFA1FE2431 -Dtests.slow=true -Dtests.locale=sv 
-Dtests.timezone=Asia/Almaty -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.10s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: 
MockDirectoryWrapper: cannot close: there are still 7 open files: {_9.fdx=1, 
_a.fdt=1, _a.tvx=1, _9.tvx=1, _a.fdx=1, _9.tvd=1, _a.tvd=1}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FACD2EFA1FE2431:D4046816CBFD97BA]:0)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads(TestIndexWriterWithThreads.java:502)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: unclosed IndexOutput: 
_9.fdx
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:667)
   [junit4]    >        at 
org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]    >        at 
org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:112)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]    >        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]    >        at 
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
   [junit4]    >        at 
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:364)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:400)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:251)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:494)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1600)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1592)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96)
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestIndexWriterWithThreads 
-Dtests.method=testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce 
-Dtests.seed=FACD2EFA1FE2431 -Dtests.slow=true -Dtests.locale=sv 
-Dtests.timezone=Asia/Almaty -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.01s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce 
<<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: 
MockDirectoryWrapper: cannot close: there are still 28 open files: 
{_0_Lucene50_0.doc=1, _1.tvd=1, _3_Lucene50_0.pos=1, _1.nvd=1, 
_3_Lucene70_0.dvd=1, _0.nvd=1, _2.fdt=1, _2_Lucene50_0.pos=1, 
_2_Lucene50_0.tim=1, _1_Lucene50_0.tim=1, _2.nvd=1, _2.tvd=1, 
_0_Lucene70_0.dvd=1, _1_Lucene50_0.pos=1, _3_Lucene50_0.doc=1, _1.fdt=1, 
_0_Lucene50_0.tim=1, _3.nvd=1, _1_Lucene70_0.dvd=1, _0_Lucene50_0.pos=1, 
_3.tvd=1, _2_Lucene50_0.doc=1, _0.fdt=1, _0.tvd=1, _1_Lucene50_0.doc=1, 
_2_Lucene70_0.dvd=1, _3_Lucene50_0.tim=1, _3.fdt=1}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FACD2EFA1FE2431:43C75329675E07D4]:0)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce(TestIndexWriterWithThreads.java:507)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: unclosed IndexInput: 
_2_Lucene70_0.dvd
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:776)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene70.Lucene70DocValuesProducer.<init>(Lucene70DocValuesProducer.java:88)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene70.Lucene70DocValuesFormat.fieldsProducer(Lucene70DocValuesFormat.java:132)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:292)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:375)
   [junit4]    >        at 
org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]    >        at 
org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]    >        at 
org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:180)
   [junit4]    >        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:98)
   [junit4]    >        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
   [junit4]    >        at 
org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:262)
   [junit4]    >        at 
org.apache.lucene.index.FrozenBufferedUpdates.openSegmentStates(FrozenBufferedUpdates.java:370)
   [junit4]    >        at 
org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:267)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2593)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5063)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1603)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1592)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{date=Lucene50(blocksize=128), field=Lucene50(blocksize=128), docid=FSTOrd50, 
titleTokenized=PostingsFormat(name=LuceneFixedGap), id=FSTOrd50, 
body=Lucene50(blocksize=128), title=Lucene50(blocksize=128)}, 
docValues:{date=DocValuesFormat(name=Lucene70), 
docid_intDV=DocValuesFormat(name=Lucene70), 
docid_int=DocValuesFormat(name=Asserting), dv=DocValuesFormat(name=Lucene70), 
field=DocValuesFormat(name=Lucene70), docid=DocValuesFormat(name=Asserting), 
titleTokenized=DocValuesFormat(name=Lucene70), 
title=DocValuesFormat(name=Direct), body=DocValuesFormat(name=Lucene70), 
___soft_deletes=DocValuesFormat(name=Lucene70), 
titleDV=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=874, 
maxMBSortInHeap=7.802675795457008, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6a4404ea),
 locale=sv, timezone=Asia/Almaty
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_172 
(64-bit)/cpus=3,threads=1,free=284429680,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestByteBlockPool, 
TestSearchWithThreads, TestIndexWriter, TestBlendedTermQuery, TestMultiMMap, 
TestLMJelinekMercerSimilarity, TestIndexWriterOnVMError, TestUnicodeUtil, 
TestNIOFSDirectory, TestLucene70DocValuesFormat, TestBufferedChecksum, 
TestRegExp, TestLevenshteinAutomata, TestDocValuesRewriteMethod, 
TestLockFactory, TestLucene50CompoundFormat, TestParallelCompositeReader, 
TestOmitTf, TestNGramPhraseQuery, TestFSTs, TestDeterminizeLexicon, 
TestAllFilesHaveChecksumFooter, TestPositiveScoresOnlyCollector, 
Test2BPagedBytes, TestDateSort, TestSPIClassIterator, TestRegexpRandom2, 
TestTimeLimitingCollector, TestRAMDirectory, TestParallelLeafReader, 
TestRegexpQuery, TestUTF32ToUTF8, TestIntBlockPool, TestTermQuery, 
TestMixedCodecs, TestIndexWriterLockRelease, TestMultiset, TestIndexableField, 
TestInPlaceMergeSorter, TestIndexWriterUnicode, TestAllFilesCheckIndexHeader, 
TestInfoStream, TestPriorityQueue, TestAxiomaticF2EXP, TestTermdocPerf, 
TermInSetQueryTest, TestAddIndexes, TestDocumentsWriterDeleteQueue, 
TestCharacterUtils, TestCachingTokenFilter, TestSloppyPhraseQuery, 
TestDistributionLL, TestBoolean2ScorerSupplier, TestRateLimiter, 
TestReadOnlyIndex, TestTermScorer, TestMutableValues, TestCodecUtil, 
TestSpanContainQuery, TestLucene70SegmentInfoFormat, Test2BPostingsBytes, 
TestSimpleExplanationsWithFillerDocs, TestPackedTokenAttributeImpl, 
TestDirectory, Test2BNumericDocValues, TestIndexWriterWithThreads]
   [junit4] Completed [194/496 (1!)] on J0 in 2.36s, 14 tests, 2 errors <<< 
FAILURES!

[...truncated 11549 lines...]
   [junit4] Suite: 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/init-core-data-001
   [junit4]   2> 248763 WARN  
(SUITE-TestDistributedStatsComponentCardinality-seed#[FD5270D727F77A27]-worker) 
[    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=77 numCloses=77
   [junit4]   2> 248763 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[FD5270D727F77A27]-worker) 
[    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 248764 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[FD5270D727F77A27]-worker) 
[    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-9062)
   [junit4]   2> 248764 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[FD5270D727F77A27]-worker) 
[    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 248765 INFO  
(SUITE-TestDistributedStatsComponentCardinality-seed#[FD5270D727F77A27]-worker) 
[    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/qj/r
   [junit4]   2> 248932 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/control/cores/collection1
   [junit4]   2> 248934 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; 
git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 248935 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 248935 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 248935 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 248936 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77d96294{/qj/r,null,AVAILABLE}
   [junit4]   2> 248939 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@1c0407d2{HTTP/1.1,[http/1.1]}{127.0.0.1:33010}
   [junit4]   2> 248939 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.Server Started @249205ms
   [junit4]   2> 248939 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema-sql.xml, 
hostContext=/qj/r, hostPort=33010, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/control/cores}
   [junit4]   2> 248940 ERROR 
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 248940 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 248940 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 248940 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 248940 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 248940 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-24T17:50:58.250Z
   [junit4]   2> 248940 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/control/solr.xml
   [junit4]   2> 248944 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 248944 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 248945 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 249921 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 249921 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 249936 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 249941 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 249941 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 249943 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/control/cores
   [junit4]   2> 249943 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 249944 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 249976 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 249991 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 250039 WARN  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and 
destination for multiple copyFields (2)
   [junit4]   2> 250039 WARN  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and 
destination for multiple copyFields (3)
   [junit4]   2> 250040 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 250040 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 250040 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 250040 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 250040 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 250041 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=49.84375, 
floorSegmentMB=0.2490234375, forceMergeDeletesPctAllowed=27.60217755870331, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8545207434228436, reclaimDeletesWeight=2.204104718109162
   [junit4]   2> 250119 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 250119 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 250121 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 250121 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 250121 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.6884765625, 
floorSegmentMB=0.6611328125, forceMergeDeletesPctAllowed=27.180698050463537, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
reclaimDeletesWeight=1.4806471089679412
   [junit4]   2> 250122 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@499db1ad[collection1] main]
   [junit4]   2> 250122 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 250137 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 250195 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 250195 INFO  (coreLoadExecutor-1307-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1604177268053114880
   [junit4]   2> 250195 INFO  
(searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 250195 INFO  
(searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 250195 INFO  
(searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 250195 INFO  
(searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 250196 INFO  
(searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 250196 INFO  
(searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 250196 INFO  
(searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 250196 INFO  
(searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 250196 INFO  
(searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 250197 INFO  
(searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@499db1ad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 250340 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 250341 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; 
git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 250342 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 250342 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 250342 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 250342 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@466b1d35{/qj/r,null,AVAILABLE}
   [junit4]   2> 250343 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@60c491f5{HTTP/1.1,[http/1.1]}{127.0.0.1:59847}
   [junit4]   2> 250343 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.Server Started @250609ms
   [junit4]   2> 250343 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema-sql.xml, 
hostContext=/qj/r, hostPort=59847, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard0/cores}
   [junit4]   2> 250343 ERROR 
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 250344 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 250344 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 250344 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 250344 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 250344 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-24T17:50:59.654Z
   [junit4]   2> 250345 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 250347 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 250347 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 250348 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 251246 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 251246 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 251268 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 251274 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 251274 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 251275 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard0/cores
   [junit4]   2> 251275 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 251276 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 251325 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 251348 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 251402 WARN  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and 
destination for multiple copyFields (2)
   [junit4]   2> 251402 WARN  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and 
destination for multiple copyFields (3)
   [junit4]   2> 251402 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 251402 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 251402 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 251403 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 251403 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 251404 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=49.84375, 
floorSegmentMB=0.2490234375, forceMergeDeletesPctAllowed=27.60217755870331, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8545207434228436, reclaimDeletesWeight=2.204104718109162
   [junit4]   2> 251454 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 251454 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 251456 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 251456 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 251457 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.6884765625, 
floorSegmentMB=0.6611328125, forceMergeDeletesPctAllowed=27.180698050463537, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
reclaimDeletesWeight=1.4806471089679412
   [junit4]   2> 251458 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3fc491aa[collection1] main]
   [junit4]   2> 251460 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 251475 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 251532 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 251533 INFO  (coreLoadExecutor-1321-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1604177269456109568
   [junit4]   2> 251533 INFO  
(searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 251533 INFO  
(searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 251533 INFO  
(searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 251533 INFO  
(searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 251533 INFO  
(searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 251534 INFO  
(searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 251534 INFO  
(searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 251534 INFO  
(searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 251534 INFO  
(searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 251535 INFO  
(searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3fc491aa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 252166 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 252166 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; 
git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 252168 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 252168 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 252168 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 252168 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3c85fcf0{/qj/r,null,AVAILABLE}
   [junit4]   2> 252168 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@3ae14227{HTTP/1.1,[http/1.1]}{127.0.0.1:60644}
   [junit4]   2> 252168 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.Server Started @252435ms
   [junit4]   2> 252168 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema-sql.xml, 
hostContext=/qj/r, hostPort=60644, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard1/cores}
   [junit4]   2> 252169 ERROR 
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 252169 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 252170 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 252170 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 252170 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 252170 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-24T17:51:01.480Z
   [junit4]   2> 252170 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 252172 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 252172 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 252173 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 252308 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 252308 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 252322 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 252328 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 252328 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 252330 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard1/cores
   [junit4]   2> 252330 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 252331 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 252362 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 252378 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 252418 WARN  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and 
destination for multiple copyFields (2)
   [junit4]   2> 252418 WARN  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and 
destination for multiple copyFields (3)
   [junit4]   2> 252418 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 252418 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 252418 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 252418 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 252418 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 252418 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=49.84375, 
floorSegmentMB=0.2490234375, forceMergeDeletesPctAllowed=27.60217755870331, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8545207434228436, reclaimDeletesWeight=2.204104718109162
   [junit4]   2> 252472 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 252472 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 252474 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 252474 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 252475 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.6884765625, 
floorSegmentMB=0.6611328125, forceMergeDeletesPctAllowed=27.180698050463537, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
reclaimDeletesWeight=1.4806471089679412
   [junit4]   2> 252475 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4c828ad8[collection1] main]
   [junit4]   2> 252476 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 253965 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 254037 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 254037 INFO  (coreLoadExecutor-1335-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1604177272081743872
   [junit4]   2> 254037 INFO  
(searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 254038 INFO  
(searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 254038 INFO  
(searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 254038 INFO  
(searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 254038 INFO  
(searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 254039 INFO  
(searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 254039 INFO  
(searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 254040 INFO  
(searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 254040 INFO  
(searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 254041 INFO  
(searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4c828ad8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 254197 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 254198 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; 
git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 254199 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 254199 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 254199 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 254200 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@75058869{/qj/r,null,AVAILABLE}
   [junit4]   2> 254200 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@1ba1bb4a{HTTP/1.1,[http/1.1]}{127.0.0.1:56721}
   [junit4]   2> 254200 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.e.j.s.Server Started @254468ms
   [junit4]   2> 254200 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema-sql.xml, 
hostContext=/qj/r, hostPort=56721, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard2/cores}
   [junit4]   2> 254200 ERROR 
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 254202 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 254202 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 254202 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 254202 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 254202 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-24T17:51:03.512Z
   [junit4]   2> 254202 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 254205 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 254205 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 254206 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 254411 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 254411 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 254425 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 254434 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 254435 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 254437 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard2/cores
   [junit4]   2> 254437 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 254439 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 254463 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 254477 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 254535 WARN  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and 
destination for multiple copyFields (2)
   [junit4]   2> 254535 WARN  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and 
destination for multiple copyFields (3)
   [junit4]   2> 254535 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 254535 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 254535 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 254536 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 254536 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 254537 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=49.84375, 
floorSegmentMB=0.2490234375, forceMergeDeletesPctAllowed=27.60217755870331, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8545207434228436, reclaimDeletesWeight=2.204104718109162
   [junit4]   2> 254587 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 254587 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 254589 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 254589 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 254590 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.6884765625, 
floorSegmentMB=0.6611328125, forceMergeDeletesPctAllowed=27.180698050463537, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
reclaimDeletesWeight=1.4806471089679412
   [junit4]   2> 254590 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b1fb176[collection1] main]
   [junit4]   2> 254590 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 254606 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 254663 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 254663 INFO  
(searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 254663 INFO  (coreLoadExecutor-1349-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1604177272738152448
   [junit4]   2> 254664 INFO  
(searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 254664 INFO  
(searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 254664 INFO  
(searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 254664 INFO  
(searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 254664 INFO  
(searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 254664 INFO  
(searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 254665 INFO  
(searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 254665 INFO  
(searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 254666 INFO  
(searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7b1fb176[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 254666 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 254666 INFO  
(TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [  
  ] o.a.s.h.c.TestDistributedStatsComponentCardinality Building an index of 
14036 docs
   [junit4]   2> 254680 INFO  (qtp238710387-2308) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[1 (1604177272752832512)]} 0 3
   [junit4]   2> 254685 INFO  (qtp1109589477-2331) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[1 (1604177272759123968)]} 0 2
   [junit4]   2> 254688 INFO  (qtp238710387-2307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[2 (1604177272763318272)]} 0 2
   [junit4]   2> 254695 INFO  (qtp23908043-2351) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[2 (1604177272767512576)]} 0 3
   [junit4]   2> 254697 INFO  (qtp238710387-2311) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[3 (1604177272772755456)]} 0 1
   [junit4]   2> 254704 INFO  (qtp2104234472-2371) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[3 (1604177272776949760)]} 0 3
   [junit4]   2> 254705 INFO  (qtp238710387-2313) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[4 (1604177272782192640)]} 0 0
   [junit4]   2> 254708 INFO  (qtp1109589477-2327) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[4 (1604177272783241216)]} 0 1
   [junit4]   2> 254709 INFO  (qtp238710387-2311) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[5 (1604177272786386944)]} 0 0
   [junit4]   2> 254712 INFO  (qtp23908043-2347) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[5 (1604177272788484096)]} 0 2
   [junit4]   2> 254714 INFO  (qtp238710387-2313) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[6 (1604177272791629824)]} 0 0
   [junit4]   2> 254718 INFO  (qtp2104234472-2367) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[6 (1604177272792678400)]} 0 3
   [junit4]   2> 254719 INFO  (qtp238710387-2311) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[7 (1604177272796872704)]} 0 0
   [junit4]   2> 254721 INFO  (qtp1109589477-2330) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[7 (1604177272797921280)]} 0 0
   [junit4]   2> 254722 INFO  (qtp238710387-2311) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[8 (1604177272800018432)]} 0 0
   [junit4]   2> 254724 INFO  (qtp23908043-2350) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[8 (1604177272801067008)]} 0 0
   [junit4]   2> 254725 INFO  (qtp238710387-2313) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[9 (1604177272803164160)]} 0 0
   [junit4]   2> 254726 INFO  (qtp2104234472-2370) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[9 (1604177272804212736)]} 0 0
   [junit4]   2> 254727 INFO  (qtp238710387-2311) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[10 (1604177272805261312)]} 0 0
   [junit4]   2> 254729 INFO  (qtp1109589477-2332) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[10 (1604177272806309888)]} 0 0
   [junit4]   2> 254730 INFO  (qtp238710387-2313) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[11 (1604177272807358464)]} 0 0
   [junit4]   2> 254731 INFO  (qtp23908043-2352) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[11 (1604177272809455616)]} 0 0
   [junit4]   2> 254733 INFO  (qtp238710387-2311) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[12 (1604177272810504192)]} 0 0
   [junit4]   2> 254734 INFO  (qtp2104234472-2372) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[12 (1604177272812601344)]} 0 0
   [junit4]   2> 254735 INFO  (qtp238710387-2311) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[13 (1604177272813649920)]} 0 0
   [junit4]   2> 254736 INFO  (qtp1109589477-2330) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[13 (1604177272814698496)]} 0 0
   [junit4]   2> 254737 INFO  (qtp238710387-2313) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[14 (1604177272815747072)]} 0 0
   [junit4]   2> 254738 INFO  (qtp23908043-2350) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[14 (1604177272816795648)]} 0 0
   [junit4]   2> 254739 INFO  (qtp238710387-2311) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[15 (1604177272817844224)]} 0 0
   [junit4]   2> 254742 INFO  (qtp2104234472-2370) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[15 (1604177272820989952)]} 0 0
   [junit4]   2> 254745 INFO  (qtp238710387-2313) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[16 (1604177272823087104)]} 0 0
   [junit4]   2> 254746 INFO  (qtp1109589477-2332) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[16 (1604177272824135680)]} 0 0
   [junit4]   2> 254747 INFO  (qtp238710387-2313) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[17 (1604177272826232832)]} 0 0
   [junit4]   2> 254748 INFO  (qtp23908043-2352) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[17 (1604177272827281408)]} 0 0
   [junit4]   2> 254749 INFO  (qtp238710387-2313) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[18 (1604177272828329984)]} 0 0
   [junit4]   2> 254750 INFO  (qtp2104234472-2372) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[18 (1604177272829378560)]} 0 0
   [junit4]   2> 254751 INFO  (qtp238710387-2313) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[19 (1604177272830427136)]} 0 0
   [junit4]   2> 254752 INFO  (qtp1109589477-2330) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=javabin&version=2}{add=[19 (1604177272831475712)]} 0 0
   [junit4]   2> 254753 INFO  (qtp238710387-2313) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update 
params={wt=ja

[...truncated too long message...]

inute 2 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestDistributedStatsComponentCardinality" 
-Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" 
-Dtests.seed=FD5270D727F77A27 -Dtests.slow=true -Dtests.locale=nl-BE 
-Dtests.timezone=Chile/EasterIsland -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
Buildfile: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: 
http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: 
org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 16ms :: artifacts dl 1ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
        ---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: FD5270D727F77A27
    [mkdir] Created dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says 今日は! Master seed: FD5270D727F77A27
   [junit4] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J1 PID(14527@serv1-vm3).
   [junit4] Started J0 PID(14526@serv1-vm3).
   [junit4] Suite: 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4] OK      63.8s J1 | TestDistributedStatsComponentCardinality.test
   [junit4] Completed [1/5] on J1 in 67.92s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J0 PID(14526@serv1-vm3): 2018-06-24T19:11:52, stalled for 
66.1s at: TestDistributedStatsComponentCardinality.test
   [junit4] Suite: 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4] OK      66.7s J0 | TestDistributedStatsComponentCardinality.test
   [junit4] Completed [2/5] on J0 in 70.61s, 1 test
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality. 
This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to 
true to skip this message.
   [junit4] Suite: 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4] OK      35.2s J1 | TestDistributedStatsComponentCardinality.test
   [junit4] Completed [3/5] on J1 in 35.40s, 1 test
   [junit4] 
   [junit4] Suite: 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4] OK      36.2s J0 | TestDistributedStatsComponentCardinality.test
   [junit4] Completed [4/5] on J0 in 36.46s, 1 test
   [junit4] 
   [junit4] Suite: 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4] OK      24.2s J1 | TestDistributedStatsComponentCardinality.test
   [junit4] Completed [5/5] on J1 in 24.34s, 1 test
   [junit4] 
   [junit4] JVM J0:     1.47 ..   110.42 =   108.95s
   [junit4] JVM J1:     1.46 ..   132.68 =   131.22s
   [junit4] Execution time total: 2 minutes 12 seconds
   [junit4] Tests summary: 5 suites, 5 tests
   [junit4] Could not remove temporary path: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp])
   [junit4] Could not remove temporary path: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 121.60s | 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
[junit4:tophints] 116.77s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 110.86s | org.apache.solr.cloud.ZkFailoverTest
[junit4:tophints] 108.74s | org.apache.solr.cloud.TestTlogReplica
[junit4:tophints] 103.75s | org.apache.solr.cloud.MoveReplicaHDFSTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 2 minutes 16 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.lucene.index.TestIndexWriterWithThreads
[repro]   0/5 failed: 
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2843)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2722)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2703)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3082)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1089)
                at hudson.FilePath.act(FilePath.java:1078)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1840)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3084)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1091)
        at hudson.FilePath.act(FilePath.java:1078)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1840)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=3b9d3a760a432b97aad2c08b2f778fa2344eb14a, 
workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #1929
Recording test results
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to