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 2018/07/03 06:52:21 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 2585 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete

Error Message:
Could not find collection:testSolrCloudCollectionWithoutCores

Stack Trace:
java.lang.AssertionError: Could not find collection:testSolrCloudCollectionWithoutCores
	at __randomizedtesting.SeedInfo.seed([668091106FC3B52E:D5455ED160BB666F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.createCollection(TestCollectionsAPIViaSolrCloudCluster.java:93)
	at org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete(TestCollectionsAPIViaSolrCloudCluster.java:185)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12554 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster
   [junit4]   2> 307965 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[668091106FC3B52E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_668091106FC3B52E-001/init-core-data-001
   [junit4]   2> 307966 WARN  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[668091106FC3B52E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 307977 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[668091106FC3B52E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 307979 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[668091106FC3B52E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 307981 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[668091106FC3B52E]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_668091106FC3B52E-001/tempDir-001
   [junit4]   2> 307981 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[668091106FC3B52E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 307996 INFO  (Thread-274) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 307996 INFO  (Thread-274) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 308019 ERROR (Thread-274) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 308096 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[668091106FC3B52E]) [    ] o.a.s.c.ZkTestServer start zk server on port:55443
   [junit4]   2> 308156 INFO  (zkConnectionManagerCallback-637-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308160 INFO  (jetty-launcher-634-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 308173 INFO  (jetty-launcher-634-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 308174 INFO  (jetty-launcher-634-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 308174 INFO  (jetty-launcher-634-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 308179 INFO  (jetty-launcher-634-thread-5) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 308238 INFO  (jetty-launcher-634-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 308238 INFO  (jetty-launcher-634-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 308238 INFO  (jetty-launcher-634-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 308245 INFO  (jetty-launcher-634-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5417e0ae{/solr,null,AVAILABLE}
   [junit4]   2> 308276 INFO  (jetty-launcher-634-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 308276 INFO  (jetty-launcher-634-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 308276 INFO  (jetty-launcher-634-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 308276 INFO  (jetty-launcher-634-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13a179aa{/solr,null,AVAILABLE}
   [junit4]   2> 308278 INFO  (jetty-launcher-634-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@8e37cd3{HTTP/1.1,[http/1.1]}{127.0.0.1:47376}
   [junit4]   2> 308278 INFO  (jetty-launcher-634-thread-1) [    ] o.e.j.s.Server Started @308363ms
   [junit4]   2> 308289 INFO  (jetty-launcher-634-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47376}
   [junit4]   2> 308289 ERROR (jetty-launcher-634-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 308289 INFO  (jetty-launcher-634-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 308289 INFO  (jetty-launcher-634-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 308289 INFO  (jetty-launcher-634-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 308289 INFO  (jetty-launcher-634-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 308289 INFO  (jetty-launcher-634-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-03T05:23:21.580Z
   [junit4]   2> 308282 INFO  (jetty-launcher-634-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 308280 INFO  (jetty-launcher-634-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 308293 INFO  (jetty-launcher-634-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 308293 INFO  (jetty-launcher-634-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 308293 INFO  (jetty-launcher-634-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 308293 INFO  (jetty-launcher-634-thread-5) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 308279 INFO  (jetty-launcher-634-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b65bccb{HTTP/1.1,[http/1.1]}{127.0.0.1:56389}
   [junit4]   2> 308293 INFO  (jetty-launcher-634-thread-3) [    ] o.e.j.s.Server Started @308377ms
   [junit4]   2> 308293 INFO  (jetty-launcher-634-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56389}
   [junit4]   2> 308293 ERROR (jetty-launcher-634-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 308293 INFO  (jetty-launcher-634-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 308293 INFO  (jetty-launcher-634-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 308294 INFO  (jetty-launcher-634-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 308294 INFO  (jetty-launcher-634-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 308294 INFO  (jetty-launcher-634-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-03T05:23:21.585Z
   [junit4]   2> 308298 INFO  (jetty-launcher-634-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 308298 INFO  (jetty-launcher-634-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 308298 INFO  (jetty-launcher-634-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 308299 INFO  (jetty-launcher-634-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5dac2737{/solr,null,AVAILABLE}
   [junit4]   2> 308299 INFO  (jetty-launcher-634-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@449d98ef{HTTP/1.1,[http/1.1]}{127.0.0.1:35278}
   [junit4]   2> 308299 INFO  (jetty-launcher-634-thread-2) [    ] o.e.j.s.Server Started @308383ms
   [junit4]   2> 308299 INFO  (jetty-launcher-634-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35278}
   [junit4]   2> 308300 ERROR (jetty-launcher-634-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 308300 INFO  (jetty-launcher-634-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 308300 INFO  (jetty-launcher-634-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 308300 INFO  (jetty-launcher-634-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 308300 INFO  (jetty-launcher-634-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 308300 INFO  (jetty-launcher-634-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-03T05:23:21.591Z
   [junit4]   2> 308324 INFO  (jetty-launcher-634-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61791d49{/solr,null,AVAILABLE}
   [junit4]   2> 308324 INFO  (jetty-launcher-634-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7df0fba6{HTTP/1.1,[http/1.1]}{127.0.0.1:36452}
   [junit4]   2> 308325 INFO  (jetty-launcher-634-thread-5) [    ] o.e.j.s.Server Started @308409ms
   [junit4]   2> 308325 INFO  (jetty-launcher-634-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@236044b8{/solr,null,AVAILABLE}
   [junit4]   2> 308325 INFO  (jetty-launcher-634-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@c43cf0b{HTTP/1.1,[http/1.1]}{127.0.0.1:42599}
   [junit4]   2> 308325 INFO  (jetty-launcher-634-thread-4) [    ] o.e.j.s.Server Started @308409ms
   [junit4]   2> 308325 INFO  (jetty-launcher-634-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42599}
   [junit4]   2> 308326 ERROR (jetty-launcher-634-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 308326 INFO  (jetty-launcher-634-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 308326 INFO  (jetty-launcher-634-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 308326 INFO  (jetty-launcher-634-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 308326 INFO  (jetty-launcher-634-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 308326 INFO  (jetty-launcher-634-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-03T05:23:21.617Z
   [junit4]   2> 308331 INFO  (zkConnectionManagerCallback-645-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308332 INFO  (jetty-launcher-634-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 308339 INFO  (zkConnectionManagerCallback-641-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308339 INFO  (jetty-launcher-634-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 308341 INFO  (zkConnectionManagerCallback-643-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308343 INFO  (jetty-launcher-634-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 308325 INFO  (jetty-launcher-634-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36452}
   [junit4]   2> 308353 ERROR (jetty-launcher-634-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 308353 INFO  (jetty-launcher-634-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 308353 INFO  (jetty-launcher-634-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 308353 INFO  (jetty-launcher-634-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 308353 INFO  (jetty-launcher-634-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 308353 INFO  (jetty-launcher-634-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-03T05:23:21.644Z
   [junit4]   2> 308355 INFO  (zkConnectionManagerCallback-639-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308357 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 0x1072ea46b190003, likely client has closed socket
   [junit4]   2> 308373 INFO  (jetty-launcher-634-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 308416 INFO  (zkConnectionManagerCallback-647-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308416 INFO  (jetty-launcher-634-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 308637 INFO  (jetty-launcher-634-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55443/solr
   [junit4]   2> 308658 INFO  (jetty-launcher-634-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55443/solr
   [junit4]   2> 308710 INFO  (zkConnectionManagerCallback-655-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308720 INFO  (zkConnectionManagerCallback-652-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308724 INFO  (jetty-launcher-634-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55443/solr
   [junit4]   2> 308779 INFO  (zkConnectionManagerCallback-663-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308780 INFO  (zkConnectionManagerCallback-659-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308833 INFO  (zkConnectionManagerCallback-661-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308853 INFO  (jetty-launcher-634-thread-2) [n:127.0.0.1:35278_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 308853 INFO  (jetty-launcher-634-thread-2) [n:127.0.0.1:35278_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35278_solr
   [junit4]   2> 308854 INFO  (jetty-launcher-634-thread-2) [n:127.0.0.1:35278_solr    ] o.a.s.c.Overseer Overseer (id=74079202581217289-127.0.0.1:35278_solr-n_0000000000) starting
   [junit4]   2> 308900 INFO  (zkConnectionManagerCallback-667-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308914 INFO  (jetty-launcher-634-thread-4) [n:127.0.0.1:42599_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 308915 INFO  (jetty-launcher-634-thread-4) [n:127.0.0.1:42599_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42599_solr
   [junit4]   2> 308952 INFO  (zkCallback-660-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 308952 INFO  (zkConnectionManagerCallback-674-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308954 INFO  (jetty-launcher-634-thread-2) [n:127.0.0.1:35278_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 308957 INFO  (jetty-launcher-634-thread-2) [n:127.0.0.1:35278_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55443/solr ready
   [junit4]   2> 308967 INFO  (jetty-launcher-634-thread-1) [n:127.0.0.1:47376_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 308970 INFO  (jetty-launcher-634-thread-1) [n:127.0.0.1:47376_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 308972 INFO  (jetty-launcher-634-thread-1) [n:127.0.0.1:47376_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 308972 INFO  (jetty-launcher-634-thread-1) [n:127.0.0.1:47376_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47376_solr
   [junit4]   2> 308984 INFO  (zkCallback-666-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 308987 INFO  (jetty-launcher-634-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55443/solr
   [junit4]   2> 308990 INFO  (zkCallback-666-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 308991 INFO  (zkCallback-662-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 309002 INFO  (zkConnectionManagerCallback-681-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 309004 INFO  (OverseerStateUpdate-74079202581217289-127.0.0.1:35278_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 309007 INFO  (jetty-launcher-634-thread-2) [n:127.0.0.1:35278_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 309007 INFO  (jetty-launcher-634-thread-2) [n:127.0.0.1:35278_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35278_solr
   [junit4]   2> 309012 INFO  (zkCallback-660-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 309056 INFO  (zkCallback-673-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 309056 INFO  (jetty-launcher-634-thread-2) [n:127.0.0.1:35278_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 309114 INFO  (jetty-launcher-634-thread-2) [n:127.0.0.1:35278_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35278.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309129 INFO  (jetty-launcher-634-thread-2) [n:127.0.0.1:35278_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35278.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309130 INFO  (jetty-launcher-634-thread-2) [n:127.0.0.1:35278_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35278.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309141 INFO  (jetty-launcher-634-thread-2) [n:127.0.0.1:35278_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_668091106FC3B52E-001/tempDir-001/node2/.
   [junit4]   2> 309162 INFO  (zkCallback-662-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 309173 INFO  (zkCallback-666-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 309174 INFO  (zkCallback-673-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 309196 INFO  (zkConnectionManagerCallback-691-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 309198 INFO  (jetty-launcher-634-thread-1) [n:127.0.0.1:47376_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 309243 INFO  (jetty-launcher-634-thread-1) [n:127.0.0.1:47376_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55443/solr ready
   [junit4]   2> 309245 INFO  (zkConnectionManagerCallback-685-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 309249 INFO  (jetty-launcher-634-thread-4) [n:127.0.0.1:42599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 309250 INFO  (jetty-launcher-634-thread-4) [n:127.0.0.1:42599_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55443/solr ready
   [junit4]   2> 309288 INFO  (jetty-launcher-634-thread-1) [n:127.0.0.1:47376_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 309318 INFO  (zkConnectionManagerCallback-693-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 309333 INFO  (jetty-launcher-634-thread-1) [n:127.0.0.1:47376_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47376.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309338 INFO  (jetty-launcher-634-thread-5) [n:127.0.0.1:36452_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 309341 INFO  (jetty-launcher-634-thread-5) [n:127.0.0.1:36452_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 309343 INFO  (jetty-launcher-634-thread-4) [n:127.0.0.1:42599_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 309348 INFO  (jetty-launcher-634-thread-5) [n:127.0.0.1:36452_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 309348 INFO  (jetty-launcher-634-thread-5) [n:127.0.0.1:36452_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36452_solr
   [junit4]   2> 309350 INFO  (zkCallback-662-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 309350 INFO  (zkCallback-666-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 309396 INFO  (jetty-launcher-634-thread-1) [n:127.0.0.1:47376_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47376.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309396 INFO  (jetty-launcher-634-thread-1) [n:127.0.0.1:47376_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47376.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309398 INFO  (jetty-launcher-634-thread-1) [n:127.0.0.1:47376_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_668091106FC3B52E-001/tempDir-001/node1/.
   [junit4]   2> 309436 INFO  (zkCallback-692-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 309456 INFO  (zkCallback-690-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 309465 INFO  (jetty-launcher-634-thread-4) [n:127.0.0.1:42599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42599.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309473 INFO  (zkCallback-673-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 309474 INFO  (zkCallback-660-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 309503 INFO  (zkCallback-684-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 309504 INFO  (jetty-launcher-634-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55443/solr
   [junit4]   2> 309519 INFO  (zkConnectionManagerCallback-703-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 309525 INFO  (jetty-launcher-634-thread-5) [n:127.0.0.1:36452_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 309527 INFO  (jetty-launcher-634-thread-5) [n:127.0.0.1:36452_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55443/solr ready
   [junit4]   2> 309530 INFO  (jetty-launcher-634-thread-4) [n:127.0.0.1:42599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42599.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309530 INFO  (jetty-launcher-634-thread-4) [n:127.0.0.1:42599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42599.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309545 INFO  (jetty-launcher-634-thread-4) [n:127.0.0.1:42599_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_668091106FC3B52E-001/tempDir-001/node4/.
   [junit4]   2> 309556 INFO  (jetty-launcher-634-thread-5) [n:127.0.0.1:36452_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 309615 INFO  (zkConnectionManagerCallback-706-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 309620 INFO  (jetty-launcher-634-thread-5) [n:127.0.0.1:36452_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36452.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309671 INFO  (zkConnectionManagerCallback-709-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 309690 INFO  (jetty-launcher-634-thread-3) [n:127.0.0.1:56389_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 309700 INFO  (jetty-launcher-634-thread-5) [n:127.0.0.1:36452_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36452.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309700 INFO  (jetty-launcher-634-thread-5) [n:127.0.0.1:36452_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36452.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309702 INFO  (jetty-launcher-634-thread-5) [n:127.0.0.1:36452_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_668091106FC3B52E-001/tempDir-001/node5/.
   [junit4]   2> 309704 INFO  (jetty-launcher-634-thread-3) [n:127.0.0.1:56389_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 309706 INFO  (jetty-launcher-634-thread-3) [n:127.0.0.1:56389_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 309706 INFO  (jetty-launcher-634-thread-3) [n:127.0.0.1:56389_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56389_solr
   [junit4]   2> 309709 INFO  (zkCallback-662-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 309709 INFO  (zkCallback-666-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 309709 INFO  (zkCallback-673-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 309709 INFO  (zkCallback-660-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 309718 INFO  (zkCallback-684-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 309756 INFO  (zkCallback-708-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 309765 INFO  (zkCallback-692-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 309765 INFO  (zkCallback-690-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 309814 INFO  (zkCallback-702-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 309850 INFO  (zkConnectionManagerCallback-716-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 309853 INFO  (jetty-launcher-634-thread-3) [n:127.0.0.1:56389_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 309854 INFO  (jetty-launcher-634-thread-3) [n:127.0.0.1:56389_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55443/solr ready
   [junit4]   2> 309880 INFO  (jetty-launcher-634-thread-3) [n:127.0.0.1:56389_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 309911 INFO  (jetty-launcher-634-thread-3) [n:127.0.0.1:56389_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56389.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309949 INFO  (jetty-launcher-634-thread-3) [n:127.0.0.1:56389_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56389.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309949 INFO  (jetty-launcher-634-thread-3) [n:127.0.0.1:56389_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56389.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 309950 INFO  (jetty-launcher-634-thread-3) [n:127.0.0.1:56389_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_668091106FC3B52E-001/tempDir-001/node3/.
   [junit4]   2> 310120 INFO  (zkConnectionManagerCallback-719-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 310163 INFO  (zkConnectionManagerCallback-724-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 310164 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[668091106FC3B52E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 310166 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[668091106FC3B52E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55443/solr ready
   [junit4]   2> 310169 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[668091106FC3B52E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionCreateWithoutCoresThenDelete
   [junit4]   2> 310182 INFO  (qtp682209546-1861) [n:127.0.0.1:35278_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testSolrCloudCollectionWithoutCores&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=EMPTY&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 310193 INFO  (OverseerThreadFactory-778-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSolrCloudCollectionWithoutCores
   [junit4]   2> 310194 WARN  (OverseerThreadFactory-778-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (testSolrCloudCollectionWithoutCores) without cores.
   [junit4]   2> 310333 INFO  (qtp682209546-1861) [n:127.0.0.1:35278_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 310334 INFO  (qtp682209546-1861) [n:127.0.0.1:35278_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testSolrCloudCollectionWithoutCores&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=EMPTY&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=151
   [junit4]   2> 310334 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[668091106FC3B52E]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: testSolrCloudCollectionWithoutCores failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   2> 310364 WARN  (zkCallback-723-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 310416 INFO  (jetty-closer-635-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@8e37cd3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 310417 INFO  (jetty-closer-635-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@c43cf0b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 310424 INFO  (jetty-closer-635-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7df0fba6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 310436 INFO  (jetty-closer-635-thread-5) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@b65bccb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 310451 INFO  (jetty-closer-635-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@449d98ef{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 310451 INFO  (jetty-closer-635-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=663582973
   [junit4]   2> 310451 INFO  (jetty-closer-635-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1063331924
   [junit4]   2> 310451 INFO  (jetty-closer-635-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2106866738
   [junit4]   2> 310451 INFO  (jetty-closer-635-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 310453 INFO  (jetty-closer-635-thread-5) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1292948319
   [junit4]   2> 310453 INFO  (jetty-closer-635-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=625120166
   [junit4]   2> 310456 INFO  (jetty-closer-635-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 310456 INFO  (jetty-closer-635-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 310456 INFO  (jetty-closer-635-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 310457 INFO  (jetty-closer-635-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 310474 INFO  (jetty-closer-635-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6d483be2: rootName = solr_42599, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@78ffde95
   [junit4]   2> 310480 INFO  (jetty-closer-635-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@713456e2: rootName = solr_36452, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@42a42f19
   [junit4]   2> 310480 INFO  (jetty-closer-635-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4118487d: rootName = solr_35278, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@14bbb31c
   [junit4]   2> 310480 INFO  (jetty-closer-635-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@16a6aafd: rootName = solr_47376, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7c7cfbae
   [junit4]   2> 310480 INFO  (jetty-closer-635-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19196d3e: rootName = solr_56389, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5309300
   [junit4]   2> 310499 INFO  (jetty-closer-635-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 310499 INFO  (jetty-closer-635-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22993c37: rootName = solr_35278, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@40a14fb6
   [junit4]   2> 310505 INFO  (jetty-closer-635-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 310505 INFO  (jetty-closer-635-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f8e282c: rootName = solr_47376, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@40a14fb6
   [junit4]   2> 310518 INFO  (jetty-closer-635-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 310518 INFO  (jetty-closer-635-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@44c62207: rootName = solr_42599, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@40a14fb6
   [junit4]   2> 310524 INFO  (jetty-closer-635-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 310526 INFO  (jetty-closer-635-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 310526 INFO  (jetty-closer-635-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@229393: rootName = solr_36452, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@40a14fb6
   [junit4]   2> 310527 INFO  (jetty-closer-635-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@35b9b9ee: rootName = solr_56389, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@40a14fb6
   [junit4]   2> 310530 INFO  (jetty-closer-635-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 310530 INFO  (jetty-closer-635-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7a8027f8: rootName = solr_35278, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@49bfa090
   [junit4]   2> 310535 INFO  (jetty-closer-635-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 310535 INFO  (jetty-closer-635-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@57642951: rootName = solr_56389, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@49bfa090
   [junit4]   2> 310537 INFO  (jetty-closer-635-thread-5) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:56389_solr
   [junit4]   2> 310539 INFO  (zkCallback-702-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 310539 INFO  (zkCallback-662-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 310539 INFO  (zkCallback-690-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 310539 INFO  (zkCallback-692-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 310540 INFO  (zkCallback-715-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 310540 INFO  (zkCallback-666-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 310540 INFO  (zkCallback-684-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 310540 INFO  (zkCallback-673-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 310542 INFO  (zkCallback-708-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 310542 INFO  (jetty-closer-635-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 310563 INFO  (jetty-closer-635-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 310563 INFO  (jetty-closer-635-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2e89b7e6: rootName = solr_36452, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@49bfa090
   [junit4]   2> 310564 INFO  (jetty-closer-635-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 310564 INFO  (jetty-closer-635-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@11ff374b: rootName = solr_47376, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@49bfa090
   [junit4]   2> 310566 INFO  (jetty-closer-635-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 310566 INFO  (jetty-closer-635-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@20243e4a: rootName = solr_42599, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@49bfa090
   [junit4]   2> 310566 INFO  (zkCallback-660-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 310570 INFO  (jetty-closer-635-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35278_solr
   [junit4]   2> 310571 INFO  (jetty-closer-635-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:47376_solr
   [junit4]   2> 310573 INFO  (jetty-closer-635-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 310574 INFO  (zkCallback-690-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 310574 INFO  (zkCallback-702-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 310574 INFO  (zkCallback-692-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 310574 INFO  (zkCallback-715-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 310575 INFO  (zkCallback-708-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 310575 INFO  (zkCallback-684-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 310575 INFO  (zkCallback-673-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 310575 INFO  (zkCallback-666-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 310576 INFO  (zkCallback-662-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 310576 INFO  (zkCallback-660-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 310576 INFO  (jetty-closer-635-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 310577 INFO  (zkCallback-673-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 310577 INFO  (zkCallback-715-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 310578 INFO  (zkCallback-684-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 310579 INFO  (zkCallback-690-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 310579 INFO  (zkCallback-702-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 310581 INFO  (jetty-closer-635-thread-4) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36452_solr
   [junit4]   2> 310582 INFO  (jetty-closer-635-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42599_solr
   [junit4]   2> 310583 INFO  (zkCallback-673-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 310584 INFO  (zkCallback-715-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 310584 INFO  (zkCallback-690-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 310584 INFO  (zkCallback-684-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 310584 INFO  (zkCallback-702-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 310584 INFO  (jetty-closer-635-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 310584 INFO  (zkCallback-660-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 310585 INFO  (zkCallback-690-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 310585 INFO  (zkCallback-702-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 310585 INFO  (jetty-closer-635-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 310585 INFO  (jetty-closer-635-thread-3) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 310586 INFO  (zkCallback-660-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 310586 INFO  (zkCallback-684-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 310586 INFO  (zkCallback-673-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 310585 INFO  (zkCallback-715-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 310626 INFO  (zkCallback-666-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0)
   [junit4]   2> 310627 INFO  (zkCallback-662-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0)
   [junit4]   2> 310646 INFO  (jetty-closer-635-thread-1) [    ] o.a.s.c.Overseer Overseer (id=74079202581217289-127.0.0.1:35278_solr-n_0000000000) closing
   [junit4]   2> 310646 INFO  (OverseerStateUpdate-74079202581217289-127.0.0.1:35278_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35278_solr
   [junit4]   2> 310648 WARN  (OverseerAutoScalingTriggerThread-74079202581217289-127.0.0.1:35278_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 310648 INFO  (zkCallback-692-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0)
   [junit4]   2> 310648 INFO  (zkCallback-708-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0)
   [junit4]   2> 310651 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 0x1072ea46b19000f, likely client has closed socket
   [junit4]   2> 310651 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 0x1072ea46b190011, likely client has closed socket
   [junit4]   2> 310651 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 0x1072ea46b190014, likely client has closed socket
   [junit4]   2> 310661 INFO  (jetty-closer-635-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@236044b8{/solr,null,UNAVAILABLE}
   [junit4]   2> 310662 INFO  (jetty-closer-635-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 310666 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 0x1072ea46b190010, likely client has closed socket
   [junit4]   2> 310667 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 0x1072ea46b19000a, likely client has closed socket
   [junit4]   2> 310704 INFO  (jetty-closer-635-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@61791d49{/solr,null,UNAVAILABLE}
   [junit4]   2> 310705 INFO  (jetty-closer-635-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5417e0ae{/solr,null,UNAVAILABLE}
   [junit4]   2> 310705 INFO  (jetty-closer-635-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@13a179aa{/solr,null,UNAVAILABLE}
   [junit4]   2> 310705 INFO  (jetty-closer-635-thread-4) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 310705 INFO  (jetty-closer-635-thread-5) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 310705 INFO  (jetty-closer-635-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 310706 INFO  (jetty-closer-635-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5dac2737{/solr,null,UNAVAILABLE}
   [junit4]   2> 310714 INFO  (jetty-closer-635-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 310723 ERROR (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[668091106FC3B52E]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 310724 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[668091106FC3B52E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55443 55443
   [junit4]   2> 310837 INFO  (Thread-274) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55443 55443
   [junit4]   2> 310838 WARN  (Thread-274) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	11	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/74079202581217289-127.0.0.1:35278_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 
   [junit4]   2> 310838 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[668091106FC3B52E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollectionCreateWithoutCoresThenDelete
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCollectionsAPIViaSolrCloudCluster -Dtests.method=testCollectionCreateWithoutCoresThenDelete -Dtests.seed=668091106FC3B52E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=et-EE -Dtests.timezone=Asia/Ho_Chi_Minh -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 2.86s J0 | TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find collection:testSolrCloudCollectionWithoutCores
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([668091106FC3B52E:D5455ED160BB666F]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
   [junit4]    > 	at org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.createCollection(TestCollectionsAPIViaSolrCloudCluster.java:93)
   [junit4]    > 	at org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete(TestCollectionsAPIViaSolrCloudCluster.java:185)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 310843 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[668091106FC3B52E]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_668091106FC3B52E-001/tempDir-002
   [junit4]   2> 310843 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[668091106FC3B52E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 310850 INFO  (Thread-325) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 310850 INFO  (Thread-325) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 310884 ERROR (Thread-325) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 310950 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[668091106FC3B52E]) [    ] o.a.s.c.ZkTestServer start zk server on port:49758
   [junit4]   2> 310987 INFO  (zkConnectionManagerCallback-728-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 310998 INFO  (jetty-launcher-725-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 310999 INFO  (jetty-launcher-725-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 311012 INFO  (jetty-launcher-725-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 311014 INFO  (jetty-launcher-725-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 311040 INFO  (jetty-launcher-725-thread-5) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 311168 INFO  (jetty-launcher-725-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 311168 INFO  (jetty-launcher-725-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 311168 INFO  (jetty-launcher-725-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 311168 INFO  (jetty-launcher-725-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55e48003{/solr,null,AVAILABLE}
   [junit4]   2> 311169 INFO  (jetty-launcher-725-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3fe25b7b{HTTP/1.1,[http/1.1]}{127.0.0.1:51296}
   [junit4]   2> 311169 INFO  (jetty-launcher-725-thread-4) [    ] o.e.j.s.Server Started @311253ms
   [junit4]   2> 311169 INFO  (jetty-launcher-725-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51296}
   [junit4]   2> 311169 ERROR (jetty-launcher-725-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 311169 INFO  (jetty-launcher-725-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 311169 INFO  (jetty-launcher-725-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 311169 INFO  (jetty-launcher-725-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 311169 INFO  (jetty-launcher-725-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 311170 INFO  (jetty-launcher-725-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-03T05:23:24.461Z
   [junit4]   2> 311216 INFO  (jetty-launcher-725-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 311216 INFO  (jetty-launcher-725-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 311216 INFO  (jetty-launcher-725-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 311217 INFO  (jetty-launcher-725-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ab9656f{/solr,null,AVAILABLE}
   [junit4]   2> 311308 INFO  (jetty-launcher-725-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 311308 INFO  (jetty-launcher-725-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 311308 INFO  (jetty-launcher-725-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 311376 INFO  (jetty-launcher-725-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 311376 INFO  (jetty-launcher-725-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 311376 INFO  (jetty-launcher-725-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 311382 INFO  (jetty-launcher-725-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@21a22f4b{/solr,null,AVAILABLE}
   [junit4]   2> 311383 INFO  (jetty-launcher-725-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@21c53725{HTTP/1.1,[http/1.1]}{127.0.0.1:33001}
   [junit4]   2> 311383 INFO  (jetty-launcher-725-thread-1) [    ] o.e.j.s.Server Started @311467ms
   [junit4]   2> 311383 INFO  (jetty-launcher-725-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33001}
   [junit4]   2> 311383 INFO  (jetty-launcher-725-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@43c894f9{HTTP/1.1,[http/1.1]}{127.0.0.1:53352}
   [junit4]   2> 311383 INFO  (jetty-launcher-725-thread-3) [    ] o.e.j.s.Server Started @311467ms
   [junit4]   2> 311383 INFO  (jetty-launcher-725-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53352}
   [junit4]   2> 311383 ERROR (jetty-launcher-725-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 311383 INFO  (jetty-launcher-725-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 311384 INFO  (jetty-launcher-725-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 311384 INFO  (jetty-launcher-725-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 311384 INFO  (jetty-launcher-725-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 311384 INFO  (jetty-launcher-725-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-03T05:23:24.675Z
   [junit4]   2> 311496 INFO  (jetty-launcher-725-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 311496 INFO  (jetty-launcher-725-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 311496 INFO  (jetty-launcher-725-thread-5) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 311504 INFO  (zkConnectionManagerCallback-732-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 311506 ERROR (jetty-launcher-725-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 311506 INFO  (jetty-launcher-725-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 311506 INFO  (jetty-launcher-725-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 311506 INFO  (jetty-launcher-725-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 311507 INFO  (jetty-launcher-725-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 311507 INFO  (jetty-launcher-725-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-03T05:23:24.798Z
   [junit4]   2> 311508 INFO  (jetty-launcher-725-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a03b73e{/solr,null,AVAILABLE}
   [junit4]   2> 311509 INFO  (jetty-launcher-725-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2a711eb8{HTTP/1.1,[http/1.1]}{127.0.0.1:40598}
   [junit4]   2> 311509 INFO  (jetty-launcher-725-thread-2) [    ] o.e.j.s.Server Started @311593ms
   [junit4]   2> 311509 INFO  (jetty-launcher-725-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40598}
   [junit4]   2> 311509 ERROR (jetty-launcher-725-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 311509 INFO  (jetty-launcher-725-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 311509 INFO  (jetty-launcher-725-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 311509 INFO  (jetty-launcher-725-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 311509 INFO  (jetty-launcher-725-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 311509 INFO  (jetty-launcher-725-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-03T05:23:24.800Z
   [junit4]   2> 311510 INFO  (jetty-launcher-725-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 311540 INFO  (jetty-launcher-725-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a18d46b{/solr,null,AVAILABLE}
   [junit4]   2> 311541 INFO  (jetty-launcher-725-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@989d8e3{HTTP/1.1,[http/1.1]}{127.0.0.1:57530}
   [junit4]   2> 311541 INFO  (jetty-launcher-725-thread-5) [    ] o.e.j.s.Server Started @311625ms
   [junit4]   2> 311541 INFO  (jetty-launcher-725-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57530}
   [junit4]   2> 311541 ERROR (jetty-launcher-725-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 311541 INFO  (jetty-launcher-725-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 311541 INFO  (jetty-launcher-725-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 311541 INFO  (jetty-launcher-725-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 311541 INFO  (jetty-launcher-725-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 311542 INFO  (jetty-launcher-725-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-03T05:23:24.833Z
   [junit4]   2> 311558 INFO  (zkConnectionManagerCallback-730-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 311559 INFO  (jetty-launcher-725-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 311576 INFO  (zkConnectionManagerCallback-736-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 311576 INFO  (jetty-launcher-725-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 311609 INFO  (zkConnectionManagerCallback-738-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 311610 INFO  (jetty-launcher-725-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 311640 INFO  (zkConnectionManagerCallback-734-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 311641 INFO  (jetty-launcher-725-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 311893 INFO  (jetty-launcher-725-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49758/solr
   [junit4]   2> 311912 INFO  (zkConnectionManagerCallback-742-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 311948 INFO  (zkConnectionManagerCallback-744-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 312165 INFO  (jetty-launcher-725-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49758/solr
   [junit4]   2> 312167 INFO  (jetty-launcher-725-thread-2) [n:127.0.0.1:40598_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 312168 INFO  (jetty-launcher-725-thread-2) [n:127.0.0.1:40598_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40598_solr
   [junit4]   2> 312169 INFO  (jetty-launcher-725-thread-2) [n:127.0.0.1:40598_solr    ] o.a.s.c.Overseer Overseer (id=74079202768781319-127.0.0.1:40598_solr-n_0000000000) starting
   [junit4]   2> 312210 INFO  (zkConnectionManagerCallback-750-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 312328 INFO  (zkConnectionManagerCallback-755-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 312330 INFO  (jetty-launcher-725-thread-2) [n:127.0.0.1:40598_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49758/solr ready
   [junit4]   2> 312336 INFO  (zkConnectionManagerCallback-757-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 312347 INFO  (jetty-launcher-725-thread-3) [n:127.0.0.1:53352_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 312348 INFO  (jetty-launcher-725-thread-3) [n:127.0.0.1:53352_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53352_solr
   [junit4]   2> 312392 INFO  (jetty-launcher-725-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49758/solr
   [junit4]   2> 312427 INFO  (zkCallback-743-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 312427 INFO  (zkCallback-754-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 312457 INFO  (jetty-launcher-725-thread-2) [n:127.0.0.1:40598_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 312457 INFO  (jetty-launcher-725-thread-2) [n:127.0.0.1:40598_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40598_solr
   [junit4]   2> 312485 INFO  (zkConnectionManagerCallback-763-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 312532 INFO  (zkCallback-754-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 312542 INFO  (zkCallback-743-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 312564 INFO  (jetty-launcher-725-thread-2) [n:127.0.0.1:40598_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 312596 INFO  (zkCallback-756-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 312721 INFO  (jetty-launcher-725-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49758/solr
   [junit4]   2> 312746 INFO  (zkConnectionManagerCallback-775-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 312796 INFO  (zkConnectionManagerCallback-771-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 312804 INFO  (jetty-launcher-725-thread-4) [n:127.0.0.1:51296_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 312807 INFO  (jetty-launcher-725-thread-4) [n:127.0.0.1:51296_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 312810 INFO  (jetty-launcher-725-thread-4) [n:127.0.0.1:51296_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 312810 INFO  (jetty-launcher-725-thread-4) [n:127.0.0.1:51296_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51296_solr
   [junit4]   2> 312811 INFO  (zkCallback-754-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 312812 INFO  (zkCallback-743-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 312824 INFO  (zkConnectionManagerCallback-769-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 312827 INFO  (jetty-launcher-725-thread-3) [n:127.0.0.1:53352_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 312827 INFO  (zkCallback-756-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 312832 INFO  (jetty-launcher-725-thread-3) [n:127.0.0.1:53352_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49758/solr ready
   [junit4]   2> 312880 INFO  (zkCallback-770-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 312892 INFO  (jetty-launcher-725-thread-3) [n:127.0.0.1:53352_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 312897 INFO  (jetty-launcher-725-thread-2) [n:127.0.0.1:40598_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40598.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 312900 INFO  (zkConnectionManagerCallback-777-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 312914 INFO  (jetty-launcher-725-thread-5) [n:127.0.0.1:57530_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 312924 INFO  (jetty-launcher-725-thread-5) [n:127.0.0.1:57530_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 312927 INFO  (jetty-launcher-725-thread-5) [n:127.0.0.1:57530_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 312927 INFO  (jetty-launcher-725-thread-5) [n:127.0.0.1:57530_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57530_solr
   [junit4]   2> 312929 INFO  (zkCallback-754-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 312930 INFO  (zkCallback-756-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 312930 INFO  (zkCallback-743-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 312943 INFO  (jetty-launcher-725-thread-2) [n:127.0.0.1:40598_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40598.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 312943 INFO  (jetty-launcher-725-thread-2) [n:127.0.0.1:40598_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40598.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 312946 INFO  (jetty-launcher-725-thread-3) [n:127.0.0.1:53352_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53352.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 313032 INFO  (zkCallback-770-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 313198 INFO  (jetty-launcher-725-thread-3) [n:127.0.0.1:53352_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53352.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 313198 INFO  (jetty-launcher-725-thread-3) [n:127.0.0.1:53352_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53352.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 313204 INFO  (zkCallback-768-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 313217 INFO  (jetty-launcher-725-thread-3) [n:127.0.0.1:53352_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_668091106FC3B52E-001/tempDir-002/node3/.
   [junit4]   2> 313217 INFO  (jetty-launcher-725-thread-2) [n:127.0.0.1:40598_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_668091106FC3B52E-001/tempDir-002/node2/.
   [junit4]   2> 313317 INFO  (zkCallback-776-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 313472 INFO  (zkConnectionManagerCallback-787-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 313472 INFO  (zkConnectionManagerCallback-792-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 313477 INFO  (jetty-launcher-725-thread-5) [n:127.0.0.1:57530_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 313477 INFO  (jetty-launcher-725-thread-4) [n:127.0.0.1:51296_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 313479 INFO  (jetty-launcher-725-thread-4) [n:127.0.0.1:51296_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49758/solr ready
   [junit4]   2> 313479 INFO  (jetty-launcher-725-thread-5) [n:127.0.0.1:57530_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49758/solr ready
   [junit4]   2> 313496 INFO  (jetty-launcher-725-thread-4) [n:127.0.0.1:51296_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 313519 INFO  (jetty-launcher-725-thread-5) [n:127.0.0.1:57530_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 313541 INFO  (jetty-launcher-725-thread-4) [n:127.0.0.1:51296_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51296.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 313553 INFO  (jetty-launcher-725-thread-5) [n:127.0.0.1:57530_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57530.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 313590 INFO  (jetty-launcher-725-thread-4) [n:127.0.0.1:51296_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51296.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 313590 INFO  (jetty-launcher-725-thread-4) [n:127.0.0.1:51296_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51296.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 313591 INFO  (jetty-launcher-725-thread-4) [n:127.0.0.1:51296_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_668091106FC3B52E-001/tempDir-002/node4/.
   [junit4]   2> 313592 INFO  (jetty-launcher-725-thread-5) [n:127.0.0.1:57530_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57530.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 313592 INFO  (jetty-launcher-725-thread-5) [n:127.0.0.1:57530_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57530.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 313593 INFO  (jetty-launcher-725-thread-5) [n:127.0.0.1:57530_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_668091106FC3B52E-001/tempDir-002/node5/.
   [junit4]   2> 314077 INFO  (jetty-launcher-725-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49758/solr
   [junit4]   2> 314116 INFO  (zkConnectionManagerCallback-798-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 314120 INFO  (zkConnectionManagerCallback-800-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 314128 INFO  (jetty-launcher-725-thread-1) [n:127.0.0.1:33001_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 314131 INFO  (jetty-launcher-725-thread-1) [n:127.0.0.1:33001_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 314133 INFO  (jetty-launcher-725-thread-1) [n:127.0.0.1:33001_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 314133 INFO  (jetty-launcher-725-thread-1) [n:127.0.0.1:33001_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33001_solr
   [junit4]   2> 314137 INFO  (zkCallback-754-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 314137 INFO  (zkCallback-770-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 314137 INFO  (zkCallback-743-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 314137 INFO  (zkCallback-756-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 314156 INFO  (zkCallback-776-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 314156 INFO  (zkCallback-768-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 314181 INFO  (zkCallback-791-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 314181 INFO  (zkCallback-786-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 314182 INFO  (zkCallback-799-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 314220 INFO  (zkConnectionManagerCallback-807-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 314222 INFO  (jetty-launcher-725-thread-1) [n:127.0.0.1:33001_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 314223 INFO  (jetty-launcher-725-thread-1) [n:127.0.0.1:33001_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49758/solr ready
   [junit4]   2> 314240 INFO  (jetty-launcher-725-thread-1) [n:127.0.0.1:33001_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 314273 INFO  (jetty-launcher-725-thread-1) [n:127.0.0.1:33001_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33001.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 314283 INFO  (jetty-launcher-725-thread-1) [n:127.0.0.1:33001_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33001.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 314284 INFO  (jetty-launcher-725-thread-1) [n:127.0.0.1:33001_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33001.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb3568
   [junit4]   2> 314285 INFO  (jetty-launcher-725-thread-1) [n:127.0.0.1:33001_solr  

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

vy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

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 71ms :: artifacts dl 6ms
	---------------------------------------------------------------------
	|                  |            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: 160 minutes 41 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2678)
	at hudson.FilePath$34.invoke(FilePath.java:2557)
	at hudson.FilePath$34.invoke(FilePath.java:2547)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		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:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
		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:1819)
		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:2920)
	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:1038)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
	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:1819)
	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)