You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/03/27 08:04:53 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 3228 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3228/

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([D9637AB742CCD571:729967A29D10535F]: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.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure

Error Message:
Did not see a fully active cluster after 30 seconds

Stack Trace:
java.lang.AssertionError: Did not see a fully active cluster after 30 seconds
	at __randomizedtesting.SeedInfo.seed([64855F73A0E73CD5:ECB3FD207848D4C7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:261)
	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 13383 lines...]
   [junit4] Suite: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_D9637AB742CCD571-001/init-core-data-001
   [junit4]   2> 1696691 WARN  (SUITE-SolrRrdBackendFactoryTest-seed#[D9637AB742CCD571]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1696691 INFO  (SUITE-SolrRrdBackendFactoryTest-seed#[D9637AB742CCD571]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1696693 INFO  (SUITE-SolrRrdBackendFactoryTest-seed#[D9637AB742CCD571]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1696693 INFO  (SUITE-SolrRrdBackendFactoryTest-seed#[D9637AB742CCD571]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1696713 INFO  (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[D9637AB742CCD571]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasic
   [junit4]   2> 1696830 INFO  (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[D9637AB742CCD571]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBasic
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic -Dtests.seed=D9637AB742CCD571 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-SY -Dtests.timezone=Africa/Kampala -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.15s J1 | SolrRrdBackendFactoryTest.testBasic <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {} expected:<1> but was:<0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D9637AB742CCD571:729967A29D10535F]: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: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_D9637AB742CCD571-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=910, maxMBSortInHeap=5.186056244119268, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5fd86f0c), locale=ar-SY, timezone=Africa/Kampala
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=212165600,total=514326528
   [junit4]   2> NOTE: All tests run in this JVM: [HttpTriggerListenerTest, TestUnifiedSolrHighlighter, CoreAdminRequestStatusTest, DirectSolrSpellCheckerTest, TestLeaderElectionZkExpiry, TestCloudNestedDocsSort, TestGeoJSONResponseWriter, ScheduledTriggerTest, TestSolrCloudSnapshots, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFieldTypeResource, TestSchemaSimilarityResource, TestSimGenericDistributedQueue, TestCollectionAPIs, AnalyticsMergeStrategyTest, TestCloudPhrasesIdentificationComponent, TestSolrCoreParser, SuggesterWFSTTest, TestSolrXml, JWTAuthPluginIntegrationTest, OverseerRolesTest, PrimUtilsTest, SolrSlf4jReporterTest, TestBinaryResponseWriter, DirectSolrConnectionTest, DistanceFunctionTest, DirectoryFactoryTest, ConnectionReuseTest, TestPivotHelperCode, TestConfigSetsAPIZkFailure, TestSimNodeLostTrigger, ChaosMonkeyNothingIsSafeTest, TestMissingGroups, TestBinaryField, BasicFunctionalityTest, RecoveryZkTest, WrapperMergePolicyFactoryTest, TestInPlaceUpdatesRequiredField, SaslZkACLProviderTest, TestSimClusterStateProvider, RequestLoggingTest, TimeZoneUtilsTest, LeaderVoteWaitTimeoutTest, StatsReloadRaceTest, TestLRUStatsCache, TestComplexPhraseLeadingWildcard, TestSearchPerf, TestHighlightDedupGrouping, AddSchemaFieldsUpdateProcessorFactoryTest, TestRecoveryHdfs, HdfsWriteToMultipleCollectionsTest, TestQuerySenderListener, MetricTriggerTest, TestSolrCloudWithHadoopAuthPlugin, TestSolrCloudWithSecureImpersonation, TestSubQueryTransformerCrossCore, CollectionReloadTest, TestCopyFieldCollectionResource, TestSegmentSorting, DistributedVersionInfoTest, TestDynamicLoading, CollectionsAPIDistributedZkTest, TestRTGBase, TestStressLiveNodes, CSVRequestHandlerTest, SolrCoreCheckLockOnStartupTest, TestBadConfig, TestZkChroot, ForceLeaderWithTlogReplicasTest, SharedFSAutoReplicaFailoverTest, ReplaceNodeNoTargetTest, TestExclusionRuleCollectionAccess, TestStressLucene, AnalysisErrorHandlingTest, TestTrieFacet, XsltUpdateRequestHandlerTest, TestMultiValuedNumericRangeQuery, TestSkipOverseerOperations, TestPHPSerializedResponseWriter, TestScoreJoinQPScore, DistribDocExpirationUpdateProcessorTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, UpdateLogTest, UnloadDistributedZkTest, DistributedUpdateProcessorTest, SolrRrdBackendFactoryTest]
   [junit4] Completed [226/845 (1!)] on J1 in 0.26s, 1 test, 1 failure <<< FAILURES!

[...truncated 2852 lines...]
   [junit4] Suite: org.apache.solr.common.cloud.TestCollectionStateWatchers
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_64855F73A0E73CD5-001/init-core-data-001
   [junit4]   2> 246510 WARN  (SUITE-TestCollectionStateWatchers-seed#[64855F73A0E73CD5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=35 numCloses=35
   [junit4]   2> 246511 INFO  (SUITE-TestCollectionStateWatchers-seed#[64855F73A0E73CD5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 246513 INFO  (SUITE-TestCollectionStateWatchers-seed#[64855F73A0E73CD5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 246513 INFO  (SUITE-TestCollectionStateWatchers-seed#[64855F73A0E73CD5]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 246569 INFO  (TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[64855F73A0E73CD5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testWatchesWorkForStateFormat1
   [junit4]   2> 246569 INFO  (TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_64855F73A0E73CD5-001/tempDir-001
   [junit4]   2> 246570 INFO  (TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 246588 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 246588 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 246697 INFO  (TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.ZkTestServer start zk server on port:40997
   [junit4]   2> 246697 INFO  (TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40997
   [junit4]   2> 246697 INFO  (TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40997
   [junit4]   2> 246762 INFO  (zkConnectionManagerCallback-1690-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 246859 INFO  (zkConnectionManagerCallback-1692-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 246916 INFO  (zkConnectionManagerCallback-1694-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 247009 WARN  (jetty-launcher-1695-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 247021 INFO  (jetty-launcher-1695-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 247021 INFO  (jetty-launcher-1695-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 247021 INFO  (jetty-launcher-1695-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 247030 WARN  (jetty-launcher-1695-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 247030 INFO  (jetty-launcher-1695-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 247030 INFO  (jetty-launcher-1695-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 247030 INFO  (jetty-launcher-1695-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 247030 WARN  (jetty-launcher-1695-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 247031 INFO  (jetty-launcher-1695-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 247031 INFO  (jetty-launcher-1695-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 247031 INFO  (jetty-launcher-1695-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 247031 WARN  (jetty-launcher-1695-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 247032 INFO  (jetty-launcher-1695-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 247032 INFO  (jetty-launcher-1695-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 247032 INFO  (jetty-launcher-1695-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 247106 INFO  (jetty-launcher-1695-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 247106 INFO  (jetty-launcher-1695-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 247106 INFO  (jetty-launcher-1695-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 247127 INFO  (jetty-launcher-1695-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@801ed2e{/solr,null,AVAILABLE}
   [junit4]   2> 247301 INFO  (jetty-launcher-1695-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 247301 INFO  (jetty-launcher-1695-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 247301 INFO  (jetty-launcher-1695-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 247301 INFO  (jetty-launcher-1695-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d5f1818{/solr,null,AVAILABLE}
   [junit4]   2> 247411 INFO  (jetty-launcher-1695-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4a7ba911{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41110}
   [junit4]   2> 247411 INFO  (jetty-launcher-1695-thread-1) [    ] o.e.j.s.Server Started @247588ms
   [junit4]   2> 247411 INFO  (jetty-launcher-1695-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41110}
   [junit4]   2> 247411 ERROR (jetty-launcher-1695-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 247411 INFO  (jetty-launcher-1695-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 247411 INFO  (jetty-launcher-1695-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 247411 INFO  (jetty-launcher-1695-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 247411 INFO  (jetty-launcher-1695-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 247412 INFO  (jetty-launcher-1695-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-27T07:13:02.126Z
   [junit4]   2> 247413 INFO  (jetty-launcher-1695-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 247413 INFO  (jetty-launcher-1695-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 247413 INFO  (jetty-launcher-1695-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 247413 INFO  (jetty-launcher-1695-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74e7a190{/solr,null,AVAILABLE}
   [junit4]   2> 247415 INFO  (jetty-launcher-1695-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5611660d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:32869}
   [junit4]   2> 247415 INFO  (jetty-launcher-1695-thread-4) [    ] o.e.j.s.Server Started @247592ms
   [junit4]   2> 247415 INFO  (jetty-launcher-1695-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32869}
   [junit4]   2> 247415 ERROR (jetty-launcher-1695-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 247415 INFO  (jetty-launcher-1695-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 247415 INFO  (jetty-launcher-1695-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 247415 INFO  (jetty-launcher-1695-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 247416 INFO  (jetty-launcher-1695-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 247416 INFO  (jetty-launcher-1695-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-27T07:13:02.131Z
   [junit4]   2> 247524 INFO  (jetty-launcher-1695-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 247524 INFO  (jetty-launcher-1695-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 247524 INFO  (jetty-launcher-1695-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 247524 INFO  (jetty-launcher-1695-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ffa3f49{/solr,null,AVAILABLE}
   [junit4]   2> 247525 INFO  (jetty-launcher-1695-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b6c9948{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39394}
   [junit4]   2> 247525 INFO  (jetty-launcher-1695-thread-3) [    ] o.e.j.s.Server Started @247702ms
   [junit4]   2> 247525 INFO  (jetty-launcher-1695-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39394}
   [junit4]   2> 247525 ERROR (jetty-launcher-1695-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 247525 INFO  (jetty-launcher-1695-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 247525 INFO  (jetty-launcher-1695-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 247525 INFO  (jetty-launcher-1695-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 247525 INFO  (jetty-launcher-1695-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 247526 INFO  (jetty-launcher-1695-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-27T07:13:02.241Z
   [junit4]   2> 247544 INFO  (zkConnectionManagerCallback-1701-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 247544 INFO  (jetty-launcher-1695-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 247582 INFO  (zkConnectionManagerCallback-1699-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 247589 INFO  (jetty-launcher-1695-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 247605 INFO  (jetty-launcher-1695-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@40d9026c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37997}
   [junit4]   2> 247605 INFO  (jetty-launcher-1695-thread-2) [    ] o.e.j.s.Server Started @247782ms
   [junit4]   2> 247605 INFO  (jetty-launcher-1695-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37997}
   [junit4]   2> 247605 ERROR (jetty-launcher-1695-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 247605 INFO  (jetty-launcher-1695-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 247605 INFO  (jetty-launcher-1695-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 247605 INFO  (jetty-launcher-1695-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 247605 INFO  (jetty-launcher-1695-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 247605 INFO  (jetty-launcher-1695-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-27T07:13:02.320Z
   [junit4]   2> 247982 INFO  (zkConnectionManagerCallback-1697-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 247982 INFO  (zkConnectionManagerCallback-1703-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 247997 INFO  (jetty-launcher-1695-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 248018 INFO  (jetty-launcher-1695-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 248591 INFO  (jetty-launcher-1695-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 248627 WARN  (jetty-launcher-1695-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2728f01[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 248946 WARN  (jetty-launcher-1695-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1705dcf9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 248947 INFO  (jetty-launcher-1695-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40997/solr
   [junit4]   2> 249193 INFO  (zkConnectionManagerCallback-1713-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 249266 INFO  (zkConnectionManagerCallback-1715-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 249414 WARN  (jetty-launcher-1695-thread-3) [n:127.0.0.1:39394_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 249448 INFO  (jetty-launcher-1695-thread-3) [n:127.0.0.1:39394_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39394_solr
   [junit4]   2> 249465 INFO  (jetty-launcher-1695-thread-3) [n:127.0.0.1:39394_solr    ] o.a.s.c.Overseer Overseer (id=74417426270257160-127.0.0.1:39394_solr-n_0000000000) starting
   [junit4]   2> 249521 INFO  (zkConnectionManagerCallback-1722-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 249524 INFO  (jetty-launcher-1695-thread-3) [n:127.0.0.1:39394_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40997/solr ready
   [junit4]   2> 249525 INFO  (OverseerStateUpdate-74417426270257160-127.0.0.1:39394_solr-n_0000000000) [n:127.0.0.1:39394_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39394_solr
   [junit4]   2> 249610 INFO  (jetty-launcher-1695-thread-3) [n:127.0.0.1:39394_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39394_solr
   [junit4]   2> 249632 INFO  (zkCallback-1714-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 249648 INFO  (zkCallback-1721-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 249774 INFO  (jetty-launcher-1695-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 249802 WARN  (jetty-launcher-1695-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@538c2348[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 249911 WARN  (jetty-launcher-1695-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@94cdf31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 249912 INFO  (jetty-launcher-1695-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40997/solr
   [junit4]   2> 249959 INFO  (zkConnectionManagerCallback-1728-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 250015 INFO  (jetty-launcher-1695-thread-3) [n:127.0.0.1:39394_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 250076 INFO  (zkConnectionManagerCallback-1731-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 250115 INFO  (jetty-launcher-1695-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 250151 WARN  (jetty-launcher-1695-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@79fa4236[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 250179 WARN  (jetty-launcher-1695-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@251bf5ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 250180 INFO  (jetty-launcher-1695-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40997/solr
   [junit4]   2> 250350 INFO  (zkConnectionManagerCallback-1739-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 250361 WARN  (jetty-launcher-1695-thread-4) [n:127.0.0.1:32869_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 250372 INFO  (jetty-launcher-1695-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 250399 INFO  (jetty-launcher-1695-thread-4) [n:127.0.0.1:32869_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 250400 INFO  (jetty-launcher-1695-thread-3) [n:127.0.0.1:39394_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39394.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 250447 INFO  (jetty-launcher-1695-thread-4) [n:127.0.0.1:32869_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:32869_solr as DOWN
   [junit4]   2> 250448 INFO  (jetty-launcher-1695-thread-4) [n:127.0.0.1:32869_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 250448 INFO  (jetty-launcher-1695-thread-4) [n:127.0.0.1:32869_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32869_solr
   [junit4]   2> 250488 INFO  (zkConnectionManagerCallback-1741-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 250507 WARN  (jetty-launcher-1695-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@57290150[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 250518 INFO  (jetty-launcher-1695-thread-3) [n:127.0.0.1:39394_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39394.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 250677 INFO  (jetty-launcher-1695-thread-3) [n:127.0.0.1:39394_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39394.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 250678 INFO  (jetty-launcher-1695-thread-3) [n:127.0.0.1:39394_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_64855F73A0E73CD5-001/tempDir-001/node3/.
   [junit4]   2> 250678 INFO  (zkCallback-1730-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 250678 INFO  (zkCallback-1721-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 250678 INFO  (zkCallback-1714-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 250728 WARN  (jetty-launcher-1695-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@a8567d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 250728 INFO  (jetty-launcher-1695-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40997/solr
   [junit4]   2> 250887 INFO  (zkConnectionManagerCallback-1749-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 250997 WARN  (jetty-launcher-1695-thread-1) [n:127.0.0.1:41110_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 250998 INFO  (zkConnectionManagerCallback-1751-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 251090 INFO  (zkConnectionManagerCallback-1756-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 251105 INFO  (jetty-launcher-1695-thread-1) [n:127.0.0.1:41110_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 251162 INFO  (jetty-launcher-1695-thread-4) [n:127.0.0.1:32869_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 251199 INFO  (jetty-launcher-1695-thread-4) [n:127.0.0.1:32869_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40997/solr ready
   [junit4]   2> 251201 WARN  (jetty-launcher-1695-thread-2) [n:127.0.0.1:37997_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 251214 INFO  (jetty-launcher-1695-thread-1) [n:127.0.0.1:41110_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:41110_solr as DOWN
   [junit4]   2> 251215 INFO  (jetty-launcher-1695-thread-1) [n:127.0.0.1:41110_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 251215 INFO  (jetty-launcher-1695-thread-1) [n:127.0.0.1:41110_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41110_solr
   [junit4]   2> 251243 INFO  (zkCallback-1721-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 251251 INFO  (jetty-launcher-1695-thread-4) [n:127.0.0.1:32869_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 251288 INFO  (zkCallback-1730-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 251303 INFO  (zkCallback-1714-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 251346 INFO  (jetty-launcher-1695-thread-2) [n:127.0.0.1:37997_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 251363 INFO  (jetty-launcher-1695-thread-2) [n:127.0.0.1:37997_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:37997_solr as DOWN
   [junit4]   2> 251364 INFO  (jetty-launcher-1695-thread-2) [n:127.0.0.1:37997_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 251364 INFO  (jetty-launcher-1695-thread-2) [n:127.0.0.1:37997_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37997_solr
   [junit4]   2> 251434 INFO  (zkCallback-1755-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 251436 INFO  (zkCallback-1740-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 251455 INFO  (zkCallback-1755-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 251455 INFO  (zkCallback-1714-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 251455 INFO  (zkCallback-1740-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 251455 INFO  (zkCallback-1730-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 251470 INFO  (zkCallback-1750-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 251486 INFO  (zkCallback-1721-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 251493 INFO  (jetty-launcher-1695-thread-4) [n:127.0.0.1:32869_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32869.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 251530 INFO  (jetty-launcher-1695-thread-4) [n:127.0.0.1:32869_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32869.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 251530 INFO  (zkConnectionManagerCallback-1764-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 251543 INFO  (jetty-launcher-1695-thread-4) [n:127.0.0.1:32869_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32869.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 251544 INFO  (jetty-launcher-1695-thread-4) [n:127.0.0.1:32869_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_64855F73A0E73CD5-001/tempDir-001/node4/.
   [junit4]   2> 251548 INFO  (jetty-launcher-1695-thread-1) [n:127.0.0.1:41110_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 251550 INFO  (jetty-launcher-1695-thread-1) [n:127.0.0.1:41110_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40997/solr ready
   [junit4]   2> 251580 INFO  (jetty-launcher-1695-thread-1) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 251702 INFO  (jetty-launcher-1695-thread-1) [n:127.0.0.1:41110_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41110.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 251709 INFO  (zkConnectionManagerCallback-1770-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 251819 INFO  (jetty-launcher-1695-thread-2) [n:127.0.0.1:37997_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 251820 INFO  (jetty-launcher-1695-thread-2) [n:127.0.0.1:37997_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40997/solr ready
   [junit4]   2> 251835 INFO  (jetty-launcher-1695-thread-2) [n:127.0.0.1:37997_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 252112 INFO  (jetty-launcher-1695-thread-1) [n:127.0.0.1:41110_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41110.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 252113 INFO  (jetty-launcher-1695-thread-1) [n:127.0.0.1:41110_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41110.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 252114 INFO  (jetty-launcher-1695-thread-1) [n:127.0.0.1:41110_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_64855F73A0E73CD5-001/tempDir-001/node1/.
   [junit4]   2> 252186 INFO  (jetty-launcher-1695-thread-2) [n:127.0.0.1:37997_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37997.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 252237 INFO  (jetty-launcher-1695-thread-2) [n:127.0.0.1:37997_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37997.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 252237 INFO  (jetty-launcher-1695-thread-2) [n:127.0.0.1:37997_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37997.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 252239 INFO  (jetty-launcher-1695-thread-2) [n:127.0.0.1:37997_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_64855F73A0E73CD5-001/tempDir-001/node2/.
   [junit4]   2> 252835 INFO  (zkConnectionManagerCallback-1776-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 252856 INFO  (TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 252859 INFO  (TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40997/solr ready
   [junit4]   2> 253205 INFO  (qtp264497063-2616) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=5747c074-c444-426b-a6b9-12ce8ceb0e76&collection.configName=config&name=stateformat1&nrtReplicas=1&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 253239 INFO  (qtp264497063-2616) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=5747c074-c444-426b-a6b9-12ce8ceb0e76&collection.configName=config&name=stateformat1&nrtReplicas=1&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2} status=0 QTime=34
   [junit4]   2> 253242 INFO  (qtp264497063-2617) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=5747c074-c444-426b-a6b9-12ce8ceb0e76&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 253261 INFO  (qtp264497063-2617) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=5747c074-c444-426b-a6b9-12ce8ceb0e76&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 253325 INFO  (OverseerThreadFactory-756-thread-1-processing-n:127.0.0.1:39394_solr) [n:127.0.0.1:39394_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection stateformat1
   [junit4]   2> 253540 INFO  (OverseerStateUpdate-74417426270257160-127.0.0.1:39394_solr-n_0000000000) [n:127.0.0.1:39394_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"stateformat1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"stateformat1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41110/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 253781 INFO  (qtp264497063-2613) [n:127.0.0.1:41110_solr    x:stateformat1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=stateformat1&version=2&replicaType=NRT&async=5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779&coreNodeName=core_node2&name=stateformat1_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin} status=0 QTime=1
   [junit4]   2> 253782 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr    x:stateformat1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=stateformat1&version=2&replicaType=NRT&async=5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779&coreNodeName=core_node2&name=stateformat1_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 254291 INFO  (qtp264497063-2616) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=5747c074-c444-426b-a6b9-12ce8ceb0e76&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 254327 INFO  (qtp264497063-2616) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=5747c074-c444-426b-a6b9-12ce8ceb0e76&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=36
   [junit4]   2> 254755 INFO  (qtp264497063-2618) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779
   [junit4]   2> 254771 INFO  (qtp264497063-2618) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 254853 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 254878 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.s.IndexSchema [stateformat1_shard1_replica_n1] Schema name=test
   [junit4]   2> 257605 INFO  (qtp264497063-2613) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=5747c074-c444-426b-a6b9-12ce8ceb0e76&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 257616 INFO  (qtp264497063-2613) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=5747c074-c444-426b-a6b9-12ce8ceb0e76&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 257628 INFO  (qtp264497063-2615) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779
   [junit4]   2> 257628 INFO  (qtp264497063-2615) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 257909 WARN  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 257909 WARN  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 257909 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 257909 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'stateformat1_shard1_replica_n1' using configuration from collection stateformat1, trusted=true
   [junit4]   2> 257910 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41110.solr.core.stateformat1.shard1.replica_n1' (registry 'solr.core.stateformat1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@294c72ff
   [junit4]   2> 257910 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.SolrCore [[stateformat1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_64855F73A0E73CD5-001/tempDir-001/node1/stateformat1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_64855F73A0E73CD5-001/tempDir-001/node1/./stateformat1_shard1_replica_n1/data/]
   [junit4]   2> 258381 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 258381 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 258418 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 258418 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 258420 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7111252b[stateformat1_shard1_replica_n1] main]
   [junit4]   2> 258441 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 258454 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 258455 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 258455 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629141905619025920
   [junit4]   2> 258460 INFO  (searcherExecutor-782-thread-1-processing-x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 r:core_node2 CREATE n:127.0.0.1:41110_solr c:stateformat1 s:shard1) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.SolrCore [stateformat1_shard1_replica_n1] Registered new searcher Searcher@7111252b[stateformat1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 258512 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/stateformat1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 258512 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/stateformat1/leaders/shard1
   [junit4]   2> 258527 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 258527 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 258527 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41110/solr/stateformat1_shard1_replica_n1/
   [junit4]   2> 258527 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 258528 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:41110/solr/stateformat1_shard1_replica_n1/ has no replicas
   [junit4]   2> 258528 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/stateformat1/leaders/shard1/leader after winning as /collections/stateformat1/leader_elect/shard1/election/74417426270257165-core_node2-n_0000000000
   [junit4]   2> 258529 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41110/solr/stateformat1_shard1_replica_n1/ shard1
   [junit4]   2> 258620 INFO  (parallelCoreAdminExecutor-773-thread-1-processing-n:127.0.0.1:41110_solr x:stateformat1_shard1_replica_n1 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779 CREATE) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 258638 INFO  (qtp264497063-2616) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=5747c074-c444-426b-a6b9-12ce8ceb0e76&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 258646 INFO  (qtp264497063-2617) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779
   [junit4]   2> 258646 INFO  (qtp264497063-2617) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 258696 INFO  (qtp264497063-2616) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=5747c074-c444-426b-a6b9-12ce8ceb0e76&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=58
   [junit4]   2> 259665 INFO  (qtp264497063-2618) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779
   [junit4]   2> 259665 INFO  (qtp264497063-2618) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=5747c074-c444-426b-a6b9-12ce8ceb0e7636008189178848779&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 259715 INFO  (qtp264497063-2613) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=5747c074-c444-426b-a6b9-12ce8ceb0e76&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 259719 INFO  (OverseerThreadFactory-756-thread-1-processing-n:127.0.0.1:39394_solr) [n:127.0.0.1:39394_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 259767 INFO  (qtp264497063-2613) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=5747c074-c444-426b-a6b9-12ce8ceb0e76&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=52
   [junit4]   2> 259774 INFO  (qtp264497063-2615) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=5747c074-c444-426b-a6b9-12ce8ceb0e76&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 259776 INFO  (qtp264497063-2615) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=5747c074-c444-426b-a6b9-12ce8ceb0e76&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 259828 INFO  (qtp264497063-2617) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :migratestateformat with params async=5f113f2e-4b17-4058-be7e-933e9ec26c5f&action=MIGRATESTATEFORMAT&collection=stateformat1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 259831 INFO  (qtp264497063-2617) [n:127.0.0.1:41110_solr c:stateformat1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=5f113f2e-4b17-4058-be7e-933e9ec26c5f&action=MIGRATESTATEFORMAT&collection=stateformat1&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 259865 INFO  (qtp264497063-2617) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=5f113f2e-4b17-4058-be7e-933e9ec26c5f&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 259867 INFO  (qtp264497063-2617) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=5f113f2e-4b17-4058-be7e-933e9ec26c5f&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 259985 INFO  (OverseerCollectionConfigSetProcessor-74417426270257160-127.0.0.1:39394_solr-n_0000000000) [n:127.0.0.1:39394_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 260104 INFO  (zkCallback-1740-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/stateformat1/state.json] for collection [stateformat1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 260106 INFO  (zkCallback-1775-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/stateformat1/state.json] for collection [stateformat1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 260119 INFO  (zkCallback-1740-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/stateformat1/state.json] for collection [stateformat1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 260119 INFO  (zkCallback-1740-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/stateformat1/state.json] for collection [stateformat1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 260155 INFO  (zkCallback-1740-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/stateformat1/state.json] for collection [stateformat1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 260175 INFO  (zkCallback-1775-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/stateformat1/state.json] for collection [stateformat1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 260241 INFO  (OverseerThreadFactory-756-thread-2-processing-n:127.0.0.1:39394_solr) [n:127.0.0.1:39394_solr c:stateformat1   ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 260881 INFO  (qtp264497063-2616) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=5f113f2e-4b17-4058-be7e-933e9ec26c5f&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 260883 INFO  (qtp264497063-2616) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=5f113f2e-4b17-4058-be7e-933e9ec26c5f&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 260899 INFO  (qtp264497063-2618) [n:127.0.0.1:41110_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=5f113f2e-4b17-4058-be7e-933e9ec26c5f&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 260900 INFO  (qtp264497063-2618) [n:127.0.0.1:41110_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=5f113f2e-4b17-4058-be7e-933e9ec26c5f&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 260935 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=597421289
   [junit4]   2> 260936 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39394_solr
   [junit4]   2> 260937 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 260937 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:39394_solr as DOWN
   [junit4]   2> 260954 INFO  (jetty-closer-1778-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2109692699
   [junit4]   2> 260954 INFO  (jetty-closer-1778-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:32869_solr
   [junit4]   2> 260955 INFO  (jetty-closer-1778-thread-2) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 260955 INFO  (jetty-closer-1778-thread-2) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:32869_solr as DOWN
   [junit4]   2> 260956 INFO  (jetty-closer-1778-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=112598141
   [junit4]   2> 260956 INFO  (jetty-closer-1778-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41110_solr
   [junit4]   2> 260971 INFO  (jetty-closer-1778-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=432183641
   [junit4]   2> 260971 INFO  (jetty-closer-1778-thread-4) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37997_solr
   [junit4]   2> 260972 INFO  (jetty-closer-1778-thread-3) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 260972 INFO  (jetty-closer-1778-thread-3) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:41110_solr as DOWN
   [junit4]   2> 261026 INFO  (jetty-closer-1778-thread-4) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 261026 INFO  (jetty-closer-1778-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 261026 INFO  (jetty-closer-1778-thread-4) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:37997_solr as DOWN
   [junit4]   2> 261026 INFO  (jetty-closer-1778-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@236933d0: rootName = solr_32869, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2b54a566
   [junit4]   2> 261030 INFO  (jetty-closer-1778-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 261030 INFO  (jetty-closer-1778-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5e5f340e: rootName = solr_32869, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@31ac9de9
   [junit4]   2> 261042 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 261063 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 261063 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28a89c09: rootName = solr_39394, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@27e5a79c
   [junit4]   2> 261100 INFO  (jetty-closer-1778-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 261100 INFO  (jetty-closer-1778-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@622cfdd4: rootName = solr_32869, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7f9248ec
   [junit4]   2> 261101 INFO  (jetty-closer-1778-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 261153 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 261153 INFO  (jetty-closer-1778-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 261153 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4bea5f6c: rootName = solr_39394, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@31ac9de9
   [junit4]   2> 261153 INFO  (jetty-closer-1778-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@79dd2e38: rootName = solr_37997, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@17eb1845
   [junit4]   2> 261246 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x108624141f0000b, likely client has closed socket
   [junit4]   2> 261247 INFO  (zkCallback-1750-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 261262 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x108624141f00010, likely client has closed socket
   [junit4]   2> 261264 INFO  (zkCallback-1721-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 261264 INFO  (zkCallback-1714-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 261393 INFO  (coreCloseExecutor-790-thread-1) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.c.SolrCore [stateformat1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@712e3b7
   [junit4]   2> 261393 INFO  (coreCloseExecutor-790-thread-1) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.stateformat1.shard1.replica_n1, tag=712e3b7
   [junit4]   2> 261393 INFO  (coreCloseExecutor-790-thread-1) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@501c1f1e: rootName = solr_41110, domain = solr.core.stateformat1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.stateformat1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@2ca5c1e
   [junit4]   2> 261415 INFO  (zkCallback-1769-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 261444 INFO  (zkCallback-1763-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 261459 INFO  (zkCallback-1740-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 261460 INFO  (jetty-closer-1778-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5611660d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 261481 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 261481 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@703b0d1b: rootName = solr_39394, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7f9248ec
   [junit4]   2> 261481 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 261502 INFO  (jetty-closer-1778-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 261502 INFO  (jetty-closer-1778-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@23b4b0b7: rootName = solr_37997, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@31ac9de9
   [junit4]   2> 261517 INFO  (jetty-closer-1778-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 261517 INFO  (jetty-closer-1778-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7309a52a: rootName = solr_37997, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7f9248ec
   [junit4]   2> 261517 INFO  (jetty-closer-1778-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 261533 INFO  (closeThreadPool-1788-thread-2) [    ] o.a.s.c.Overseer Overseer (id=74417426270257160-127.0.0.1:39394_solr-n_0000000000) closing
   [junit4]   2> 261662 INFO  (jetty-closer-1778-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@74e7a190{/solr,null,UNAVAILABLE}
   [junit4]   2> 261664 INFO  (jetty-closer-1778-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 261719 INFO  (OverseerStateUpdate-74417426270257160-127.0.0.1:39394_solr-n_0000000000) [n:127.0.0.1:39394_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39394_solr
   [junit4]   2> 261788 INFO  (coreCloseExecutor-790-thread-1) [n:127.0.0.1:41110_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.stateformat1.shard1.leader, tag=712e3b7
   [junit4]   2> 261808 INFO  (OverseerAutoScalingTriggerThread-74417426270257160-127.0.0.1:39394_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 262035 INFO  (zkCallback-1740-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 262035 INFO  (jetty-closer-1778-thread-1) [    ] o.a.s.c.Overseer Overseer (id=74417426270257160-127.0.0.1:39394_solr-n_0000000000) closing
   [junit4]   2> 262042 INFO  (closeThreadPool-1788-thread-1) [    ] o.a.s.c.Overseer Overseer (id=74417426270257160-127.0.0.1:39394_solr-n_0000000000) closing
   [junit4]   2> 262045 INFO  (zkCallback-1763-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 262045 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x108624141f0000f, likely client has closed socket
   [junit4]   2> 262045 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x108624141f00012, likely client has closed socket
   [junit4]   2> 262063 INFO  (zkCallback-1740-thread-3) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41110_solr
   [junit4]   2> 262226 INFO  (jetty-closer-1778-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@40d9026c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 262290 INFO  (jetty-closer-1778-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@801ed2e{/solr,null,UNAVAILABLE}
   [junit4]   2> 262290 INFO  (jetty-closer-1778-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1b6c9948{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 262399 INFO  (jetty-closer-1778-thread-4) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 262399 INFO  (jetty-closer-1778-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ffa3f49{/solr,null,UNAVAILABLE}
   [junit4]   2> 262400 INFO  (jetty-closer-1778-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 262472 INFO  (jetty-closer-1778-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 262472 INFO  (jetty-closer-1778-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@76e34ff6: rootName = solr_41110, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@73ffd97f
   [junit4]   2> 262475 INFO  (jetty-closer-1778-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 262475 INFO  (jetty-closer-1778-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@353c544d: rootName = solr_41110, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@31ac9de9
   [junit4]   2> 262489 INFO  (jetty-closer-1778-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 262489 INFO  (jetty-closer-1778-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@dbcc16a: rootName = solr_41110, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7f9248ec
   [junit4]   2> 262489 INFO  (jetty-closer-1778-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 262663 INFO  (jetty-closer-1778-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4a7ba911{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 262663 INFO  (jetty-closer-1778-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7d5f1818{/solr,null,UNAVAILABLE}
   [junit4]   2> 262663 INFO  (jetty-closer-1778-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 262665 INFO  (TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 262700 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x108624141f00001, likely client has closed socket
   [junit4]   2> 262700 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/collections/stateformat1/state.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	2	/solr/collections/stateformat1/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/stateformat1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/74417426270257160-127.0.0.1:39394_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 
   [junit4]   2> 262735 INFO  (TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40997
   [junit4]   2> 262735 INFO  (TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40997
   [junit4]   2> 262736 INFO  (TEST-TestCollectionStateWatchers.testWatchesWorkForStateFormat1-seed#[64855F73A0E73CD5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testWatchesWorkForStateFormat1
   [junit4]   2> 262772 INFO  (TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[64855F73A0E73CD5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testWatcherIsRemovedAfterTimeout
   [junit4]   2> 262773 INFO  (TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_64855F73A0E73CD5-001/tempDir-002
   [junit4]   2> 262773 INFO  (TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 262865 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 262865 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 262954 INFO  (TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.ZkTestServer start zk server on port:41304
   [junit4]   2> 262954 INFO  (TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41304
   [junit4]   2> 262954 INFO  (TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[64855F73A0E73CD5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41304
   [junit4]   2> 263027 INFO  (zkConnectionManagerCallback-1792-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263051 INFO  (zkConnectionManagerCallback-1794-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263136 INFO  (zkConnectionManagerCallback-1796-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 263140 WARN  (jetty-launcher-1797-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 263140 INFO  (jetty-launcher-1797-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 263140 INFO  (jetty-launcher-1797-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 263140 INFO  (jetty-launcher-1797-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 263157 WARN  (jetty-launcher-1797-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 263157 INFO  (jetty-launcher-1797-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 263157 INFO  (jetty-launcher-1797-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 263157 INFO  (jetty-launcher-1797-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 263158 WARN  (jetty-launcher-1797-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 263159 INFO  (jetty-launcher-1797-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 263159 INFO  (jetty-launcher-1797-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 263159 INFO  (jetty-launcher-1797-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 263158 WARN  (jetty-launcher-1797-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 263173 INFO  (jetty-launcher-1797-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2631

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

-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null462906715
     [copy] Copying 240 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null462906715
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null462906715

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 64ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 236 minutes 48 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		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:1835)
		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:3088)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	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:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	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:1835)
	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/**,**/hs_err_pid*". Configuration error?
Recording test results
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)