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 2018/12/20 18:28:29 UTC

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 968 - Unstable!

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

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestCloudDeleteByQuery

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

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<1>
	at __randomizedtesting.SeedInfo.seed([D7C77F864F26CA22]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.TestCloudDeleteByQuery.createMiniSolrCloudCluster(TestCloudDeleteByQuery.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12592 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudDeleteByQuery
   [junit4]   2> 100697 INFO  (SUITE-TestCloudDeleteByQuery-seed#[D7C77F864F26CA22]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/init-core-data-001
   [junit4]   2> 100698 WARN  (SUITE-TestCloudDeleteByQuery-seed#[D7C77F864F26CA22]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 100698 INFO  (SUITE-TestCloudDeleteByQuery-seed#[D7C77F864F26CA22]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 100699 INFO  (SUITE-TestCloudDeleteByQuery-seed#[D7C77F864F26CA22]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 100700 INFO  (SUITE-TestCloudDeleteByQuery-seed#[D7C77F864F26CA22]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001
   [junit4]   2> 100700 INFO  (SUITE-TestCloudDeleteByQuery-seed#[D7C77F864F26CA22]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 100700 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 100700 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 100800 INFO  (SUITE-TestCloudDeleteByQuery-seed#[D7C77F864F26CA22]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:58900
   [junit4]   2> 100800 INFO  (SUITE-TestCloudDeleteByQuery-seed#[D7C77F864F26CA22]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58900
   [junit4]   2> 100800 INFO  (SUITE-TestCloudDeleteByQuery-seed#[D7C77F864F26CA22]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58900
   [junit4]   2> 100812 INFO  (zkConnectionManagerCallback-416-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100817 INFO  (zkConnectionManagerCallback-418-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100820 INFO  (zkConnectionManagerCallback-420-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100822 WARN  (jetty-launcher-421-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 100823 WARN  (jetty-launcher-421-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 100824 INFO  (jetty-launcher-421-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 100824 INFO  (jetty-launcher-421-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 100824 INFO  (jetty-launcher-421-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 100824 INFO  (jetty-launcher-421-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 100824 INFO  (jetty-launcher-421-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 100824 INFO  (jetty-launcher-421-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 100824 WARN  (jetty-launcher-421-thread-5) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 100824 INFO  (jetty-launcher-421-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 100824 INFO  (jetty-launcher-421-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 100825 INFO  (jetty-launcher-421-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 100825 INFO  (jetty-launcher-421-thread-5) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 100825 INFO  (jetty-launcher-421-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 100825 INFO  (jetty-launcher-421-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 100825 INFO  (jetty-launcher-421-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 100825 INFO  (jetty-launcher-421-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 100825 INFO  (jetty-launcher-421-thread-5) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 100826 WARN  (jetty-launcher-421-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 100826 INFO  (jetty-launcher-421-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19ffaf88{/solr,null,AVAILABLE}
   [junit4]   2> 100827 INFO  (jetty-launcher-421-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 100827 INFO  (jetty-launcher-421-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 100827 INFO  (jetty-launcher-421-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 100826 WARN  (jetty-launcher-421-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 100827 INFO  (jetty-launcher-421-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 100827 INFO  (jetty-launcher-421-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 100827 INFO  (jetty-launcher-421-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 100829 INFO  (jetty-launcher-421-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 100829 INFO  (jetty-launcher-421-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 100829 INFO  (jetty-launcher-421-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 100829 INFO  (jetty-launcher-421-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28341074{/solr,null,AVAILABLE}
   [junit4]   2> 100830 INFO  (jetty-launcher-421-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 100830 INFO  (jetty-launcher-421-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 100830 INFO  (jetty-launcher-421-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 100831 INFO  (jetty-launcher-421-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c8690df{/solr,null,AVAILABLE}
   [junit4]   2> 100831 INFO  (jetty-launcher-421-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77f71502{/solr,null,AVAILABLE}
   [junit4]   2> 100834 INFO  (jetty-launcher-421-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 100834 INFO  (jetty-launcher-421-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 100834 INFO  (jetty-launcher-421-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 100834 INFO  (jetty-launcher-421-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1dfba727{/solr,null,AVAILABLE}
   [junit4]   2> 100837 INFO  (jetty-launcher-421-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@65713b6d{HTTP/1.1,[http/1.1]}{127.0.0.1:37880}
   [junit4]   2> 100837 INFO  (jetty-launcher-421-thread-5) [    ] o.e.j.s.Server Started @101038ms
   [junit4]   2> 100837 INFO  (jetty-launcher-421-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37880}
   [junit4]   2> 100838 ERROR (jetty-launcher-421-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 100838 INFO  (jetty-launcher-421-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 100838 INFO  (jetty-launcher-421-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.7.0
   [junit4]   2> 100838 INFO  (jetty-launcher-421-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100838 INFO  (jetty-launcher-421-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100838 INFO  (jetty-launcher-421-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-20T17:08:39.566Z
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7201bbe0{HTTP/1.1,[http/1.1]}{127.0.0.1:58373}
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-4) [    ] o.e.j.s.Server Started @101041ms
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58373}
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@261deed4{HTTP/1.1,[http/1.1]}{127.0.0.1:38291}
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-3) [    ] o.e.j.s.Server Started @101041ms
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38291}
   [junit4]   2> 100841 ERROR (jetty-launcher-421-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.7.0
   [junit4]   2> 100841 ERROR (jetty-launcher-421-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.7.0
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-20T17:08:39.569Z
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100841 INFO  (jetty-launcher-421-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-20T17:08:39.569Z
   [junit4]   2> 100843 INFO  (jetty-launcher-421-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@62d73d8b{HTTP/1.1,[http/1.1]}{127.0.0.1:61956}
   [junit4]   2> 100843 INFO  (jetty-launcher-421-thread-1) [    ] o.e.j.s.Server Started @101044ms
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61956}
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@48d8a47e{HTTP/1.1,[http/1.1]}{127.0.0.1:50928}
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-2) [    ] o.e.j.s.Server Started @101044ms
   [junit4]   2> 100844 ERROR (jetty-launcher-421-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50928}
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.7.0
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100844 ERROR (jetty-launcher-421-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-20T17:08:39.572Z
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.7.0
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100844 INFO  (jetty-launcher-421-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-20T17:08:39.572Z
   [junit4]   2> 100850 INFO  (zkConnectionManagerCallback-431-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100851 INFO  (zkConnectionManagerCallback-423-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100851 INFO  (jetty-launcher-421-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 100856 INFO  (zkConnectionManagerCallback-429-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100857 INFO  (zkConnectionManagerCallback-427-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100857 INFO  (zkConnectionManagerCallback-425-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100858 INFO  (jetty-launcher-421-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 100859 INFO  (jetty-launcher-421-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 100859 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100baf4337f0007, likely client has closed socket
   [junit4]   2> 100867 INFO  (jetty-launcher-421-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 100869 INFO  (jetty-launcher-421-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 100871 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100baf4337f0004, likely client has closed socket
   [junit4]   2> 101142 INFO  (jetty-launcher-421-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58900/solr
   [junit4]   2> 101194 INFO  (zkConnectionManagerCallback-435-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101244 INFO  (jetty-launcher-421-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58900/solr
   [junit4]   2> 101298 INFO  (zkConnectionManagerCallback-439-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101379 INFO  (zkConnectionManagerCallback-441-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101431 INFO  (zkConnectionManagerCallback-443-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101581 INFO  (jetty-launcher-421-thread-4) [n:127.0.0.1:58373_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58373_solr
   [junit4]   2> 101582 INFO  (jetty-launcher-421-thread-4) [n:127.0.0.1:58373_solr    ] o.a.s.c.Overseer Overseer (id=72263152036675594-127.0.0.1:58373_solr-n_0000000000) starting
   [junit4]   2> 101625 INFO  (zkConnectionManagerCallback-452-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101631 INFO  (jetty-launcher-421-thread-4) [n:127.0.0.1:58373_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58900/solr ready
   [junit4]   2> 101632 INFO  (jetty-launcher-421-thread-4) [n:127.0.0.1:58373_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58373_solr
   [junit4]   2> 101633 INFO  (OverseerStateUpdate-72263152036675594-127.0.0.1:58373_solr-n_0000000000) [n:127.0.0.1:58373_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58373_solr
   [junit4]   2> 101649 INFO  (zkCallback-451-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 101650 INFO  (OverseerStateUpdate-72263152036675594-127.0.0.1:58373_solr-n_0000000000) [n:127.0.0.1:58373_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 101698 INFO  (jetty-launcher-421-thread-4) [n:127.0.0.1:58373_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 101718 INFO  (jetty-launcher-421-thread-4) [n:127.0.0.1:58373_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58373.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 101723 INFO  (jetty-launcher-421-thread-4) [n:127.0.0.1:58373_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58373.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 101723 INFO  (jetty-launcher-421-thread-4) [n:127.0.0.1:58373_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58373.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 101724 INFO  (jetty-launcher-421-thread-4) [n:127.0.0.1:58373_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node4/.
   [junit4]   2> 101759 INFO  (jetty-launcher-421-thread-2) [n:127.0.0.1:50928_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 101763 INFO  (jetty-launcher-421-thread-2) [n:127.0.0.1:50928_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:50928_solr as DOWN
   [junit4]   2> 101764 INFO  (jetty-launcher-421-thread-2) [n:127.0.0.1:50928_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 101764 INFO  (jetty-launcher-421-thread-2) [n:127.0.0.1:50928_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50928_solr
   [junit4]   2> 101766 INFO  (zkCallback-451-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 101766 INFO  (zkCallback-442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 101767 INFO  (zkCallback-440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 101792 INFO  (zkConnectionManagerCallback-458-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101794 INFO  (jetty-launcher-421-thread-2) [n:127.0.0.1:50928_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 101795 INFO  (jetty-launcher-421-thread-2) [n:127.0.0.1:50928_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58900/solr ready
   [junit4]   2> 101795 INFO  (jetty-launcher-421-thread-2) [n:127.0.0.1:50928_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 101813 INFO  (jetty-launcher-421-thread-2) [n:127.0.0.1:50928_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50928.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 101821 INFO  (jetty-launcher-421-thread-2) [n:127.0.0.1:50928_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50928.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 101821 INFO  (jetty-launcher-421-thread-2) [n:127.0.0.1:50928_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50928.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 101822 INFO  (jetty-launcher-421-thread-2) [n:127.0.0.1:50928_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node2/.
   [junit4]   2> 101917 INFO  (jetty-launcher-421-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58900/solr
   [junit4]   2> 101921 INFO  (zkConnectionManagerCallback-463-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101924 INFO  (zkConnectionManagerCallback-465-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101930 INFO  (jetty-launcher-421-thread-5) [n:127.0.0.1:37880_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 101933 INFO  (jetty-launcher-421-thread-5) [n:127.0.0.1:37880_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:37880_solr as DOWN
   [junit4]   2> 101934 INFO  (jetty-launcher-421-thread-5) [n:127.0.0.1:37880_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 101934 INFO  (jetty-launcher-421-thread-5) [n:127.0.0.1:37880_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37880_solr
   [junit4]   2> 101936 INFO  (zkCallback-451-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 101936 INFO  (zkCallback-457-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 101936 INFO  (zkCallback-442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 101936 INFO  (zkCallback-440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 101955 INFO  (zkCallback-464-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 101955 INFO  (zkConnectionManagerCallback-472-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101957 INFO  (jetty-launcher-421-thread-5) [n:127.0.0.1:37880_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 101958 INFO  (jetty-launcher-421-thread-5) [n:127.0.0.1:37880_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58900/solr ready
   [junit4]   2> 101958 INFO  (jetty-launcher-421-thread-5) [n:127.0.0.1:37880_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 101987 INFO  (jetty-launcher-421-thread-5) [n:127.0.0.1:37880_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37880.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 101993 INFO  (jetty-launcher-421-thread-5) [n:127.0.0.1:37880_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37880.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 101993 INFO  (jetty-launcher-421-thread-5) [n:127.0.0.1:37880_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37880.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 101995 INFO  (jetty-launcher-421-thread-5) [n:127.0.0.1:37880_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node3/.
   [junit4]   2> 102102 INFO  (jetty-launcher-421-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58900/solr
   [junit4]   2> 102106 INFO  (zkConnectionManagerCallback-477-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 102127 INFO  (zkConnectionManagerCallback-479-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 102135 INFO  (jetty-launcher-421-thread-1) [n:127.0.0.1:61956_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 102140 INFO  (jetty-launcher-421-thread-1) [n:127.0.0.1:61956_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:61956_solr as DOWN
   [junit4]   2> 102141 INFO  (jetty-launcher-421-thread-1) [n:127.0.0.1:61956_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 102141 INFO  (jetty-launcher-421-thread-1) [n:127.0.0.1:61956_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61956_solr
   [junit4]   2> 102146 INFO  (zkCallback-457-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 102146 INFO  (zkCallback-442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 102147 INFO  (zkCallback-464-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 102148 INFO  (zkCallback-471-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 102155 INFO  (zkCallback-440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 102155 INFO  (zkCallback-451-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 102174 INFO  (zkCallback-478-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 102177 INFO  (zkConnectionManagerCallback-486-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 102179 INFO  (jetty-launcher-421-thread-1) [n:127.0.0.1:61956_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 102180 INFO  (jetty-launcher-421-thread-1) [n:127.0.0.1:61956_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58900/solr ready
   [junit4]   2> 102181 INFO  (jetty-launcher-421-thread-1) [n:127.0.0.1:61956_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 102198 INFO  (jetty-launcher-421-thread-1) [n:127.0.0.1:61956_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61956.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 102209 INFO  (jetty-launcher-421-thread-1) [n:127.0.0.1:61956_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61956.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 102210 INFO  (jetty-launcher-421-thread-1) [n:127.0.0.1:61956_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61956.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 102211 INFO  (jetty-launcher-421-thread-1) [n:127.0.0.1:61956_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node1/.
   [junit4]   2> 102594 INFO  (jetty-launcher-421-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58900/solr
   [junit4]   2> 102597 INFO  (zkConnectionManagerCallback-491-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 102633 INFO  (zkConnectionManagerCallback-493-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 102641 INFO  (jetty-launcher-421-thread-3) [n:127.0.0.1:38291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 102653 INFO  (jetty-launcher-421-thread-3) [n:127.0.0.1:38291_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:38291_solr as DOWN
   [junit4]   2> 102657 INFO  (jetty-launcher-421-thread-3) [n:127.0.0.1:38291_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 102657 INFO  (jetty-launcher-421-thread-3) [n:127.0.0.1:38291_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38291_solr
   [junit4]   2> 102682 INFO  (zkCallback-440-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 102682 INFO  (zkCallback-442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 102683 INFO  (zkCallback-451-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 102683 INFO  (zkCallback-457-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 102683 INFO  (zkCallback-471-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 102683 INFO  (zkCallback-464-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 102683 INFO  (zkCallback-478-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 102683 INFO  (zkCallback-485-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 102692 INFO  (zkCallback-492-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 102715 INFO  (zkConnectionManagerCallback-500-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 102717 INFO  (jetty-launcher-421-thread-3) [n:127.0.0.1:38291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 102719 INFO  (jetty-launcher-421-thread-3) [n:127.0.0.1:38291_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58900/solr ready
   [junit4]   2> 102720 INFO  (jetty-launcher-421-thread-3) [n:127.0.0.1:38291_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 102737 INFO  (jetty-launcher-421-thread-3) [n:127.0.0.1:38291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38291.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 102749 INFO  (jetty-launcher-421-thread-3) [n:127.0.0.1:38291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38291.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 102749 INFO  (jetty-launcher-421-thread-3) [n:127.0.0.1:38291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38291.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 102750 INFO  (jetty-launcher-421-thread-3) [n:127.0.0.1:38291_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node5/.
   [junit4]   2> 102804 INFO  (zkConnectionManagerCallback-506-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 102807 INFO  (SUITE-TestCloudDeleteByQuery-seed#[D7C77F864F26CA22]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 102808 INFO  (SUITE-TestCloudDeleteByQuery-seed#[D7C77F864F26CA22]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58900/solr ready
   [junit4]   2> 103248 INFO  (qtp1268772617-1418) [n:127.0.0.1:50928_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.config=solrconfig-tlog.xml&property.schema=schema15.xml&collection.configName=solrCloudCollectionConfig&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 103253 INFO  (OverseerThreadFactory-589-thread-1-processing-n:127.0.0.1:58373_solr) [n:127.0.0.1:58373_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 103392 INFO  (qtp1268772617-1420) [n:127.0.0.1:50928_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103441 INFO  (qtp1268772617-1421) [n:127.0.0.1:50928_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103443 INFO  (qtp1268772617-1416) [n:127.0.0.1:50928_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103444 INFO  (qtp1268772617-1417) [n:127.0.0.1:50928_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103445 INFO  (qtp1268772617-1419) [n:127.0.0.1:50928_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103461 INFO  (qtp44099973-1410) [n:127.0.0.1:38291_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103465 INFO  (qtp44099973-1411) [n:127.0.0.1:38291_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103466 INFO  (qtp44099973-1412) [n:127.0.0.1:38291_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103515 INFO  (qtp44099973-1413) [n:127.0.0.1:38291_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103516 INFO  (qtp44099973-1408) [n:127.0.0.1:38291_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103527 INFO  (qtp1176666369-1424) [n:127.0.0.1:58373_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103529 INFO  (qtp1176666369-1425) [n:127.0.0.1:58373_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103531 INFO  (qtp1176666369-1427) [n:127.0.0.1:58373_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103533 INFO  (qtp1176666369-1403) [n:127.0.0.1:58373_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103534 INFO  (qtp1176666369-1426) [n:127.0.0.1:58373_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103537 INFO  (qtp118866245-1390) [n:127.0.0.1:61956_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103538 INFO  (qtp118866245-1391) [n:127.0.0.1:61956_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103540 INFO  (qtp118866245-1393) [n:127.0.0.1:61956_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103541 INFO  (qtp118866245-1389) [n:127.0.0.1:61956_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103542 INFO  (qtp118866245-1392) [n:127.0.0.1:61956_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103545 INFO  (qtp943093620-1398) [n:127.0.0.1:37880_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103547 INFO  (qtp943093620-1399) [n:127.0.0.1:37880_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103548 INFO  (qtp943093620-1400) [n:127.0.0.1:37880_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103550 INFO  (qtp943093620-1401) [n:127.0.0.1:37880_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103551 INFO  (qtp943093620-1396) [n:127.0.0.1:37880_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 103560 INFO  (OverseerStateUpdate-72263152036675594-127.0.0.1:58373_solr-n_0000000000) [n:127.0.0.1:58373_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37880/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 103564 INFO  (OverseerStateUpdate-72263152036675594-127.0.0.1:58373_solr-n_0000000000) [n:127.0.0.1:58373_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61956/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 103566 INFO  (OverseerStateUpdate-72263152036675594-127.0.0.1:58373_solr-n_0000000000) [n:127.0.0.1:58373_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58373/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 103569 INFO  (OverseerStateUpdate-72263152036675594-127.0.0.1:58373_solr-n_0000000000) [n:127.0.0.1:58373_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38291/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 103776 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr    x:test_col_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 103776 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr    x:test_col_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 103776 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr    x:test_col_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 103776 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr    x:test_col_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 103777 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr    x:test_col_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 104799 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
   [junit4]   2> 104801 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
   [junit4]   2> 104808 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema name=test
   [junit4]   2> 104812 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
   [junit4]   2> 104843 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.IndexSchema [test_col_shard2_replica_n6] Schema name=test
   [junit4]   2> 104864 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
   [junit4]   2> 104884 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.IndexSchema [test_col_shard2_replica_n4] Schema name=test
   [junit4]   2> 104893 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 104899 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema name=test
   [junit4]   2> 104940 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 104967 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 104968 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n1' using configuration from collection test_col, trusted=true
   [junit4]   2> 104968 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37880.solr.core.test_col.shard1.replica_n1' (registry 'solr.core.test_col.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 104969 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [[test_col_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node3/test_col_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node3/./test_col_shard1_replica_n1/data/]
   [junit4]   2> 104970 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=34.4951171875, floorSegmentMB=2.037109375, forceMergeDeletesPctAllowed=10.696927752574766, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=41.904687419145816
   [junit4]   2> 104973 WARN  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 105003 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 105045 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n4' using configuration from collection test_col, trusted=true
   [junit4]   2> 105046 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58373.solr.core.test_col.shard2.replica_n4' (registry 'solr.core.test_col.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 105046 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [[test_col_shard2_replica_n4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node4/test_col_shard2_replica_n4], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node4/./test_col_shard2_replica_n4/data/]
   [junit4]   2> 105047 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 105047 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 105049 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 105049 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 105049 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=34.4951171875, floorSegmentMB=2.037109375, forceMergeDeletesPctAllowed=10.696927752574766, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=41.904687419145816
   [junit4]   2> 105050 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3940398652848983]
   [junit4]   2> 105050 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f15248c[test_col_shard1_replica_n1] main]
   [junit4]   2> 105052 WARN  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 105054 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 105057 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 105057 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 105057 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1620391466143580160
   [junit4]   2> 105142 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 105143 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 105145 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 105145 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 105147 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3940398652848983]
   [junit4]   2> 105148 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@53d6ae2[test_col_shard2_replica_n4] main]
   [junit4]   2> 105149 INFO  (searcherExecutor-619-thread-1-processing-n:127.0.0.1:37880_solr x:test_col_shard1_replica_n1 c:test_col s:shard1 r:core_node3) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [test_col_shard1_replica_n1] Registered new searcher Searcher@1f15248c[test_col_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 105151 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 105151 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 105156 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 105156 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1620391466247389184
   [junit4]   2> 105158 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 105158 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_col/leaders/shard1
   [junit4]   2> 105165 INFO  (searcherExecutor-621-thread-1-processing-n:127.0.0.1:58373_solr x:test_col_shard2_replica_n4 c:test_col s:shard2 r:core_node7) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [test_col_shard2_replica_n4] Registered new searcher Searcher@53d6ae2[test_col_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 105170 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 105171 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_col/leaders/shard2
   [junit4]   2> 105176 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n2' using configuration from collection test_col, trusted=true
   [junit4]   2> 105176 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61956.solr.core.test_col.shard1.replica_n2' (registry 'solr.core.test_col.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 105177 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [[test_col_shard1_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node1/test_col_shard1_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node1/./test_col_shard1_replica_n2/data/]
   [junit4]   2> 105178 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9994ms
   [junit4]   2> 105179 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=34.4951171875, floorSegmentMB=2.037109375, forceMergeDeletesPctAllowed=10.696927752574766, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=41.904687419145816
   [junit4]   2> 105182 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 105182 WARN  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 105186 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n6' using configuration from collection test_col, trusted=true
   [junit4]   2> 105187 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38291.solr.core.test_col.shard2.replica_n6' (registry 'solr.core.test_col.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62ff8647
   [junit4]   2> 105187 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore [[test_col_shard2_replica_n6] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node5/test_col_shard2_replica_n6], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudDeleteByQuery_D7C77F864F26CA22-001/tempDir-001/node5/./test_col_shard2_replica_n6/data/]
   [junit4]   2> 105193 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=34.4951171875, floorSegmentMB=2.037109375, forceMergeDeletesPctAllowed=10.696927752574766, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=41.904687419145816
   [junit4]   2> 105197 WARN  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 105256 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 105256 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 105258 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 105258 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 105259 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3940398652848983]
   [junit4]   2> 105259 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@d45748d[test_col_shard1_replica_n2] main]
   [junit4]   2> 105261 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 105262 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 105263 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 105263 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1620391466359586816
   [junit4]   2> 105294 INFO  (searcherExecutor-629-thread-1-processing-n:127.0.0.1:61956_solr x:test_col_shard1_replica_n2 c:test_col s:shard1 r:core_node5) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [test_col_shard1_replica_n2] Registered new searcher Searcher@d45748d[test_col_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 105303 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 105303 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_col/leaders/shard1
   [junit4]   2> 105325 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 105325 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 105327 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 105327 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 105328 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3940398652848983]
   [junit4]   2> 105328 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@4bc3a5f1[test_col_shard2_replica_n6] main]
   [junit4]   2> 105331 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 105331 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 105332 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 105332 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1620391466431938560
   [junit4]   2> 105336 INFO  (searcherExecutor-630-thread-1-processing-n:127.0.0.1:38291_solr x:test_col_shard2_replica_n6 c:test_col s:shard2 r:core_node8) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore [test_col_shard2_replica_n6] Registered new searcher Searcher@4bc3a5f1[test_col_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 105358 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 105358 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_col/leaders/shard2
   [junit4]   2> 105681 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 105681 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 105681 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37880/solr/test_col_shard1_replica_n1/
   [junit4]   2> 105682 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:37880/solr START replicas=[http://127.0.0.1:61956/solr/test_col_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 105682 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:37880/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 105685 INFO  (qtp118866245-1391) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.S.Request [test_col_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 105685 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 105685 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 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> 105685 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 105685 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/test_col/leaders/shard1/leader after winning as /collections/test_col/leader_elect/shard1/election/72263152036675599-core_node3-n_0000000000
   [junit4]   2> 105686 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 105686 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 105686 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58373/solr/test_col_shard2_replica_n4/
   [junit4]   2> 105688 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica_n4 url=http://127.0.0.1:58373/solr START replicas=[http://127.0.0.1:38291/solr/test_col_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 105688 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37880/solr/test_col_shard1_replica_n1/ shard1
   [junit4]   2> 105688 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica_n4 url=http://127.0.0.1:58373/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 105690 INFO  (qtp44099973-1411) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.S.Request [test_col_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 105691 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 105691 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 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> 105691 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 105691 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/test_col/leaders/shard2/leader after winning as /collections/test_col/leader_elect/shard2/election/72263152036675594-core_node7-n_0000000000
   [junit4]   2> 105693 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58373/solr/test_col_shard2_replica_n4/ shard2
   [junit4]   2> 105848 INFO  (zkCallback-464-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 105848 INFO  (zkCallback-440-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 105850 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 105851 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 105853 INFO  (qtp1176666369-1404) [n:127.0.0.1:58373_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2078
   [junit4]   2> 105856 INFO  (qtp943093620-1397) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=2081
   [junit4]   2> 105957 INFO  (zkCallback-440-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 105957 INFO  (zkCallback-464-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 105958 INFO  (zkCallback-440-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 105958 INFO  (zkCallback-464-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 106311 INFO  (qtp118866245-1388) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=2536
   [junit4]   2> 106367 INFO  (qtp44099973-1409) [n:127.0.0.1:38291_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema15.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2591
   [junit4]   2> 106374 INFO  (qtp1268772617-1418) [n:127.0.0.1:50928_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 106467 INFO  (zkCallback-492-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 106467 INFO  (zkCallback-478-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 106468 INFO  (zkCallback-440-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 106468 INFO  (zkCallback-442-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 106469 INFO  (zkCallback-440-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 106469 INFO  (zkCallback-478-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 106469 INFO  (zkCallback-492-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 106470 INFO  (qtp1268772617-1418) [n:127.0.0.1:50928_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={property.config=solrconfig-tlog.xml&property.schema=schema15.xml&collection.configName=solrCloudCollectionConfig&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3224
   [junit4]   2> 106486 INFO  (zkCallback-464-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 106486 INFO  (zkCallback-464-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 106486 INFO  (qtp943093620-1399) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard1 to Terms{values={core_node3=1, core_node5=0}, version=2}
   [junit4]   2> 106486 INFO  (qtp943093620-1399) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[abc!-368386259 (1620391467637800960)]} 0 6
   [junit4]   2> 106488 INFO  (zkCallback-478-thread-2) [    ] o.a.s.c.RecoveringCoreTermWatcher Start recovery on core_node5 because core's term is less than leader's term
   [junit4]   2> 106490 INFO  (updateExecutor-474-thread-1) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 106497 INFO  (recoveryExecutor-475-thread-1-processing-n:127.0.0.1:61956_solr x:test_col_shard1_replica_n2 c:test_col s:shard1 r:core_node5) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 106498 INFO  (recoveryExecutor-475-thread-1-processing-n:127.0.0.1:61956_solr x:test_col_shard1_replica_n2 c:test_col s:shard1 r:core_node5) [n:127.0.0.1:61956_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 106507 INFO  (qtp943093620-1401) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.S.Request [test_col_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=5
   [junit4]   2> 106507 INFO  (qtp943093620-1401) [n:127.0.0.1:37880_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.S.Request [test_col_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 106508 INFO  (recoveryExecutor-475-thread-1-processing-n:127.0.0.1:61956_solr x:test_col_shard1_replica_n2 c:test_col s:shard1 r:core_node5) [n:127.0.0.1:61956_solr c:t

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

s/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: D7C77F864F26CA22
    [mkdir] Created dir: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says नमस्ते! Master seed: D7C77F864F26CA22
   [junit4] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J1 PID(27585@serv1-vm3).
   [junit4] Started J0 PID(27586@serv1-vm3).
   [junit4] Suite: org.apache.solr.cloud.TestCloudDeleteByQuery
   [junit4] OK      0.32s J1 | TestCloudDeleteByQuery.testMalformedDBQViaShard1NonLeaderClient
   [junit4] OK      0.10s J1 | TestCloudDeleteByQuery.testMalformedDBQViaShard2LeaderClient
   [junit4] OK      0.12s J1 | TestCloudDeleteByQuery.testMalformedDBQViaNoCollectionClient
   [junit4] OK      0.10s J1 | TestCloudDeleteByQuery.testMalformedDBQViaShard1LeaderClient
   [junit4] OK      0.13s J1 | TestCloudDeleteByQuery.testMalformedDBQViaCloudClient
   [junit4] OK      0.14s J1 | TestCloudDeleteByQuery.testMalformedDBQViaShard2NonLeaderClient
   [junit4] Completed [1/5] on J1 in 17.89s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestCloudDeleteByQuery
   [junit4] OK      0.23s J0 | TestCloudDeleteByQuery.testMalformedDBQViaShard1NonLeaderClient
   [junit4] OK      0.19s J0 | TestCloudDeleteByQuery.testMalformedDBQViaShard2LeaderClient
   [junit4] OK      0.22s J0 | TestCloudDeleteByQuery.testMalformedDBQViaNoCollectionClient
   [junit4] OK      0.09s J0 | TestCloudDeleteByQuery.testMalformedDBQViaShard1LeaderClient
   [junit4] OK      0.12s J0 | TestCloudDeleteByQuery.testMalformedDBQViaCloudClient
   [junit4] OK      0.11s J0 | TestCloudDeleteByQuery.testMalformedDBQViaShard2NonLeaderClient
   [junit4] Completed [2/5] on J0 in 19.86s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestCloudDeleteByQuery
   [junit4] OK      0.11s J1 | TestCloudDeleteByQuery.testMalformedDBQViaShard1NonLeaderClient
   [junit4] OK      0.10s J1 | TestCloudDeleteByQuery.testMalformedDBQViaShard2LeaderClient
   [junit4] OK      0.12s J1 | TestCloudDeleteByQuery.testMalformedDBQViaNoCollectionClient
   [junit4] OK      0.08s J1 | TestCloudDeleteByQuery.testMalformedDBQViaShard1LeaderClient
   [junit4] OK      0.08s J1 | TestCloudDeleteByQuery.testMalformedDBQViaCloudClient
   [junit4] OK      0.10s J1 | TestCloudDeleteByQuery.testMalformedDBQViaShard2NonLeaderClient
   [junit4] Completed [3/5] on J1 in 7.62s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestCloudDeleteByQuery
   [junit4] OK      0.13s J0 | TestCloudDeleteByQuery.testMalformedDBQViaShard1NonLeaderClient
   [junit4] OK      0.15s J0 | TestCloudDeleteByQuery.testMalformedDBQViaShard2LeaderClient
   [junit4] OK      0.11s J0 | TestCloudDeleteByQuery.testMalformedDBQViaNoCollectionClient
   [junit4] OK      0.10s J0 | TestCloudDeleteByQuery.testMalformedDBQViaShard1LeaderClient
   [junit4] OK      0.09s J0 | TestCloudDeleteByQuery.testMalformedDBQViaCloudClient
   [junit4] OK      0.10s J0 | TestCloudDeleteByQuery.testMalformedDBQViaShard2NonLeaderClient
   [junit4] Completed [4/5] on J0 in 6.83s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestCloudDeleteByQuery
   [junit4] OK      0.12s J1 | TestCloudDeleteByQuery.testMalformedDBQViaShard1NonLeaderClient
   [junit4] OK      0.10s J1 | TestCloudDeleteByQuery.testMalformedDBQViaShard2LeaderClient
   [junit4] OK      0.10s J1 | TestCloudDeleteByQuery.testMalformedDBQViaNoCollectionClient
   [junit4] OK      0.09s J1 | TestCloudDeleteByQuery.testMalformedDBQViaShard1LeaderClient
   [junit4] OK      0.08s J1 | TestCloudDeleteByQuery.testMalformedDBQViaCloudClient
   [junit4] OK      0.11s J1 | TestCloudDeleteByQuery.testMalformedDBQViaShard2NonLeaderClient
   [junit4] Completed [5/5] on J1 in 7.39s, 6 tests
   [junit4] 
   [junit4] JVM J0:     0.71 ..    28.52 =    27.81s
   [junit4] JVM J1:     0.71 ..    35.17 =    34.46s
   [junit4] Execution time total: 35 seconds
   [junit4] Tests summary: 5 suites, 30 tests
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 141.84s | org.apache.solr.search.facet.TestJsonFacets
[junit4:tophints] 122.70s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 117.59s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 101.58s | org.apache.solr.cloud.CollectionsAPISolrJTest
[junit4:tophints]  94.76s | org.apache.solr.cloud.LIRRollingUpdatesTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 38 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestCloudDeleteByQuery
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=421a3ac0c2962ce8025952451cd4a285c483dd54, workspace=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #967
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2