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

[JENKINS] Lucene-Solr-Tests-8.x - Build # 76 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/76/

2 tests failed.
FAILED:  org.apache.solr.cloud.ReindexCollectionTest.testFailure

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([1339B5F726DB0241:7B84461B1CEB60EE]:0)
	at org.apache.solr.cloud.ReindexCollectionTest.lambda$testFailure$9(ReindexCollectionTest.java:305)
	at org.apache.solr.common.cloud.ClusterState.lambda$forEachCollection$0(ClusterState.java:359)
	at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
	at org.apache.solr.common.cloud.ClusterState.forEachCollection(ClusterState.java:357)
	at org.apache.solr.cloud.ReindexCollectionTest.testFailure(ReindexCollectionTest.java:304)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Expected metric minimums for prefix SECURITY./authentication.: {failMissingCredentials=0, authenticated=2, passThrough=3, failWrongCredentials=0, requests=5, errors=0}, but got: {failMissingCredentials=0, authenticated=1, passThrough=4, totalTime=56965271, failWrongCredentials=0, requestTimes=403, requests=5, errors=0}

Stack Trace:
java.lang.AssertionError: Expected metric minimums for prefix SECURITY./authentication.: {failMissingCredentials=0, authenticated=2, passThrough=3, failWrongCredentials=0, requests=5, errors=0}, but got: {failMissingCredentials=0, authenticated=1, passThrough=4, totalTime=56965271, failWrongCredentials=0, requestTimes=403, requests=5, errors=0}
	at __randomizedtesting.SeedInfo.seed([1339B5F726DB0241:AF57C3E58288813B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:125)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:81)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13058 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_1339B5F726DB0241-001/init-core-data-001
   [junit4]   2> 397508 WARN  (SUITE-ReindexCollectionTest-seed#[1339B5F726DB0241]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 397509 INFO  (SUITE-ReindexCollectionTest-seed#[1339B5F726DB0241]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 397510 INFO  (SUITE-ReindexCollectionTest-seed#[1339B5F726DB0241]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 397511 INFO  (SUITE-ReindexCollectionTest-seed#[1339B5F726DB0241]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 397511 INFO  (SUITE-ReindexCollectionTest-seed#[1339B5F726DB0241]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_1339B5F726DB0241-001/tempDir-001
   [junit4]   2> 397512 INFO  (SUITE-ReindexCollectionTest-seed#[1339B5F726DB0241]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 397529 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 397529 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 397638 INFO  (SUITE-ReindexCollectionTest-seed#[1339B5F726DB0241]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:45144
   [junit4]   2> 397638 INFO  (SUITE-ReindexCollectionTest-seed#[1339B5F726DB0241]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45144
   [junit4]   2> 397638 INFO  (SUITE-ReindexCollectionTest-seed#[1339B5F726DB0241]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45144
   [junit4]   2> 397674 INFO  (zkConnectionManagerCallback-584-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 397676 INFO  (zkConnectionManagerCallback-586-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 397677 INFO  (zkConnectionManagerCallback-588-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 397711 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 0x1083efc913b0002, likely client has closed socket
   [junit4]   2> 397764 WARN  (jetty-launcher-589-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 397764 INFO  (jetty-launcher-589-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 397764 INFO  (jetty-launcher-589-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 397765 INFO  (jetty-launcher-589-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> 397766 INFO  (jetty-launcher-589-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 397766 INFO  (jetty-launcher-589-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 397766 INFO  (jetty-launcher-589-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 397766 INFO  (jetty-launcher-589-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60891924{/solr,null,AVAILABLE}
   [junit4]   2> 397767 WARN  (jetty-launcher-589-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@28881ca7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 397780 INFO  (jetty-launcher-589-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@688eaee7{SSL,[ssl, http/1.1]}{127.0.0.1:43646}
   [junit4]   2> 397780 INFO  (jetty-launcher-589-thread-1) [    ] o.e.j.s.Server Started @397980ms
   [junit4]   2> 397780 INFO  (jetty-launcher-589-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43646}
   [junit4]   2> 397781 ERROR (jetty-launcher-589-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 397781 INFO  (jetty-launcher-589-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 397781 INFO  (jetty-launcher-589-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 397781 INFO  (jetty-launcher-589-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 397781 INFO  (jetty-launcher-589-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 397781 INFO  (jetty-launcher-589-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-20T10:51:17.306Z
   [junit4]   2> 397783 WARN  (jetty-launcher-589-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 397783 INFO  (jetty-launcher-589-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 397783 INFO  (jetty-launcher-589-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 397783 INFO  (jetty-launcher-589-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> 397837 INFO  (zkConnectionManagerCallback-591-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 397837 INFO  (jetty-launcher-589-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 397837 INFO  (jetty-launcher-589-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 397838 INFO  (jetty-launcher-589-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 397838 INFO  (jetty-launcher-589-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a389612{/solr,null,AVAILABLE}
   [junit4]   2> 397838 WARN  (jetty-launcher-589-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@54317620[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 397876 INFO  (jetty-launcher-589-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@16c47a80{SSL,[ssl, http/1.1]}{127.0.0.1:42504}
   [junit4]   2> 397876 INFO  (jetty-launcher-589-thread-2) [    ] o.e.j.s.Server Started @398076ms
   [junit4]   2> 397876 INFO  (jetty-launcher-589-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42504}
   [junit4]   2> 397876 ERROR (jetty-launcher-589-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 397876 INFO  (jetty-launcher-589-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 397877 INFO  (jetty-launcher-589-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 397877 INFO  (jetty-launcher-589-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 397877 INFO  (jetty-launcher-589-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 397877 INFO  (jetty-launcher-589-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-20T10:51:17.402Z
   [junit4]   2> 397891 INFO  (jetty-launcher-589-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 397896 INFO  (zkConnectionManagerCallback-593-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 397910 INFO  (jetty-launcher-589-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 398457 INFO  (jetty-launcher-589-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 398458 WARN  (jetty-launcher-589-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 398459 WARN  (jetty-launcher-589-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4b3863ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 398473 WARN  (jetty-launcher-589-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 398474 WARN  (jetty-launcher-589-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@46227bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 398475 INFO  (jetty-launcher-589-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45144/solr
   [junit4]   2> 398487 INFO  (zkConnectionManagerCallback-601-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 398538 INFO  (zkConnectionManagerCallback-603-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 398743 INFO  (jetty-launcher-589-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 398743 WARN  (jetty-launcher-589-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 398762 WARN  (jetty-launcher-589-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@c218ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 398764 WARN  (jetty-launcher-589-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 398947 WARN  (jetty-launcher-589-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5f7b2edd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 398948 INFO  (jetty-launcher-589-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45144/solr
   [junit4]   2> 399019 INFO  (zkConnectionManagerCallback-611-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 399065 INFO  (zkConnectionManagerCallback-613-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 399100 INFO  (jetty-launcher-589-thread-2) [n:127.0.0.1:42504_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42504_solr
   [junit4]   2> 399114 INFO  (jetty-launcher-589-thread-2) [n:127.0.0.1:42504_solr    ] o.a.s.c.Overseer Overseer (id=74378648340856840-127.0.0.1:42504_solr-n_0000000000) starting
   [junit4]   2> 399143 INFO  (jetty-launcher-589-thread-1) [n:127.0.0.1:43646_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43646_solr
   [junit4]   2> 399234 INFO  (zkConnectionManagerCallback-620-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 399236 INFO  (jetty-launcher-589-thread-2) [n:127.0.0.1:42504_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 399236 INFO  (jetty-launcher-589-thread-2) [n:127.0.0.1:42504_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45144/solr ready
   [junit4]   2> 399237 INFO  (zkCallback-602-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 399238 INFO  (OverseerStateUpdate-74378648340856840-127.0.0.1:42504_solr-n_0000000000) [n:127.0.0.1:42504_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42504_solr
   [junit4]   2> 399290 INFO  (jetty-launcher-589-thread-2) [n:127.0.0.1:42504_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42504_solr as DOWN
   [junit4]   2> 399290 INFO  (zkCallback-612-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 399294 INFO  (jetty-launcher-589-thread-2) [n:127.0.0.1:42504_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 399294 INFO  (jetty-launcher-589-thread-2) [n:127.0.0.1:42504_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42504_solr
   [junit4]   2> 399309 INFO  (zkCallback-602-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 399324 INFO  (zkCallback-619-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 399324 INFO  (zkCallback-612-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 399327 INFO  (zkConnectionManagerCallback-625-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 399337 INFO  (jetty-launcher-589-thread-1) [n:127.0.0.1:43646_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 399339 INFO  (jetty-launcher-589-thread-1) [n:127.0.0.1:43646_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45144/solr ready
   [junit4]   2> 399339 INFO  (jetty-launcher-589-thread-1) [n:127.0.0.1:43646_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 399363 INFO  (jetty-launcher-589-thread-2) [n:127.0.0.1:42504_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 399534 INFO  (jetty-launcher-589-thread-1) [n:127.0.0.1:43646_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43646.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30585da4
   [junit4]   2> 399562 INFO  (jetty-launcher-589-thread-2) [n:127.0.0.1:42504_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42504.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30585da4
   [junit4]   2> 399626 INFO  (jetty-launcher-589-thread-2) [n:127.0.0.1:42504_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42504.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30585da4
   [junit4]   2> 399626 INFO  (jetty-launcher-589-thread-2) [n:127.0.0.1:42504_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42504.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30585da4
   [junit4]   2> 399627 INFO  (jetty-launcher-589-thread-2) [n:127.0.0.1:42504_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_1339B5F726DB0241-001/tempDir-001/node2/.
   [junit4]   2> 399646 INFO  (jetty-launcher-589-thread-1) [n:127.0.0.1:43646_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43646.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30585da4
   [junit4]   2> 399646 INFO  (jetty-launcher-589-thread-1) [n:127.0.0.1:43646_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43646.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30585da4
   [junit4]   2> 399647 INFO  (jetty-launcher-589-thread-1) [n:127.0.0.1:43646_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_1339B5F726DB0241-001/tempDir-001/node1/.
   [junit4]   2> 399861 INFO  (zkConnectionManagerCallback-632-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 399896 INFO  (SUITE-ReindexCollectionTest-seed#[1339B5F726DB0241]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 399897 INFO  (SUITE-ReindexCollectionTest-seed#[1339B5F726DB0241]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45144/solr ready
   [junit4]   2> 400005 INFO  (TEST-ReindexCollectionTest.testLossySchema-seed#[1339B5F726DB0241]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLossySchema
   [junit4]   2> 400021 INFO  (zkConnectionManagerCallback-637-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 400022 INFO  (TEST-ReindexCollectionTest.testLossySchema-seed#[1339B5F726DB0241]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 400022 INFO  (TEST-ReindexCollectionTest.testLossySchema-seed#[1339B5F726DB0241]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45144/solr ready
   [junit4]   2> 400930 INFO  (qtp1794198743-2206) [n:127.0.0.1:42504_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf2&maxShardsPerNode=-1&name=sourceLossyReindexing&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 400960 INFO  (OverseerThreadFactory-690-thread-1-processing-n:127.0.0.1:42504_solr) [n:127.0.0.1:42504_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection sourceLossyReindexing
   [junit4]   2> 401293 INFO  (OverseerStateUpdate-74378648340856840-127.0.0.1:42504_solr-n_0000000000) [n:127.0.0.1:42504_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"sourceLossyReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"sourceLossyReindexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43646/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 401296 INFO  (OverseerStateUpdate-74378648340856840-127.0.0.1:42504_solr-n_0000000000) [n:127.0.0.1:42504_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"sourceLossyReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"sourceLossyReindexing_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42504/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 401314 INFO  (OverseerStateUpdate-74378648340856840-127.0.0.1:42504_solr-n_0000000000) [n:127.0.0.1:42504_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"sourceLossyReindexing",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"sourceLossyReindexing_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43646/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 401365 INFO  (OverseerStateUpdate-74378648340856840-127.0.0.1:42504_solr-n_0000000000) [n:127.0.0.1:42504_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"sourceLossyReindexing",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"sourceLossyReindexing_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42504/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 402572 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr    x:sourceLossyReindexing_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard2_replica_n6&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 402683 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr    x:sourceLossyReindexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 402683 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr    x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 402685 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr    x:sourceLossyReindexing_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard1_replica_n2&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 402878 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr    x:sourceLossyReindexing_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard2_replica_n4&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 404060 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 404077 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 404100 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.s.IndexSchema [sourceLossyReindexing_shard1_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 404151 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.s.IndexSchema [sourceLossyReindexing_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 410475 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 410475 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'sourceLossyReindexing_shard1_replica_n2' using configuration from collection sourceLossyReindexing, trusted=true
   [junit4]   2> 410509 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42504.solr.core.sourceLossyReindexing.shard1.replica_n2' (registry 'solr.core.sourceLossyReindexing.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30585da4
   [junit4]   2> 410509 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.SolrCore [[sourceLossyReindexing_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_1339B5F726DB0241-001/tempDir-001/node2/sourceLossyReindexing_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_1339B5F726DB0241-001/tempDir-001/node2/./sourceLossyReindexing_shard1_replica_n2/data/]
   [junit4]   2> 410618 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 410618 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'sourceLossyReindexing_shard1_replica_n1' using configuration from collection sourceLossyReindexing, trusted=true
   [junit4]   2> 410618 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43646.solr.core.sourceLossyReindexing.shard1.replica_n1' (registry 'solr.core.sourceLossyReindexing.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30585da4
   [junit4]   2> 410619 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.SolrCore [[sourceLossyReindexing_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_1339B5F726DB0241-001/tempDir-001/node1/sourceLossyReindexing_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_1339B5F726DB0241-001/tempDir-001/node1/./sourceLossyReindexing_shard1_replica_n1/data/]
   [junit4]   2> 410624 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 410644 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 410886 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.s.IndexSchema [sourceLossyReindexing_shard2_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 410891 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.s.IndexSchema [sourceLossyReindexing_shard2_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 411348 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 411348 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'sourceLossyReindexing_shard2_replica_n6' using configuration from collection sourceLossyReindexing, trusted=true
   [junit4]   2> 411349 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42504.solr.core.sourceLossyReindexing.shard2.replica_n6' (registry 'solr.core.sourceLossyReindexing.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30585da4
   [junit4]   2> 411349 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.SolrCore [[sourceLossyReindexing_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_1339B5F726DB0241-001/tempDir-001/node2/sourceLossyReindexing_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_1339B5F726DB0241-001/tempDir-001/node2/./sourceLossyReindexing_shard2_replica_n6/data/]
   [junit4]   2> 411436 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 411436 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'sourceLossyReindexing_shard2_replica_n4' using configuration from collection sourceLossyReindexing, trusted=true
   [junit4]   2> 411437 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43646.solr.core.sourceLossyReindexing.shard2.replica_n4' (registry 'solr.core.sourceLossyReindexing.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30585da4
   [junit4]   2> 411437 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.SolrCore [[sourceLossyReindexing_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_1339B5F726DB0241-001/tempDir-001/node1/sourceLossyReindexing_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_1339B5F726DB0241-001/tempDir-001/node1/./sourceLossyReindexing_shard2_replica_n4/data/]
   [junit4]   2> 411598 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 411598 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 411601 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 411601 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 411614 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ef3eaaa[sourceLossyReindexing_shard1_replica_n2] main]
   [junit4]   2> 411616 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 411616 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 411616 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 411617 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628521461073313792
   [junit4]   2> 411724 INFO  (searcherExecutor-698-thread-1-processing-n:127.0.0.1:42504_solr x:sourceLossyReindexing_shard1_replica_n2 c:sourceLossyReindexing s:shard1 r:core_node5) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.SolrCore [sourceLossyReindexing_shard1_replica_n2] Registered new searcher Searcher@1ef3eaaa[sourceLossyReindexing_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 411727 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/sourceLossyReindexing/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 411727 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/sourceLossyReindexing/leaders/shard1
   [junit4]   2> 411763 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 411837 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 411837 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 411871 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 411872 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 411874 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 411874 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 412164 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c425cff[sourceLossyReindexing_shard1_replica_n1] main]
   [junit4]   2> 412165 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 412165 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 412165 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 412183 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 412183 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 412198 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628521461682536448
   [junit4]   2> 412198 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@7bf60668[sourceLossyReindexing_shard2_replica_n6] main]
   [junit4]   2> 412200 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 412200 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 412219 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 412219 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628521461704556544
   [junit4]   2> 412291 INFO  (searcherExecutor-699-thread-1-processing-n:127.0.0.1:43646_solr x:sourceLossyReindexing_shard1_replica_n1 c:sourceLossyReindexing s:shard1 r:core_node3) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.SolrCore [sourceLossyReindexing_shard1_replica_n1] Registered new searcher Searcher@c425cff[sourceLossyReindexing_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 412275 INFO  (searcherExecutor-701-thread-1-processing-n:127.0.0.1:42504_solr x:sourceLossyReindexing_shard2_replica_n6 c:sourceLossyReindexing s:shard2 r:core_node8) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.SolrCore [sourceLossyReindexing_shard2_replica_n6] Registered new searcher Searcher@7bf60668[sourceLossyReindexing_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 412307 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 412307 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 412310 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 412310 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 412311 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@19d7379d[sourceLossyReindexing_shard2_replica_n4] main]
   [junit4]   2> 412453 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 412474 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 412474 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 412474 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628521461971943424
   [junit4]   2> 412547 INFO  (searcherExecutor-702-thread-1-processing-n:127.0.0.1:43646_solr x:sourceLossyReindexing_shard2_replica_n4 c:sourceLossyReindexing s:shard2 r:core_node7) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.SolrCore [sourceLossyReindexing_shard2_replica_n4] Registered new searcher Searcher@19d7379d[sourceLossyReindexing_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 412550 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/sourceLossyReindexing/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 412551 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/sourceLossyReindexing/leaders/shard1
   [junit4]   2> 412567 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/sourceLossyReindexing/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 412587 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/sourceLossyReindexing/leaders/shard2
   [junit4]   2> 412610 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/sourceLossyReindexing/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 412610 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/sourceLossyReindexing/leaders/shard2
   [junit4]   2> 412667 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 412847 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 412847 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 412847 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42504/solr/sourceLossyReindexing_shard1_replica_n2/
   [junit4]   2> 412848 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=sourceLossyReindexing_shard1_replica_n2 url=https://127.0.0.1:42504/solr START replicas=[https://127.0.0.1:43646/solr/sourceLossyReindexing_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 412862 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=sourceLossyReindexing_shard1_replica_n2 url=https://127.0.0.1:42504/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 412957 INFO  (qtp733037416-2190) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.S.Request [sourceLossyReindexing_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=34
   [junit4]   2> 412958 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 412958 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] 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> 412958 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/sourceLossyReindexing/leaders/shard1/leader after winning as /collections/sourceLossyReindexing/leader_elect/shard1/election/74378648340856840-core_node5-n_0000000000
   [junit4]   2> 412972 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42504/solr/sourceLossyReindexing_shard1_replica_n2/ shard1
   [junit4]   2> 413166 INFO  (zkCallback-612-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 413175 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 413176 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 413176 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43646/solr/sourceLossyReindexing_shard2_replica_n4/
   [junit4]   2> 413176 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=sourceLossyReindexing_shard2_replica_n4 url=https://127.0.0.1:43646/solr START replicas=[https://127.0.0.1:42504/solr/sourceLossyReindexing_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 413176 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=sourceLossyReindexing_shard2_replica_n4 url=https://127.0.0.1:43646/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 413394 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 413396 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard1_replica_n2&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=10710
   [junit4]   2> 413539 INFO  (qtp1794198743-2204) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.S.Request [sourceLossyReindexing_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=36
   [junit4]   2> 413540 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 413540 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_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> 413540 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/sourceLossyReindexing/leaders/shard2/leader after winning as /collections/sourceLossyReindexing/leader_elect/shard2/election/74378648340856838-core_node7-n_0000000000
   [junit4]   2> 413542 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43646/solr/sourceLossyReindexing_shard2_replica_n4/ shard2
   [junit4]   2> 413578 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=10895
   [junit4]   2> 413887 INFO  (zkCallback-602-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 413891 INFO  (zkCallback-612-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 413892 INFO  (zkCallback-612-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 413916 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 413918 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard2_replica_n4&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=11040
   [junit4]   2> 413976 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard2_replica_n6&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=11404
   [junit4]   2> 414118 INFO  (qtp1794198743-2206) [n:127.0.0.1:42504_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> 414200 INFO  (zkCallback-602-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 414200 INFO  (zkCallback-612-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 414200 INFO  (zkCallback-612-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 414202 INFO  (qtp1794198743-2206) [n:127.0.0.1:42504_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf2&maxShardsPerNode=-1&name=sourceLossyReindexing&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=13271
   [junit4]   2> 414471 INFO  (OverseerCollectionConfigSetProcessor-74378648340856840-127.0.0.1:42504_solr-n_0000000000) [n:127.0.0.1:42504_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 415520 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/sourceLossyReindexing/terms/shard1 to Terms{values={core_node3=1, core_node5=1}, version=2}
   [junit4]   2> 415902 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:42504/solr/sourceLossyReindexing_shard1_replica_n2/&wt=javabin&version=2}{add=[0 (1628521463823728640), 1 (1628521463875108864), 4 (1628521463875108865), 8 (1628521463876157440), 10 (1628521463876157441), 11 (1628521463876157442), 12 (1628521463876157443), 13 (1628521463876157444), 14 (1628521463877206016), 15 (1628521463877206017), ... (103 adds)]} 0 393
   [junit4]   2> 416019 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1628521463823728640), 1 (1628521463875108864), 4 (1628521463875108865), 8 (1628521463876157440), 10 (1628521463876157441), 11 (1628521463876157442), 12 (1628521463876157443), 13 (1628521463876157444), 14 (1628521463877206016), 15 (1628521463877206017), ... (103 adds)]} 0 1780
   [junit4]   2> 416511 INFO  (qtp733037416-2194) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/sourceLossyReindexing/terms/shard2 to Terms{values={core_node7=1, core_node8=1}, version=2}
   [junit4]   2> 418027 INFO  (qtp1794198743-2206) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:43646/solr/sourceLossyReindexing_shard2_replica_n4/&wt=javabin&version=2}{add=[2 (1628521465749962752), 3 (1628521465764642816), 5 (1628521465764642817), 6 (1628521465764642818), 7 (1628521465764642819), 9 (1628521465764642820), 17 (1628521465765691392), 18 (1628521465765691393), 19 (1628521465765691394), 21 (1628521465765691395), ... (97 adds)]} 0 784
   [junit4]   2> 418154 INFO  (qtp733037416-2194) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard2_replica_n4]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1628521465749962752), 3 (1628521465764642816), 5 (1628521465764642817), 6 (1628521465764642818), 7 (1628521465764642819), 9 (1628521465764642820), 17 (1628521465765691392), 18 (1628521465765691393), 19 (1628521465765691394), 21 (1628521465765691395), ... (97 adds)]} 0 2077
   [junit4]   2> 418212 INFO  (qtp733037416-2190) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1628521467988672512,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 418212 INFO  (qtp733037416-2190) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2b9cf742 commitCommandVersion:1628521467988672512
   [junit4]   2> 418264 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1628521468043198464,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 418264 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@591c8b2f commitCommandVersion:1628521468043198464
   [junit4]   2> 418479 INFO  (qtp733037416-2190) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f5f219e[sourceLossyReindexing_shard2_replica_n4] main]
   [junit4]   2> 418520 INFO  (searcherExecutor-702-thread-1-processing-n:127.0.0.1:43646_solr x:sourceLossyReindexing_shard2_replica_n4 c:sourceLossyReindexing s:shard2 r:core_node7) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.SolrCore [sourceLossyReindexing_shard2_replica_n4] Registered new searcher Searcher@3f5f219e[sourceLossyReindexing_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C97:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1553079097920}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 418521 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@1313d8b1[sourceLossyReindexing_shard2_replica_n6] main]
   [junit4]   2> 418523 INFO  (searcherExecutor-701-thread-1-processing-n:127.0.0.1:42504_solr x:sourceLossyReindexing_shard2_replica_n6 c:sourceLossyReindexing s:shard2 r:core_node8) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.SolrCore [sourceLossyReindexing_shard2_replica_n6] Registered new searcher Searcher@1313d8b1[sourceLossyReindexing_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C97:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1553079097948}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 418539 INFO  (qtp733037416-2190) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 418539 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 418539 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:43646/solr/sourceLossyReindexing_shard2_replica_n4/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 275
   [junit4]   2> 418577 INFO  (qtp733037416-2190) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:42504/solr/sourceLossyReindexing_shard1_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 365
   [junit4]   2> 418649 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1628521468446900224,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 418649 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1b4e884f commitCommandVersion:1628521468446900224
   [junit4]   2> 418651 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1628521468448997376,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 418651 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1507a6a commitCommandVersion:1628521468448997376
   [junit4]   2> 418696 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@40eeeb49[sourceLossyReindexing_shard1_replica_n1] main]
   [junit4]   2> 418696 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 418833 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e1262de[sourceLossyReindexing_shard1_replica_n2] main]
   [junit4]   2> 418833 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 418863 INFO  (searcherExecutor-698-thread-1-processing-n:127.0.0.1:42504_solr x:sourceLossyReindexing_shard1_replica_n2 c:sourceLossyReindexing s:shard1 r:core_node5) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.SolrCore [sourceLossyReindexing_shard1_replica_n2] Registered new searcher Searcher@7e1262de[sourceLossyReindexing_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C103:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1553079098228}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 418876 INFO  (searcherExecutor-699-thread-1-processing-n:127.0.0.1:43646_solr x:sourceLossyReindexing_shard1_replica_n1 c:sourceLossyReindexing s:shard1 r:core_node3) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.SolrCore [sourceLossyReindexing_shard1_replica_n1] Registered new searcher Searcher@40eeeb49[sourceLossyReindexing_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C103:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1553079098219}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 418939 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:42504/solr/sourceLossyReindexing_shard1_replica_n2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 289
   [junit4]   2> 418976 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard1_replica_n2]  webapp=/solr path=/update params={_stateVer_=sourceLossyReindexing:7&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 820
   [junit4]   2> 420437 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.S.Request [sourceLossyReindexing_shard2_replica_n6]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=sourceLossyReindexing:7&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:42504/solr/sourceLossyReindexing_shard2_replica_n6/|https://127.0.0.1:43646/solr/sourceLossyReindexing_shard2_replica_n4/&rows=10&version=2&q=*:*&NOW=1553079098519&isShard=true&wt=javabin} hits=97 status=0 QTime=85
   [junit4]   2> 420727 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.S.Request [sourceLossyReindexing_shard1_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=sourceLossyReindexing:7&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:42504/solr/sourceLossyReindexing_shard1_replica_n2/|https://127.0.0.1:43646/solr/sourceLossyReindexing_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1553079098519&isShard=true&wt=javabin} hits=103 status=0 QTime=0
   [junit4]   2> 421252 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.S.Request [sourceLossyReindexing_shard1_replica_n2]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=sourceLossyReindexing:7&shards.purpose=64&NOW=1553079098519&ids=11,0,12,1,13,14,15,4,8,10&isShard=true&shard.url=https://127.0.0.1:42504/solr/sourceLossyReindexing_shard1_replica_n2/|https://127.0.0.1:43646/solr/sourceLossyReindexing_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 421330 INFO  (qtp1794198743-2204) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.S.Request [sourceLossyReindexing_shard1_replica_n2]  webapp=/solr path=/select params={q=*:*&_stateVer_=sourceLossyReindexing:7&wt=javabin&version=2} hits=200 status=0 QTime=2336
   [junit4]   2> 421354 INFO  (qtp1794198743-2206) [n:127.0.0.1:42504_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :reindexcollection with params configName=conf3&name=sourceLossyReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=targetLossyReindexing and sendToOCPQueue=true
   [junit4]   2> 421431 DEBUG (OverseerThreadFactory-690-thread-2-processing-n:127.0.0.1:42504_solr) [n:127.0.0.1:42504_solr    ] o.a.s.c.a.c.ReindexCollectionCmd *** called: {
   [junit4]   2>   "name":"sourceLossyReindexing",
   [junit4]   2>   "target":"targetLossyReindexing",
   [junit4]   2>   "configName":"conf3",
   [junit4]   2>   "operation":"reindexcollection"}
   [junit4]   2> 421569 INFO  (zkConnectionManagerCallback-646-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421585 INFO  (OverseerThreadFactory-690-thread-2-processing-n:127.0.0.1:42504_solr) [n:127.0.0.1:42504_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 421601 INFO  (OverseerThreadFactory-690-thread-2-processing-n:127.0.0.1:42504_solr) [n:127.0.0.1:42504_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45144/solr ready
   [junit4]   2> 421704 INFO  (qtp1794198743-2205) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.S.Request [sourceLossyReindexing_shard1_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=sourceLossyReindexing:7&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:42504/solr/sourceLossyReindexing_shard1_replica_n2/|https://127.0.0.1:43646/solr/sourceLossyReindexing_shard1_replica_n1/&rows=0&version=2&q=*:*&NOW=1553079101220&isShard=true&wt=javabin} hits=103 status=0 QTime=1
   [junit4]   2> 422497 INFO  (qtp733037416-2190) [n:127.0.0.1:43646_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.S.Request [sourceLossyReindexing_shard2_replica_n4]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=sourceLossyReindexing:7&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:43646/solr/sourceLossyReindexing_shard2_replica_n4/|https://127.0.0.1:42504/solr/sourceLossyReindexing_shard2_replica_n6/&rows=0&version=2&q=*:*&NOW=1553079101220&isShard=true&wt=javabin} hits=97 status=0 QTime=0
   [junit4]   2> 422549 INFO  (qtp1794198743-2200) [n:127.0.0.1:42504_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.S.Request [sourceLossyReindexing_shard2_replica_n6]  webapp=/solr path=/select params={q=*:*&_stateVer_=sourceLossyReindexing:7&rows=0&wt=javabin&version=2} hits=200 status=0 QTime=854
   [junit4]   2> 422552 INFO  (OverseerThreadFactory-690-thread-2-processing-n:127.0.0.1:42504_solr) [n:127.0.0.1:42504_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection targetLossyReindexing
   [junit4]   2> 422696 INFO  (OverseerStateUpdate-74378648340856840-127.0.0.1:42504_solr-n_0000000000) [n:127.0.0.1:42504_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"targetLossyReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"targetLossyReindexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42504/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 422698 INFO  (OverseerStateUpdate-74378648340856840-127.0.0.1:42504_solr-n_0000000000) [n:127.0.0.1:42504_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"targetLossyReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"targetLossyReindexing_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43646/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 422805 INFO  (OverseerStateUpdate-74378648340856840-127.0.0.1:42504_solr-n_0000000000) [n:127.0.0.1:42504_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"targetLossyReindexing",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"targetLossyReindexing_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42504/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 422840 INFO  (OverseerStateUpdate-74378648340856840-127.0.0.1:42504_solr-n_0000000000) [n:127.0.0.1:42504_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"targetLossyReindexing",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"targetLossyReindexing_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43646/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 423061 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr    x:targetLossyReindexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf3&newCollection=true&name=targetLossyReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=targetLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 423132 INFO  (qtp733037416-2192) [n:127.0.0.1:43646_solr    x:targetLossyReindexing_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf3&newCollection=true&name=targetLossyReindexing_shard1_replica_n2&action=CREATE&numShards=2&collection=targetLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 423132 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr    x:targetLossyReindexing_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf3&newCollection=true&name=targetLossyReindexing_shard2_replica_n6&action=CREATE&numShards=2&collection=targetLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 423115 INFO  (qtp1794198743-2204) [n:127.0.0.1:42504_solr    x:targetLossyReindexing_shard2_replica_n5] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf3&newCollection=true&name=targetLossyReindexing_shard2_replica_n5&action=CREATE&numShards=2&collection=targetLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 424229 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:targetLossyReindexing s:shard2 r:core_node8 x:targetLossyReindexing_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 424247 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr c:targetLossyReindexing s:shard1 r:core_node3 x:targetLossyReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 424507 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr c:targetLossyReindexing s:shard1 r:core_node3 x:targetLossyReindexing_shard1_replica_n1] o.a.s.s.IndexSchema [targetLossyReindexing_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 424529 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:targetLossyReindexing s:shard2 r:core_node8 x:targetLossyReindexing_shard2_replica_n6] o.a.s.s.IndexSchema [targetLossyReindexing_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 424542 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr c:targetLossyReindexing s:shard1 r:core_node3 x:targetLossyReindexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 424542 INFO  (qtp1794198743-2202) [n:127.0.0.1:42504_solr c:targetLossyReindexing s:shard1 r:core_node3 x:targetLossyReindexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'targetLossyReindexing_shard1_replica_n1' using configuration from collection targetLossyReindexing, trusted=true
   [junit4]   2> 424544 INFO  (qtp733037416-2188) [n:127.0.0.1:43646_solr c:targetLossyReindexing s:shard2 r:core_node8 x:targetLossyReindexing_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 424544 INFO  (qtp733037416-2188) [n:12

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

y-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null1575192033
     [copy] Copying 239 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null1575192033
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null1575192033

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

-jenkins-base:

BUILD SUCCESSFUL
Total time: 231 minutes 32 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)