You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/08/28 04:51:52 UTC

[JENKINS] Lucene-Solr-6.6-Linux (64bit/jdk1.8.0_144) - Build # 105 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Linux/105/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Something is broken in the assert for no shards using the same indexDir - probably something was changed in the attributes published in the MBean of SolrCore : {}

Stack Trace:
java.lang.AssertionError: Something is broken in the assert for no shards using the same indexDir - probably something was changed in the attributes published in the MBean of SolrCore : {}
	at __randomizedtesting.SeedInfo.seed([F3B111E9CE2D632F:BBC4655DC81E4CBA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.checkNoTwoShardsUseTheSameIndexDir(CollectionsAPIDistributedZkTest.java:646)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:524)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.snapshots.TestSolrCloudSnapshots.testSnapshots

Error Message:
expected:<4> but was:<3>

Stack Trace:
java.lang.AssertionError: expected:<4> but was:<3>
	at __randomizedtesting.SeedInfo.seed([F3B111E9CE2D632F:C5FD9576BB746160]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.core.snapshots.TestSolrCloudSnapshots.testSnapshots(TestSolrCloudSnapshots.java:126)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 11245 lines...]
   [junit4] Suite: org.apache.solr.core.snapshots.TestSolrCloudSnapshots
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/init-core-data-001
   [junit4]   2> 244742 WARN  (SUITE-TestSolrCloudSnapshots-seed#[F3B111E9CE2D632F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 244742 INFO  (SUITE-TestSolrCloudSnapshots-seed#[F3B111E9CE2D632F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 244742 INFO  (SUITE-TestSolrCloudSnapshots-seed#[F3B111E9CE2D632F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 244743 INFO  (SUITE-TestSolrCloudSnapshots-seed#[F3B111E9CE2D632F]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001
   [junit4]   2> 244743 INFO  (SUITE-TestSolrCloudSnapshots-seed#[F3B111E9CE2D632F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 244743 INFO  (Thread-2730) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 244743 INFO  (Thread-2730) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 244744 ERROR (Thread-2730) [    ] 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> 244843 INFO  (SUITE-TestSolrCloudSnapshots-seed#[F3B111E9CE2D632F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:33743
   [junit4]   2> 244852 INFO  (jetty-launcher-1283-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 244852 INFO  (jetty-launcher-1283-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 244852 INFO  (jetty-launcher-1283-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 244852 INFO  (jetty-launcher-1283-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 244869 INFO  (jetty-launcher-1283-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d879348{/solr,null,AVAILABLE}
   [junit4]   2> 244870 INFO  (jetty-launcher-1283-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66dd1645{/solr,null,AVAILABLE}
   [junit4]   2> 244871 INFO  (jetty-launcher-1283-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6d75cad9{HTTP/1.1,[http/1.1]}{127.0.0.1:45677}
   [junit4]   2> 244871 INFO  (jetty-launcher-1283-thread-2) [    ] o.e.j.s.Server Started @246325ms
   [junit4]   2> 244871 INFO  (jetty-launcher-1283-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45677}
   [junit4]   2> 244872 ERROR (jetty-launcher-1283-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 244872 INFO  (jetty-launcher-1283-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 244872 INFO  (jetty-launcher-1283-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@219d97ff{/solr,null,AVAILABLE}
   [junit4]   2> 244872 INFO  (jetty-launcher-1283-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 244872 INFO  (jetty-launcher-1283-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 244872 INFO  (jetty-launcher-1283-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T04:08:58.145Z
   [junit4]   2> 244872 INFO  (jetty-launcher-1283-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@fa0bdf5{HTTP/1.1,[http/1.1]}{127.0.0.1:37991}
   [junit4]   2> 244872 INFO  (jetty-launcher-1283-thread-3) [    ] o.e.j.s.Server Started @246326ms
   [junit4]   2> 244872 INFO  (jetty-launcher-1283-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37991}
   [junit4]   2> 244872 ERROR (jetty-launcher-1283-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 244872 INFO  (jetty-launcher-1283-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 244872 INFO  (jetty-launcher-1283-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 244872 INFO  (jetty-launcher-1283-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 244872 INFO  (jetty-launcher-1283-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T04:08:58.145Z
   [junit4]   2> 244876 INFO  (jetty-launcher-1283-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11e61e3{/solr,null,AVAILABLE}
   [junit4]   2> 244876 INFO  (jetty-launcher-1283-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@79235255{HTTP/1.1,[http/1.1]}{127.0.0.1:42341}
   [junit4]   2> 244878 INFO  (jetty-launcher-1283-thread-4) [    ] o.e.j.s.Server Started @246332ms
   [junit4]   2> 244878 INFO  (jetty-launcher-1283-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42341}
   [junit4]   2> 244879 ERROR (jetty-launcher-1283-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 244879 INFO  (jetty-launcher-1283-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 244879 INFO  (jetty-launcher-1283-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 244879 INFO  (jetty-launcher-1283-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 244879 INFO  (jetty-launcher-1283-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T04:08:58.152Z
   [junit4]   2> 244879 INFO  (jetty-launcher-1283-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 244880 INFO  (jetty-launcher-1283-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 244884 INFO  (jetty-launcher-1283-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3c9d617e{HTTP/1.1,[http/1.1]}{127.0.0.1:40697}
   [junit4]   2> 244884 INFO  (jetty-launcher-1283-thread-1) [    ] o.e.j.s.Server Started @246338ms
   [junit4]   2> 244884 INFO  (jetty-launcher-1283-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40697}
   [junit4]   2> 244885 ERROR (jetty-launcher-1283-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 244885 INFO  (jetty-launcher-1283-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 244885 INFO  (jetty-launcher-1283-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 244885 INFO  (jetty-launcher-1283-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 244885 INFO  (jetty-launcher-1283-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T04:08:58.158Z
   [junit4]   2> 244886 INFO  (jetty-launcher-1283-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 244895 INFO  (jetty-launcher-1283-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 244895 INFO  (jetty-launcher-1283-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 244895 INFO  (jetty-launcher-1283-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 244896 INFO  (jetty-launcher-1283-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33743/solr
   [junit4]   2> 244896 INFO  (jetty-launcher-1283-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 244897 INFO  (jetty-launcher-1283-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33743/solr
   [junit4]   2> 244901 INFO  (jetty-launcher-1283-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33743/solr
   [junit4]   2> 244915 INFO  (jetty-launcher-1283-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 244918 INFO  (jetty-launcher-1283-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33743/solr
   [junit4]   2> 244922 INFO  (jetty-launcher-1283-thread-4) [n:127.0.0.1:42341_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 244922 INFO  (jetty-launcher-1283-thread-4) [n:127.0.0.1:42341_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42341_solr
   [junit4]   2> 244924 INFO  (jetty-launcher-1283-thread-4) [n:127.0.0.1:42341_solr    ] o.a.s.c.Overseer Overseer (id=98559153800282119-127.0.0.1:42341_solr-n_0000000000) starting
   [junit4]   2> 244924 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e270737a10008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 244930 INFO  (jetty-launcher-1283-thread-3) [n:127.0.0.1:37991_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 244931 INFO  (jetty-launcher-1283-thread-3) [n:127.0.0.1:37991_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37991_solr
   [junit4]   2> 244935 INFO  (jetty-launcher-1283-thread-2) [n:127.0.0.1:45677_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 244936 INFO  (jetty-launcher-1283-thread-2) [n:127.0.0.1:45677_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 244937 INFO  (jetty-launcher-1283-thread-2) [n:127.0.0.1:45677_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45677_solr
   [junit4]   2> 244940 INFO  (jetty-launcher-1283-thread-4) [n:127.0.0.1:42341_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42341_solr
   [junit4]   2> 244974 INFO  (zkCallback-1300-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 244974 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:45677_solr) [n:127.0.0.1:45677_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 244981 INFO  (OverseerStateUpdate-98559153800282119-127.0.0.1:42341_solr-n_0000000000) [n:127.0.0.1:42341_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 244988 INFO  (jetty-launcher-1283-thread-1) [n:127.0.0.1:40697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 244989 INFO  (jetty-launcher-1283-thread-1) [n:127.0.0.1:40697_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 244991 INFO  (jetty-launcher-1283-thread-1) [n:127.0.0.1:40697_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40697_solr
   [junit4]   2> 244991 INFO  (zkCallback-1300-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 244991 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:45677_solr) [n:127.0.0.1:45677_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 244992 INFO  (zkCallback-1298-thread-1-processing-n:127.0.0.1:42341_solr) [n:127.0.0.1:42341_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 245003 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:40697_solr) [n:127.0.0.1:40697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 245034 INFO  (jetty-launcher-1283-thread-2) [n:127.0.0.1:45677_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node2/.
   [junit4]   2> 245035 INFO  (jetty-launcher-1283-thread-3) [n:127.0.0.1:37991_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node3/.
   [junit4]   2> 245069 INFO  (jetty-launcher-1283-thread-4) [n:127.0.0.1:42341_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node4/.
   [junit4]   2> 245070 INFO  (jetty-launcher-1283-thread-1) [n:127.0.0.1:40697_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node1/.
   [junit4]   2> 245116 INFO  (SUITE-TestSolrCloudSnapshots-seed#[F3B111E9CE2D632F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 245116 INFO  (SUITE-TestSolrCloudSnapshots-seed#[F3B111E9CE2D632F]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33743/solr ready
   [junit4]   2> 245154 INFO  (TEST-TestSolrCloudSnapshots.testSnapshots-seed#[F3B111E9CE2D632F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSnapshots
   [junit4]   2> 245162 INFO  (qtp2126451477-5639) [n:127.0.0.1:37991_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&name=SolrCloudSnapshots&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 245168 INFO  (OverseerThreadFactory-1143-thread-1-processing-n:127.0.0.1:42341_solr) [n:127.0.0.1:42341_solr    ] o.a.s.c.CreateCollectionCmd Create collection SolrCloudSnapshots
   [junit4]   2> 245380 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=SolrCloudSnapshots_shard1_replica2&action=CREATE&numShards=2&collection=SolrCloudSnapshots&shard=shard1&wt=javabin&version=2
   [junit4]   2> 245380 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=SolrCloudSnapshots_shard1_replica1&action=CREATE&numShards=2&collection=SolrCloudSnapshots&shard=shard1&wt=javabin&version=2
   [junit4]   2> 245380 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 245381 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=SolrCloudSnapshots_shard2_replica2&action=CREATE&numShards=2&collection=SolrCloudSnapshots&shard=shard2&wt=javabin&version=2
   [junit4]   2> 245381 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 245381 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 245381 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=SolrCloudSnapshots_shard2_replica1&action=CREATE&numShards=2&collection=SolrCloudSnapshots&shard=shard2&wt=javabin&version=2
   [junit4]   2> 245382 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 245491 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:40697_solr) [n:127.0.0.1:40697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 245491 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:45677_solr) [n:127.0.0.1:45677_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 245491 INFO  (zkCallback-1300-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 245491 INFO  (zkCallback-1298-thread-1-processing-n:127.0.0.1:42341_solr) [n:127.0.0.1:42341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 246407 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 246414 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 246418 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 246450 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.s.IndexSchema [SolrCloudSnapshots_shard1_replica1] Schema name=minimal
   [junit4]   2> 246452 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.s.IndexSchema [SolrCloudSnapshots_shard1_replica2] Schema name=minimal
   [junit4]   2> 246452 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.s.IndexSchema [SolrCloudSnapshots_shard2_replica1] Schema name=minimal
   [junit4]   2> 246452 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 246452 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'SolrCloudSnapshots_shard1_replica1' using configuration from collection SolrCloudSnapshots, trusted=true
   [junit4]   2> 246453 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 246453 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.c.SolrCore [[SolrCloudSnapshots_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node4/SolrCloudSnapshots_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node4/./SolrCloudSnapshots_shard1_replica1/data/]
   [junit4]   2> 246455 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 246463 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.s.IndexSchema [SolrCloudSnapshots_shard2_replica2] Schema name=minimal
   [junit4]   2> 246464 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 246464 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'SolrCloudSnapshots_shard1_replica2' using configuration from collection SolrCloudSnapshots, trusted=true
   [junit4]   2> 246465 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 246465 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.SolrCore [[SolrCloudSnapshots_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node2/SolrCloudSnapshots_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node2/./SolrCloudSnapshots_shard1_replica2/data/]
   [junit4]   2> 246465 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 246465 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'SolrCloudSnapshots_shard2_replica2' using configuration from collection SolrCloudSnapshots, trusted=true
   [junit4]   2> 246466 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 246466 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.c.SolrCore [[SolrCloudSnapshots_shard2_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node1/SolrCloudSnapshots_shard2_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node1/./SolrCloudSnapshots_shard2_replica2/data/]
   [junit4]   2> 246471 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 246471 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'SolrCloudSnapshots_shard2_replica1' using configuration from collection SolrCloudSnapshots, trusted=true
   [junit4]   2> 246472 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 246472 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.SolrCore [[SolrCloudSnapshots_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node3/SolrCloudSnapshots_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node3/./SolrCloudSnapshots_shard2_replica1/data/]
   [junit4]   2> 246551 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 246551 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 246552 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 246555 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 246565 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3a4389e1[SolrCloudSnapshots_shard1_replica2] main]
   [junit4]   2> 246565 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 246565 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 246565 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 246566 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 246566 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 246566 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 246566 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 246568 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3aa774b3[SolrCloudSnapshots_shard2_replica1] main]
   [junit4]   2> 246569 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 246569 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 246569 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 246571 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 246571 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 246572 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 246572 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 246573 INFO  (searcherExecutor-1155-thread-1-processing-n:127.0.0.1:37991_solr x:SolrCloudSnapshots_shard2_replica1 s:shard2 c:SolrCloudSnapshots) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.SolrCore [SolrCloudSnapshots_shard2_replica1] Registered new searcher Searcher@3aa774b3[SolrCloudSnapshots_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 246573 INFO  (searcherExecutor-1153-thread-1-processing-n:127.0.0.1:45677_solr x:SolrCloudSnapshots_shard1_replica2 s:shard1 c:SolrCloudSnapshots) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.SolrCore [SolrCloudSnapshots_shard1_replica2] Registered new searcher Searcher@3a4389e1[SolrCloudSnapshots_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 246573 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576946462722359296
   [junit4]   2> 246574 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@74169f1a[SolrCloudSnapshots_shard1_replica1] main]
   [junit4]   2> 246578 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 246578 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 246578 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 246578 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 246579 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576946462728650752
   [junit4]   2> 246580 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6aa6fd20[SolrCloudSnapshots_shard2_replica2] main]
   [junit4]   2> 246586 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 246591 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 246591 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 246591 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 246592 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576946462742282240
   [junit4]   2> 246593 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 246593 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 246593 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576946462743330816
   [junit4]   2> 246593 INFO  (searcherExecutor-1152-thread-1-processing-n:127.0.0.1:42341_solr x:SolrCloudSnapshots_shard1_replica1 s:shard1 c:SolrCloudSnapshots) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.c.SolrCore [SolrCloudSnapshots_shard1_replica1] Registered new searcher Searcher@74169f1a[SolrCloudSnapshots_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 246594 INFO  (searcherExecutor-1154-thread-1-processing-n:127.0.0.1:40697_solr x:SolrCloudSnapshots_shard2_replica2 s:shard2 c:SolrCloudSnapshots) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.c.SolrCore [SolrCloudSnapshots_shard2_replica2] Registered new searcher Searcher@6aa6fd20[SolrCloudSnapshots_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 246623 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 246623 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 246623 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45677/solr/SolrCloudSnapshots_shard1_replica2/
   [junit4]   2> 246623 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=SolrCloudSnapshots_shard1_replica2 url=http://127.0.0.1:45677/solr START replicas=[http://127.0.0.1:42341/solr/SolrCloudSnapshots_shard1_replica1/] nUpdates=100
   [junit4]   2> 246627 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=SolrCloudSnapshots_shard1_replica2 url=http://127.0.0.1:45677/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 246631 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 246631 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 246631 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37991/solr/SolrCloudSnapshots_shard2_replica1/
   [junit4]   2> 246631 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.PeerSync PeerSync: core=SolrCloudSnapshots_shard2_replica1 url=http://127.0.0.1:37991/solr START replicas=[http://127.0.0.1:40697/solr/SolrCloudSnapshots_shard2_replica2/] nUpdates=100
   [junit4]   2> 246645 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.PeerSync PeerSync: core=SolrCloudSnapshots_shard2_replica1 url=http://127.0.0.1:37991/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 246648 INFO  (qtp1723375428-5609) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2 r:core_node3 x:SolrCloudSnapshots_shard2_replica2] o.a.s.c.S.Request [SolrCloudSnapshots_shard2_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 246649 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 246649 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 246649 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 246660 INFO  (qtp1732446423-5615) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.c.S.Request [SolrCloudSnapshots_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 246661 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 246661 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 246661 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 246664 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37991/solr/SolrCloudSnapshots_shard2_replica1/ shard2
   [junit4]   2> 246665 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45677/solr/SolrCloudSnapshots_shard1_replica2/ shard1
   [junit4]   2> 246767 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:45677_solr) [n:127.0.0.1:45677_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 246767 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:40697_solr) [n:127.0.0.1:40697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 246767 INFO  (zkCallback-1300-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 246768 INFO  (zkCallback-1298-thread-1-processing-n:127.0.0.1:42341_solr) [n:127.0.0.1:42341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 246815 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 246815 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 246816 INFO  (qtp839499304-5626) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=SolrCloudSnapshots_shard1_replica2&action=CREATE&numShards=2&collection=SolrCloudSnapshots&shard=shard1&wt=javabin&version=2} status=0 QTime=1436
   [junit4]   2> 246817 INFO  (qtp2126451477-5640) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=SolrCloudSnapshots_shard2_replica1&action=CREATE&numShards=2&collection=SolrCloudSnapshots&shard=shard2&wt=javabin&version=2} status=0 QTime=1435
   [junit4]   2> 246920 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:40697_solr) [n:127.0.0.1:40697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 246920 INFO  (zkCallback-1300-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 246920 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:45677_solr) [n:127.0.0.1:45677_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 246920 INFO  (zkCallback-1298-thread-1-processing-n:127.0.0.1:42341_solr) [n:127.0.0.1:42341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 247628 INFO  (qtp1723375428-5619) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2  x:SolrCloudSnapshots_shard2_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=SolrCloudSnapshots_shard2_replica2&action=CREATE&numShards=2&collection=SolrCloudSnapshots&shard=shard2&wt=javabin&version=2} status=0 QTime=2247
   [junit4]   2> 247633 INFO  (qtp1732446423-5630) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1  x:SolrCloudSnapshots_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=SolrCloudSnapshots_shard1_replica1&action=CREATE&numShards=2&collection=SolrCloudSnapshots&shard=shard1&wt=javabin&version=2} status=0 QTime=2253
   [junit4]   2> 247654 INFO  (qtp2126451477-5639) [n:127.0.0.1:37991_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> 247763 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:45677_solr) [n:127.0.0.1:45677_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 247763 INFO  (zkCallback-1300-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 247765 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:40697_solr) [n:127.0.0.1:40697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 247765 INFO  (zkCallback-1298-thread-1-processing-n:127.0.0.1:42341_solr) [n:127.0.0.1:42341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 248655 INFO  (qtp2126451477-5639) [n:127.0.0.1:37991_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf1&name=SolrCloudSnapshots&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3492
   [junit4]   2> 248728 INFO  (qtp1732446423-5633) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1576946464918077440&distrib.from=http://127.0.0.1:45677/solr/SolrCloudSnapshots_shard1_replica2/&wt=javabin&version=2}{deleteByQuery=*:* (-1576946464918077440)} 0 21
   [junit4]   2> 248733 INFO  (qtp1723375428-5609) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2 r:core_node3 x:SolrCloudSnapshots_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard2_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1576946464942194688&distrib.from=http://127.0.0.1:37991/solr/SolrCloudSnapshots_shard2_replica1/&wt=javabin&version=2}{deleteByQuery=*:* (-1576946464942194688)} 0 3
   [junit4]   2> 248734 INFO  (qtp2126451477-5613) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2 r:core_node4 x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard2_replica1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:45677/solr/SolrCloudSnapshots_shard1_replica2/&wt=javabin&version=2}{deleteByQuery=*:* (-1576946464942194688)} 0 43
   [junit4]   2> 248734 INFO  (qtp839499304-5625) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1 r:core_node1 x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1576946464918077440)} 0 70
   [junit4]   2> 248734 INFO  (TEST-TestSolrCloudSnapshots.testSnapshots-seed#[F3B111E9CE2D632F]) [    ] o.a.s.h.BackupRestoreUtils Indexing 12 test docs
   [junit4]   2> 248781 INFO  (qtp1732446423-5606) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45677/solr/SolrCloudSnapshots_shard1_replica2/&wt=javabin&version=2}{add=[0 (1576946465028177920), 1 (1576946465029226496), 4 (1576946465029226497), 8 (1576946465029226498), 10 (1576946465030275072), 11 (1576946465030275073)]} 0 1
   [junit4]   2> 248788 INFO  (qtp839499304-5635) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1 r:core_node1 x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1576946465028177920), 1 (1576946465029226496), 4 (1576946465029226497), 8 (1576946465029226498), 10 (1576946465030275072), 11 (1576946465030275073)]} 0 16
   [junit4]   2> 248808 INFO  (qtp1723375428-5607) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2 r:core_node3 x:SolrCloudSnapshots_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard2_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37991/solr/SolrCloudSnapshots_shard2_replica1/&wt=javabin&version=2}{add=[2 (1576946465028177920), 3 (1576946465038663680), 5 (1576946465038663681), 6 (1576946465038663682), 7 (1576946465038663683), 9 (1576946465038663684)]} 0 23
   [junit4]   2> 248810 INFO  (qtp2126451477-5641) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2 r:core_node4 x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard2_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1576946465028177920), 3 (1576946465038663680), 5 (1576946465038663681), 6 (1576946465038663682), 7 (1576946465038663683), 9 (1576946465038663684)]} 0 38
   [junit4]   2> 248814 INFO  (qtp839499304-5610) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1 r:core_node1 x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 248814 INFO  (qtp839499304-5610) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1 r:core_node1 x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@679f1359
   [junit4]   2> 248833 INFO  (qtp1732446423-5617) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 248833 INFO  (qtp1732446423-5617) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4fca5f43
   [junit4]   2> 248867 INFO  (qtp1723375428-5621) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2 r:core_node3 x:SolrCloudSnapshots_shard2_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 248867 INFO  (qtp1723375428-5621) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2 r:core_node3 x:SolrCloudSnapshots_shard2_replica2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@470e5e08
   [junit4]   2> 248868 INFO  (qtp2126451477-5624) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2 r:core_node4 x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 248869 INFO  (qtp2126451477-5624) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2 r:core_node4 x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@53466214
   [junit4]   2> 248939 INFO  (qtp839499304-5610) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1 r:core_node1 x:SolrCloudSnapshots_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@497c7a75[SolrCloudSnapshots_shard1_replica2] main]
   [junit4]   2> 248940 INFO  (qtp839499304-5610) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1 r:core_node1 x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 248940 INFO  (searcherExecutor-1153-thread-1-processing-n:127.0.0.1:45677_solr x:SolrCloudSnapshots_shard1_replica2 s:shard1 c:SolrCloudSnapshots r:core_node1) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1 r:core_node1 x:SolrCloudSnapshots_shard1_replica2] o.a.s.c.SolrCore [SolrCloudSnapshots_shard1_replica2] Registered new searcher Searcher@497c7a75[SolrCloudSnapshots_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C6)))}
   [junit4]   2> 248940 INFO  (qtp839499304-5610) [n:127.0.0.1:45677_solr c:SolrCloudSnapshots s:shard1 r:core_node1 x:SolrCloudSnapshots_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37991/solr/SolrCloudSnapshots_shard2_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 126
   [junit4]   2> 249018 INFO  (qtp1732446423-5617) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ea9b9df[SolrCloudSnapshots_shard1_replica1] main]
   [junit4]   2> 249018 INFO  (qtp1732446423-5617) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 249019 INFO  (searcherExecutor-1152-thread-1-processing-n:127.0.0.1:42341_solr x:SolrCloudSnapshots_shard1_replica1 s:shard1 c:SolrCloudSnapshots r:core_node2) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.c.SolrCore [SolrCloudSnapshots_shard1_replica1] Registered new searcher Searcher@6ea9b9df[SolrCloudSnapshots_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C6)))}
   [junit4]   2> 249019 INFO  (qtp1732446423-5617) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37991/solr/SolrCloudSnapshots_shard2_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 186
   [junit4]   2> 249054 INFO  (qtp2126451477-5624) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2 r:core_node4 x:SolrCloudSnapshots_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@72251385[SolrCloudSnapshots_shard2_replica1] main]
   [junit4]   2> 249055 INFO  (searcherExecutor-1155-thread-1-processing-n:127.0.0.1:37991_solr x:SolrCloudSnapshots_shard2_replica1 s:shard2 c:SolrCloudSnapshots r:core_node4) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2 r:core_node4 x:SolrCloudSnapshots_shard2_replica1] o.a.s.c.SolrCore [SolrCloudSnapshots_shard2_replica1] Registered new searcher Searcher@72251385[SolrCloudSnapshots_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C6)))}
   [junit4]   2> 249055 INFO  (qtp2126451477-5624) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2 r:core_node4 x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 249055 INFO  (qtp2126451477-5624) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2 r:core_node4 x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37991/solr/SolrCloudSnapshots_shard2_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 186
   [junit4]   2> 249063 INFO  (qtp1723375428-5621) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2 r:core_node3 x:SolrCloudSnapshots_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@23cb8445[SolrCloudSnapshots_shard2_replica2] main]
   [junit4]   2> 249063 INFO  (qtp1723375428-5621) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2 r:core_node3 x:SolrCloudSnapshots_shard2_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 249063 INFO  (searcherExecutor-1154-thread-1-processing-n:127.0.0.1:40697_solr x:SolrCloudSnapshots_shard2_replica2 s:shard2 c:SolrCloudSnapshots r:core_node3) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2 r:core_node3 x:SolrCloudSnapshots_shard2_replica2] o.a.s.c.SolrCore [SolrCloudSnapshots_shard2_replica2] Registered new searcher Searcher@23cb8445[SolrCloudSnapshots_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.1):C6)))}
   [junit4]   2> 249063 INFO  (qtp1723375428-5621) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2 r:core_node3 x:SolrCloudSnapshots_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard2_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37991/solr/SolrCloudSnapshots_shard2_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 196
   [junit4]   2> 249064 INFO  (qtp2126451477-5639) [n:127.0.0.1:37991_solr c:SolrCloudSnapshots s:shard2 r:core_node4 x:SolrCloudSnapshots_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [SolrCloudSnapshots_shard2_replica1]  webapp=/solr path=/update params={_stateVer_=SolrCloudSnapshots:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 251
   [junit4]   2> 249069 INFO  (qtp1732446423-5631) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.c.S.Request [SolrCloudSnapshots_shard1_replica1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=SolrCloudSnapshots:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:42341/solr/SolrCloudSnapshots_shard1_replica1/|http://127.0.0.1:45677/solr/SolrCloudSnapshots_shard1_replica2/&rows=10&version=2&q=*:*&NOW=1503893342339&isShard=true&wt=javabin} hits=6 status=0 QTime=0
   [junit4]   2> 249070 INFO  (qtp1723375428-5620) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2 r:core_node3 x:SolrCloudSnapshots_shard2_replica2] o.a.s.c.S.Request [SolrCloudSnapshots_shard2_replica2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=SolrCloudSnapshots:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:40697/solr/SolrCloudSnapshots_shard2_replica2/|http://127.0.0.1:37991/solr/SolrCloudSnapshots_shard2_replica1/&rows=10&version=2&q=*:*&NOW=1503893342339&isShard=true&wt=javabin} hits=6 status=0 QTime=0
   [junit4]   2> 249073 INFO  (qtp1723375428-5609) [n:127.0.0.1:40697_solr c:SolrCloudSnapshots s:shard2 r:core_node3 x:SolrCloudSnapshots_shard2_replica2] o.a.s.c.S.Request [SolrCloudSnapshots_shard2_replica2]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=SolrCloudSnapshots:4&shards.purpose=64&NOW=1503893342339&ids=2,3,5,6,7,9&isShard=true&shard.url=http://127.0.0.1:40697/solr/SolrCloudSnapshots_shard2_replica2/|http://127.0.0.1:37991/solr/SolrCloudSnapshots_shard2_replica1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 249074 INFO  (qtp1732446423-5631) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.c.S.Request [SolrCloudSnapshots_shard1_replica1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=SolrCloudSnapshots:4&shards.purpose=64&NOW=1503893342339&ids=0,1,4,8&isShard=true&shard.url=http://127.0.0.1:42341/solr/SolrCloudSnapshots_shard1_replica1/|http://127.0.0.1:45677/solr/SolrCloudSnapshots_shard1_replica2/&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 249075 INFO  (qtp1732446423-5633) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.c.S.Request [SolrCloudSnapshots_shard1_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=SolrCloudSnapshots:4&wt=javabin&version=2} hits=12 status=0 QTime=9
   [junit4]   2> 249091 INFO  (TEST-TestSolrCloudSnapshots.testSnapshots-seed#[F3B111E9CE2D632F]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@79235255{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 249099 INFO  (TEST-TestSolrCloudSnapshots.testSnapshots-seed#[F3B111E9CE2D632F]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1898007880
   [junit4]   2> 249100 INFO  (TEST-TestSolrCloudSnapshots.testSnapshots-seed#[F3B111E9CE2D632F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 249100 INFO  (TEST-TestSolrCloudSnapshots.testSnapshots-seed#[F3B111E9CE2D632F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 249100 INFO  (TEST-TestSolrCloudSnapshots.testSnapshots-seed#[F3B111E9CE2D632F]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 249132 INFO  (coreCloseExecutor-1172-thread-1) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.c.SolrCore [SolrCloudSnapshots_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3ceba0fa
   [junit4]   2> 249145 INFO  (coreCloseExecutor-1172-thread-1) [n:127.0.0.1:42341_solr c:SolrCloudSnapshots s:shard1 r:core_node2 x:SolrCloudSnapshots_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.SolrCloudSnapshots.shard1.replica1
   [junit4]   2> 249147 INFO  (TEST-TestSolrCloudSnapshots.testSnapshots-seed#[F3B111E9CE2D632F]) [    ] o.a.s.c.Overseer Overseer (id=98559153800282119-127.0.0.1:42341_solr-n_0000000000) closing
   [junit4]   2> 249148 INFO  (OverseerStateUpdate-98559153800282119-127.0.0.1:42341_solr-n_0000000000) [n:127.0.0.1:42341_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42341_solr
   [junit4]   2> 249155 INFO  (zkCallback-1313-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 249155 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:45677_solr) [n:127.0.0.1:45677_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 249156 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:40697_solr) [n:127.0.0.1:40697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 249156 INFO  (zkCallback-1300-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37991_solr
   [junit4]   2> 249156 INFO  (zkCallback-1300-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.Overseer Overseer (id=98559153800282121-127.0.0.1:37991_solr-n_0000000001) starting
   [junit4]   2> 249171 INFO  (zkCallback-1300-thread-2-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 250655 WARN  (zkCallback-1298-thread-2-processing-n:127.0.0.1:42341_solr) [n:127.0.0.1:42341_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 250657 INFO  (TEST-TestSolrCloudSnapshots.testSnapshots-seed#[F3B111E9CE2D632F]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@11e61e3{/solr,null,UNAVAILABLE}
   [junit4]   2> 255662 INFO  (qtp2126451477-5612) [n:127.0.0.1:37991_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createsnapshot with params name=SolrCloudSnapshots&action=CREATESNAPSHOT&collection=SolrCloudSnapshots&commitName=nbyr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 255667 INFO  (OverseerThreadFactory-1175-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.CreateSnapshotCmd Creating a snapshot for collection=SolrCloudSnapshots with commitName=nbyr
   [junit4]   2> 255669 INFO  (OverseerThreadFactory-1175-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.CreateSnapshotCmd Created a ZK path to store snapshot information for collection=SolrCloudSnapshots with commitName=nbyr
   [junit4]   2> 255671 INFO  (qtp839499304-5616) [n:127.0.0.1:45677_solr    ] o.a.s.c.s.SolrSnapshotMetaDataManager Creating the snapshot named nbyr for core SolrCloudSnapshots_shard1_replica2 associated with index commit with generation 2 in directory /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node2/./SolrCloudSnapshots_shard1_replica2/data/index/
   [junit4]   2> 255696 INFO  (qtp839499304-5616) [n:127.0.0.1:45677_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=SolrCloudSnapshots_shard1_replica2&qt=/admin/cores&name=shard1&action=CREATESNAPSHOT&commitName=nbyr&wt=javabin&version=2} status=0 QTime=25
   [junit4]   2> 255697 INFO  (qtp2126451477-5608) [n:127.0.0.1:37991_solr    ] o.a.s.c.s.SolrSnapshotMetaDataManager Creating the snapshot named nbyr for core SolrCloudSnapshots_shard2_replica1 associated with index commit with generation 2 in directory /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node3/./SolrCloudSnapshots_shard2_replica1/data/index/
   [junit4]   2> 255698 ERROR (OverseerThreadFactory-1175-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:42341/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:42341/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:619)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:163)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.net.ConnectException: Connection refused (Connection refused)
   [junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
   [junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]   2> 	at java.net.Socket.connect(Socket.java:589)
   [junit4]   2> 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
   [junit4]   2> 	... 12 more
   [junit4]   2> 255702 INFO  (qtp2126451477-5608) [n:127.0.0.1:37991_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=SolrCloudSnapshots_shard2_replica1&qt=/admin/cores&name=shard2&action=CREATESNAPSHOT&commitName=nbyr&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 255711 INFO  (qtp1723375428-5611) [n:127.0.0.1:40697_solr    ] o.a.s.c.s.SolrSnapshotMetaDataManager Creating the snapshot named nbyr for core SolrCloudSnapshots_shard2_replica2 associated with index commit with generation 2 in directory /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node1/./SolrCloudSnapshots_shard2_replica2/data/index/
   [junit4]   2> 255716 INFO  (qtp1723375428-5611) [n:127.0.0.1:40697_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=SolrCloudSnapshots_shard2_replica2&qt=/admin/cores&name=shard2&action=CREATESNAPSHOT&commitName=nbyr&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 255718 INFO  (OverseerThreadFactory-1175-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.CreateSnapshotCmd Snapshot with commitName nbyr is created successfully for core SolrCloudSnapshots_shard1_replica2
   [junit4]   2> 255718 INFO  (OverseerThreadFactory-1175-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.CreateSnapshotCmd Snapshot with commitName nbyr is created successfully for core SolrCloudSnapshots_shard2_replica1
   [junit4]   2> 255718 INFO  (OverseerThreadFactory-1175-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.CreateSnapshotCmd Snapshot with commitName nbyr is created successfully for core SolrCloudSnapshots_shard2_replica2
   [junit4]   2> 255718 WARN  (OverseerThreadFactory-1175-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.CreateSnapshotCmd Unable to create a snapshot with name nbyr for following cores [SolrCloudSnapshots_shard1_replica1]
   [junit4]   2> 255719 INFO  (OverseerThreadFactory-1175-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.CreateSnapshotCmd Saved following snapshot information for collection=SolrCloudSnapshots with commitName=nbyr in Zookeeper : {name=nbyr,status=Successful,creationDate=1503893348939,replicas={SolrCloudSnapshots_shard1_replica2={core=SolrCloudSnapshots_shard1_replica2,indexDirPath=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node2/./SolrCloudSnapshots_shard1_replica2/data/index/,generation=2,shard_id=shard1,leader=true,files=[_0.si, _0_LuceneVarGapDocFreqInterval_0.pos, _0_Lucene50_0.doc, _0_Lucene50_0.tim, _0_Lucene50_0.pos, segments_2, _0.nvd, _0_LuceneVarGapDocFreqInterval_0.tib, _0.fdx, _0_Lucene50_0.tip, _0.fdt, _0_LuceneVarGapDocFreqInterval_0.tiv, _0.nvm, _0_LuceneVarGapDocFreqInterval_0.doc, _0.fnm]},SolrCloudSnapshots_shard2_replica1={core=SolrCloudSnapshots_shard2_replica1,indexDirPath=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node3/./SolrCloudSnapshots_shard2_replica1/data/index/,generation=2,shard_id=shard2,leader=true,files=[_0.si, _0_LuceneVarGapDocFreqInterval_0.pos, _0_Lucene50_0.doc, _0_Lucene50_0.tim, _0_Lucene50_0.pos, segments_2, _0.nvd, _0_LuceneVarGapDocFreqInterval_0.tib, _0.fdx, _0_Lucene50_0.tip, _0.fdt, _0_LuceneVarGapDocFreqInterval_0.tiv, _0.nvm, _0_LuceneVarGapDocFreqInterval_0.doc, _0.fnm]},SolrCloudSnapshots_shard2_replica2={core=SolrCloudSnapshots_shard2_replica2,indexDirPath=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.core.snapshots.TestSolrCloudSnapshots_F3B111E9CE2D632F-001/tempDir-001/node1/./SolrCloudSnapshots_shard2_replica2/data/index/,generation=2,shard_id=shard2,leader=false,files=[_0.si, _0_LuceneVarGapDocFreqInterval_0.pos, _0_Lucene50_0.doc, _0_Lucene50_0.tim, _0_Lucene50_0.pos, segments_2, _0.nvd, _0_LuceneVarGapDocFreqInterval_0.tib, _0.fdx, _0_Lucene50_0.tip, _0.fdt, _0_LuceneVarGapDocFreqInterval_0.tiv, _0.nvm, _0_LuceneVarGapDocFreqInterval_0.doc, _0.fnm]}}}
   [junit4]   2> 255721 INFO  (qtp2126451477-5612) [n:127.0.0.1:37991_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=SolrCloudSnapshots&action=CREATESNAPSHOT&collection=SolrCloudSnapshots&commitName=nbyr&wt=javabin&version=2} status=0 QTime=59
   [junit4]   2> 255726 INFO  (qtp2126451477-5624) [n:127.0.0.1:37991_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :listsnapshots with params name=SolrCloudSnapshots&action=LISTSNAPSHOTS&collection=SolrCloudSnapshots&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 255728 INFO  (qtp2126451477-5624) [n:127.0.0.1:37991_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=SolrCloudSnapshots&action=LISTSNAPSHOTS&collection=SolrCloudSnapshots&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 255729 INFO  (TEST-TestSolrCloudSnapshots.testSnapshots-seed#[F3B111E9CE2D632F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSnapshots
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudSnapshots -Dtests.method=testSnapshots -Dtests.seed=F3B111E9CE2D632F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ro-RO -Dtests.timezone=Pacific/Port_Moresby -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 10.6s J0 | TestSolrCloudSnapshots.testSnapshots <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<4> but was:<3>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F3B111E9CE2D632F:C5FD9576BB746160]:0)
   [junit4]    > 	at org.apache.solr.core.snapshots.TestSolrCloudSnapshots.testSnapshots(TestSolrCloudSnapshots.java:126)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 255760 INFO  (jetty-closer-1284-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@fa0bdf5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 255774 INFO  (jetty-closer-1284-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1844087932
   [junit4]   2> 255774 INFO  (jetty-closer-1284-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3c9d617e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 255775 INFO  (jetty-closer-1284-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=633921281
   [junit4]   2> 255775 INFO  (jetty-closer-1284-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6d75cad9{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 255775 INFO  (jetty-closer-1284-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 255775 INFO  (jetty-closer-1284-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=999737684
   [junit4]   2> 255775 INFO  (jetty-closer-1284-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 255775 INFO  (jetty-closer-1284-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 255775 INFO  (jetty-closer-1284-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 255775 INFO  (jetty-closer-1284-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 255775 INFO  (jetty-closer-1284-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 255777 INFO  (jetty-closer-1284-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 255777 INFO  (jetty-closer-1284-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 255777 INFO  (jetty-closer-1284-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 255780 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:45677_solr) [n:127.0.0.1:45677_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 255780 INFO  (zkCallback-1300-thread-1-processing-n:127.0.0.1:37991_solr) [n:127.0.0.1:37991_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCloudSnapshots/state.json] for collection [SolrCloudSnapshots] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 255780 INFO  (zkCallb

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

leAdmin(HttpSolrCall.java:748)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 950126 INFO  (qtp563223369-6995) [n:127.0.0.1:39669_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:42823_solr&onlyIfLeaderActive=true&core=addReplicaColl_shard1_replica1&coreNodeName=core_node7&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=18003
   [junit4]   2> 951029 WARN  (zkCallback-1123-thread-1-processing-n:127.0.0.1:33093_solr) [n:127.0.0.1:33093_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 951029 WARN  (zkCallback-1105-thread-2-processing-n:127.0.0.1:42823_solr) [n:127.0.0.1:42823_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 951029 INFO  (jetty-closer-1084-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@156d4e30{/solr,null,UNAVAILABLE}
   [junit4]   2> 951029 INFO  (jetty-closer-1084-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@48345028{/solr,null,UNAVAILABLE}
   [junit4]   2> 951030 ERROR (SUITE-CollectionsAPIDistributedZkTest-seed#[F3B111E9CE2D632F]-worker) [    ] 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> 951030 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[F3B111E9CE2D632F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33887 33887
   [junit4]   2> 956060 INFO  (Thread-1941) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33887 33887
   [junit4]   2> 956060 WARN  (Thread-1941) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/aliases.json
   [junit4]   2> 	26	/solr/clusterprops.json
   [junit4]   2> 	23	/solr/configs/conf
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	185	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/nodes_used_collection/state.json
   [junit4]   2> 	4	/solr/collections/addReplicaColl/state.json
   [junit4]   2> 	4	/solr/collections/reloaded_collection/state.json
   [junit4]   2> 	3	/solr/collections/acollectionafterbaddelete/state.json
   [junit4]   2> 	2	/solr/collections/onlyinzk/state.json
   [junit4]   2> 	2	/solr/collections/awhollynewcollection_0/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/98559194515177481-127.0.0.1:39669_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/addReplicaColl/leader_elect/shard1/election/98559194515177489-core_node2-n_0000000001
   [junit4]   2> 	2	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 	2	/solr/collections/addReplicaColl/leader_elect/shard2/election/98559194515177484-core_node1-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	392	/solr/collections
   [junit4]   2> 	35	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 956060 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[F3B111E9CE2D632F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F3B111E9CE2D632F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, maxPointsInLeafNode=1465, maxMBSortInHeap=6.888961080852251, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=bg, timezone=Africa/Mogadishu
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=89331232,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestDFISimilarityFactory, DistributedTermsComponentTest, TestFieldTypeResource, SliceStateTest, SparseHLLTest, TestFileDictionaryLookup, HdfsThreadLeakTest, TermVectorComponentTest, TestLeaderElectionZkExpiry, DistributedMLTComponentTest, TestSmileRequest, TestGraphMLResponseWriter, DistributedFacetPivotLargeTest, SpellCheckCollatorTest, SolrCloudExampleTest, SolrCoreMetricManagerTest, OverseerTaskQueueTest, SearchHandlerTest, TestNumericTerms64, HdfsDirectoryTest, TestFastOutputStream, SuggesterFSTTest, LeaderInitiatedRecoveryOnShardRestartTest, TestReqParamsAPI, IndexBasedSpellCheckerTest, TestCustomDocTransformer, TestDistributedStatsComponentCardinality, SimplePostToolTest, DocValuesTest, URLClassifyProcessorTest, TestExclusionRuleCollectionAccess, TestImpersonationWithHadoopAuth, TestLRUCache, TestScoreJoinQPNoScore, TestInitParams, TestHashPartitioner, TestUseDocValuesAsStored2, SortByFunctionTest, SolrCmdDistributorTest, HdfsWriteToMultipleCollectionsTest, TestSchemaManager, TestFieldCacheWithThreads, SystemInfoHandlerTest, PKIAuthenticationIntegrationTest, TestReloadDeadlock, PreAnalyzedFieldManagedSchemaCloudTest, MetricsHandlerTest, MoreLikeThisHandlerTest, LeaderFailoverAfterPartitionTest, TestRTGBase, ClassificationUpdateProcessorFactoryTest, DistributedQueueTest, TestExceedMaxTermLength, TestUpdate, TestSchemaSimilarityResource, SegmentsInfoRequestHandlerTest, CursorMarkTest, ShardRoutingTest, TestSearchPerf, TestGraphTermsQParserPlugin, BasicFunctionalityTest, TestConfigSetsAPIExclusivity, IndexSchemaRuntimeFieldTest, TestSolrCoreSnapshots, TestFieldCache, DocValuesMissingTest, TestCustomSort, TestLRUStatsCache, CdcrBootstrapTest, TestSolrDynamicMBean, SolrIndexSplitterTest, PeerSyncWithIndexFingerprintCachingTest, TestRequestForwarding, ZkControllerTest, OpenCloseCoreStressTest, TestWordDelimiterFilterFactory, TestLockTree, TestSolrIndexConfig, HdfsDirectoryFactoryTest, DistributedFacetPivotSmallTest, ZkCLITest, SolrIndexConfigTest, JSONWriterTest, IndexSchemaTest, JsonLoaderTest, ChaosMonkeySafeLeaderTest, TestSystemIdResolver, ConnectionManagerTest, TestEmbeddedSolrServerConstructors, SoftAutoCommitTest, InfixSuggestersTest, OverseerModifyCollectionTest, TestFieldCollectionResource, TestConfigSets, MultiTermTest, SolrJmxReporterCloudTest, ConnectionReuseTest, TestJsonFacetRefinement, AssignTest, TestCollectionAPIs, TestPerFieldSimilarityWithDefaultOverride, TestTrackingShardHandlerFactory, TestFuzzyAnalyzedSuggestions, TestManagedSchemaAPI, HdfsCollectionsAPIDistributedZkTest, TestLMDirichletSimilarityFactory, HighlighterTest, TestNoOpRegenerator, TestClusterProperties, HttpSolrCallGetCoreTest, LoggingHandlerTest, TestManagedStopFilterFactory, TestDynamicLoading, SampleTest, DistanceFunctionTest, TestInPlaceUpdatesStandalone, CollectionsAPIDistributedZkTest]
   [junit4] Completed [277/713 (2!)] on J1 in 90.01s, 20 tests, 1 failure <<< FAILURES!

[...truncated 44867 lines...]

[JENKINS] Lucene-Solr-6.6-Linux (64bit/jdk1.8.0_144) - Build # 108 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Linux/108/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) Thread[id=3861, name=jetty-launcher-520-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)    2) Thread[id=3864, name=jetty-launcher-520-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=3861, name=jetty-launcher-520-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   2) Thread[id=3864, name=jetty-launcher-520-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
	at __randomizedtesting.SeedInfo.seed([77F70738EECB1311]:0)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Something is broken in the assert for no shards using the same indexDir - probably something was changed in the attributes published in the MBean of SolrCore : {}

Stack Trace:
java.lang.AssertionError: Something is broken in the assert for no shards using the same indexDir - probably something was changed in the attributes published in the MBean of SolrCore : {}
	at __randomizedtesting.SeedInfo.seed([77F70738EECB1311:3F82738CE8F83C84]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.checkNoTwoShardsUseTheSameIndexDir(CollectionsAPIDistributedZkTest.java:646)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:524)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 13 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.apache.org/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:817)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1084)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1115)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1212)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:566)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:491)
	at hudson.model.Run.execute(Run.java:1739)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:419)
Caused by: hudson.plugins.git.GitException: org.eclipse.jgit.api.errors.TransportException: git://git.apache.org/lucene-solr.git: Connection refused (Connection refused)
	at org.jenkinsci.plugins.gitclient.JGitAPIImpl$2.execute(JGitAPIImpl.java:624)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:815)
	... 11 more
Caused by: org.eclipse.jgit.api.errors.TransportException: git://git.apache.org/lucene-solr.git: Connection refused (Connection refused)
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:135)
	at org.jenkinsci.plugins.gitclient.JGitAPIImpl$2.execute(JGitAPIImpl.java:622)
	... 12 more
Caused by: org.eclipse.jgit.errors.TransportException: git://git.apache.org/lucene-solr.git: Connection refused (Connection refused)
	at org.eclipse.jgit.transport.TransportGitAnon.openConnection(TransportGitAnon.java:150)
	at org.eclipse.jgit.transport.TransportGitAnon$TcpFetchConnection.<init>(TransportGitAnon.java:179)
	at org.eclipse.jgit.transport.TransportGitAnon.openFetch(TransportGitAnon.java:120)
	at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
	at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
	at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1201)
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128)
	... 13 more
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
Fetching changes from the remote Git repository
Cleaning workspace
Checking out Revision 6dd958ae833f335859b1f973e85c63ece895e997 (refs/remotes/origin/branch_6_6)
Commit message: "GPG Password checker throws error only when process has not been terminated"
No emails were triggered.
[description-setter] Description set: Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseG1GC
[Lucene-Solr-6.6-Linux] $ /var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/bin/ant "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" jenkins-hourly
Buildfile: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/build.xml

jenkins-hourly:

-print-java-info:
[java-info] java version "1.8.0_144"
[java-info] Java(TM) SE Runtime Environment (1.8.0_144-b01, Oracle Corporation)
[java-info] Java HotSpot(TM) 64-Bit Server VM (25.144-b01, Oracle Corporation)
[java-info] Test args: [-XX:+UseCompressedOops -XX:+UseG1GC]

clean:

clean:

clean:

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.3.0 - 20130110142753 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/top-level-ivy-settings.xml

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

-test-with-heapdumps-enabled:
     [echo] Java HotSpot(TM) 64-Bit Server VM: Enabling heap dumps on OutOfMemoryError to dir '/home/jenkins/workspace/Lucene-Solr-6.6-Linux/heapdumps'.
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/heapdumps

ivy-availability-check:

ivy-fail:

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

resolve-groovy:

test:

ivy-availability-check:

ivy-fail:

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

-clover.load:

resolve-groovy:

-init-totals:

test-core:

-clover.disable:

ivy-availability-check:

ivy-fail:

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

-clover.load:

-clover.classpath:

-clover.setup:

clover:

-check-git-state:

-git-cleanroot:

-copy-git-state:
     [copy] Copying 1 file to /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build

git-autoclean:

resolve:

init:

compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java
    [javac] Compiling 817 source files to /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/document/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/util/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/index/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/search/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene62/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/store/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene54/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene53/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java/org/apache/lucene/geo/package-info.class
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/java

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-fail:

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

resolve:

init:

compile-lucene-core:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-fail:

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

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:

ivy-fail:

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

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/classes/java
    [javac] Compiling 67 source files to /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/classes/java
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blocktreeords/package-info.class
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/classes/java

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java
    [javac] Compiling 186 source files to /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/asserting/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/ramonly/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cheapbastard/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/mockrandom/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cranky/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/compressing/dummy/package-info.class
     [copy] Copying 4 files to /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/classes/java

compile-core:

compile-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/test
    [javac] Compiling 463 source files to /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/test
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/classes/test

install-junit4-taskdef:

validate:

resolve-groovy:

-init-totals:

-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/test
[loadresource] Do not set property tests.explicitclass as its length is 0.
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/test/temp
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/.caches/test-stats/core
   [junit4] <JUnit4> says g'day! Master seed: 81446D51543F3300
   [junit4] Executing 456 suites with 3 JVMs.
   [junit4] 
   [junit4] Started J2 PID(5544@localhost).
   [junit4] Started J0 PID(5545@localhost).
   [junit4] Started J1 PID(5546@localhost).
   [junit4] Suite: org.apache.lucene.util.TestFilterIterator
   [junit4] Completed [1/456] on J1 in 0.49s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanTermQuery
   [junit4] Completed [2/456] on J1 in 0.38s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestRateLimiter
   [junit4] Completed [3/456] on J0 in 1.12s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestIntroSelector
   [junit4] Completed [4/456] on J2 in 1.09s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSortedSetDocValues
   [junit4] Completed [5/456] on J0 in 0.06s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestByteArrayDataInput
   [junit4] Completed [6/456] on J2 in 0.11s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestIntroSorter
   [junit4] Completed [7/456] on J0 in 0.22s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortRescorer
   [junit4] Completed [8/456] on J1 in 1.14s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestWildcardRandom
   [junit4] Completed [9/456] on J2 in 1.17s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestNamedSPILoader
   [junit4] Completed [10/456] on J2 in 0.04s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestIntArrayDocIdSet
   [junit4] Completed [11/456] on J1 in 0.71s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestMmapDirectory
   [junit4] Completed [12/456] on J0 in 1.26s, 45 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFilterDirectoryReader
   [junit4] Completed [13/456] on J0 in 0.23s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestSearch
   [junit4] Completed [14/456] on J0 in 0.36s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiPhraseEnum
   [junit4] Completed [15/456] on J0 in 0.07s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BSortedDocValuesFixedSorted
   [junit4] IGNOR/A 0.00s J0 | Test2BSortedDocValuesFixedSorted.testFixedSorted
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=Takes ~ 6 hours if the heap is 5gb))
   [junit4] Completed [16/456] on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSnapshotDeletionPolicy
   [junit4] Completed [17/456] on J2 in 1.73s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNorms
   [junit4] Completed [18/456] on J1 in 2.77s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestFileSwitchDirectory
   [junit4] IGNOR/A 0.02s J2 | TestFileSwitchDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] IGNOR/A 0.02s J2 | TestFileSwitchDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] Completed [19/456] on J2 in 1.61s, 45 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestMergedIterator
   [junit4] Completed [20/456] on J2 in 0.39s, 25 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestFilterDirectory
   [junit4] IGNOR/A 0.01s J1 | TestFilterDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] IGNOR/A 0.01s J1 | TestFilterDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] Completed [21/456] on J1 in 0.90s, 46 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFixedLengthBytesRefArray
   [junit4] Completed [22/456] on J1 in 0.13s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDeletionPolicy
   [junit4] Completed [23/456] on J0 in 4.73s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestDirectory
   [junit4] IGNOR/A 0.00s J0 | TestDirectory.testListAll
   [junit4]    > Assumption #1: this test does not expect extra files
   [junit4] Completed [24/456] on J0 in 0.29s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestBlockPostingsFormat3
   [junit4] Completed [25/456] on J1 in 1.84s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOneMergeWrappingMergePolicy
   [junit4] Completed [26/456] on J0 in 0.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNRTReaderCleanup
   [junit4] Completed [27/456] on J1 in 0.07s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMergeRateLimiter
   [junit4] Completed [28/456] on J1 in 0.08s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestSimilarityBase
   [junit4] Completed [29/456] on J0 in 2.45s, 32 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDocValuesScoring
   [junit4] Completed [30/456] on J0 in 0.21s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestSingleInstanceLockFactory
   [junit4] Completed [31/456] on J0 in 2.24s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMultiLevelSkipList
   [junit4] Completed [32/456] on J0 in 0.18s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPrefixCodedTerms
   [junit4] Completed [33/456] on J0 in 0.44s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestTimSorter
   [junit4] Completed [34/456] on J0 in 0.12s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMinShouldMatch2
   [junit4] Completed [35/456] on J1 in 7.08s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BSortedDocValuesOrds
   [junit4] IGNOR/A 0.00s J1 | Test2BSortedDocValuesOrds.test2BOrds
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=Takes ~ 6 hours if the heap is 5gb))
   [junit4] Completed [36/456] on J1 in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexFileDeleter
   [junit4] Completed [37/456] on J0 in 1.99s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanOr
   [junit4] Completed [38/456] on J1 in 2.86s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFilterWeight
   [junit4] Completed [39/456] on J1 in 0.04s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestVirtualMethod
   [junit4] Completed [40/456] on J1 in 0.05s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIntBlockPool
   [junit4] Completed [41/456] on J1 in 0.39s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene53.TestLucene53NormsFormat
   [junit4] IGNOR/A 0.00s J2 | TestLucene53NormsFormat.testNCommonBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J2 | TestLucene53NormsFormat.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4] Completed [42/456] on J2 in 15.90s, 17 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSameTokenSamePosition
   [junit4] Completed [43/456] on J2 in 0.17s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPointValues
   [junit4] Completed [44/456] on J2 in 6.78s, 32 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestReqExclBulkScorer
   [junit4] Completed [45/456] on J2 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestPagedBytes
   [junit4] Completed [46/456] on J1 in 11.46s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDocValuesRewriteMethod
   [junit4] Completed [47/456] on J1 in 2.97s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAtomicUpdate
   [junit4] Completed [48/456] on J2 in 4.72s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMatchAllDocsQuery
   [junit4] Completed [49/456] on J2 in 0.05s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixInBooleanQuery
   [junit4] Completed [50/456] on J2 in 0.47s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestDeterminizeLexicon
   [junit4] Completed [51/456] on J2 in 2.99s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelTermEnum
   [junit4] Completed [52/456] on J2 in 0.09s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRollingBuffer
   [junit4] Completed [53/456] on J2 in 0.45s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPhraseQuery
   [junit4] Completed [54/456] on J2 in 1.78s, 21 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.fst.TestBytesStore
   [junit4] Completed [55/456] on J2 in 0.73s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestToken
   [junit4] Completed [56/456] on J2 in 0.04s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldsReader
   [junit4] Completed [57/456] on J2 in 0.22s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSynonymQuery
   [junit4] Completed [58/456] on J2 in 0.03s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.fst.TestFSTs
   [junit4] IGNOR/A 0.00s J1 | TestFSTs.testBigSet
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [59/456] on J1 in 7.38s, 20 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermVectorsWriter
   [junit4] Completed [60/456] on J2 in 0.37s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanSearchEquivalence
   [junit4] Completed [61/456] on J2 in 3.35s, 33 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentReader
   [junit4] Completed [62/456] on J2 in 0.71s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestVersion
   [junit4] Completed [63/456] on J2 in 0.06s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestInfoStream
   [junit4] Completed [64/456] on J2 in 0.07s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestGraphTokenizers
   [junit4] Completed [65/456] on J1 in 5.61s, 23 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDoc
   [junit4] Completed [66/456] on J1 in 0.13s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimilarityProvider
   [junit4] Completed [67/456] on J1 in 0.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOmitTf
   [junit4] Completed [68/456] on J1 in 0.38s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestBooleanSimilarity
   [junit4] Completed [69/456] on J1 in 0.04s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOutOfFileDescriptors
   [junit4] Completed [70/456] on J2 in 2.22s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestOperations
   [junit4] Completed [71/456] on J2 in 1.31s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCodecs
   [junit4] Completed [72/456] on J2 in 0.65s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNeverDelete
   [junit4] Completed [73/456] on J1 in 3.29s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSloppyMath
   [junit4] Completed [74/456] on J1 in 1.30s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterLockRelease
   [junit4] Completed [75/456] on J1 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDoubleRangeFieldQueries
   [junit4] IGNOR/A 0.00s J2 | TestDoubleRangeFieldQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [76/456] on J2 in 3.02s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterCommit
   [junit4] Completed [77/456] on J1 in 1.45s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestDeterminism
   [junit4] Completed [78/456] on J1 in 0.83s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test4GBStoredFields
   [junit4] IGNOR/A 0.02s J1 | Test4GBStoredFields.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [79/456] on J1 in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTransactionRollback
   [junit4] Completed [80/456] on J1 in 0.14s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocumentsWriterStallControl
   [junit4] Completed [81/456] on J0 in 42.04s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterReader
   [junit4] IGNOR/A 0.01s J2 | TestIndexWriterReader.testDuringAddIndexes
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [82/456] on J2 in 7.51s, 23 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestHighCompressionMode
   [junit4] Completed [83/456] on J2 in 1.37s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFilterCodecReader
   [junit4] Completed [84/456] on J2 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions2
   [junit4] Completed [85/456] on J1 in 9.16s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestBytesRefAttImpl
   [junit4] Completed [86/456] on J1 in 0.05s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocCount
   [junit4] Completed [87/456] on J1 in 0.13s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.bkd.TestMutablePointsReaderUtils
   [junit4] Completed [88/456] on J1 in 1.79s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.TestCodecUtil
   [junit4] Completed [89/456] on J1 in 0.07s, 16 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermVectorsReader
   [junit4] Completed [90/456] on J1 in 0.31s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFuzzyQuery
   [junit4] Completed [91/456] on J0 in 7.96s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BNumericDocValues
   [junit4] IGNOR/A 0.00s J0 | Test2BNumericDocValues.testNumerics
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~ 2 hours if the heap is 5gb))
   [junit4] Completed [92/456] on J0 in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestMultiMMap
   [junit4] Completed [93/456] on J1 in 1.73s, 56 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestRegexpRandom2
   [junit4] Completed [94/456] on J0 in 3.27s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestConjunctions
   [junit4] Completed [95/456] on J0 in 0.04s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestBufferedChecksum
   [junit4] Completed [96/456] on J0 in 0.07s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.bkd.TestBKD
   [junit4] IGNOR/A 0.00s J2 | TestBKD.testRandomBinaryBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [97/456] on J2 in 8.95s, 19 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestForUtil
   [junit4] Completed [98/456] on J2 in 0.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
   [junit4] IGNOR/A 0.02s J0 | TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
   [junit4]    > Assumption #1: aborting test: timeout obtaining lock
   [junit4] Completed [99/456] on J0 in 2.23s, 12 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPositions
   [junit4] IGNOR/A 0.00s J0 | Test2BPositions.test
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=uses lots of space and takes a few minutes))
   [junit4] Completed [100/456] on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterDeleteByQuery
   [junit4] Completed [101/456] on J0 in 0.09s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestUniqueTermCount
   [junit4] Completed [102/456] on J0 in 0.09s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestComplexExplanations
   [junit4] Completed [103/456] on J2 in 1.61s, 21 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestDelegatingAnalyzerWrapper
   [junit4] Completed [104/456] on J0 in 0.02s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTwoPhaseCommitTool
   [junit4] Completed [105/456] on J0 in 0.05s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBoolean2ScorerSupplier
   [junit4] Completed [106/456] on J0 in 0.26s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCrashCausesCorruptIndex
   [junit4] Completed [107/456] on J0 in 0.11s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestHugeRamFile
   [junit4] Completed [108/456] on J2 in 2.75s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat2
   [junit4] Completed [109/456] on J0 in 2.37s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestSleepingLockWrapper
   [junit4] Completed [110/456] on J1 in 7.40s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestCharTermAttributeImpl
   [junit4] Completed [111/456] on J0 in 0.54s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanContainQuery
   [junit4] Completed [112/456] on J0 in 0.15s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestByteBlockPool
   [junit4] Completed [113/456] on J2 in 0.92s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressNRT
   [junit4] Completed [114/456] on J1 in 1.53s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanCoord
   [junit4] Completed [115/456] on J1 in 0.16s, 76 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNGramPhraseQuery
   [junit4] Completed [116/456] on J1 in 0.04s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanQuery
   [junit4] Completed [117/456] on J2 in 1.02s, 22 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLongValuesSource
   [junit4] Completed [118/456] on J2 in 1.60s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiThreadTermVectors
   [junit4] Completed [119/456] on J1 in 2.59s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50CompoundFormat
   [junit4] Completed [120/456] on J0 in 4.81s, 26 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiValuedNumericRangeQuery
   [junit4] Completed [121/456] on J0 in 1.20s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermsEnum2
   [junit4] Completed [122/456] on J0 in 1.49s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestArrayUtil
   [junit4] Completed [123/456] on J1 in 3.75s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestLazyProxSkipping
   [junit4] Completed [124/456] on J0 in 0.33s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNoMergeScheduler
   [junit4] Completed [125/456] on J0 in 0.01s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestFieldType
   [junit4] Completed [126/456] on J0 in 0.01s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestQueryBuilder
   [junit4] Completed [127/456] on J0 in 0.15s, 23 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNoDeletionPolicy
   [junit4] Completed [128/456] on J0 in 0.09s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestNumericTokenStream
   [junit4] Completed [129/456] on J0 in 0.06s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTotalHitCountCollector
   [junit4] Completed [130/456] on J0 in 0.06s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestNIOFSDirectory
   [junit4] Completed [131/456] on J1 in 1.61s, 44 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTerms
   [junit4] Completed [132/456] on J1 in 0.67s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleExplanations
   [junit4] Completed [133/456] on J0 in 1.79s, 70 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAllFilesDetectTruncation
   [junit4] Completed [134/456] on J0 in 0.62s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestBM25Similarity
   [junit4] Completed [135/456] on J0 in 0.04s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene60FieldInfoFormat
   [junit4] Completed [136/456] on J1 in 1.88s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexReaderClose
   [junit4] Completed [137/456] on J1 in 0.80s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestMinimize
   [junit4] Completed [138/456] on J0 in 3.88s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFieldCacheRewriteMethod
   [junit4] Completed [139/456] on J1 in 4.17s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestShardSearching
   [junit4] Completed [140/456] on J2 in 13.90s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestForTooMuchCloning
   [junit4] Completed [141/456] on J1 in 0.24s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldReuse
   [junit4] Completed [142/456] on J1 in 0.11s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBagOfPositions
   [junit4] Completed [143/456] on J0 in 6.90s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMatchNoDocsQuery
   [junit4] Completed [144/456] on J0 in 0.05s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSearchWithThreads
   [junit4] Completed [145/456] on J2 in 6.46s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestConjunctionDISI
   [junit4] Completed [146/456] on J1 in 7.65s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestUnicodeUtil
   [junit4] Completed [147/456] on J1 in 0.52s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharFilter
   [junit4] Completed [148/456] on J1 in 0.01s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestBytesRefHash
   [junit4] Completed [149/456] on J2 in 2.28s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFixedBitSet
   [junit4] Completed [150/456] on J1 in 2.77s, 19 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSizeBoundedForceMerge
   [junit4] Completed [151/456] on J1 in 0.07s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestLegacyNumericUtils
   [junit4] Completed [152/456] on J1 in 1.16s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiset
   [junit4] Completed [153/456] on J1 in 0.07s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4] Completed [154/456] on J0 in 7.60s, 72 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDateSort
   [junit4] Completed [155/456] on J1 in 0.06s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BTerms
   [junit4] IGNOR/A 0.00s J1 | Test2BTerms.test2BTerms
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=very slow, use 5g minimum heap))
   [junit4] Completed [156/456] on J1 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestRollingUpdates
   [junit4] Completed [157/456] on J1 in 1.51s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestNativeFSLockFactory
   [junit4] Completed [158/456] on J2 in 5.44s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnDiskFull
   [junit4] Completed [159/456] on J1 in 0.41s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestGeoEncodingUtils
   [junit4] Completed [160/456] on J1 in 1.40s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestCharsRefBuilder
   [junit4] Completed [161/456] on J1 in 0.03s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestApproximationSearchEquivalence
   [junit4] Completed [162/456] on J1 in 1.02s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.bkd.Test2BBKDPoints
   [junit4] IGNOR/A 0.00s J1 | Test2BBKDPoints.test2D
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
   [junit4] IGNOR/A 0.00s J1 | Test2BBKDPoints.test1D
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
   [junit4] Completed [163/456] on J1 in 0.00s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestBinaryDocument
   [junit4] Completed [164/456] on J1 in 0.07s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestWildcard
   [junit4] Completed [165/456] on J1 in 0.12s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFilterLeafReader
   [junit4] Completed [166/456] on J1 in 0.07s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy
   [junit4] Completed [167/456] on J1 in 1.52s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIsCurrent
   [junit4] Completed [168/456] on J1 in 0.01s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestControlledRealTimeReopenThread
   [junit4] IGNOR/A 0.00s J2 | TestControlledRealTimeReopenThread.testCRTReopen
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/LUCENE-5737))
   [junit4] Completed [169/456] on J2 in 4.54s, 6 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestDocument
   [junit4] Completed [170/456] on J2 in 0.10s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
   [junit4] IGNOR/A 0.00s J2 | TestIndexWriterOnJRECrash.testNRTThreads
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [171/456] on J2 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPositiveScoresOnlyCollector
   [junit4] Completed [172/456] on J2 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestExternalCodecs
   [junit4] Completed [173/456] on J1 in 0.66s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestNumericUtils
   [junit4] Completed [174/456] on J1 in 3.18s, 24 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestReusableStringReader
   [junit4] Completed [175/456] on J1 in 0.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSentinelIntSet
   [junit4] Completed [176/456] on J1 in 0.19s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestQueryRescorer
   [junit4] Completed [177/456] on J1 in 0.54s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterNRTIsCurrent
   [junit4] Completed [178/456] on J2 in 6.42s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterFromReader
   [junit4] Completed [179/456] on J2 in 0.42s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiPhraseQuery
   [junit4] Completed [180/456] on J2 in 0.18s, 17 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestCompiledAutomaton
   [junit4] Completed [181/456] on J2 in 0.20s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestStopFilter
   [junit4] Completed [182/456] on J2 in 0.05s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestLongBitSet
   [junit4] IGNOR/A 0.00s J2 | TestLongBitSet.testHugeCapacity
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [183/456] on J2 in 0.34s, 9 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPointQueries
   [junit4] IGNOR/A 0.00s J0 | TestPointQueries.testRandomLongsBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J0 | TestPointQueries.testRandomBinaryBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [184/456] on J0 in 14.07s, 49 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterConfig
   [junit4] Completed [185/456] on J0 in 0.10s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBoolean2
   [junit4] Completed [186/456] on J2 in 2.64s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] IGNOR/A 0.00s J2 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4] Completed [187/456] on J2 in 0.03s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTieredMergePolicy
   [junit4] Completed [188/456] on J0 in 5.38s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanFirstQuery
   [junit4] Completed [189/456] on J0 in 0.05s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestThreadedForceMerge
   [junit4] Completed [190/456] on J0 in 0.95s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexCommit
   [junit4] Completed [191/456] on J0 in 0.05s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNRTThreads
   [junit4] Completed [192/456] on J0 in 7.42s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDoubleValuesSource
   [junit4] Completed [193/456] on J0 in 1.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSearcherManager
   [junit4] Completed [194/456] on J2 in 13.55s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMaxDocs
   [junit4] IGNOR/A 0.00s J0 | TestIndexWriterMaxDocs.testExactlyAtTrueLimit
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes over two hours))
   [junit4] Completed [195/456] on J0 in 1.53s, 21 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestLongPostings
   [junit4] Completed [196/456] on J0 in 1.68s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestAttributeSource
   [junit4] Completed [197/456] on J0 in 0.01s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLiveFieldValues
   [junit4] Completed [198/456] on J0 in 0.86s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.Test2BPagedBytes
   [junit4] IGNOR/A 0.00s J0 | Test2BPagedBytes.test
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=You must increase heap to > 2 G to run this))
   [junit4] Completed [199/456] on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanExplanationsOfNonMatches
   [junit4] Completed [200/456] on J0 in 0.14s, 30 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNumericRangeQuery32
   [junit4] Completed [201/456] on J2 in 5.83s, 23 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleExplanationsWithFillerDocs
   [junit4] IGNOR/A 0.01s J0 | TestSimpleExplanationsWithFillerDocs.testMA2
   [junit4]    > Assumption #1: got: <[test is not viable with empty filler docs, null]>, expected: each not null
   [junit4] IGNOR/A 0.00s J0 | TestSimpleExplanationsWithFillerDocs.testMA1
   [junit4]    > Assumption #1: got: <[test is not viable with empty filler docs, null]>, expected: each not null
   [junit4] Completed [202/456] on J0 in 8.10s, 70 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBinaryDocValuesUpdates
   [junit4] IGNOR/A 0.00s J2 | TestBinaryDocValuesUpdates.testTonsOfUpdates
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [203/456] on J2 in 6.41s, 28 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBlendedTermQuery
   [junit4] Completed [204/456] on J2 in 0.03s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestFastCompressionMode
   [junit4] Completed [205/456] on J0 in 1.36s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressAdvance
   [junit4] Completed [206/456] on J0 in 2.53s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMergePolicyWrapper
   [junit4] Completed [207/456] on J0 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelCompositeReader
   [junit4] Completed [208/456] on J0 in 0.25s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMixedDocValuesUpdates
   [junit4] IGNOR/A 0.00s J2 | TestMixedDocValuesUpdates.testTonsOfUpdates
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [209/456] on J2 in 3.85s, 4 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAllFilesCheckIndexHeader
   [junit4] Completed [210/456] on J2 in 0.23s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat
   [junit4] Completed [211/456] on J1 in 36.23s, 97 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestMSBRadixSorter
   [junit4] Completed [212/456] on J0 in 2.34s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestIntsRef
   [junit4] Completed [213/456] on J0 in 0.01s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestDocIdSetBuilder
   [junit4] Completed [214/456] on J2 in 3.03s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFloatRangeFieldQueries
   [junit4] IGNOR/A 0.00s J2 | TestFloatRangeFieldQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [215/456] on J2 in 4.24s, 5 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNumericRangeQuery64
   [junit4] Completed [216/456] on J1 in 6.81s, 29 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestUTF32ToUTF8
   [junit4] Completed [217/456] on J2 in 4.88s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPostingsBytes
   [junit4] IGNOR/A 0.00s J2 | Test2BPostingsBytes.test
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~20GB-30GB of space and 10 minutes))
   [junit4] Completed [218/456] on J2 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanNotQuery
   [junit4] Completed [219/456] on J2 in 0.01s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDocValuesQueries
   [junit4] Completed [220/456] on J0 in 11.99s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestCachingCollector
   [junit4] Completed [221/456] on J0 in 0.06s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestField
   [junit4] Completed [222/456] on J0 in 0.06s, 27 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexInput
   [junit4] Completed [223/456] on J0 in 0.65s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMerging
   [junit4] Completed [224/456] on J2 in 2.85s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMaxPosition
   [junit4] Completed [225/456] on J2 in 0.01s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPayloads
   [junit4] Completed [226/456] on J2 in 0.24s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestAssertions
   [junit4] Completed [227/456] on J2 in 0.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRoaringDocIdSet
   [junit4] Completed [228/456] on J2 in 0.68s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestPackedTokenAttributeImpl
   [junit4] Completed [229/456] on J2 in 0.01s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAddIndexes
   [junit4] Completed [230/456] on J0 in 2.30s, 25 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.packed.TestPackedInts
   [junit4] IGNOR/A 0.00s J1 | TestPackedInts.testBlockReaderOverflow
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [231/456] on J1 in 10.58s, 28 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestStringMSBRadixSorter
   [junit4] Completed [232/456] on J2 in 2.64s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimilarity
   [junit4] Completed [233/456] on J2 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFlushByRamOrCountsPolicy
   [junit4] Completed [234/456] on J2 in 1.27s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestBasics
   [junit4] Completed [235/456] on J1 in 1.90s, 26 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery
   [junit4] Completed [236/456] on J2 in 0.84s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete
   [junit4] IGNOR/A 0.00s J1 | TestIndexWriterDelete.testApplyDeletesOnFlush
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | TestIndexWriterDelete.testIndexingThenDeleting
   [junit4]    > Assumption #1: This test cannot run with Memory codec
   [junit4] Completed [237/456] on J1 in 1.89s, 27 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPersistentSnapshotDeletionPolicy
   [junit4] Completed [238/456] on J1 in 1.23s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDuelingCodecs
   [junit4] Completed [239/456] on J2 in 8.75s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions
   [junit4] IGNOR/A 0.00s J0 | TestIndexWriterExceptions.testTooManyTokens
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [240/456] on J0 in 13.78s, 36 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDirectoryReaderReopen
   [junit4] Completed [241/456] on J2 in 1.65s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSearchAfter
   [junit4] Completed [242/456] on J2 in 0.46s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTimeLimitingCollector
   [junit4] Completed [243/456] on J0 in 1.76s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTopDocsMerge
   [junit4] Completed [244/456] on J0 in 0.56s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestConcurrentMergeScheduler
   [junit4] Completed [245/456] on J2 in 2.24s, 16 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressIndexing
   [junit4] Completed [246/456] on J0 in 3.19s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterUnicode
   [junit4] Completed [247/456] on J2 in 2.54s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNRTReaderWithThreads
   [junit4] Completed [248/456] on J0 in 1.71s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterForceMerge
   [junit4] Completed [249/456] on J2 in 0.85s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestLevenshteinAutomata
   [junit4] Completed [250/456] on J2 in 1.56s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.standard.TestStandardAnalyzer
   [junit4] Completed [251/456] on J1 in 18.82s, 36 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestBufferedIndexInput
   [junit4] Completed [252/456] on J1 in 0.23s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat
   [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testPostingsEnumReuse
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it
   [junit4] Completed [253/456] on J0 in 5.41s, 25 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestByteSlices
   [junit4] Completed [254/456] on J2 in 3.51s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestConsistentFieldNumbers
   [junit4] Completed [255/456] on J0 in 1.81s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDirectoryReader
   [junit4] Completed [256/456] on J0 in 1.28s, 24 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestLockFactory
   [junit4] Completed [257/456] on J0 in 0.04s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentMerger
   [junit4] Completed [258/456] on J0 in 0.64s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestWeakIdentityMap
   [junit4] Completed [259/456] on J2 in 5.90s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOmitNorms
   [junit4] Completed [260/456] on J2 in 0.50s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestNRTCachingDirectory
   [junit4] IGNOR/A 0.00s J2 | TestNRTCachingDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] IGNOR/A 0.00s J2 | TestNRTCachingDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] Completed [261/456] on J2 in 0.75s, 46 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestFastDecompressionMode
   [junit4] Completed [262/456] on J2 in 1.37s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTransactions
   [junit4] Completed [263/456] on J2 in 2.15s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCrash
   [junit4] Completed [264/456] on J2 in 0.11s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestCollectionUtil
   [junit4] Completed [265/456] on J0 in 7.67s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentTermDocs
   [junit4] Completed [266/456] on J2 in 0.34s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSort
   [junit4] Completed [267/456] on J0 in 0.08s, 25 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMultiDocValues
   [junit4] Completed [268/456] on J2 in 0.18s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleSearchEquivalence
   [junit4] Completed [269/456] on J0 in 0.64s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocValuesIndexing
   [junit4] Completed [270/456] on J0 in 0.26s, 34 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestCustomSearcherSort
   [junit4] Completed [271/456] on J2 in 1.09s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BDocs
   [junit4] IGNOR/A 0.00s J2 | Test2BDocs.test2BDocs
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=Takes ~30min))
   [junit4] Completed [272/456] on J2 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpans
   [junit4] Completed [273/456] on J2 in 0.44s, 26 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanMinShouldMatch
   [junit4] Completed [274/456] on J0 in 1.32s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCustomNorms
   [junit4] Completed [275/456] on J2 in 0.89s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMixedCodecs
   [junit4] Completed [276/456] on J2 in 1.62s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPostingsOffsets
   [junit4] Completed [277/456] on J0 in 2.17s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFlex
   [junit4] Completed [278/456] on J2 in 0.03s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanExplanations
   [junit4] Completed [279/456] on J0 in 0.33s, 30 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressIndexing2
   [junit4] Completed [280/456] on J2 in 0.45s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocsAndPositions
   [junit4] Completed [281/456] on J2 in 0.16s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestRAMDirectory
   [junit4] IGNOR/A 0.00s J0 | TestRAMDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] IGNOR/A 0.00s J0 | TestRAMDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an FSDirectory
   [junit4] Completed [282/456] on J0 in 0.40s, 48 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestMergeSchedulerExternal
   [junit4] Completed [283/456] on J2 in 0.27s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOmitPositions
   [junit4] Completed [284/456] on J2 in 0.10s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelLeafReader
   [junit4] Completed [285/456] on J2 in 0.10s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery2
   [junit4] Completed [286/456] on J2 in 0.63s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDisjunctionMaxQuery
   [junit4] Completed [287/456] on J2 in 0.13s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBagOfPostings
   [junit4] Completed [288/456] on J0 in 1.98s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestNearSpansOrdered
   [junit4] Completed [289/456] on J0 in 0.08s, 19 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestForceMergeForever
   [junit4] Completed [290/456] on J2 in 0.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMultiFields
   [junit4] Completed [291/456] on J2 in 0.50s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSameScoresWithThreads
   [junit4] Completed [292/456] on J0 in 0.75s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTermRangeQuery
   [junit4] Completed [293/456] on J2 in 0.17s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocumentsWriterDeleteQueue
   [junit4] Completed [294/456] on J0 in 0.19s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocumentWriter
   [junit4] Completed [295/456] on J2 in 0.16s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiTermConstantScore
   [junit4] Completed [296/456] on J2 in 0.45s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestSimilarity2
   [junit4] Completed [297/456] on J2 in 0.12s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestFieldMaskingSpanQuery
   [junit4] IGNOR/A 0.00s J2 | TestFieldMaskingSpanQuery.testSpans2
   [junit4]    > Assumption #1: Broken scoring: LUCENE-3723
   [junit4] IGNOR/A 0.01s J2 | TestFieldMaskingSpanQuery.testSimple2
   [junit4]    > Assumption #1: Broken scoring: LUCENE-3723
   [junit4] Completed [298/456] on J2 in 0.14s, 11 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleExplanationsOfNonMatches
   [junit4] Completed [299/456] on J2 in 0.05s, 70 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestRegexpQuery
   [junit4] Completed [300/456] on J2 in 0.02s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPerSegmentDeletes
   [junit4] Completed [301/456] on J2 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTopDocsCollector
   [junit4] Completed [302/456] on J2 in 0.02s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentTermEnum
   [junit4] Completed [303/456] on J2 in 0.02s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestComplexExplanationsOfNonMatches
   [junit4] Completed [304/456] on J2 in 0.04s, 21 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortRandom
   [junit4] Completed [305/456] on J2 in 0.45s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAllFilesHaveCodecHeader
   [junit4] Completed [306/456] on J2 in 0.07s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestAutomatonQuery
   [junit4] Completed [307/456] on J2 in 0.75s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestScorerPerf
   [junit4] Completed [308/456] on J0 in 4.11s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelReaderEmptyIndex
   [junit4] Completed [309/456] on J2 in 0.01s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMaxTermFrequency
   [junit4] Completed [310/456] on J0 in 0.07s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTermScorer
   [junit4] Completed [311/456] on J2 in 0.02s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTopFieldCollector
   [junit4] Completed [312/456] on J0 in 0.07s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSumDocFreq
   [junit4] Completed [313/456] on J2 in 0.12s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexableField
   [junit4] Completed [314/456] on J0 in 0.25s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixRandom
   [junit4] Completed [315/456] on J2 in 0.32s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestRegexpRandom
   [junit4] Completed [316/456] on J0 in 0.11s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPayloadsOnVectors
   [junit4] Completed [317/456] on J0 in 0.02s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanMultiTermQueryWrapper
   [junit4] Completed [318/456] on J0 in 0.15s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanQueryVisitSubscorers
   [junit4] Completed [319/456] on J0 in 0.05s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestSearchForDuplicates
   [junit4] Completed [320/456] on J0 in 0.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCheckIndex
   [junit4] Completed [321/456] on J2 in 1.16s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestConstantScoreQuery
   [junit4] Completed [322/456] on J0 in 0.01s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestElevationComparator
   [junit4] Completed [323/456] on J0 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBinaryTerms
   [junit4] Completed [324/456] on J0 in 0.08s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSubScorerFreqs
   [junit4] Completed [325/456] on J0 in 0.02s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRecyclingIntBlockAllocator
   [junit4] Completed [326/456] on J0 in 0.02s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiTermQueryRewrites
   [junit4] Completed [327/456] on J0 in 0.02s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPositionIncrement
   [junit4] Completed [328/456] on J0 in 0.01s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSmallFloat
   [junit4] Completed [329/456] on J0 in 0.07s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSetOnce
   [junit4] Completed [330/456] on J0 in 0.02s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCachingTokenFilter
   [junit4] Completed [331/456] on J0 in 0.01s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestDateTools
   [junit4] Completed [332/456] on J0 in 0.01s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixQuery
   [junit4] Completed [333/456] on J2 in 2.62s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestCharsRef
   [junit4] Completed [334/456] on J0 in 0.02s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestPriorityQueue
   [junit4] Completed [335/456] on J2 in 0.21s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPostings
   [junit4] IGNOR/A 0.00s J0 | Test2BPostings.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [336/456] on J0 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestAutomatonQueryUnicode
   [junit4] Completed [337/456] on J2 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRecyclingByteBlockAllocator
   [junit4] Completed [338/456] on J0 in 0.03s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNoMergePolicy
   [junit4] Completed [339/456] on J0 in 0.01s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPhrasePrefixQuery
   [junit4] Completed [340/456] on J0 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestBytesRef
   [junit4] Completed [341/456] on J0 in 0.01s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestDemo
   [junit4] Completed [342/456] on J0 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanScorer
   [junit4] Completed [343/456] on J2 in 1.08s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestRollback
   [junit4] Completed [344/456] on J0 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNot
   [junit4] Completed [345/456] on J2 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestCloseableThreadLocal
   [junit4] Completed [346/456] on J0 in 0.00s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCodecHoldsOpenFiles
   [junit4] Completed [347/456] on J2 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestReaderClosed
   [junit4] Completed [348/456] on J0 in 0.01s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.MultiCollectorTest
   [junit4] Completed [349/456] on J2 in 0.01s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDocBoost
   [junit4] Completed [350/456] on J0 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestScoreCachingWrappingScorer
   [junit4] Completed [351/456] on J2 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestSimpleAttributeImpl
   [junit4] Completed [352/456] on J0 in 0.00s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermdocPerf
   [junit4] Completed [353/456] on J2 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTerm
   [junit4] Completed [354/456] on J0 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestIOUtils
   [junit4] Completed [355/456] on J2 in 0.06s, 18 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNewestSegment
   [junit4] Completed [356/456] on J0 in 0.00s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BBinaryDocValues
   [junit4] IGNOR/A 0.00s J2 | Test2BBinaryDocValues.testVariableBinary
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~ 6 hours if the heap is 5gb))
   [junit4] IGNOR/A 0.00s J2 | Test2BBinaryDocValues.testFixedBinary
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~ 6 hours if the heap is 5gb))
   [junit4] Completed [357/456] on J2 in 0.00s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharArrayMap
   [junit4] Completed [359/456] on J2 in 0.06s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharArraySet
   [junit4] Completed [360/456] on J0 in 0.01s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharacterUtils
   [junit4] Completed [361/456] on J2 in 0.01s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestWordlistLoader
   [junit4] Completed [362/456] on J0 in 0.01s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.TestCodecLoadingDeadlock
   [junit4] Completed [363/456] on J2 in 0.16s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestBlockPostingsFormat2
   [junit4] Completed [364/456] on J2 in 1.18s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50StoredFieldsFormat
   [junit4] IGNOR/A 0.00s J2 | TestLucene50StoredFieldsFormat.testBigDocuments
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [365/456] on J2 in 2.01s, 17 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestBlockPostingsFormat
   [junit4] Completed [366/456] on J0 in 4.09s, 27 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50StoredFieldsFormatHighCompression
   [junit4] IGNOR/A 0.00s J2 | TestLucene50StoredFieldsFormatHighCompression.testBigDocuments
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [367/456] on J2 in 5.97s, 19 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermsEnum
   [junit4] Completed [368/456] on J1 in 52.82s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene60.TestLucene60PointsFormat
   [junit4] IGNOR/A 0.00s J1 | TestLucene60PointsFormat.testRandomBinaryBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J1 | TestLucene60PointsFormat.testMergeStability
   [junit4]    > Assumption #1: merge is not stable
   [junit4] Completed [369/456] on J1 in 4.05s, 20 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene62.TestLucene62SegmentInfoFormat
   [junit4] Completed [370/456] on J1 in 0.67s, 16 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50TermVectorsFormat
   [junit4] Completed [371/456] on J0 in 17.68s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestPolygon
   [junit4] Completed [372/456] on J0 in 0.03s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestPolygon2D
   [junit4] Completed [373/456] on J0 in 4.54s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPoints
   [junit4] IGNOR/A 0.00s J0 | Test2BPoints.test2D
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
   [junit4] IGNOR/A 0.00s J0 | Test2BPoints.test1D
   [junit4]    > Assumption #1: 'monster' test group is disabled (@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
   [junit4] Completed [374/456] on J0 in 0.00s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAllFilesHaveChecksumFooter
   [junit4] Completed [375/456] on J0 in 0.09s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDemoParallelLeafReader
   [junit4] Completed [376/456] on J0 in 3.64s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocIDMerger
   [junit4] Completed [377/456] on J0 in 0.04s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocInverterPerFieldErrorInfo
   [junit4] Completed [378/456] on J0 in 0.03s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocValues
   [junit4] Completed [379/456] on J0 in 0.02s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDuelingCodecsAtNight
   [junit4] IGNOR/A 0.00s J0 | TestDuelingCodecsAtNight.testBigEquals
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J0 | TestDuelingCodecsAtNight.testCrazyReaderEquals
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J0 | TestDuelingCodecsAtNight.testEquals
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [380/456] on J0 in 0.00s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestExceedMaxTermLength
   [junit4] Completed [381/456] on J0 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestExitableDirectoryReader
   [junit4] Completed [382/456] on J0 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.geo.TestGeoUtils
   [junit4] Completed [383/456] on J1 in 13.65s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnVMError
   [junit4] IGNOR/A 0.00s J1 | TestIndexWriterOnVMError.testCheckpoint
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [384/456] on J1 in 0.43s, 3 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterThreadsToSegments
   [junit4] Completed [385/456] on J1 in 1.07s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexSorting
   [junit4] Completed [386/456] on J0 in 9.40s, 50 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestLogMergePolicy
   [junit4] Completed [387/456] on J0 in 0.01s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestManyFields
   [junit4] Completed [388/456] on J0 in 3.02s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMultiTermsEnum
   [junit4] Completed [389/456] on J0 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNumericDocValuesUpdates
   [junit4] IGNOR/A 0.00s J0 | TestNumericDocValuesUpdates.testTonsOfUpdates
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] Completed [390/456] on J0 in 2.74s, 31 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOrdinalMap
   [junit4] Completed [391/456] on J0 in 0.07s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestReadOnlyIndex
   [junit4] Completed [392/456] on J0 in 0.06s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestReaderWrapperDVTypeCheck
   [junit4] Completed [393/456] on J0 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentInfos
   [ju

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

kspace/Lucene-Solr-6.6-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

common.resolve:

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/null1970652710
     [copy] Copying 35 files to /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/null1970652710
   [delete] Deleting directory /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/null1970652710

resolve-example:

ivy-availability-check:

ivy-fail:

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

resolve:

resolve-server:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

resolve:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

ivy-availability-check:

ivy-fail:

ivy-fail:

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

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/null1052309702
     [copy] Copying 215 files to /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/null1052309702
   [delete] Deleting directory /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/null1052309702

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 26ms :: artifacts dl 0ms
	---------------------------------------------------------------------
	|                  |            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: 67 minutes 15 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
WARN: no matches found within 10000
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=6dd958ae833f335859b1f973e85c63ece895e997, workspace=/var/lib/jenkins/workspace/Lucene-Solr-6.6-Linux
[WARNINGS] Computing warning deltas based on reference build #107
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)

[JENKINS-EA] Lucene-Solr-6.6-Linux (64bit/jdk-9-ea+181) - Build # 107 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Linux/107/
Java: 64bit/jdk-9-ea+181 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC --illegal-access=deny

1 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Error from server at http://127.0.0.1:44207/solr/authCollection: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:44207/solr/authCollection: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2
	at __randomizedtesting.SeedInfo.seed([190B2A84EEFF99E2:A5655C964AAC1A98]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:612)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:194)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1704 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/test/temp/junit4-J1-20170828_145412_177610167577854563472.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/test/temp/junit4-J0-20170828_145412_17711125237607487795366.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/core/test/temp/junit4-J2-20170828_145412_17713689179904488759974.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 286 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/test/temp/junit4-J1-20170828_150006_14112623438234350471989.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/test/temp/junit4-J0-20170828_150006_1418742416687404792818.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/test-framework/test/temp/junit4-J2-20170828_150006_141305381738753140371.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1027 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20170828_150117_09213998604368985833047.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20170828_150117_09210711790605331242863.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20170828_150117_0926963049715437071630.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 216 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20170828_150257_11814636510376039593370.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20170828_150257_1189403773964726972052.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20170828_150257_1183730978073538312095.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 237 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20170828_150310_33514133900599242339013.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20170828_150310_3353258849743242339219.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20170828_150310_3356840475027293033928.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 146 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20170828_150334_8735173064762598818728.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20170828_150334_8731414338397276359361.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20170828_150334_8866669166690177423458.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20170828_150338_88417149248992360013898.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20170828_150338_88418392009044860976096.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20170828_150338_88415880433788234942506.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 145 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20170828_150348_75911875011434762355765.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20170828_150348_7593709141528964372484.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 149 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20170828_150356_11413395461919438864266.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20170828_150356_1147692812620915672974.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20170828_150356_1141326892502817859450.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20170828_150358_73813133576807138808241.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 157 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20170828_150405_85315249316625359187691.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 17 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20170828_150405_8539835729068682382489.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20170828_150405_8565862551486081899547.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1344 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/benchmark/test/temp/junit4-J2-20170828_150544_7564812344766499925400.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/benchmark/test/temp/junit4-J1-20170828_150544_75613950627657770265194.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/benchmark/test/temp/junit4-J0-20170828_150544_7563090442625458859706.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 220 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/classification/test/temp/junit4-J1-20170828_150554_3906999161390819031236.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/classification/test/temp/junit4-J2-20170828_150554_3943748616521425235843.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/classification/test/temp/junit4-J0-20170828_150554_3904927211797968371547.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 239 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/test/temp/junit4-J2-20170828_150604_32912454077992518299646.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/test/temp/junit4-J1-20170828_150604_3293410127282092970029.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/codecs/test/temp/junit4-J0-20170828_150604_3297918810749987570540.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 223 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/demo/test/temp/junit4-J1-20170828_150816_4782849300640422306505.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/demo/test/temp/junit4-J2-20170828_150816_47811293008968761609792.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/demo/test/temp/junit4-J0-20170828_150816_4783268974172859182301.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/expressions/test/temp/junit4-J1-20170828_150819_37718129419311126192823.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/expressions/test/temp/junit4-J2-20170828_150819_3773296873397268935621.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/expressions/test/temp/junit4-J0-20170828_150819_3773392019432267508661.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 209 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/facet/test/temp/junit4-J1-20170828_150826_38415272042288929170503.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/facet/test/temp/junit4-J0-20170828_150826_3844332566664235109087.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/facet/test/temp/junit4-J2-20170828_150826_38417171800848620131602.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 156 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/grouping/test/temp/junit4-J1-20170828_150911_5708925228839438733378.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/grouping/test/temp/junit4-J2-20170828_150911_570644201863381681639.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/grouping/test/temp/junit4-J0-20170828_150911_5701417220132926237512.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 241 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/highlighter/test/temp/junit4-J1-20170828_150923_06317833574000968394585.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/highlighter/test/temp/junit4-J0-20170828_150923_06313548611739850639476.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/highlighter/test/temp/junit4-J2-20170828_150923_0633243530312655949796.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 149 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/join/test/temp/junit4-J2-20170828_150943_80917201582676201175942.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/join/test/temp/junit4-J0-20170828_150943_80914405362540218755319.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/join/test/temp/junit4-J1-20170828_150943_8094662412020324866956.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 143 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/memory/test/temp/junit4-J0-20170828_151002_70515770189057712268626.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/memory/test/temp/junit4-J1-20170828_151002_7093870770687095043256.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 210 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/misc/test/temp/junit4-J2-20170828_151012_5018823181046744474198.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/misc/test/temp/junit4-J0-20170828_151012_50116505104943743123622.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/misc/test/temp/junit4-J1-20170828_151012_50114408834758400031558.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 312 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/queries/test/temp/junit4-J2-20170828_151037_2637678523566143917276.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/queries/test/temp/junit4-J1-20170828_151037_2627116600340391080750.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/queries/test/temp/junit4-J0-20170828_151037_2628646328163814168821.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 227 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/queryparser/test/temp/junit4-J2-20170828_151046_3578538011578548219976.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/queryparser/test/temp/junit4-J0-20170828_151046_3578536556860335279564.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/queryparser/test/temp/junit4-J1-20170828_151046_35713953635164101192910.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 199 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/replicator/test/temp/junit4-J1-20170828_151054_3672915889151181933133.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/replicator/test/temp/junit4-J2-20170828_151054_3671772030423243209335.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/replicator/test/temp/junit4-J0-20170828_151054_36780773861117985120.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 203 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/sandbox/test/temp/junit4-J2-20170828_151106_56515937044402116683051.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/sandbox/test/temp/junit4-J1-20170828_151106_56510220131941023006875.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/sandbox/test/temp/junit4-J0-20170828_151106_5651014095127236531115.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 208 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20170828_151146_0623480425875570351511.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20170828_151146_0622736628069679898961.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20170828_151146_06218140383046018493859.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 151 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/spatial/test/temp/junit4-J2-20170828_151159_93015337910275531660352.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/spatial/test/temp/junit4-J0-20170828_151159_9303817139842799208919.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/spatial/test/temp/junit4-J1-20170828_151159_9304960316413833325791.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20170828_151332_3347363904418073432108.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20170828_151332_3345338569876455552938.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20170828_151332_3347958627096526237271.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 301 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/suggest/test/temp/junit4-J2-20170828_151427_8531193490546807668884.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/suggest/test/temp/junit4-J0-20170828_151427_85310951847449258293222.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/lucene/build/suggest/test/temp/junit4-J1-20170828_151427_8537134526219532740391.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1415 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/init-core-data-001
   [junit4]   2> 134971 WARN  (SUITE-BasicAuthIntegrationTest-seed#[190B2A84EEFF99E2]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=61 numCloses=61
   [junit4]   2> 134973 INFO  (SUITE-BasicAuthIntegrationTest-seed#[190B2A84EEFF99E2]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 134974 INFO  (SUITE-BasicAuthIntegrationTest-seed#[190B2A84EEFF99E2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 134974 INFO  (SUITE-BasicAuthIntegrationTest-seed#[190B2A84EEFF99E2]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001
   [junit4]   2> 134974 INFO  (SUITE-BasicAuthIntegrationTest-seed#[190B2A84EEFF99E2]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 134982 INFO  (Thread-383) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 134982 INFO  (Thread-383) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 134984 ERROR (Thread-383) [    ] 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> 135082 INFO  (SUITE-BasicAuthIntegrationTest-seed#[190B2A84EEFF99E2]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:34527
   [junit4]   2> 135098 INFO  (jetty-launcher-131-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 135102 INFO  (jetty-launcher-131-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 135102 INFO  (jetty-launcher-131-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 135204 INFO  (jetty-launcher-131-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d555adb{/solr,null,AVAILABLE}
   [junit4]   2> 135205 INFO  (jetty-launcher-131-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6af20dd8{HTTP/1.1,[http/1.1]}{127.0.0.1:32959}
   [junit4]   2> 135205 INFO  (jetty-launcher-131-thread-2) [    ] o.e.j.s.Server Started @136894ms
   [junit4]   2> 135205 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32959}
   [junit4]   2> 135205 ERROR (jetty-launcher-131-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 135205 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 135205 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 135205 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 135205 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T15:17:35.521770Z
   [junit4]   2> 135221 INFO  (jetty-launcher-131-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@200e47eb{/solr,null,AVAILABLE}
   [junit4]   2> 135221 INFO  (jetty-launcher-131-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@20ed197{HTTP/1.1,[http/1.1]}{127.0.0.1:35255}
   [junit4]   2> 135221 INFO  (jetty-launcher-131-thread-1) [    ] o.e.j.s.Server Started @136910ms
   [junit4]   2> 135221 INFO  (jetty-launcher-131-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35255}
   [junit4]   2> 135222 ERROR (jetty-launcher-131-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 135222 INFO  (jetty-launcher-131-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 135222 INFO  (jetty-launcher-131-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 135222 INFO  (jetty-launcher-131-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 135222 INFO  (jetty-launcher-131-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T15:17:35.538362Z
   [junit4]   2> 135236 INFO  (jetty-launcher-131-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 135241 INFO  (jetty-launcher-131-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2362d296{/solr,null,AVAILABLE}
   [junit4]   2> 135241 INFO  (jetty-launcher-131-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2e609926{HTTP/1.1,[http/1.1]}{127.0.0.1:44207}
   [junit4]   2> 135241 INFO  (jetty-launcher-131-thread-3) [    ] o.e.j.s.Server Started @136930ms
   [junit4]   2> 135241 INFO  (jetty-launcher-131-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44207}
   [junit4]   2> 135242 ERROR (jetty-launcher-131-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 135244 INFO  (jetty-launcher-131-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 135244 INFO  (jetty-launcher-131-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 135245 INFO  (jetty-launcher-131-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 135245 INFO  (jetty-launcher-131-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T15:17:35.561040Z
   [junit4]   2> 135249 INFO  (jetty-launcher-131-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 135250 INFO  (jetty-launcher-131-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34527/solr
   [junit4]   2> 135252 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 135264 INFO  (jetty-launcher-131-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 135272 INFO  (jetty-launcher-131-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 135272 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e296b5bc30004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 135273 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 135274 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34527/solr
   [junit4]   2> 135285 INFO  (jetty-launcher-131-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34527/solr
   [junit4]   2> 135317 INFO  (jetty-launcher-131-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135318 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135326 INFO  (jetty-launcher-131-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35255_solr
   [junit4]   2> 135327 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32959_solr
   [junit4]   2> 135340 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 135340 INFO  (zkCallback-147-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 135343 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.c.Overseer Overseer (id=98561782926475272-127.0.0.1:32959_solr-n_0000000000) starting
   [junit4]   2> 135347 INFO  (jetty-launcher-131-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 135348 INFO  (jetty-launcher-131-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135350 INFO  (jetty-launcher-131-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44207_solr
   [junit4]   2> 135350 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 135353 INFO  (zkCallback-147-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 135377 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32959_solr
   [junit4]   2> 135379 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 135381 INFO  (zkCallback-147-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 135391 INFO  (jetty-launcher-131-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001/node1/.
   [junit4]   2> 135411 INFO  (jetty-launcher-131-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001/node3/.
   [junit4]   2> 135420 INFO  (zkCallback-149-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 135425 INFO  (jetty-launcher-131-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001/node2/.
   [junit4]   2> 135455 INFO  (SUITE-BasicAuthIntegrationTest-seed#[190B2A84EEFF99E2]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 135456 INFO  (SUITE-BasicAuthIntegrationTest-seed#[190B2A84EEFF99E2]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34527/solr ready
   [junit4]   2> 135471 INFO  (qtp178437559-1113) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 135473 INFO  (OverseerThreadFactory-337-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection authCollection
   [junit4]   2> 135604 INFO  (qtp178437559-1093) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 135606 INFO  (qtp178437559-1093) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 135607 INFO  (qtp1462533898-1123) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 135607 INFO  (qtp1462533898-1123) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 135607 INFO  (qtp1746059880-1105) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2
   [junit4]   2> 135607 INFO  (qtp1746059880-1105) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 135712 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 135712 INFO  (zkCallback-149-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 135718 INFO  (zkCallback-147-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 136630 INFO  (qtp1746059880-1105) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 136643 INFO  (qtp178437559-1093) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 136653 INFO  (qtp1462533898-1123) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 136654 INFO  (qtp1746059880-1105) [    ] o.a.s.s.IndexSchema [authCollection_shard3_replica1] Schema name=minimal
   [junit4]   2> 136656 INFO  (qtp1746059880-1105) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 136656 INFO  (qtp1746059880-1105) [    ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 136656 INFO  (qtp1746059880-1105) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 136657 INFO  (qtp1746059880-1105) [    ] o.a.s.c.SolrCore [[authCollection_shard3_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001/node2/authCollection_shard3_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001/node2/./authCollection_shard3_replica1/data/]
   [junit4]   2> 136659 INFO  (qtp178437559-1093) [    ] o.a.s.s.IndexSchema [authCollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 136660 INFO  (qtp1462533898-1123) [    ] o.a.s.s.IndexSchema [authCollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 136661 INFO  (qtp178437559-1093) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 136661 INFO  (qtp178437559-1093) [    ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 136662 INFO  (qtp1462533898-1123) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 136662 INFO  (qtp1462533898-1123) [    ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 136663 INFO  (qtp1462533898-1123) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 136663 INFO  (qtp1462533898-1123) [    ] o.a.s.c.SolrCore [[authCollection_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001/node3/authCollection_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001/node3/./authCollection_shard1_replica1/data/]
   [junit4]   2> 136670 INFO  (qtp178437559-1093) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 136671 INFO  (qtp178437559-1093) [    ] o.a.s.c.SolrCore [[authCollection_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001/node1/authCollection_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001/node1/./authCollection_shard2_replica1/data/]
   [junit4]   2> 136744 INFO  (qtp1462533898-1123) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 136744 INFO  (qtp1462533898-1123) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 136746 INFO  (qtp1462533898-1123) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 136746 INFO  (qtp1462533898-1123) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 136747 INFO  (qtp178437559-1093) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 136747 INFO  (qtp178437559-1093) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 136747 INFO  (qtp1462533898-1123) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5984e68[authCollection_shard1_replica1] main]
   [junit4]   2> 136748 INFO  (qtp178437559-1093) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 136748 INFO  (qtp178437559-1093) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 136749 INFO  (qtp178437559-1093) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e1336a0[authCollection_shard2_replica1] main]
   [junit4]   2> 136752 INFO  (qtp1462533898-1123) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 136753 INFO  (qtp178437559-1093) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 136753 INFO  (qtp1462533898-1123) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 136753 INFO  (qtp1462533898-1123) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 136753 INFO  (qtp178437559-1093) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 136753 INFO  (qtp178437559-1093) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 136753 INFO  (qtp178437559-1093) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576988528679583744
   [junit4]   2> 136756 INFO  (searcherExecutor-345-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard2_replica1] Registered new searcher Searcher@1e1336a0[authCollection_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 136763 INFO  (qtp178437559-1093) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 136763 INFO  (qtp178437559-1093) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 136763 INFO  (qtp178437559-1093) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35255/solr/authCollection_shard2_replica1/
   [junit4]   2> 136763 INFO  (qtp178437559-1093) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 136764 INFO  (qtp178437559-1093) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:35255/solr/authCollection_shard2_replica1/ has no replicas
   [junit4]   2> 136764 INFO  (qtp178437559-1093) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 136770 INFO  (searcherExecutor-346-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard1_replica1] Registered new searcher Searcher@5984e68[authCollection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 136771 INFO  (qtp1462533898-1123) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576988528698458112
   [junit4]   2> 136777 INFO  (qtp1462533898-1123) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 136777 INFO  (qtp1462533898-1123) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 136777 INFO  (qtp1462533898-1123) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44207/solr/authCollection_shard1_replica1/
   [junit4]   2> 136777 INFO  (qtp178437559-1093) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35255/solr/authCollection_shard2_replica1/ shard2
   [junit4]   2> 136777 INFO  (qtp1462533898-1123) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 136777 INFO  (qtp1462533898-1123) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:44207/solr/authCollection_shard1_replica1/ has no replicas
   [junit4]   2> 136777 INFO  (qtp1462533898-1123) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 136779 INFO  (qtp1462533898-1123) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44207/solr/authCollection_shard1_replica1/ shard1
   [junit4]   2> 136792 INFO  (qtp1746059880-1105) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 136792 INFO  (qtp1746059880-1105) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 136793 INFO  (qtp1746059880-1105) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 136793 INFO  (qtp1746059880-1105) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 136795 INFO  (qtp1746059880-1105) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@49387016[authCollection_shard3_replica1] main]
   [junit4]   2> 136797 INFO  (qtp1746059880-1105) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 136797 INFO  (qtp1746059880-1105) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 136798 INFO  (qtp1746059880-1105) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 136798 INFO  (qtp1746059880-1105) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576988528726769664
   [junit4]   2> 136804 INFO  (searcherExecutor-344-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard3_replica1] Registered new searcher Searcher@49387016[authCollection_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 136804 INFO  (qtp1746059880-1105) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 136804 INFO  (qtp1746059880-1105) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 136804 INFO  (qtp1746059880-1105) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:32959/solr/authCollection_shard3_replica1/
   [junit4]   2> 136804 INFO  (qtp1746059880-1105) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 136804 INFO  (qtp1746059880-1105) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:32959/solr/authCollection_shard3_replica1/ has no replicas
   [junit4]   2> 136804 INFO  (qtp1746059880-1105) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 136808 INFO  (qtp1746059880-1105) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:32959/solr/authCollection_shard3_replica1/ shard3
   [junit4]   2> 136910 INFO  (zkCallback-149-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 136910 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 136910 INFO  (zkCallback-147-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 136929 INFO  (qtp178437559-1093) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 136930 INFO  (qtp1462533898-1123) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 136930 INFO  (qtp178437559-1093) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2} status=0 QTime=1326
   [junit4]   2> 136931 INFO  (qtp1462533898-1123) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2} status=0 QTime=1324
   [junit4]   2> 136959 INFO  (qtp1746059880-1105) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 136964 INFO  (qtp1746059880-1105) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2} status=0 QTime=1357
   [junit4]   2> 136978 INFO  (qtp178437559-1113) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 137065 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 137065 INFO  (zkCallback-147-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 137065 INFO  (zkCallback-149-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 137474 INFO  (OverseerCollectionConfigSetProcessor-98561782926475272-127.0.0.1:32959_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 137978 INFO  (qtp178437559-1113) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2} status=0 QTime=2507
   [junit4]   2> 138004 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 138029 INFO  (qtp178437559-1115) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 138036 INFO  (zkCallback-149-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 138036 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 138036 INFO  (zkCallback-147-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 138036 INFO  (zkCallback-149-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 138036 INFO  (zkCallback-147-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 138036 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 138036 INFO  (qtp178437559-1093) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 138060 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@20ed197{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 138060 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=522349064
   [junit4]   2> 138060 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 138061 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 138061 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 138067 INFO  (zkCallback-149-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 138078 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 138080 INFO  (zkCallback-149-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 138080 INFO  (zkCallback-149-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@257a14bb
   [junit4]   2> 138082 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 138082 INFO  (zkCallback-141-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@21504031
   [junit4]   2> 138098 INFO  (zkCallback-147-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 138098 INFO  (zkCallback-147-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 138098 INFO  (zkCallback-147-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@46c750e0
   [junit4]   2> 138098 INFO  (zkCallback-147-thread-1) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@46c750e0
   [junit4]   2> 138098 INFO  (zkCallback-149-thread-1) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@257a14bb
   [junit4]   2> 138098 INFO  (zkCallback-141-thread-1) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@21504031
   [junit4]   2> 138099 INFO  (coreCloseExecutor-359-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@309408b6
   [junit4]   2> 138120 INFO  (coreCloseExecutor-359-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard2.replica1
   [junit4]   2> 138122 INFO  (zkCallback-147-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 138122 INFO  (zkCallback-155-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 138122 INFO  (zkCallback-149-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 138206 INFO  (zkCallback-149-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 138206 INFO  (zkCallback-147-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 139623 WARN  (zkCallback-141-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 139623 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@200e47eb{/solr,null,UNAVAILABLE}
   [junit4]   2> 139629 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 139661 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@748d4dae{/solr,null,AVAILABLE}
   [junit4]   2> 139662 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7c5ac317{HTTP/1.1,[http/1.1]}{127.0.0.1:40153}
   [junit4]   2> 139662 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.e.j.s.Server Started @141351ms
   [junit4]   2> 139667 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40153}
   [junit4]   2> 139667 ERROR (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 139668 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.1
   [junit4]   2> 139668 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 139668 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 139668 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T15:17:39.984421Z
   [junit4]   2> 139684 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 139729 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 139752 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34527/solr
   [junit4]   2> 139816 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 139817 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 139820 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40153_solr
   [junit4]   2> 139820 INFO  (zkCallback-149-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 139821 INFO  (zkCallback-155-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 139821 INFO  (zkCallback-147-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 139862 INFO  (zkCallback-160-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 139880 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 139885 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 139885 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 139885 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@70c46242
   [junit4]   2> 139885 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@70c46242
   [junit4]   2> 139951 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001/node1/.
   [junit4]   2> 139951 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[190B2A84EEFF99E2]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [authCollection_shard2_replica1]
   [junit4]   2> 139968 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 140079 INFO  (zkCallback-149-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 140080 INFO  (zkCallback-160-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 140080 INFO  (zkCallback-147-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 141014 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 141022 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.s.IndexSchema [authCollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 141024 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 141024 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 141024 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 141024 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.c.SolrCore [[authCollection_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001/node1/authCollection_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_190B2A84EEFF99E2-001/tempDir-001/node1/./authCollection_shard2_replica1/data/]
   [junit4]   2> 141058 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 141058 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 141058 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 141058 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 141059 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6236f339[authCollection_shard2_replica1] main]
   [junit4]   2> 141060 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 141060 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 141060 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 141060 INFO  (searcherExecutor-367-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard2_replica1] Registered new searcher Searcher@6236f339[authCollection_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 141060 INFO  (coreLoadExecutor-366-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576988533195800576
   [junit4]   2> 141064 INFO  (coreZkRegister-361-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeout

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

serr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J0-20170828_155341_5286665869876965193400.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J1-20170828_155341_52811024685267529275793.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 499 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J2-20170828_155356_3706597987994862847694.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20170828_155356_3709566128359313056508.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20170828_155356_3705643218494353569655.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1136 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20170828_155412_2174474985239124180281.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20170828_155412_2173086851054566179993.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 596 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20170828_155418_0846142396188593572026.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20170828_155418_0846019867699737638.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20170828_155418_0847858419418319036421.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 503 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20170828_155439_9988869782859352487537.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20170828_155439_99818294084849208302147.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20170828_155439_9988457170715485424384.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 507 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20170828_155449_7573038232866105137772.syserr
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20170828_155449_75718166931621968127179.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 590 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20170828_155455_44014163278785148100259.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20170828_155455_4408340570507188302018.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20170828_155455_44017721588734287791416.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 540 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20170828_155522_3764946541625275150639.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20170828_155522_37613213651655849061139.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 494 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20170828_155531_5169203735760113297982.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 28890 lines...]

[JENKINS-EA] Lucene-Solr-6.6-Linux (32bit/jdk-9-ea+181) - Build # 106 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Linux/106/
Java: 32bit/jdk-9-ea+181 -server -XX:+UseSerialGC --illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at http://127.0.0.1:41251/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:36727/solr/test_col_shard1_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@1cf683e

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:41251/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:36727/solr/test_col_shard1_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@1cf683e
	at __randomizedtesting.SeedInfo.seed([108ECBC86A134AFF:269AA98EE04E70EE]:0)
	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:281)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:41251/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:36727/solr/test_col_shard1_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@1cf683e
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:409)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	... 1 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41251/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:36727/solr/test_col_shard1_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@1cf683e
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:612)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:368)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:397)
	... 6 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Error from server at http://127.0.0.1:39211/solr/authCollection: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:39211/solr/authCollection: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2
	at __randomizedtesting.SeedInfo.seed([108ECBC86A134AFF:ACE0BDDACE40C985]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:612)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:194)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11432 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/init-core-data-001
   [junit4]   2> 336782 WARN  (SUITE-BasicAuthIntegrationTest-seed#[108ECBC86A134AFF]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 336782 INFO  (SUITE-BasicAuthIntegrationTest-seed#[108ECBC86A134AFF]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 336782 INFO  (SUITE-BasicAuthIntegrationTest-seed#[108ECBC86A134AFF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 336782 INFO  (SUITE-BasicAuthIntegrationTest-seed#[108ECBC86A134AFF]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001
   [junit4]   2> 336782 INFO  (SUITE-BasicAuthIntegrationTest-seed#[108ECBC86A134AFF]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 336783 INFO  (Thread-643) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 336783 INFO  (Thread-643) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 336785 ERROR (Thread-643) [    ] 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> 336883 INFO  (SUITE-BasicAuthIntegrationTest-seed#[108ECBC86A134AFF]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39019
   [junit4]   2> 336886 INFO  (jetty-launcher-522-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 336886 INFO  (jetty-launcher-522-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 336886 INFO  (jetty-launcher-522-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 336887 INFO  (jetty-launcher-522-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1452650{/solr,null,AVAILABLE}
   [junit4]   2> 336887 INFO  (jetty-launcher-522-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a164fe{/solr,null,AVAILABLE}
   [junit4]   2> 336888 INFO  (jetty-launcher-522-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1459775{/solr,null,AVAILABLE}
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@874c75{HTTP/1.1,[http/1.1]}{127.0.0.1:44437}
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@da81eb{HTTP/1.1,[http/1.1]}{127.0.0.1:39211}
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@409a0f{HTTP/1.1,[http/1.1]}{127.0.0.1:39461}
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-1) [    ] o.e.j.s.Server Started @338202ms
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-2) [    ] o.e.j.s.Server Started @338202ms
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39461}
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39211}
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-3) [    ] o.e.j.s.Server Started @338202ms
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44437}
   [junit4]   2> 336893 ERROR (jetty-launcher-522-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 336893 ERROR (jetty-launcher-522-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 336893 ERROR (jetty-launcher-522-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T09:20:36.341960Z
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T09:20:36.341906Z
   [junit4]   2> 336893 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T09:20:36.341976Z
   [junit4]   2> 336896 INFO  (jetty-launcher-522-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 336897 INFO  (jetty-launcher-522-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 336897 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 336899 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e282487880001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 336899 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e282487880002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 336900 INFO  (jetty-launcher-522-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 336900 INFO  (jetty-launcher-522-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 336900 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 336900 INFO  (jetty-launcher-522-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39019/solr
   [junit4]   2> 336900 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39019/solr
   [junit4]   2> 336901 INFO  (jetty-launcher-522-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39019/solr
   [junit4]   2> 336902 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e282487880005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 336908 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 336908 INFO  (jetty-launcher-522-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 336908 INFO  (jetty-launcher-522-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 336908 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44437_solr
   [junit4]   2> 336908 INFO  (jetty-launcher-522-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39211_solr
   [junit4]   2> 336908 INFO  (jetty-launcher-522-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39461_solr
   [junit4]   2> 336908 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.c.Overseer Overseer (id=98560379206500359-127.0.0.1:44437_solr-n_0000000000) starting
   [junit4]   2> 336909 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 336909 INFO  (zkCallback-538-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 336909 INFO  (zkCallback-539-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 336911 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44437_solr
   [junit4]   2> 336912 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 336912 INFO  (zkCallback-539-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 336912 INFO  (zkCallback-538-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 336958 INFO  (jetty-launcher-522-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node1/.
   [junit4]   2> 336963 INFO  (jetty-launcher-522-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node2/.
   [junit4]   2> 336994 INFO  (jetty-launcher-522-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node3/.
   [junit4]   2> 336999 INFO  (SUITE-BasicAuthIntegrationTest-seed#[108ECBC86A134AFF]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 336999 INFO  (SUITE-BasicAuthIntegrationTest-seed#[108ECBC86A134AFF]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39019/solr ready
   [junit4]   2> 337002 INFO  (qtp31254523-3030) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 337003 INFO  (OverseerThreadFactory-1484-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection authCollection
   [junit4]   2> 337106 INFO  (qtp31254523-3037) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 337106 INFO  (qtp21479343-3031) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2
   [junit4]   2> 337106 INFO  (qtp21392951-3028) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 337106 INFO  (qtp21479343-3031) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 337107 INFO  (qtp31254523-3037) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 337107 INFO  (qtp21392951-3028) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 337210 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 337210 INFO  (zkCallback-539-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 337210 INFO  (zkCallback-538-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 338112 INFO  (qtp31254523-3037) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 338114 INFO  (qtp31254523-3037) [    ] o.a.s.s.IndexSchema [authCollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 338115 INFO  (qtp21479343-3031) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 338115 INFO  (qtp31254523-3037) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 338115 INFO  (qtp31254523-3037) [    ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 338116 INFO  (qtp31254523-3037) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 338116 INFO  (qtp31254523-3037) [    ] o.a.s.c.SolrCore [[authCollection_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node1/authCollection_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node1/./authCollection_shard2_replica1/data/]
   [junit4]   2> 338118 INFO  (qtp21392951-3028) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 338122 INFO  (qtp21479343-3031) [    ] o.a.s.s.IndexSchema [authCollection_shard3_replica1] Schema name=minimal
   [junit4]   2> 338123 INFO  (qtp21479343-3031) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 338123 INFO  (qtp21479343-3031) [    ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 338123 INFO  (qtp21479343-3031) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 338123 INFO  (qtp21479343-3031) [    ] o.a.s.c.SolrCore [[authCollection_shard3_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node2/authCollection_shard3_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node2/./authCollection_shard3_replica1/data/]
   [junit4]   2> 338126 INFO  (qtp21392951-3028) [    ] o.a.s.s.IndexSchema [authCollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 338132 INFO  (qtp21392951-3028) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 338133 INFO  (qtp21392951-3028) [    ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 338133 INFO  (qtp21392951-3028) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 338133 INFO  (qtp21392951-3028) [    ] o.a.s.c.SolrCore [[authCollection_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node3/authCollection_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node3/./authCollection_shard1_replica1/data/]
   [junit4]   2> 338167 INFO  (qtp31254523-3037) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 338167 INFO  (qtp31254523-3037) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 338168 INFO  (qtp31254523-3037) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 338168 INFO  (qtp31254523-3037) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 338169 INFO  (qtp31254523-3037) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@120ef64[authCollection_shard2_replica1] main]
   [junit4]   2> 338170 INFO  (qtp31254523-3037) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 338171 INFO  (qtp31254523-3037) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 338171 INFO  (qtp31254523-3037) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 338171 INFO  (searcherExecutor-1491-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard2_replica1] Registered new searcher Searcher@120ef64[authCollection_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 338171 INFO  (qtp31254523-3037) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576966068758380544
   [junit4]   2> 338173 INFO  (qtp21479343-3031) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 338173 INFO  (qtp21479343-3031) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 338174 INFO  (qtp21479343-3031) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 338174 INFO  (qtp21479343-3031) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 338174 INFO  (qtp21392951-3028) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 338174 INFO  (qtp21392951-3028) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 338175 INFO  (qtp21479343-3031) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e4fd8f[authCollection_shard3_replica1] main]
   [junit4]   2> 338176 INFO  (qtp21479343-3031) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 338176 INFO  (qtp21392951-3028) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 338176 INFO  (qtp21392951-3028) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 338176 INFO  (qtp21479343-3031) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 338176 INFO  (qtp21479343-3031) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 338176 INFO  (qtp21479343-3031) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576966068763623424
   [junit4]   2> 338177 INFO  (qtp31254523-3037) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 338177 INFO  (qtp31254523-3037) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 338177 INFO  (qtp31254523-3037) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39461/solr/authCollection_shard2_replica1/
   [junit4]   2> 338177 INFO  (qtp31254523-3037) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 338177 INFO  (qtp31254523-3037) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:39461/solr/authCollection_shard2_replica1/ has no replicas
   [junit4]   2> 338177 INFO  (qtp31254523-3037) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 338178 INFO  (searcherExecutor-1492-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard3_replica1] Registered new searcher Searcher@1e4fd8f[authCollection_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 338180 INFO  (qtp21479343-3031) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 338180 INFO  (qtp21479343-3031) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 338180 INFO  (qtp21479343-3031) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39211/solr/authCollection_shard3_replica1/
   [junit4]   2> 338180 INFO  (qtp21479343-3031) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 338180 INFO  (qtp21479343-3031) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:39211/solr/authCollection_shard3_replica1/ has no replicas
   [junit4]   2> 338180 INFO  (qtp21479343-3031) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 338180 INFO  (qtp31254523-3037) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39461/solr/authCollection_shard2_replica1/ shard2
   [junit4]   2> 338181 INFO  (qtp21479343-3031) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39211/solr/authCollection_shard3_replica1/ shard3
   [junit4]   2> 338190 INFO  (qtp21392951-3028) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d3c85c[authCollection_shard1_replica1] main]
   [junit4]   2> 338191 INFO  (qtp21392951-3028) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 338191 INFO  (qtp21392951-3028) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 338191 INFO  (qtp21392951-3028) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 338191 INFO  (searcherExecutor-1493-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard1_replica1] Registered new searcher Searcher@d3c85c[authCollection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 338192 INFO  (qtp21392951-3028) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576966068780400640
   [junit4]   2> 338194 INFO  (qtp21392951-3028) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 338195 INFO  (qtp21392951-3028) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 338195 INFO  (qtp21392951-3028) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44437/solr/authCollection_shard1_replica1/
   [junit4]   2> 338195 INFO  (qtp21392951-3028) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 338195 INFO  (qtp21392951-3028) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:44437/solr/authCollection_shard1_replica1/ has no replicas
   [junit4]   2> 338195 INFO  (qtp21392951-3028) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 338198 INFO  (qtp21392951-3028) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44437/solr/authCollection_shard1_replica1/ shard1
   [junit4]   2> 338299 INFO  (zkCallback-539-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 338299 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 338299 INFO  (zkCallback-538-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 338331 INFO  (qtp31254523-3037) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 338332 INFO  (qtp31254523-3037) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2} status=0 QTime=1225
   [junit4]   2> 338334 INFO  (qtp21479343-3031) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 338335 INFO  (qtp21479343-3031) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2} status=0 QTime=1228
   [junit4]   2> 338348 INFO  (qtp21392951-3028) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 338349 INFO  (qtp21392951-3028) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2} status=0 QTime=1242
   [junit4]   2> 338354 INFO  (qtp31254523-3030) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 338454 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 338455 INFO  (zkCallback-539-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 338455 INFO  (zkCallback-538-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 339004 INFO  (OverseerCollectionConfigSetProcessor-98560379206500359-127.0.0.1:44437_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 339354 INFO  (qtp31254523-3030) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2} status=0 QTime=2351
   [junit4]   2> 339367 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 339369 INFO  (qtp31254523-3020) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 339372 INFO  (zkCallback-539-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 339372 INFO  (zkCallback-539-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 339372 INFO  (zkCallback-538-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 339372 INFO  (zkCallback-538-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 339372 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 339372 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 339373 INFO  (qtp31254523-3020) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 339375 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@409a0f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 339383 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=13373501
   [junit4]   2> 339384 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 339384 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 339384 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 339386 INFO  (coreCloseExecutor-1506-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@636acd
   [junit4]   2> 339390 INFO  (coreCloseExecutor-1506-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard2.replica1
   [junit4]   2> 339391 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 339393 INFO  (zkCallback-546-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 339394 WARN  (zkCallback-538-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 339394 INFO  (zkCallback-538-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 339400 INFO  (zkCallback-539-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 339411 INFO  (zkCallback-539-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 339411 INFO  (zkCallback-538-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 339411 INFO  (zkCallback-539-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@11d83d7
   [junit4]   2> 339411 INFO  (zkCallback-538-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@ceb32e
   [junit4]   2> 339411 INFO  (zkCallback-538-thread-1) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@ceb32e
   [junit4]   2> 339411 INFO  (zkCallback-539-thread-1) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@11d83d7
   [junit4]   2> 339412 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 339412 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1459775{/solr,null,UNAVAILABLE}
   [junit4]   2> 339413 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 339413 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 339413 INFO  (zkCallback-537-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@ba3bf
   [junit4]   2> 339414 INFO  (zkCallback-537-thread-1) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@ba3bf
   [junit4]   2> 339415 INFO  (zkCallback-537-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 339415 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@181660{/solr,null,AVAILABLE}
   [junit4]   2> 339416 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@13172f4{HTTP/1.1,[http/1.1]}{127.0.0.1:37979}
   [junit4]   2> 339416 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.e.j.s.Server Started @340725ms
   [junit4]   2> 339416 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37979}
   [junit4]   2> 339416 ERROR (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 339416 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.1
   [junit4]   2> 339416 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 339416 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 339416 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T09:20:38.864950Z
   [junit4]   2> 339426 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 339432 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 339435 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39019/solr
   [junit4]   2> 339447 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 339448 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 339456 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37979_solr
   [junit4]   2> 339457 INFO  (zkCallback-537-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 339457 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 339457 INFO  (zkCallback-546-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 339457 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 339556 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 339556 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 339556 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 339556 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@5c1067
   [junit4]   2> 339556 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.security.PKIAuthenticationPlugin$HttpHeaderClientConfigurer@5c1067
   [junit4]   2> 339557 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 339557 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 339592 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node1/.
   [junit4]   2> 339592 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [authCollection_shard2_replica1]
   [junit4]   2> 339593 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 339695 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 339695 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 339695 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 340600 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 340604 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.s.IndexSchema [authCollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 340605 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 340605 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica1' using configuration from collection authCollection, trusted=true
   [junit4]   2> 340605 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 340605 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.c.SolrCore [[authCollection_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node1/authCollection_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node1/./authCollection_shard2_replica1/data/]
   [junit4]   2> 340628 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 340628 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 340628 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 340628 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 340629 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@66d7b[authCollection_shard2_replica1] main]
   [junit4]   2> 340629 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 340629 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 340629 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 340629 INFO  (searcherExecutor-1514-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard2_replica1] Registered new searcher Searcher@66d7b[authCollection_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 340629 INFO  (coreLoadExecutor-1513-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576966071335780352
   [junit4]   2> 340632 INFO  (coreZkRegister-1508-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 340733 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 340733 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 340733 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 341099 INFO  (qtp2878673-3118) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 341101 INFO  (qtp21392951-3032) [    ] o.a.s.s.RuleBasedAuthorizationPlugin request has come without principal. failed permission {
   [junit4]   2>   "name":"security-edit",
   [junit4]   2>   "role":"admin"} 
   [junit4]   2> 341101 INFO  (qtp21392951-3032) [    ] o.a.s.s.HttpSolrCall USER_REQUIRED auth header null context : userPrincipal: [null] type: [ADMIN], collections: [], Path: [/admin/authentication] path : /admin/authentication params :wt=javabin&version=2 
   [junit4]   2> 341104 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header c29scjpTb2xyUm9ja3M=
   [junit4]   2> 341106 INFO  (qtp2878673-3119) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 341110 INFO  (qtp2878673-3120) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=1
   [junit4]   2> 341110 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341110 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341110 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341110 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341110 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341110 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341112 INFO  (qtp2878673-3113) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authentication params={} status=0 QTime=0
   [junit4]   2> 341112 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header c29scjpTb2xyUm9ja3M=
   [junit4]   2> 341115 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341115 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341115 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341115 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 341115 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 341115 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341115 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341115 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 341115 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341115 INFO  (qtp2878673-3118) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authorization params={} status=0 QTime=1
   [junit4]   2> 341116 INFO  (qtp21392951-3021) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authorization params={} status=0 QTime=0
   [junit4]   2> 341119 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header aGFycnk6SGFycnlJc1ViZXJDb29s
   [junit4]   2> 341121 INFO  (qtp21392951-3021) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authorization params={} status=0 QTime=1
   [junit4]   2> 341122 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341122 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 341122 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341122 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341122 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 341122 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341122 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 341122 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341122 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341123 INFO  (qtp21392951-3017) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authorization params={} status=0 QTime=0
   [junit4]   2> 341124 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header aGFycnk6SGFycnlJc1ViZXJDb29s
   [junit4]   2> 341126 INFO  (qtp21392951-3017) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authorization params={} status=0 QTime=0
   [junit4]   2> 341126 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341126 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341126 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 341126 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 341126 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341126 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341126 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341127 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 341127 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341128 INFO  (qtp21392951-3028) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authorization params={} status=0 QTime=0
   [junit4]   2> 341130 INFO  (qtp21392951-3032) [    ] o.a.s.s.RuleBasedAuthorizationPlugin request has come without principal. failed permission {
   [junit4]   2>   "name":"collection-admin-edit",
   [junit4]   2>   "role":"admin",
   [junit4]   2>   "index":3} 
   [junit4]   2> 341130 INFO  (qtp21392951-3032) [    ] o.a.s.s.HttpSolrCall USER_REQUIRED auth header null context : userPrincipal: [null] type: [ADMIN], collections: [authCollection,], Path: [/admin/collections] path : /admin/collections params :name=authCollection&action=RELOAD&wt=javabin&version=2 
   [junit4]   2> 341133 INFO  (qtp21392951-3017) [    ] o.a.s.s.RuleBasedAuthorizationPlugin request has come without principal. failed permission {
   [junit4]   2>   "name":"collection-admin-edit",
   [junit4]   2>   "role":"admin",
   [junit4]   2>   "index":3} 
   [junit4]   2> 341133 INFO  (qtp21392951-3017) [    ] o.a.s.s.HttpSolrCall USER_REQUIRED auth header null context : userPrincipal: [null] type: [ADMIN], collections: [], Path: [/admin/collections] path : /admin/collections params :name=authCollection&action=RELOAD&wt=javabin&version=2 
   [junit4]   2> 341135 INFO  (qtp21392951-3014) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :reload with params name=authCollection&action=RELOAD&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 341139 INFO  (OverseerThreadFactory-1484-thread-2) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=RELOAD
   [junit4]   2> 341147 INFO  (qtp21392951-3017) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 341148 INFO  (qtp21479343-3033) [    ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:44437_solr / MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMMBta+UqzXeW6bFeymYbWn+f9jCZqCXFNcAvi2brXQQCaSkQ5lJ+SAr0QSCTOqqTccqmNflw7awR8zOnk3S2DmElLVo4AR+tHtg2VAChzjNdxp0uWlpFxDEBLkWqOGEmvLBvJ/eoaMaWW6n5G5v0IGokPeMG0kH6nA1SG7J6ruQIDAQAB
   [junit4]   2> 341155 INFO  (qtp21479343-3033) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 341160 INFO  (qtp21392951-3143) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 341160 INFO  (qtp21392951-3029) [    ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:44437_solr / MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMMBta+UqzXeW6bFeymYbWn+f9jCZqCXFNcAvi2brXQQCaSkQ5lJ+SAr0QSCTOqqTccqmNflw7awR8zOnk3S2DmElLVo4AR+tHtg2VAChzjNdxp0uWlpFxDEBLkWqOGEmvLBvJ/eoaMaWW6n5G5v0IGokPeMG0kH6nA1SG7J6ruQIDAQAB
   [junit4]   2> 341166 INFO  (qtp21392951-3029) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 341168 INFO  (qtp21479343-3033) [    ] o.a.s.s.IndexSchema [authCollection_shard3_replica1] Schema name=minimal
   [junit4]   2> 341183 INFO  (qtp21392951-3029) [    ] o.a.s.s.IndexSchema [authCollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 341183 INFO  (qtp21479343-3033) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 341183 INFO  (qtp21479343-3033) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'authCollection_shard3_replica1' using configuration from collection authCollection
   [junit4]   2> 341184 INFO  (qtp21392951-3029) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 341184 INFO  (qtp21392951-3029) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'authCollection_shard1_replica1' using configuration from collection authCollection
   [junit4]   2> 341185 INFO  (qtp21479343-3033) [    ] o.a.s.c.SolrCore [[authCollection_shard3_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node2/authCollection_shard3_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node2/./authCollection_shard3_replica1/data/]
   [junit4]   2> 341185 INFO  (qtp21392951-3029) [    ] o.a.s.c.SolrCore [[authCollection_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node3/authCollection_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_108ECBC86A134AFF-001/tempDir-001/node3/./authCollection_shard1_replica1/data/]
   [junit4]   2> 341211 INFO  (qtp21392951-3029) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 341211 INFO  (qtp21392951-3029) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 341212 INFO  (qtp21392951-3029) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@11c1477[authCollection_shard1_replica1] main]
   [junit4]   2> 341213 INFO  (qtp21392951-3029) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 341213 INFO  (qtp21392951-3029) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 341214 INFO  (qtp21392951-3029) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 341214 INFO  (qtp21392951-3029) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576966071949197312
   [junit4]   2> 341214 INFO  (searcherExecutor-1520-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard1_replica1] Registered new searcher Searcher@11c1477[authCollection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 341215 INFO  (qtp21479343-3033) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 341215 INFO  (qtp21479343-3033) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 341216 INFO  (qtp21479343-3033) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@41889b[authCollection_shard3_replica1] main]
   [junit4]   2> 341216 INFO  (qtp21479343-3033) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 341217 INFO  (qtp21392951-3029) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 341217 INFO  (qtp21479343-3033) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 341217 INFO  (qtp21392951-3029) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ac247[authCollection_shard1_replica1] main]
   [junit4]   2> 341217 INFO  (qtp21479343-3033) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 341217 INFO  (searcherExecutor-1519-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard3_replica1] Registered new searcher Searcher@41889b[authCollection_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 341217 INFO  (qtp21392951-3029) [    ] o.a.s.c.SolrCore [authCollection_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6f76ed
   [junit4]   2> 341217 INFO  (searcherExecutor-1520-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard1_replica1] Registered new searcher Searcher@3ac247[authCollection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 341217 INFO  (qtp21479343-3033) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576966071952343040
   [junit4]   2> 341217 INFO  (qtp21392951-3029) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard1.replica1
   [junit4]   2> 341217 INFO  (qtp21392951-3029) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=authCollection_shard1_replica1&qt=/admin/cores&action=RELOAD&wt=javabin&version=2} status=0 QTime=56
   [junit4]   2> 341219 INFO  (qtp21479343-3033) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 341219 INFO  (qtp21479343-3033) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d5b846[authCollection_shard3_replica1] main]
   [junit4]   2> 341220 INFO  (qtp21479343-3033) [    ] o.a.s.c.SolrCore [authCollection_shard3_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@fa476a
   [junit4]   2> 341220 INFO  (searcherExecutor-1519-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard3_replica1] Registered new searcher Searcher@d5b846[authCollection_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 341220 INFO  (qtp21479343-3033) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard3.replica1
   [junit4]   2> 341220 INFO  (qtp21479343-3033) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=authCollection_shard3_replica1&qt=/admin/cores&action=RELOAD&wt=javabin&version=2} status=0 QTime=70
   [junit4]   2> 341221 INFO  (qtp21392951-3014) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=authCollection&action=RELOAD&wt=javabin&version=2} status=0 QTime=85
   [junit4]   2> 341223 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header aGFycnk6SGFycnlJc1ViZXJDb29s
   [junit4]   2> 341225 INFO  (qtp21392951-3021) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/authorization params={} status=0 QTime=0
   [junit4]   2> 341226 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341226 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 341226 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341226 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 341226 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341226 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 341226 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 341226 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 341226 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 343139 INFO  (OverseerCollectionConfigSetProcessor-98560379206500359-127.0.0.1:44437_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 345234 INFO  (qtp21479343-3013) [    ] o.a.s.u.p.LogUpdateProcessorFactory [authCollection_shard3_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{} 0 4006
   [junit4]   2> 345234 ERROR (qtp21479343-3013) [    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:748)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:734)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.setupRequest(DistributedUpdateProcessor.java:400)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.setupRequest(DistributedUpdateProcessor.java:346)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:703)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
   [junit4]   2> 	at org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:98)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:180)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:136)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:306)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:251)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:122)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:271)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:251)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:173)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:187)
   [junit4]   2> 	at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:108)
   [junit4]   2> 	at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)
   [junit4]   2> 	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2477)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:723)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:529)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 345235 ERROR (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection authCollection failed due to (503) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:39211/solr/authCollection: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2, retry? 0
   [junit4]   2> 345235 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[108ECBC86A134AFF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBasicAuth
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth -Dtests.seed=108ECBC86A134AFF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ru-BY -Dtests.timezone=America/Winnipeg -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   5.88s J2 | BasicAuthIntegrationTest.testBasicAuth <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:39211/solr/authCollection: No registered leader was found after waiting for 4000ms , collection: authCollection slice: shard2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([108ECBC86A134AFF:ACE0BDDACE40C985]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:612)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:194)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 345238 INFO  (jetty-closer-523-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@da81eb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 345238 INFO  (jetty-closer-523-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@13172f4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@874c75{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1666772
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=20565812
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=63468
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 345239 INFO  (jetty-closer-523-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 345243 INFO  (zkCallback-539-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 345243 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 345243 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 345246 INFO  (coreCloseExecutor-1527-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard3_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1193d61
   [junit4]   2> 345252 INFO  (coreCloseExecutor-1528-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1fdd443
   [junit4]   2> 345252 INFO  (coreCloseExecutor-1529-thread-1) [    ] o.a.s.c.SolrCore [authCollection_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@119be95
   [junit4]   2> 345252 INFO  (coreCloseExecutor-1527-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard3.replica1
   [junit4]   2> 345258 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e282487880008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 345258 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 345258 INFO  (coreCloseExecutor-1528-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.authCollection.shard1.replica1
   [junit4]   2> 345258 INFO  (zkCallback-551-thread-2) [  

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

or: solr.core.test_col.shard2.replica1
   [junit4]   2> 1851134 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e283b3203000c, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1851134 INFO  (zkCallback-2532-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1851134 INFO  (zkCallback-2538-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1851136 INFO  (coreCloseExecutor-6070-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.test_col.shard2.replica2
   [junit4]   2> 1851136 INFO  (coreCloseExecutor-6069-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.test_col.shard1.replica2
   [junit4]   2> 1851136 INFO  (jetty-closer-2516-thread-3) [    ] o.a.s.c.Overseer Overseer (id=98560476555968521-127.0.0.1:41069_solr-n_0000000000) closing
   [junit4]   2> 1851136 INFO  (OverseerStateUpdate-98560476555968521-127.0.0.1:41069_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41069_solr
   [junit4]   2> 1851137 WARN  (zkCallback-2532-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1851137 INFO  (jetty-closer-2516-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@101ecb9{/solr,null,UNAVAILABLE}
   [junit4]   2> 1852624 WARN  (zkCallback-2528-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1852625 INFO  (jetty-closer-2516-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1513e3c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1852634 WARN  (zkCallback-2540-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1852635 INFO  (jetty-closer-2516-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@141e287{/solr,null,UNAVAILABLE}
   [junit4]   2> 1852637 WARN  (zkCallback-2538-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1852637 INFO  (jetty-closer-2516-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@32fb60{/solr,null,UNAVAILABLE}
   [junit4]   2> 1852638 ERROR (SUITE-TestStressCloudBlindAtomicUpdates-seed#[108ECBC86A134AFF]-worker) [    ] 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> 1852639 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[108ECBC86A134AFF]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33675 33675
   [junit4]   2> 1852675 INFO  (Thread-4733) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33675 33675
   [junit4]   2> 1852675 WARN  (Thread-4733) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/test_col/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/98560476555968521-127.0.0.1:41069_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1852675 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[108ECBC86A134AFF]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_108ECBC86A134AFF-001
   [junit4]   2> Aug 28, 2017 9:45:52 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {long_stored_idx=PostingsFormat(name=LuceneFixedGap), long_dv_idx=PostingsFormat(name=Asserting), id=Lucene50(blocksize=128), long_dv_stored_idx=PostingsFormat(name=Asserting)}, docValues:{_version_=DocValuesFormat(name=Direct), long_dv_idx=DocValuesFormat(name=Lucene54), long_dv_stored=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Asserting), long_dv=DocValuesFormat(name=Lucene54), long_dv_stored_idx=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1568, maxMBSortInHeap=6.847524840597169, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=ar-AE, timezone=Asia/Dubai
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 9 (32-bit)/cpus=8,threads=1,free=160887816,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrDeletionPolicy1, TestReload, TestSolrJ, TestAuthorizationFramework, TestAnalyzedSuggestions, SimpleMLTQParserTest, TestWriterPerf, TestOverriddenPrefixQueryForCustomFieldType, SuggesterTSTTest, DocExpirationUpdateProcessorFactoryTest, TestExactSharedStatsCache, OverseerRolesTest, TestMissingGroups, TestFieldResource, SolrJmxReporterTest, UtilsToolTest, VMParamsZkACLAndCredentialsProvidersTest, DirectUpdateHandlerTest, LeaderElectionTest, TestMergePolicyConfig, PreAnalyzedUpdateProcessorTest, TestManagedSynonymFilterFactory, LukeRequestHandlerTest, TestSolrXml, PreAnalyzedFieldTest, TestConfigSetsAPIZkFailure, TestComplexPhraseLeadingWildcard, MultiThreadedOCPTest, HdfsTlogReplayBufferedWhileIndexingTest, TestLFUCache, TestMiniSolrCloudCluster, PingRequestHandlerTest, TestHalfAndHalfDocValues, SuggestComponentContextFilterQueryTest, FieldAnalysisRequestHandlerTest, TestFieldCacheSortRandom, TestAnalyzeInfixSuggestions, BasicAuthIntegrationTest, PrimitiveFieldTypeTest, BinaryUpdateRequestHandlerTest, TestBulkSchemaAPI, TestHdfsUpdateLog, TimeZoneUtilsTest, DistributedExpandComponentTest, JSONWriterTest, NoCacheHeaderTest, TestManagedSchemaThreadSafety, AutoCommitTest, TestCorePropertiesReload, TestRebalanceLeaders, DistanceUnitsTest, UpdateParamsTest, AnalyticsMergeStrategyTest, SolrMetricManagerTest, DistributedFacetPivotWhiteBoxTest, BlockJoinFacetRandomTest, TestPostingsSolrHighlighter, TestZkChroot, TestIndexingPerformance, TestRTimerTree, TestExportWriter, TestHdfsBackupRestoreCore, HdfsLockFactoryTest, TestDFRSimilarityFactory, StatsReloadRaceTest, BadComponentTest, SolrIndexMetricsTest, PluginInfoTest, TestExtendedDismaxParser, MigrateRouteKeyTest, SortSpecParsingTest, TestSchemaVersionResource, SpellPossibilityIteratorTest, TestSchemalessBufferedUpdates, CloudExitableDirectoryReaderTest, TestReRankQParserPlugin, BlockDirectoryTest, AtomicUpdateProcessorFactoryTest, RollingRestartTest, TestEmbeddedSolrServerSchemaAPI, OverseerTest, ActionThrottleTest, TestDistributedMissingSort, RequestLoggingTest, TestOnReconnectListenerSupport, ClassificationUpdateProcessorIntegrationTest, SuggesterTest, DOMUtilTest, TestManagedResource, StatelessScriptUpdateProcessorFactoryTest, TestJmxMonitoredMap, TestNonDefinedSimilarityFactory, TestSort, TestQueryWrapperFilter, StatsComponentTest, HLLSerializationTest, TestStressReorder, CoreAdminHandlerTest, MetricUtilsTest, TestStressInPlaceUpdates, TestCloudNestedDocsSort, TestHdfsCloudBackupRestore, UpdateLogTest, HdfsRestartWhileUpdatingTest, TestReversedWildcardFilterFactory, ConcurrentDeleteAndCreateCollectionTest, StressHdfsTest, CollectionTooManyReplicasTest, SolrCoreCheckLockOnStartupTest, ShowFileRequestHandlerTest, PrimUtilsTest, TestFreeTextSuggestions, TestSolr4Spatial2, TestUninvertingReader, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, TestRandomDVFaceting, TestDistributedGrouping, DistributedSpellCheckComponentTest, TestJoin, SolrCmdDistributorTest, BadIndexSchemaTest, TestBadConfig, SoftAutoCommitTest, NumericFieldsTest, TestElisionMultitermQuery, OutputWriterTest, TestSolrCoreProperties, TestPhraseSuggestions, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, ResourceLoaderTest, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, CdcrVersionReplicationTest, CustomCollectionTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverUtilsTest, SolrCLIZkUtilsTest, SolrXmlInZkTest, TestClusterProperties, TestCollectionAPI, TestConfigSetsAPIExclusivity, TestCryptoKeys, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestLockTree, TestMiniSolrCloudClusterSSL, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, TestSolrCloudWithKerberosAlt, TestStressCloudBlindAtomicUpdates]
   [junit4] Completed [545/713 (2!)] on J2 in 31.47s, 5 tests, 1 error <<< FAILURES!

[...truncated 36904 lines...]