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

2 tests failed.
FAILED:  org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic

Error Message:
{} expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: {} expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([FAE0EA92FAFF02D3:511AF787252384FD]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at 
org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:92)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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)


FAILED:  
org.apache.solr.client.solrj.embedded.SolrExampleEmbeddedTest.testCommitWithinOnDelete

Error Message:
expected:<1> but was:<0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([8FC7BBC9327D5611:E3D34C78E8FEBC2A]:0)
        at junit.framework.Assert.fail(Assert.java:57)
        at junit.framework.Assert.failNotEquals(Assert.java:329)
        at junit.framework.Assert.assertEquals(Assert.java:78)
        at junit.framework.Assert.assertEquals(Assert.java:159)
        at junit.framework.Assert.assertEquals(Assert.java:166)
        at 
org.apache.solr.client.solrj.SolrExampleTestsBase.testCommitWithinOnDelete(SolrExampleTestsBase.java:147)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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 13053 lines...]
   [junit4] Suite: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_FAE0EA92FAFF02D3-001/init-core-data-001
   [junit4]   2> 719778 INFO  
(SUITE-SolrRrdBackendFactoryTest-seed#[FAE0EA92FAFF02D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 719779 INFO  
(SUITE-SolrRrdBackendFactoryTest-seed#[FAE0EA92FAFF02D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 719779 INFO  
(SUITE-SolrRrdBackendFactoryTest-seed#[FAE0EA92FAFF02D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 719781 INFO  
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[FAE0EA92FAFF02D3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBasic
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic 
-Dtests.seed=FAE0EA92FAFF02D3 -Dtests.slow=true -Dtests.locale=es-HN 
-Dtests.timezone=Indian/Christmas -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.14s J0 | SolrRrdBackendFactoryTest.testBasic <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {} expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FAE0EA92FAFF02D3:511AF787252384FD]:0)
   [junit4]    >        at 
org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:92)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_FAE0EA92FAFF02D3-001
   [junit4]   2> 719919 INFO  
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[FAE0EA92FAFF02D3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBasic
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=1492, maxMBSortInHeap=5.790926541145647, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@b062549),
 locale=es-HN, timezone=Indian/Christmas
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_191 
(64-bit)/cpus=3,threads=1,free=293474656,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestFuzzyAnalyzedSuggestions, QueryParsingTest, TestDynamicLoading, 
TestSolrCloudWithSecureImpersonation, NodeMarkersRegistrationTest, 
UpdateRequestProcessorFactoryTest, SearchRateTriggerTest, TestLegacyFieldCache, 
TermsComponentTest, ReplaceNodeNoTargetTest, Tagger2Test, GraphQueryTest, 
EchoParamsTest, HttpPartitionTest, TestCloudPhrasesIdentificationComponent, 
SolrJmxReporterTest, DeleteInactiveReplicaTest, TestClusterStateMutator, 
TestDownShardTolerantSearch, TestDeprecatedFilters, 
DistributedMLTComponentTest, DistributedFacetPivotSmallTest, TestPointFields, 
BasicAuthIntegrationTest, SolrGraphiteReporterTest, TestSimLargeCluster, 
DirectSolrSpellCheckerTest, TestTestInjection, TestCloudPseudoReturnFields, 
CloudMLTQParserTest, OverseerTaskQueueTest, HLLSerializationTest, 
TestCloudSchemaless, SecurityConfHandlerTest, ResponseLogComponentTest, 
TestIBSimilarityFactory, MoreLikeThisHandlerTest, ScheduledTriggerTest, 
TestSimDistributedQueue, TestUseDocValuesAsStored, TestStressRecovery, 
HttpTriggerListenerTest, RuleEngineTest, TestPolicyCloud, 
HdfsTlogReplayBufferedWhileIndexingTest, SmileWriterTest, TestUpdate, 
ExitableDirectoryReaderTest, LeaderElectionIntegrationTest, 
TestPostingsSolrHighlighter, TestHashPartitioner, RangeFacetCloudTest, 
MetricsConfigTest, PrimitiveFieldTypeTest, BasicZkTest, 
TestSlowCompositeReaderWrapper, TestReplicationHandlerDiskOverFlow, 
DistributedSpellCheckComponentTest, TestWithCollection, TestSmileRequest, 
TestNumericRangeQuery64, TestQueryTypes, AddBlockUpdateTest, TestLogWatcher, 
SolrRrdBackendFactoryTest]
   [junit4] Completed [148/844 (1!)] on J0 in 0.28s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 3270 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.embedded.SolrExampleEmbeddedTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/init-core-data-001
   [junit4]   2> 255093 WARN  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 255093 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 255094 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 255094 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 255137 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 255144 WARN  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/extraction/lib
   [junit4]   2> 255144 WARN  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 255144 WARN  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/clustering/lib
   [junit4]   2> 255144 WARN  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 255144 WARN  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/langid/lib
   [junit4]   2> 255144 WARN  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 255144 WARN  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 255145 WARN  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/velocity/lib
   [junit4]   2> 255145 WARN  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 255154 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 255155 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 255205 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 255360 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
/schema/analysis/stopwords/english
   [junit4]   2> 255360 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory$SynonymManager
 for path /schema/analysis/synonyms/english
   [junit4]   2> 255360 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 255361 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 255361 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 255361 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 255362 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 255362 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 255362 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 256409 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 256411 WARN  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6ce619b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 256415 WARN  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@473f3e4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 256439 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 256439 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 256456 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f13453
   [junit4]   2> 256463 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f13453
   [junit4]   2> 256464 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14f13453
   [junit4]   2> 256481 WARN  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/extraction/lib
   [junit4]   2> 256481 WARN  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 256481 WARN  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/clustering/lib
   [junit4]   2> 256481 WARN  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 256482 WARN  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/langid/lib
   [junit4]   2> 256482 WARN  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 256482 WARN  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 256482 WARN  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../contrib/velocity/lib
   [junit4]   2> 256482 WARN  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 256491 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is 
enabled
   [junit4]   2> 256492 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 256538 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 256752 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
/schema/analysis/stopwords/english
   [junit4]   2> 256752 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory$SynonymManager
 for path /schema/analysis/synonyms/english
   [junit4]   2> 256752 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 256752 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 256753 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid 
field id
   [junit4]   2> 256753 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 256753 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 256753 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing 
ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 256753 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.RestManager Added observer of type 
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to 
existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 256766 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1,
 trusted=true
   [junit4]   2> 256766 INFO  (coreLoadExecutor-1199-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@14f13453
   [junit4]   2> 256766 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/init-core-data-001/]
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-1199-thread-1]: 
init: current segments file is "segments"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@63ebbde5
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-1199-thread-1]: 
now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-1199-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
init: create=true reader=null
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(ByteBuffersDirectory@3ee26262 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@164d760)
   [junit4]   2> index=
   [junit4]   2> version=9.0.0
   [junit4]   2> 
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> 
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, 
maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene80
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, 
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, 
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1, deletesPctAllowed=33.0
   [junit4]   2> 
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@4d47d4c2
   [junit4]   2> readerPooling=true
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> checkPendingFlushOnUpdate=true
   [junit4]   2> softDeletesField=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@737d4c1a
   [junit4]   2> 
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
now flush at close
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]:  
 start flush: applyAllDeletes=true
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]:  
 index before flush 
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-1199-thread-1]: 
startFullFlush
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-1199-thread-1]: 
coreLoadExecutor-1199-thread-1 finishFullFlush success=true
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool 
bytesUsed=0
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-1199-thread-1]: 
waitApply: no deletes to apply
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-1199-thread-1]: 
initDynamicDefaults spins=false maxThreadCount=1 maxMergeCount=6
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-1199-thread-1]: 
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-1199-thread-1]: 
now merge
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-1199-thread-1]:  
 index: 
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-1199-thread-1]:  
 no more merges pending; now return
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
waitForMerges
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
waitForMerges done
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
commit: start
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
commit: enter lock
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
commit: now prepare
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
prepareCommit: flush
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]:  
 index before flush 
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-1199-thread-1]: 
startFullFlush
   [junit4]   2> 256767 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool 
bytesUsed=0
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-1199-thread-1]: 
waitApply: no deletes to apply
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-1199-thread-1]: 
coreLoadExecutor-1199-thread-1 finishFullFlush success=true
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
startCommit(): start
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
startCommit index= changeCount=2
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
startCommit: wrote pending segments file "pending_segments_1"
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
done all syncs: []
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
commit: pendingCommit != null
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
commit: done writing segments file "segments_1"
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-1199-thread-1]: 
now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-1199-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
commit: took 0.2 msec
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
commit: done
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
rollback
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
all running merges have aborted
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
rollback: done finish merges
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-1199-thread-1]: 
abort
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-1199-thread-1]: 
done abort success=true
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
rollback: infos=
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-1199-thread-1]: 
now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-1199-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 256768 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 256806 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 256806 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 256808 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 
15000ms; 
   [junit4]   2> 256808 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-1199-thread-1]: 
init: current segments file is "segments_1"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@63ebbde5
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-1199-thread-1]: 
init: load commit "segments_1"
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-1199-thread-1]: 
now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-1199-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
init: create=false reader=null
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(ByteBuffersDirectory@3ee26262 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@164d760)
   [junit4]   2> index=
   [junit4]   2> version=9.0.0
   [junit4]   2> 
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=APPEND
   [junit4]   2> 
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, 
maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene80
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, 
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, 
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1, deletesPctAllowed=33.0
   [junit4]   2> 
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@449913bd
   [junit4]   2> readerPooling=true
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> checkPendingFlushOnUpdate=true
   [junit4]   2> softDeletesField=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@4a3a805
   [junit4]   2> 
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
flush at getReader
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-1199-thread-1]: 
startFullFlush
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool 
bytesUsed=0
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-1199-thread-1]: 
waitApply: no deletes to apply
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
incRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-1199-thread-1]: 
coreLoadExecutor-1199-thread-1 finishFullFlush success=true
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-1199-thread-1]: 
getReader took 0 msec
   [junit4]   2> 256809 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6609d3e6[collection1] main]
   [junit4]   2> 256810 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/conf
   [junit4]   2> 256810 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_rest_managed.json using 
file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/conf
   [junit4]   2> 256810 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
   [junit4]   2> 256810 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_stopwords_english.json using 
file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/conf
   [junit4]   2> 256810 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for 
/schema/analysis/stopwords/english
   [junit4]   2> 256810 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 35 words for 
/schema/analysis/stopwords/english
   [junit4]   2> 256810 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 4 observers of 
/schema/analysis/stopwords/english
   [junit4]   2> 256810 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
_schema_analysis_synonyms_english.json using 
file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/conf
   [junit4]   2> 256810 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Loaded initArgs 
{ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
   [junit4]   2> 256810 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 3 synonym 
mappings for /schema/analysis/synonyms/english
   [junit4]   2> 256810 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 4 observers of 
/schema/analysis/synonyms/english
   [junit4]   2> 256810 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 256811 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 256811 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 256811 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 256811 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 256811 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_8FC7BBC9327D5611-001/tempDir-001/collection1/conf/elevate.xml
   [junit4]   2> 256814 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 256814 INFO  (coreLoadExecutor-1199-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1626474709333835776
   [junit4]   2> 256815 INFO  
(searcherExecutor-1200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@6609d3e6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 256815 INFO  
(searcherExecutor-1200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher}
 hits=0 status=0 QTime=0
   [junit4]   2> 256815 INFO  
(searcherExecutor-1200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 256815 INFO  
(searcherExecutor-1200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 256815 INFO  
(searcherExecutor-1200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 256816 INFO  
(searcherExecutor-1200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6609d3e6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 256817 INFO  
(SUITE-SolrExampleEmbeddedTest-seed#[8FC7BBC9327D5611]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 256819 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testMultiContentStreamRequest
   [junit4]   2> 256821 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 anyChanges? numDocsInRam=0 deletes=true hasTickets:false 
pendingChangesInFullFlush: false
   [junit4]   2> 256821 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 anyChanges? numDocsInRam=0 deletes=true hasTickets:false 
pendingChangesInFullFlush: false
   [junit4]   2> 256821 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 256821 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 flush at getReader
   [junit4]   2> 256821 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 startFullFlush
   [junit4]   2> 256821 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 anyChanges? numDocsInRam=0 deletes=true hasTickets:false 
pendingChangesInFullFlush: false
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 
TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]:
 flush naked frozen global deletes
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 compressed 104 to 52 bytes (50.00%) for deletes/updates; private segment null
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 push new packet (delGen=1 numDeleteQueries=1 bytesUsed=52), packetCount=1, 
bytesUsed=0.000 MB
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 flush: push buffered updates: delGen=1 numDeleteQueries=1 bytesUsed=52
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 packet matches no segments
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 finished packet delGen=1 now completedDelGen=1
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 done apply del packet (delGen=1 numDeleteQueries=1 bytesUsed=52) to 0 
segments; 0 new deletes/updates; took 0.000 sec; 0 packets remain
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 now apply all deletes for all segments buffered updates bytesUsed=0 reader 
pool bytesUsed=0
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 waitApply: no deletes to apply
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 incRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 
TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]
 finishFullFlush success=true
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 getReader took 1 msec
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 decRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 256822 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=/update params={}{deleteByQuery=*:* (-1626474709339078656)} 0 3
   [junit4]   2> 256823 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1626474709343272960,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 256823 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 256823 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 256823 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=/update params={commit=true&softCommit=false&waitSearcher=true}{commit=} 0 0
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 anyChanges? numDocsInRam=0 deletes=true hasTickets:false 
pendingChangesInFullFlush: false
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 anyChanges? numDocsInRam=0 deletes=true hasTickets:false 
pendingChangesInFullFlush: false
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 flush at getReader
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 startFullFlush
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 anyChanges? numDocsInRam=0 deletes=true hasTickets:false 
pendingChangesInFullFlush: false
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 
TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]:
 flush naked frozen global deletes
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 compressed 104 to 52 bytes (50.00%) for deletes/updates; private segment null
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 push new packet (delGen=2 numDeleteQueries=1 bytesUsed=52), packetCount=1, 
bytesUsed=0.000 MB
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 flush: push buffered updates: delGen=2 numDeleteQueries=1 bytesUsed=52
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 packet matches no segments
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 finished packet delGen=2 now completedDelGen=2
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 done apply del packet (delGen=2 numDeleteQueries=1 bytesUsed=52) to 0 
segments; 0 new deletes/updates; took 0.000 sec; 0 packets remain
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 now apply all deletes for all segments buffered updates bytesUsed=0 reader 
pool bytesUsed=0
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 waitApply: no deletes to apply
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 incRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 
TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]
 finishFullFlush success=true
   [junit4]   2> 256824 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 getReader took 0 msec
   [junit4]   2> 256825 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 decRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 256825 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=/update params={}{deleteByQuery=*:* (-1626474709344321536)} 0 1
   [junit4]   2> 256825 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1626474709345370112,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 256825 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 256825 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 256825 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=/update params={commit=true&softCommit=false&waitSearcher=true}{commit=} 0 0
   [junit4]   2> 256825 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=*:*} hits=0 status=0 QTime=0
   [junit4]   2> 256831 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1626474709351661570,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 256831 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4a3a805 
commitCommandVersion:1626474709351661570
   [junit4]   2> 256831 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 commit: start
   [junit4]   2> 256831 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 commit: enter lock
   [junit4]   2> 256831 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 commit: now prepare
   [junit4]   2> 256831 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 prepareCommit: flush
   [junit4]   2> 256831 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
   index before flush 
   [junit4]   2> 256831 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 startFullFlush
   [junit4]   2> 256831 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 anyChanges? numDocsInRam=5 deletes=true hasTickets:false 
pendingChangesInFullFlush: false
   [junit4]   2> 256831 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DWFC][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0 4 deleted 
terms (unique count=4) bytesUsed=977, segment=_0, aborted=false, 
numDocsInRAM=5, deleteQueue=DWDQ: [ generation: 3 ]]
   [junit4]   2> 256831 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 compressed 1230 to 1040 bytes (84.55%) for deletes/updates; private segment 
null
   [junit4]   2> 256831 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DWPT][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 flush postings as segment _0 numDocs=5
   [junit4]   2> 256832 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 0 msec to write norms
   [junit4]   2> 256832 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 0 msec to write docValues
   [junit4]   2> 256861 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 28 msec to write points
   [junit4]   2> 256861 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 0 msec to finish stored fields
   [junit4]   2> 256862 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 1 msec to write postings and finish vectors
   [junit4]   2> 256862 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 0 msec to write fieldInfos
   [junit4]   2> 256862 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DWPT][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 new segment has 0 deleted docs
   [junit4]   2> 256862 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DWPT][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 new segment has 0 soft-deleted docs
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DWPT][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 new segment has no vectors; norms; docValues; prox; freqs
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DWPT][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 flushedFiles=[_0_Lucene50_0.doc, _0_Lucene50_0.tim, _0_Lucene50_0.pos, _0.nvd, 
_0.fdx, _0_Lucene50_0.tip, _0.fdt, _0_Lucene80_0.dvm, _0.dii, 
_0_Lucene50_0.pay, _0_Lucene80_0.dvd, _0.dim, _0.nvm, _0.fnm]
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DWPT][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 flushed codec=Lucene80
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DWPT][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 flushed: segment=_0 ramUsed=0.416 MB newFlushedSize=0.008 MB docs/MB=627.739
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DWPT][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 flush time 31.417866 msec
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 publishFlushedSegment seg-private updates=null
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 publishFlushedSegment _0(9.0.0):C5:[diagnostics={os=SunOS, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=5.11, 
timestamp=1551127156625}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 push new packet (delGen=3 numDeleteTerms=5 bytesUsed=1040), packetCount=1, 
bytesUsed=0.001 MB
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 finished packet delGen=4 now completedDelGen=2
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 publish sets newSegment delGen=4 seg=_0(9.0.0):C5:[diagnostics={os=SunOS, 
java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=9.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=5.11, 
timestamp=1551127156625}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IFD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 now checkpoint "_0(9.0.0):C5:[diagnostics={os=SunOS, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=5.11, 
timestamp=1551127156625}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]"
 [1 segments ; isCommit = false]
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IFD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 0 msec to checkpoint
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 packet matches no segments
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 finished packet delGen=3 now completedDelGen=4
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 done apply del packet (delGen=3 numDeleteTerms=5 bytesUsed=1040) to 0 
segments; 0 new deletes/updates; took 0.000 sec; 0 packets remain
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 now apply all deletes for all segments buffered updates bytesUsed=0 reader 
pool bytesUsed=0
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[BD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 waitApply: no deletes to apply
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 
TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]
 finishFullFlush success=true
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 startCommit(): start
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 startCommit index=_0(9.0.0):C5:[diagnostics={os=SunOS, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=5.11, 
timestamp=1551127156625}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]
 changeCount=4
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 startCommit: wrote pending segments file "pending_segments_2"
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 done all syncs: [_0.si, _0_Lucene50_0.doc, _0_Lucene50_0.tim, 
_0_Lucene50_0.pos, _0.nvd, _0.fdx, _0_Lucene50_0.tip, _0.fdt, 
_0_Lucene80_0.dvm, _0.dii, _0_Lucene50_0.pay, _0_Lucene80_0.dvd, _0.dim, 
_0.nvm, _0.fnm]
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 commit: pendingCommit != null
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 commit: done writing segments file "segments_2"
   [junit4]   2> 256863 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IFD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 now checkpoint "_0(9.0.0):C5:[diagnostics={os=SunOS, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=5.11, 
timestamp=1551127156625}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]"
 [1 segments ; isCommit = true]
   [junit4]   2> 256864 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IFD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 deleteCommits: now decRef commit "segments_1"
   [junit4]   2> 256864 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IFD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 delete [segments_1]
   [junit4]   2> 256864 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IFD][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 0 msec to checkpoint
   [junit4]   2> 256864 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 commit: took 33.1 msec
   [junit4]   2> 256864 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 commit: done
   [junit4]   2> 256864 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[MP][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
   seg=_0(9.0.0):C5:[diagnostics={os=SunOS, java.vendor=Oracle Corporation, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=9.0.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=5.11, 
timestamp=1551127156625}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]
 size=0.008 MB [floored]
   [junit4]   2> 256864 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[MP][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 findMerges: 1 segments
   [junit4]   2> 256864 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[MP][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
   allowedSegmentCount=10 vs count=1 (eligible count=1)
   [junit4]   2> 256864 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[MS][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 initDynamicDefaults spins=false maxThreadCount=1 maxMergeCount=6
   [junit4]   2> 256864 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[MS][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 now merge
   [junit4]   2> 256865 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[MS][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
   index: _0(9.0.0):C5:[diagnostics={os=SunOS, java.vendor=Oracle Corporation, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=9.0.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=5.11, 
timestamp=1551127156625}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]
   [junit4]   2> 256865 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[MS][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
   no more merges pending; now return
   [junit4]   2> 256865 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 256865 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 flush at getReader
   [junit4]   2> 256865 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[DW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 startFullFlush
   [junit4]   2> 256865 INFO  
(TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611])
 [    ] o.a.s.u.LoggingInfoStream 
[IW][TEST-SolrExampleEmbeddedTest.testMultiContentStreamRequest-seed#[8FC7BBC9327D5611]]:
 now apply all deletes for all segm

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

   0.12s J1 | SolrExampleEmbeddedTest.testQueryWithParams
   [junit4] OK      0.16s J1 | SolrExampleEmbeddedTest.testPivotFacetsStats
   [junit4] OK      1.41s J1 | SolrExampleEmbeddedTest.testCommitWithinOnDelete
   [junit4] OK      0.07s J1 | 
SolrExampleEmbeddedTest.testUpdateRequestWithParameters
   [junit4] OK      0.03s J1 | SolrExampleEmbeddedTest.testErrorHandling
   [junit4] Completed [4/5] on J1 in 12.14s, 38 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.client.solrj.embedded.SolrExampleEmbeddedTest
   [junit4] OK      0.19s J0 | 
SolrExampleEmbeddedTest.testMultiContentStreamRequest
   [junit4] OK      0.08s J0 | SolrExampleEmbeddedTest.testUpdateField
   [junit4] OK      0.06s J0 | SolrExampleEmbeddedTest.testPivotFacetsQueries
   [junit4] OK      0.02s J0 | SolrExampleEmbeddedTest.testSetNullUpdates
   [junit4] OK      0.02s J0 | SolrExampleEmbeddedTest.testRawFields
   [junit4] OK      0.03s J0 | SolrExampleEmbeddedTest.testPivotFacetsMissing
   [junit4] OK      0.02s J0 | 
SolrExampleEmbeddedTest.testPivotFacetsStatsNotSupported
   [junit4] OK      0.06s J0 | SolrExampleEmbeddedTest.testPivotFacetsRanges
   [junit4] OK      0.07s J0 | SolrExampleEmbeddedTest.testAddDelete
   [junit4] OK      0.09s J0 | SolrExampleEmbeddedTest.testMoreLikeThis
   [junit4] OK      0.06s J0 | SolrExampleEmbeddedTest.testUnicode
   [junit4] OK      0.03s J0 | SolrExampleEmbeddedTest.testChineseDefaults
   [junit4] OK      0.04s J0 | SolrExampleEmbeddedTest.testFaceting
   [junit4] OK      2.03s J0 | SolrExampleEmbeddedTest.testCommitWithinOnAdd
   [junit4] OK      0.23s J0 | SolrExampleEmbeddedTest.testStreamingRequest
   [junit4] OK      0.03s J0 | SolrExampleEmbeddedTest.testLukeHandler
   [junit4] OK      0.06s J0 | SolrExampleEmbeddedTest.testChildDoctransformer
   [junit4] OK      0.06s J0 | SolrExampleEmbeddedTest.testExpandComponent
   [junit4] OK      0.03s J0 | SolrExampleEmbeddedTest.testFieldGlobbing
   [junit4] OK      0.05s J0 | SolrExampleEmbeddedTest.testContentStreamRequest
   [junit4] OK      0.02s J0 | SolrExampleEmbeddedTest.testPivotFacets
   [junit4] OK      0.03s J0 | SolrExampleEmbeddedTest.testDeleteParentDoc
   [junit4] OK      0.04s J0 | SolrExampleEmbeddedTest.testAugmentFields
   [junit4] OK      0.12s J0 | SolrExampleEmbeddedTest.testStatistics
   [junit4] OK      0.02s J0 | SolrExampleEmbeddedTest.testSetNullUpdateOrder
   [junit4] OK      0.11s J0 | SolrExampleEmbeddedTest.testAddRetrieve
   [junit4] OK      0.02s J0 | SolrExampleEmbeddedTest.testPingHandler
   [junit4] OK      0.05s J0 | 
SolrExampleEmbeddedTest.testUpdateMultiValuedField
   [junit4] OK      0.09s J0 | SolrExampleEmbeddedTest.testExampleConfig
   [junit4] OK      0.04s J0 | SolrExampleEmbeddedTest.testRealtimeGet
   [junit4] OK      0.06s J0 | 
SolrExampleEmbeddedTest.testMultiContentWriterRequest
   [junit4] OK      0.04s J0 | 
SolrExampleEmbeddedTest.testAddChildToChildFreeDoc
   [junit4] OK      0.06s J0 | SolrExampleEmbeddedTest.testGetEmptyResults
   [junit4] OK      0.02s J0 | SolrExampleEmbeddedTest.testQueryWithParams
   [junit4] OK      0.10s J0 | SolrExampleEmbeddedTest.testPivotFacetsStats
   [junit4] OK      1.41s J0 | SolrExampleEmbeddedTest.testCommitWithinOnDelete
   [junit4] OK      0.04s J0 | 
SolrExampleEmbeddedTest.testUpdateRequestWithParameters
   [junit4] OK      0.02s J0 | SolrExampleEmbeddedTest.testErrorHandling
   [junit4] Completed [5/5] on J0 in 7.76s, 38 tests
   [junit4] 
   [junit4] JVM J0:     1.05 ..    50.75 =    49.70s
   [junit4] JVM J1:     1.08 ..    44.47 =    43.39s
   [junit4] Execution time total: 50 seconds
   [junit4] Tests summary: 5 suites, 190 tests
   [junit4] Could not remove temporary path: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J1
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J1/temp])
   [junit4] Could not remove temporary path: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 101.22s | 
org.apache.solr.client.solrj.impl.CloudSolrClientTest
[junit4:tophints]  96.88s | 
org.apache.solr.client.solrj.io.stream.StreamDecoratorTest
[junit4:tophints]  59.97s | 
org.apache.solr.common.cloud.TestCollectionStateWatchers
[junit4:tophints]  47.77s | 
org.apache.solr.common.cloud.TestCloudCollectionsListeners
[junit4:tophints]  39.09s | org.apache.solr.client.solrj.request.SchemaTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 53 seconds
[repro] Failures:
[repro]   0/5 failed: 
org.apache.solr.client.solrj.embedded.SolrExampleEmbeddedTest
[repro]   0/5 failed: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
[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:2802)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2681)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2662)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3041)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:957)
                at hudson.FilePath.act(FilePath.java:1068)
                at hudson.FilePath.act(FilePath.java:1057)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2660)
                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:1841)
                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:3043)
        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:1070)
        at hudson.FilePath.act(FilePath.java:1057)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2660)
        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:1841)
        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
No credentials specified
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=6a886b274d6cc24dd1b84a7379ee8a07ccae3ce8, 
workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #2303
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
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