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

[JENKINS] Lucene-Solr-BadApples-NightlyTests-master - Build # 80 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/80/

No tests ran.

Build Log:
[...truncated 25 lines...]
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 5a01a8b3622cf7547e71fa43d88235aeb18defa4 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5a01a8b3622cf7547e71fa43d88235aeb18defa4
Commit message: "SOLR-13781: AwaitsFix TestContainerReqHandler.testPackageAPI"
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Checking out a fresh workspace because /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/test-data doesn't exist
Cleaning local Directory test-data
Checking out http://svn.apache.org/repos/asf/lucene/test-data at revision '2019-09-20T14:04:29.752 +0000'
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 5a01a8b3622cf7547e71fa43d88235aeb18defa4 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5a01a8b3622cf7547e71fa43d88235aeb18defa4
Commit message: "SOLR-13781: AwaitsFix TestContainerReqHandler.testPackageAPI"
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Checking out a fresh workspace because /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/test-data doesn't exist
Cleaning local Directory test-data
Checking out http://svn.apache.org/repos/asf/lucene/test-data at revision '2019-09-20T14:04:29.752 +0000'
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-BadApples-NightlyTests-master - Build # 85 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/85/

All tests passed

Build Log:
[...truncated 65715 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj25675355
 [ecj-lint] Compiling 48 source files to /tmp/ecj25675355
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 23)
 [ecj-lint] 	import javax.naming.NamingException;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.NamingException is not accessible
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 28)
 [ecj-lint] 	public class MockInitialContextFactory implements InitialContextFactory {
 [ecj-lint] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type MockInitialContextFactory must implement the inherited abstract method InitialContextFactory.getInitialContext(Hashtable<?,?>)
 [ecj-lint] ----------
 [ecj-lint] 3. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 30)
 [ecj-lint] 	private final javax.naming.Context context;
 [ecj-lint] 	              ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.Context is not accessible
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 33)
 [ecj-lint] 	context = mock(javax.naming.Context.class);
 [ecj-lint] 	^^^^^^^
 [ecj-lint] context cannot be resolved to a variable
 [ecj-lint] ----------
 [ecj-lint] 5. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 33)
 [ecj-lint] 	context = mock(javax.naming.Context.class);
 [ecj-lint] 	               ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.Context is not accessible
 [ecj-lint] ----------
 [ecj-lint] 6. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 36)
 [ecj-lint] 	when(context.lookup(anyString())).thenAnswer(invocation -> objects.get(invocation.getArgument(0)));
 [ecj-lint] 	     ^^^^^^^
 [ecj-lint] context cannot be resolved
 [ecj-lint] ----------
 [ecj-lint] 7. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 38)
 [ecj-lint] 	} catch (NamingException e) {
 [ecj-lint] 	         ^^^^^^^^^^^^^^^
 [ecj-lint] NamingException cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 8. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 45)
 [ecj-lint] 	public javax.naming.Context getInitialContext(Hashtable env) {
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The type javax.naming.Context is not accessible
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/MockInitialContextFactory.java (at line 46)
 [ecj-lint] 	return context;
 [ecj-lint] 	       ^^^^^^^
 [ecj-lint] context cannot be resolved to a variable
 [ecj-lint] ----------
 [ecj-lint] 9 problems (9 errors)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/build.xml:662: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build.xml:651: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/common-build.xml:479: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/common-build.xml:2033: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/common-build.xml:2066: Compile failed; see the compiler error output for details.

Total time: 318 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-BadApples-NightlyTests-master - Build # 84 - Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/84/

1 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.test

Error Message:
Error from server at https://127.0.0.1:40885/solr: org.apache.solr.common.SolrException  at org.apache.solr.client.solrj.SolrResponse.getException(SolrResponse.java:60)  at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:281)  at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:253)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:198)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:424)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:167)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:505)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)  at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)  at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)  at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)  at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)  at java.base/java.lang.Thread.run(Thread.java:834) 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:40885/solr: org.apache.solr.common.SolrException
	at org.apache.solr.client.solrj.SolrResponse.getException(SolrResponse.java:60)
	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:281)
	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:253)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:198)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:424)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:167)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:505)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
	at java.base/java.lang.Thread.run(Thread.java:834)

	at __randomizedtesting.SeedInfo.seed([CDA8CFAF8B59E171:45FCF07525A58C89]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1127)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:896)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:828)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.java:195)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14860 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> 2987172 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001/data-dir-190-001
   [junit4]   2> 2987172 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2987173 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2987177 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2987235 WARN  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2987241 WARN  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2987243 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 2987243 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2987243 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2987243 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2987244 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5b281e8d{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 2987353 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@7c36eec{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost.localdomain-33661-hdfs-_-any-12818126054072459290.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 2987353 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@8c97d45{HTTP/1.1,[http/1.1]}{localhost.localdomain:33661}
   [junit4]   2> 2987353 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.Server Started @2987402ms
   [junit4]   2> 2987447 WARN  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2987448 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 2987449 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2987449 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2987449 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2987449 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@159302e4{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 2987554 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@470d2f4b{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-45949-datanode-_-any-7112806261982435117.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 2987554 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5073214f{HTTP/1.1,[http/1.1]}{localhost:45949}
   [junit4]   2> 2987554 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.Server Started @2987603ms
   [junit4]   2> 2987696 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xfb51331645cd07b: Processing first storage report for DS-3aebf946-5cd6-4dfb-b9ed-f783645621f2 from datanode 8e03b05c-bfc0-4d01-b5fa-4a11a779dd7c
   [junit4]   2> 2987696 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xfb51331645cd07b: from storage DS-3aebf946-5cd6-4dfb-b9ed-f783645621f2 node DatanodeRegistration(127.0.0.1:37291, datanodeUuid=8e03b05c-bfc0-4d01-b5fa-4a11a779dd7c, infoPort=39041, infoSecurePort=0, ipcPort=42333, storageInfo=lv=-57;cid=testClusterID;nsid=1071143481;c=1571451051256), blocks: 0, hasStaleStorage: true, processing time: 1 msecs, invalidatedBlocks: 0
   [junit4]   2> 2987696 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xfb51331645cd07b: Processing first storage report for DS-ad798de2-3bf2-4766-9e07-a74ec726963f from datanode 8e03b05c-bfc0-4d01-b5fa-4a11a779dd7c
   [junit4]   2> 2987696 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xfb51331645cd07b: from storage DS-ad798de2-3bf2-4766-9e07-a74ec726963f node DatanodeRegistration(127.0.0.1:37291, datanodeUuid=8e03b05c-bfc0-4d01-b5fa-4a11a779dd7c, infoPort=39041, infoSecurePort=0, ipcPort=42333, storageInfo=lv=-57;cid=testClusterID;nsid=1071143481;c=1571451051256), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4] IGNOR/A 0.00s J2 | MoveReplicaHDFSTest.testFailedMove
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12080"))
   [junit4]   2> 2987787 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2987787 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001/tempDir-002
   [junit4]   2> 2987788 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2987788 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2987788 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2987888 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.ZkTestServer start zk server on port:39105
   [junit4]   2> 2987888 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39105
   [junit4]   2> 2987888 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39105
   [junit4]   2> 2987888 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39105
   [junit4]   2> 2987890 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2987892 INFO  (zkConnectionManagerCallback-12368-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2987892 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2987896 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2987897 INFO  (zkConnectionManagerCallback-12370-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2987897 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2987897 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2987898 INFO  (zkConnectionManagerCallback-12372-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2987898 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988002 WARN  (jetty-launcher-12373-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2988002 WARN  (jetty-launcher-12373-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2988002 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2988002 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2988002 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2988002 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2988002 INFO  (jetty-launcher-12373-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 2988002 INFO  (jetty-launcher-12373-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 2988002 WARN  (jetty-launcher-12373-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2988003 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2988003 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2988003 INFO  (jetty-launcher-12373-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 2988003 WARN  (jetty-launcher-12373-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2988003 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2988003 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2988003 INFO  (jetty-launcher-12373-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 2988007 INFO  (jetty-launcher-12373-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2988007 INFO  (jetty-launcher-12373-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2988008 INFO  (jetty-launcher-12373-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2988008 INFO  (jetty-launcher-12373-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2988008 INFO  (jetty-launcher-12373-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2988008 INFO  (jetty-launcher-12373-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2988008 INFO  (jetty-launcher-12373-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24d6e3b4{/solr,null,AVAILABLE}
   [junit4]   2> 2988008 INFO  (jetty-launcher-12373-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3353c871{/solr,null,AVAILABLE}
   [junit4]   2> 2988009 INFO  (jetty-launcher-12373-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@25970888{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:42925}
   [junit4]   2> 2988009 INFO  (jetty-launcher-12373-thread-4) [     ] o.e.j.s.Server Started @2988058ms
   [junit4]   2> 2988009 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42925}
   [junit4]   2> 2988009 ERROR (jetty-launcher-12373-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2988009 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2988009 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2988009 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2988009 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2988009 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-10-19T02:10:52.075375Z
   [junit4]   2> 2988010 INFO  (jetty-launcher-12373-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2988010 INFO  (jetty-launcher-12373-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2988010 INFO  (jetty-launcher-12373-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2988010 INFO  (jetty-launcher-12373-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6192880a{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:40885}
   [junit4]   2> 2988010 INFO  (jetty-launcher-12373-thread-1) [     ] o.e.j.s.Server Started @2988059ms
   [junit4]   2> 2988010 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40885}
   [junit4]   2> 2988010 ERROR (jetty-launcher-12373-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2988010 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2988010 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2988010 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2988010 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2988010 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-10-19T02:10:52.076626Z
   [junit4]   2> 2988011 INFO  (jetty-launcher-12373-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48e6a59c{/solr,null,AVAILABLE}
   [junit4]   2> 2988011 INFO  (jetty-launcher-12373-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2c90380d{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:42529}
   [junit4]   2> 2988011 INFO  (jetty-launcher-12373-thread-3) [     ] o.e.j.s.Server Started @2988061ms
   [junit4]   2> 2988011 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42529}
   [junit4]   2> 2988012 ERROR (jetty-launcher-12373-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2988012 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2988012 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2988012 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2988012 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2988012 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-10-19T02:10:52.078177Z
   [junit4]   2> 2988012 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988012 INFO  (zkConnectionManagerCallback-12375-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988012 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988013 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2988013 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988015 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2988015 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2988017 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2988017 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988017 INFO  (jetty-launcher-12373-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2988017 INFO  (jetty-launcher-12373-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2988017 INFO  (jetty-launcher-12373-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2988017 INFO  (zkConnectionManagerCallback-12377-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988017 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988018 INFO  (zkConnectionManagerCallback-12379-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988018 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988018 INFO  (jetty-launcher-12373-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26c68b9b{/solr,null,AVAILABLE}
   [junit4]   2> 2988018 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2988018 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2988018 INFO  (jetty-launcher-12373-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4583ea6f{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:40201}
   [junit4]   2> 2988018 INFO  (jetty-launcher-12373-thread-2) [     ] o.e.j.s.Server Started @2988067ms
   [junit4]   2> 2988018 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40201}
   [junit4]   2> 2988019 ERROR (jetty-launcher-12373-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2988019 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2988019 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2988019 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2988019 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2988019 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-10-19T02:10:52.085137Z
   [junit4]   2> 2988019 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988020 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2988020 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2988020 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2988020 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2988021 INFO  (zkConnectionManagerCallback-12381-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988021 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988021 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2988022 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2988022 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2988023 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2988023 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2988025 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2988280 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2988281 WARN  (jetty-launcher-12373-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5aad67c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988281 WARN  (jetty-launcher-12373-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5aad67c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988283 WARN  (jetty-launcher-12373-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e13af45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988283 WARN  (jetty-launcher-12373-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e13af45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988284 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39105/solr
   [junit4]   2> 2988285 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988286 INFO  (zkConnectionManagerCallback-12389-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988286 INFO  (jetty-launcher-12373-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988353 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2988354 WARN  (jetty-launcher-12373-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@235d173d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988354 WARN  (jetty-launcher-12373-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@235d173d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988356 WARN  (jetty-launcher-12373-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4df68256[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988356 WARN  (jetty-launcher-12373-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4df68256[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988358 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39105/solr
   [junit4]   2> 2988361 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988361 INFO  (zkConnectionManagerCallback-12396-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988361 INFO  (jetty-launcher-12373-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988410 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2988411 WARN  (jetty-launcher-12373-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@27c4403b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988411 WARN  (jetty-launcher-12373-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@27c4403b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988414 WARN  (jetty-launcher-12373-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2ba75d89[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988414 WARN  (jetty-launcher-12373-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2ba75d89[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988415 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39105/solr
   [junit4]   2> 2988416 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988417 INFO  (zkConnectionManagerCallback-12402-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988417 INFO  (jetty-launcher-12373-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988519 INFO  (jetty-launcher-12373-thread-3) [n:127.0.0.1:42529_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988520 INFO  (zkConnectionManagerCallback-12405-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988520 INFO  (jetty-launcher-12373-thread-3) [n:127.0.0.1:42529_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988559 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2988560 WARN  (jetty-launcher-12373-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d3faeef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988560 WARN  (jetty-launcher-12373-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d3faeef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988563 WARN  (jetty-launcher-12373-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3d1370a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988563 WARN  (jetty-launcher-12373-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3d1370a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2988564 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39105/solr
   [junit4]   2> 2988564 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988566 INFO  (zkConnectionManagerCallback-12413-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988566 INFO  (jetty-launcher-12373-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988577 INFO  (jetty-launcher-12373-thread-3) [n:127.0.0.1:42529_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42529_solr
   [junit4]   2> 2988578 INFO  (jetty-launcher-12373-thread-3) [n:127.0.0.1:42529_solr     ] o.a.s.c.Overseer Overseer (id=72573535707725834-127.0.0.1:42529_solr-n_0000000000) starting
   [junit4]   2> 2988581 INFO  (OverseerStateUpdate-72573535707725834-127.0.0.1:42529_solr-n_0000000000) [n:127.0.0.1:42529_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42529_solr
   [junit4]   2> 2988582 INFO  (jetty-launcher-12373-thread-3) [n:127.0.0.1:42529_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42529_solr
   [junit4]   2> 2988583 INFO  (OverseerStateUpdate-72573535707725834-127.0.0.1:42529_solr-n_0000000000) [n:127.0.0.1:42529_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2988596 INFO  (jetty-launcher-12373-thread-3) [n:127.0.0.1:42529_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2988606 INFO  (jetty-launcher-12373-thread-3) [n:127.0.0.1:42529_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2988612 INFO  (jetty-launcher-12373-thread-3) [n:127.0.0.1:42529_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2988612 INFO  (jetty-launcher-12373-thread-3) [n:127.0.0.1:42529_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2988613 INFO  (jetty-launcher-12373-thread-3) [n:127.0.0.1:42529_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001/tempDir-002/node3/.
   [junit4]   2> 2988619 INFO  (jetty-launcher-12373-thread-4) [n:127.0.0.1:42925_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988620 INFO  (zkConnectionManagerCallback-12417-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988620 INFO  (jetty-launcher-12373-thread-4) [n:127.0.0.1:42925_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988623 INFO  (jetty-launcher-12373-thread-4) [n:127.0.0.1:42925_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2988626 INFO  (jetty-launcher-12373-thread-4) [n:127.0.0.1:42925_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42925_solr as DOWN
   [junit4]   2> 2988626 INFO  (jetty-launcher-12373-thread-4) [n:127.0.0.1:42925_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2988626 INFO  (jetty-launcher-12373-thread-4) [n:127.0.0.1:42925_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42925_solr
   [junit4]   2> 2988627 INFO  (zkCallback-12404-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2988627 INFO  (zkCallback-12416-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2988638 INFO  (jetty-launcher-12373-thread-4) [n:127.0.0.1:42925_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2988651 INFO  (jetty-launcher-12373-thread-4) [n:127.0.0.1:42925_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2988658 INFO  (jetty-launcher-12373-thread-4) [n:127.0.0.1:42925_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2988658 INFO  (jetty-launcher-12373-thread-4) [n:127.0.0.1:42925_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2988659 INFO  (jetty-launcher-12373-thread-4) [n:127.0.0.1:42925_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001/tempDir-002/node4/.
   [junit4]   2> 2988720 INFO  (jetty-launcher-12373-thread-2) [n:127.0.0.1:40201_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988722 INFO  (zkConnectionManagerCallback-12423-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988722 INFO  (jetty-launcher-12373-thread-2) [n:127.0.0.1:40201_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988733 INFO  (jetty-launcher-12373-thread-2) [n:127.0.0.1:40201_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2988735 INFO  (jetty-launcher-12373-thread-2) [n:127.0.0.1:40201_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40201_solr as DOWN
   [junit4]   2> 2988736 INFO  (jetty-launcher-12373-thread-2) [n:127.0.0.1:40201_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2988736 INFO  (jetty-launcher-12373-thread-2) [n:127.0.0.1:40201_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40201_solr
   [junit4]   2> 2988737 INFO  (zkCallback-12404-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2988737 INFO  (zkCallback-12416-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2988745 INFO  (zkCallback-12422-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2988751 INFO  (jetty-launcher-12373-thread-2) [n:127.0.0.1:40201_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2988764 INFO  (jetty-launcher-12373-thread-2) [n:127.0.0.1:40201_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2988771 INFO  (jetty-launcher-12373-thread-2) [n:127.0.0.1:40201_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2988771 INFO  (jetty-launcher-12373-thread-2) [n:127.0.0.1:40201_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2988772 INFO  (jetty-launcher-12373-thread-2) [n:127.0.0.1:40201_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001/tempDir-002/node2/.
   [junit4]   2> 2988820 INFO  (jetty-launcher-12373-thread-1) [n:127.0.0.1:40885_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988821 INFO  (zkConnectionManagerCallback-12429-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988821 INFO  (jetty-launcher-12373-thread-1) [n:127.0.0.1:40885_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988826 INFO  (jetty-launcher-12373-thread-1) [n:127.0.0.1:40885_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2988829 INFO  (jetty-launcher-12373-thread-1) [n:127.0.0.1:40885_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40885_solr as DOWN
   [junit4]   2> 2988830 INFO  (jetty-launcher-12373-thread-1) [n:127.0.0.1:40885_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2988830 INFO  (jetty-launcher-12373-thread-1) [n:127.0.0.1:40885_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40885_solr
   [junit4]   2> 2988831 INFO  (zkCallback-12422-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2988831 INFO  (zkCallback-12404-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2988831 INFO  (zkCallback-12416-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2988831 INFO  (zkCallback-12428-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2988846 INFO  (jetty-launcher-12373-thread-1) [n:127.0.0.1:40885_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2988859 INFO  (jetty-launcher-12373-thread-1) [n:127.0.0.1:40885_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2988866 INFO  (jetty-launcher-12373-thread-1) [n:127.0.0.1:40885_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2988866 INFO  (jetty-launcher-12373-thread-1) [n:127.0.0.1:40885_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2988867 INFO  (jetty-launcher-12373-thread-1) [n:127.0.0.1:40885_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001/tempDir-002/node1/.
   [junit4]   2> 2988897 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 2988898 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2988899 INFO  (zkConnectionManagerCallback-12438-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2988899 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2988900 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2988901 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39105/solr ready
   [junit4]   2> 2988917 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2988922 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 2988923 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.MoveReplicaTest total_jettys: 4
   [junit4]   2> 2988923 INFO  (qtp1802167162-47510) [n:127.0.0.1:40885_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&collection.configName=conf1&maxShardsPerNode=2&autoAddReplicas=false&name=MoveReplicaHDFSTest_coll_true&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2988925 INFO  (OverseerThreadFactory-11467-thread-2-processing-n:127.0.0.1:42529_solr) [n:127.0.0.1:42529_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_coll_true
   [junit4]   2> 2988925 INFO  (OverseerCollectionConfigSetProcessor-72573535707725834-127.0.0.1:42529_solr-n_0000000000) [n:127.0.0.1:42529_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> 2989031 INFO  (OverseerStateUpdate-72573535707725834-127.0.0.1:42529_solr-n_0000000000) [n:127.0.0.1:42529_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_true_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40201/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2989033 INFO  (OverseerStateUpdate-72573535707725834-127.0.0.1:42529_solr-n_0000000000) [n:127.0.0.1:42529_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_true_shard1_replica_p2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42925/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2989034 INFO  (OverseerStateUpdate-72573535707725834-127.0.0.1:42529_solr-n_0000000000) [n:127.0.0.1:42529_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_true",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_true_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42529/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2989036 INFO  (OverseerStateUpdate-72573535707725834-127.0.0.1:42529_solr-n_0000000000) [n:127.0.0.1:42529_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_true",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_true_shard2_replica_p6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40885/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2989250 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr    x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_true_shard2_replica_n4&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2989250 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr    x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2989250 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr    x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_true_shard2_replica_p6&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_true&shard=shard2&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 2989251 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr    x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_true_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2989256 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr    x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_true_shard1_replica_p2&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_true&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 2990262 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2990263 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2990265 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2990271 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2990272 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_coll_true_shard2_replica_p6] Schema name=minimal
   [junit4]   2> 2990274 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2990274 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_coll_true_shard2_replica_p6' using configuration from collection MoveReplicaHDFSTest_coll_true, trusted=true
   [junit4]   2> 2990274 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.MoveReplicaHDFSTest_coll_true.shard2.replica_p6' (registry 'solr.core.MoveReplicaHDFSTest_coll_true.shard2.replica_p6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2990274 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost.localdomain:34985/solr_hdfs_home
   [junit4]   2> 2990274 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2990274 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_coll_true_shard2_replica_p6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001/tempDir-002/node1/MoveReplicaHDFSTest_coll_true_shard2_replica_p6], dataDir=[hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node8/data/]
   [junit4]   2> 2990275 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node8/data/snapshot_metadata
   [junit4]   2> 2990279 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_coll_true_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2990280 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_coll_true_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 2990281 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2990281 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_coll_true_shard1_replica_n1' using configuration from collection MoveReplicaHDFSTest_coll_true, trusted=true
   [junit4]   2> 2990281 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.MoveReplicaHDFSTest_coll_true.shard1.replica_n1' (registry 'solr.core.MoveReplicaHDFSTest_coll_true.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2990282 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2990282 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_coll_true_shard2_replica_n4' using configuration from collection MoveReplicaHDFSTest_coll_true, trusted=true
   [junit4]   2> 2990282 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost.localdomain:34985/solr_hdfs_home
   [junit4]   2> 2990282 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2990282 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_coll_true_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001/tempDir-002/node2/MoveReplicaHDFSTest_coll_true_shard1_replica_n1], dataDir=[hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node3/data/]
   [junit4]   2> 2990282 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.MoveReplicaHDFSTest_coll_true.shard2.replica_n4' (registry 'solr.core.MoveReplicaHDFSTest_coll_true.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2990282 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost.localdomain:34985/solr_hdfs_home
   [junit4]   2> 2990282 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2990282 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_coll_true_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001/tempDir-002/node3/MoveReplicaHDFSTest_coll_true_shard2_replica_n4], dataDir=[hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node7/data/]
   [junit4]   2> 2990282 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node3/data/snapshot_metadata
   [junit4]   2> 2990284 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_coll_true_shard1_replica_p2] Schema name=minimal
   [junit4]   2> 2990284 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2990284 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2990284 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2990285 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2990285 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_coll_true_shard1_replica_p2' using configuration from collection MoveReplicaHDFSTest_coll_true, trusted=true
   [junit4]   2> 2990286 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.MoveReplicaHDFSTest_coll_true.shard1.replica_p2' (registry 'solr.core.MoveReplicaHDFSTest_coll_true.shard1.replica_p2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@32024b33
   [junit4]   2> 2990286 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost.localdomain:34985/solr_hdfs_home
   [junit4]   2> 2990286 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2990286 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_coll_true_shard1_replica_p2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001/tempDir-002/node4/MoveReplicaHDFSTest_coll_true_shard1_replica_p2], dataDir=[hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node5/data/]
   [junit4]   2> 2990286 WARN  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 2990287 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node5/data/snapshot_metadata
   [junit4]   2> 2990289 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2990289 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2990289 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2990289 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node7/data/snapshot_metadata
   [junit4]   2> 2990292 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2990292 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2990292 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2990292 WARN  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 2990294 WARN  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 2990294 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2990294 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 2990294 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2990296 WARN  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 2995287 WARN  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 2995293 WARN  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 2995294 WARN  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 2995296 WARN  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 3000296 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3000296 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3000297 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3000297 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node8/data
   [junit4]   2> 3000301 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node3/data
   [junit4]   2> 3000301 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node5/data
   [junit4]   2> 3000304 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3000307 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node7/data
   [junit4]   2> 3000324 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node5/data/index
   [junit4]   2> 3000325 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node7/data/index
   [junit4]   2> 3000326 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node8/data/index
   [junit4]   2> 3000330 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3000330 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 3000330 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 3000332 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3000332 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 3000332 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 3000333 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:34985/solr_hdfs_home/MoveReplicaHDFSTest_coll_true/core_node3/data/index
   [junit4]   2> 3000336 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3000336 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 3000336 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 3000339 INFO  (qtp1802167162-47518) [n:127.0.0.1:40885_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_p6 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3000339 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3000339 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 3000339 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 3000340 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3000341 INFO  (qtp644371325-47532) [n:127.0.0.1:42529_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3000348 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3000449 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3000449 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3000462 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3000463 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3000463 INFO  (qtp1333494047-47528) [n:127.0.0.1:40201_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3000464 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7486f26c[MoveReplicaHDFSTest_coll_true_shard1_replica_p2] main]
   [junit4]   2> 3000465 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3000465 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3000465 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3000466 INFO  (searcherExecutor-11487-thread-1-processing-n:127.0.0.1:42925_solr x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.SolrCore [MoveReplicaHDFSTest_coll_true_shard1_replica_p2] Registered new searcher Searcher@7486f26c[MoveReplicaHDFSTest_coll_true_shard1_replica_p2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3000468 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.ZkController MoveReplicaHDFSTest_coll_true_shard1_replica_p2 starting background replication from leader
   [junit4]   2> 3000468 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:01
   [junit4]   2> 3000469 INFO  (qtp795829240-47521) [n:127.0.0.1:42925_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_p2 ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 3000469 INFO  (qtp795829240-47521) [n:127.0.0.1:429

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

FAF8B59E171]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40397
   [junit4]   2> 3077493 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40397
   [junit4]   2> 3077493 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40397
   [junit4]   2> 3077493 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testNormalMove
   [junit4]   2> 3077494 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[CDA8CFAF8B59E171]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testNormalMove
   [junit4]   2> 3077495 WARN  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 3077501 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@470d2f4b{datanode,/,null,UNAVAILABLE}{/datanode}
   [junit4]   2> 3077501 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5073214f{HTTP/1.1,[http/1.1]}{localhost:0}
   [junit4]   2> 3077501 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3077501 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@159302e4{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> 3077502 WARN  (BP-269622897-10.41.0.5-1571451051256 heartbeating to localhost.localdomain/127.0.0.1:34985) [     ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 3077502 WARN  (BP-269622897-10.41.0.5-1571451051256 heartbeating to localhost.localdomain/127.0.0.1:34985) [     ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-269622897-10.41.0.5-1571451051256 (Datanode Uuid 8e03b05c-bfc0-4d01-b5fa-4a11a779dd7c) service to localhost.localdomain/127.0.0.1:34985
   [junit4]   2> 3077510 WARN  (refreshUsed-/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001/tempDir-001/hdfsBaseDir/data/data1/current/BP-269622897-10.41.0.5-1571451051256) [     ] o.a.h.f.CachingGetSpaceUsed Thread Interrupted waiting to refresh disk information: sleep interrupted
   [junit4]   2> 3077515 WARN  (refreshUsed-/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001/tempDir-001/hdfsBaseDir/data/data2/current/BP-269622897-10.41.0.5-1571451051256) [     ] o.a.h.f.CachingGetSpaceUsed Thread Interrupted waiting to refresh disk information: sleep interrupted
   [junit4]   2> 3077527 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@7c36eec{hdfs,/,null,UNAVAILABLE}{/hdfs}
   [junit4]   2> 3077528 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@8c97d45{HTTP/1.1,[http/1.1]}{localhost.localdomain:0}
   [junit4]   2> 3077528 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3077528 INFO  (SUITE-MoveReplicaHDFSTest-seed#[CDA8CFAF8B59E171]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5b281e8d{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_CDA8CFAF8B59E171-001
   [junit4]   2> Oct 19, 2019 2:12:21 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 16 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {_root_=FST50, id=PostingsFormat(name=Direct)}, docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1774, maxMBSortInHeap=5.996059836944908, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2195f6db), locale=fr-RE, timezone=America/Miquelon
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=6,free=112117136,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [MigrateRouteKeyTest, ManagedSchemaRoundRobinCloudTest, TestCollectionAPIs, TestPartialUpdateDeduplication, TestFieldCacheSort, TestPayloadScoreQParserPlugin, RemoteQueryErrorTest, TestSolrCloudWithHadoopAuthPlugin, AuditLoggerIntegrationTest, MultiThreadedOCPTest, TestMacroExpander, TestNoOpRegenerator, TestMinHashQParser, TestDynamicURP, HLLUtilTest, SmileWriterTest, TestInPlaceUpdatesDistrib, ImplicitSnitchTest, TaggerTest, ResponseHeaderTest, CustomTermsComponentTest, SliceStateTest, ChangedSchemaMergeTest, ZkControllerTest, TestDirectoryFactory, TestComponentsName, AlternateDirectoryTest, TestUseDocValuesAsStored, DistanceUnitsTest, TriggerIntegrationTest, CoreAdminHandlerTest, RoutingToNodesWithPropertiesTest, CreateRoutedAliasTest, TestSchemaNameResource, CustomCollectionTest, AsyncCallRequestStatusResponseTest, TestSubQueryTransformerDistrib, TestExplainDocTransformer, LeaderElectionIntegrationTest, SpellCheckCollatorTest, TestSimExecutePlanAction, SolrShardReporterTest, ReturnFieldsTest, TestStreamBody, TestFuzzyAnalyzedSuggestions, JsonLoaderTest, TestShortCircuitedRequests, TestCloudSchemaless, PeerSyncTest, DistributedExpandComponentTest, SolrXmlInZkTest, ZkShardTermsTest, IndexSizeTriggerTest, TestSolrDeletionPolicy2, DistributedFacetPivotLongTailTest, TestFieldResource, OverseerTaskQueueTest, TestPolicyCloud, TestSafeXMLParsing, CircularListTest, TestReplicationHandlerDiskOverFlow, ShufflingReplicaListTransformerTest, TestSimLargeCluster, TermVectorComponentTest, TestFaceting, HdfsBasicDistributedZk2Test, OverseerModifyCollectionTest, TestHdfsBackupRestoreCore, UpdateRequestProcessorFactoryTest, ByteBuffersDirectoryFactoryTest, TestPullReplica, SimpleFacetsTest, TestSimComputePlanAction, SpellingQueryConverterTest, RangeFacetCloudTest, TestIndexSearcher, TestUtilizeNode, TestBlendedInfixSuggestions, PreAnalyzedFieldTest, TestRandomFlRTGCloud, TestExactSharedStatsCache, CoreMergeIndexesAdminHandlerTest, TestStressCloudBlindAtomicUpdates, TestRawResponseWriter, UnloadDistributedZkTest, CollectionsAPIAsyncDistributedZkTest, SuggesterFSTTest, SolrMetricsIntegrationTest, TestInitParams, CdcrVersionReplicationTest, HttpPartitionTest, TestTlogReplica, TestEmbeddedSolrServerConstructors, TestSolrCloudWithDelegationTokens, InfoHandlerTest, TestDocumentBuilder, OutOfBoxZkACLAndCredentialsProvidersTest, TemplateUpdateProcessorTest, AdminHandlersProxyTest, DistributedFacetPivotWhiteBoxTest, SolrPluginUtilsTest, HdfsWriteToMultipleCollectionsTest, CoreSorterTest, ResponseLogComponentTest, TestTrackingShardHandlerFactory, TestSha256AuthenticationProvider, TestSurroundQueryParser, TestAuthorizationFramework, TestSchemaManager, EmbeddedSolrNoSerializeTest, ScheduledMaintenanceTriggerTest, TestStressReorder, TestSolrCoreSnapshots, TestNumericTerms64, TestXIncludeConfig, TestSchemaVersionResource, ZookeeperStatusHandlerTest, TestLuceneMatchVersion, FastVectorHighlighterTest, TestJoin, DistributedQueryComponentOptimizationTest, TestSlowCompositeReaderWrapper, TestStandardQParsers, TestLRUCache, TestHashPartitioner, TestFunctionQuery, HdfsRecoveryZkTest, BigEndianAscendingWordDeserializerTest, TestLMJelinekMercerSimilarityFactory, TestQuerySenderNoQuery, SolrCoreMetricManagerTest, QueryEqualityTest, TestDocTermOrdsUninvertLimit, TestMiniSolrCloudClusterSSL, OrderedExecutorTest, RequestLoggingTest, NodeAddedTriggerIntegrationTest, CollectionStateFormat2Test, TestSimpleQParserPlugin, TestFoldingMultitermQuery, TestCloudPhrasesIdentificationComponent, TransactionLogTest, HdfsDirectoryFactoryTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestDistributedGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TestDeprecatedFilters, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, AliasIntegrationTest, BasicDistributedZkTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ChaosMonkeySafeLeaderTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, ClusterStateTest, ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteNodeTest, DeleteReplicaTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, DocValuesNotIndexedTest, ForceLeaderTest, ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest, HealthCheckHandlerTest, LeaderFailureAfterFreshStartTest, LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MoveReplicaHDFSTest]
   [junit4] Completed [487/887 (1!)] on J2 in 93.63s, 4 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 54098 lines...]

[JENKINS] Lucene-Solr-BadApples-NightlyTests-master - Build # 83 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/83/

No tests ran.

Build Log:
[...truncated 11 lines...]
ERROR: Timeout after 10 minutes
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 1055387, done.        
remote: Compressing objects:   0% (1/223738)           
remote: Compressing objects:   1% (2238/223738)           
remote: Compressing objects:   2% (4475/223738)           
remote: Compressing objects:   3% (6713/223738)           
remote: Compressing objects:   4% (8950/223738)           
remote: Compressing objects:   5% (11187/223738)           
remote: Compressing objects:   6% (13425/223738)           
remote: Compressing objects:   7% (15662/223738)           
remote: Compressing objects:   8% (17900/223738)           
remote: Compressing objects:   9% (20137/223738)           
remote: Compressing objects:  10% (22374/223738)           
remote: Compressing objects:  11% (24612/223738)           
remote: Compressing objects:  12% (26849/223738)           
remote: Compressing objects:  13% (29086/223738)           
remote: Compressing objects:  14% (31324/223738)           
remote: Compressing objects:  15% (33561/223738)           
remote: Compressing objects:  16% (35799/223738)           
remote: Compressing objects:  17% (38036/223738)           
remote: Compressing objects:  18% (40273/223738)           
remote: Compressing objects:  19% (42511/223738)           
remote: Compressing objects:  20% (44748/223738)           
remote: Compressing objects:  21% (46985/223738)           
remote: Compressing objects:  22% (49223/223738)           
remote: Compressing objects:  23% (51460/223738)           
remote: Compressing objects:  24% (53698/223738)           
remote: Compressing objects:  25% (55935/223738)           
remote: Compressing objects:  26% (58172/223738)           
remote: Compressing objects:  27% (60410/223738)           
remote: Compressing objects:  28% (62647/223738)           
remote: Compressing objects:  29% (64885/223738)           
remote: Compressing objects:  30% (67122/223738)           
remote: Compressing objects:  31% (69359/223738)           
remote: Compressing objects:  32% (71597/223738)           
remote: Compressing objects:  33% (73834/223738)           
remote: Compressing objects:  34% (76071/223738)           
remote: Compressing objects:  35% (78309/223738)           
remote: Compressing objects:  36% (80546/223738)           
remote: Compressing objects:  37% (82784/223738)           
remote: Compressing objects:  38% (85021/223738)           
remote: Compressing objects:  39% (87258/223738)           
remote: Compressing objects:  40% (89496/223738)           
remote: Compressing objects:  41% (91733/223738)           
remote: Compressing objects:  42% (93970/223738)           
remote: Compressing objects:  43% (96208/223738)           
remote: Compressing objects:  44% (98445/223738)           
remote: Compressing objects:  45% (100683/223738)           
remote: Compressing objects:  46% (102920/223738)           
remote: Compressing objects:  47% (105157/223738)           
remote: Compressing objects:  48% (107395/223738)           
remote: Compressing objects:  49% (109632/223738)           
remote: Compressing objects:  50% (111869/223738)           
remote: Compressing objects:  51% (114107/223738)           
remote: Compressing objects:  52% (116344/223738)           
remote: Compressing objects:  53% (118582/223738)           
remote: Compressing objects:  54% (120819/223738)           
remote: Compressing objects:  55% (123056/223738)           
remote: Compressing objects:  56% (125294/223738)           
remote: Compressing objects:  57% (127531/223738)           
remote: Compressing objects:  58% (129769/223738)           
remote: Compressing objects:  59% (132006/223738)           
remote: Compressing objects:  60% (134243/223738)           
remote: Compressing objects:  61% (136481/223738)           
remote: Compressing objects:  62% (138718/223738)           
remote: Compressing objects:  63% (140955/223738)           
remote: Compressing objects:  64% (143193/223738)           
remote: Compressing objects:  65% (145430/223738)           
remote: Compressing objects:  66% (147668/223738)           
remote: Compressing objects:  67% (149905/223738)           
remote: Compressing objects:  68% (152142/223738)           
remote: Compressing objects:  69% (154380/223738)           
remote: Compressing objects:  70% (156617/223738)           
remote: Compressing objects:  71% (158854/223738)           
remote: Compressing objects:  72% (161092/223738)           
remote: Compressing objects:  73% (163329/223738)           
remote: Compressing objects:  74% (165567/223738)           
remote: Compressing objects:  75% (167804/223738)           
remote: Compressing objects:  76% (170041/223738)           
remote: Compressing objects:  77% (172279/223738)           
remote: Compressing objects:  78% (174516/223738)           
remote: Compressing objects:  79% (176754/223738)           
remote: Compressing objects:  80% (178991/223738)           
remote: Compressing objects:  81% (181228/223738)           
remote: Compressing objects:  82% (183466/223738)           
remote: Compressing objects:  83% (185703/223738)           
remote: Compressing objects:  84% (187940/223738)           
remote: Compressing objects:  85% (190178/223738)           
remote: Compressing objects:  86% (192415/223738)           
remote: Compressing objects:  87% (194653/223738)           
remote: Compressing objects:  88% (196890/223738)           
remote: Compressing objects:  89% (199127/223738)           
remote: Compressing objects:  90% (201365/223738)           
remote: Compressing objects:  91% (203602/223738)           
remote: Compressing objects:  92% (205839/223738)           
remote: Compressing objects:  93% (208077/223738)           
remote: Compressing objects:  94% (210314/223738)           
remote: Compressing objects:  95% (212552/223738)           
remote: Compressing objects:  96% (214789/223738)           
remote: Compressing objects:  97% (217026/223738)           
remote: Compressing objects:  98% (219264/223738)           
remote: Compressing objects:  99% (221501/223738)           
remote: Compressing objects: 100% (223738/223738)           
remote: Compressing objects: 100% (223738/223738), done.        
Receiving objects:   0% (1/1055387)   
Receiving objects:   0% (2764/1055387), 268.00 KiB | 485.00 KiB/s   
Receiving objects:   0% (5529/1055387), 948.00 KiB | 575.00 KiB/s   
Receiving objects:   0% (8184/1055387), 1.44 MiB | 549.00 KiB/s   
Receiving objects:   1% (10554/1055387), 1.75 MiB | 553.00 KiB/s   
Receiving objects:   1% (11751/1055387), 2.11 MiB | 572.00 KiB/s   
Receiving objects:   1% (15961/1055387), 2.92 MiB | 620.00 KiB/s   
Receiving objects:   1% (19935/1055387), 3.78 MiB | 679.00 KiB/s   
Receiving objects:   2% (21108/1055387), 4.17 MiB | 698.00 KiB/s   
Receiving objects:   2% (22537/1055387), 4.54 MiB | 716.00 KiB/s   
Receiving objects:   2% (25065/1055387), 5.21 MiB | 750.00 KiB/s   
Receiving objects:   2% (27549/1055387), 5.90 MiB | 735.00 KiB/s   
Receiving objects:   2% (29087/1055387), 6.15 MiB | 696.00 KiB/s   
Receiving objects:   2% (30910/1055387), 6.59 MiB | 611.00 KiB/s   
Receiving objects:   3% (31662/1055387), 6.88 MiB | 587.00 KiB/s   
Receiving objects:   3% (33401/1055387), 7.20 MiB | 578.00 KiB/s   
Receiving objects:   3% (36431/1055387), 8.01 MiB | 607.00 KiB/s   
Receiving objects:   3% (38362/1055387), 8.64 MiB | 591.00 KiB/s   
Receiving objects:   3% (39808/1055387), 9.07 MiB | 593.00 KiB/s   
Receiving objects:   3% (40945/1055387), 9.37 MiB | 543.00 KiB/s   
Receiving objects:   3% (42027/1055387), 9.69 MiB | 454.00 KiB/s   
Receiving objects:   4% (42216/1055387), 9.69 MiB | 454.00 KiB/s   
Receiving objects:   4% (43229/1055387), 10.00 MiB | 361.00 KiB/s   
Receiving objects:   4% (44680/1055387), 10.41 MiB | 329.00 KiB/s   
Receiving objects:   4% (46069/1055387), 10.61 MiB | 330.00 KiB/s   
Receiving objects:   4% (48041/1055387), 11.04 MiB | 360.00 KiB/s   
Receiving objects:   4% (50026/1055387), 11.57 MiB | 408.00 KiB/s   
Receiving objects:   4% (52178/1055387), 12.19 MiB | 474.00 KiB/s   
Receiving objects:   5% (52770/1055387), 12.39 MiB | 480.00 KiB/s   
Receiving objects:   5% (53498/1055387), 12.56 MiB | 472.00 KiB/s   
Receiving objects:   5% (54778/1055387), 12.95 MiB | 470.00 KiB/s   
Receiving objects:   5% (55965/1055387), 13.25 MiB | 427.00 KiB/s   
Receiving objects:   5% (58119/1055387), 13.69 MiB | 396.00 KiB/s   
Receiving objects:   5% (62528/1055387), 14.27 MiB | 408.00 KiB/s   
Receiving objects:   6% (63324/1055387), 14.27 MiB | 408.00 KiB/s   
Receiving objects:   6% (66910/1055387), 14.66 MiB | 414.00 KiB/s   
Receiving objects:   6% (70882/1055387), 14.94 MiB | 399.00 KiB/s   
Receiving objects:   7% (73878/1055387), 15.14 MiB | 413.00 KiB/s   
Receiving objects:   7% (76744/1055387), 15.38 MiB | 421.00 KiB/s   
Receiving objects:   8% (84431/1055387), 15.68 MiB | 436.00 KiB/s   
Receiving objects:   8% (84573/1055387), 15.68 MiB | 436.00 KiB/s   
Receiving objects:   8% (91618/1055387), 16.32 MiB | 449.00 KiB/s   
Receiving objects:   9% (94985/1055387), 16.53 MiB | 446.00 KiB/s   
Receiving objects:   9% (99953/1055387), 16.82 MiB | 472.00 KiB/s   
Receiving objects:   9% (105036/1055387), 17.27 MiB | 503.00 KiB/s   
Receiving objects:  10% (105539/1055387), 17.27 MiB | 503.00 KiB/s   
Receiving objects:  10% (109791/1055387), 17.57 MiB | 475.00 KiB/s   
Receiving objects:  10% (114566/1055387), 17.92 MiB | 409.00 KiB/s   
Receiving objects:  11% (116093/1055387), 18.07 MiB | 382.00 KiB/s   
Receiving objects:  11% (119799/1055387), 18.27 MiB | 377.00 KiB/s   
Receiving objects:  11% (125768/1055387), 18.68 MiB | 350.00 KiB/s   
Receiving objects:  12% (126647/1055387), 18.68 MiB | 350.00 KiB/s   
Receiving objects:  12% (134405/1055387), 19.25 MiB | 400.00 KiB/s   
Receiving objects:  13% (137201/1055387), 19.25 MiB | 400.00 KiB/s   
Receiving objects:  13% (146387/1055387), 20.01 MiB | 492.00 KiB/s   
Receiving objects:  14% (147755/1055387), 20.01 MiB | 492.00 KiB/s   
Receiving objects:  15% (158309/1055387), 20.49 MiB | 562.00 KiB/s   
Receiving objects:  15% (160896/1055387), 20.93 MiB | 625.00 KiB/s   
Receiving objects:  16% (168862/1055387), 21.39 MiB | 683.00 KiB/s   
Receiving objects:  16% (174171/1055387), 21.79 MiB | 729.00 KiB/s   
Receiving objects:  17% (179416/1055387), 22.14 MiB | 757.00 KiB/s   
Receiving objects:  17% (181775/1055387), 22.14 MiB | 757.00 KiB/s   
Receiving objects:  17% (188801/1055387), 22.82 MiB | 761.00 KiB/s   
Receiving objects:  18% (189970/1055387), 22.82 MiB | 761.00 KiB/s   
Receiving objects:  18% (195294/1055387), 23.25 MiB | 689.00 KiB/s   
Receiving objects:  19% (200524/1055387), 23.65 MiB | 579.00 KiB/s   
Receiving objects:  19% (201837/1055387), 23.65 MiB | 579.00 KiB/s   
Receiving objects:  19% (210536/1055387), 24.17 MiB | 501.00 KiB/s   
Receiving objects:  20% (211078/1055387), 24.17 MiB | 501.00 KiB/s   
Receiving objects:  20% (218584/1055387), 24.71 MiB | 473.00 KiB/s   
Receiving objects:  21% (221632/1055387), 24.93 MiB | 457.00 KiB/s   
Receiving objects:  21% (225961/1055387), 25.15 MiB | 455.00 KiB/s   
Receiving objects:  21% (231227/1055387), 25.50 MiB | 447.00 KiB/s   
Receiving objects:  22% (232186/1055387), 25.50 MiB | 447.00 KiB/s   
Receiving objects:  22% (236829/1055387), 25.68 MiB | 436.00 KiB/s   
Receiving objects:  23% (242740/1055387), 26.10 MiB | 414.00 KiB/s   
Receiving objects:  23% (243721/1055387), 26.10 MiB | 414.00 KiB/s   
Receiving objects:  23% (251546/1055387), 26.60 MiB | 407.00 KiB/s   
Receiving objects:  24% (253293/1055387), 26.60 MiB | 407.00 KiB/s   
Receiving objects:  24% (258427/1055387), 27.14 MiB | 425.00 KiB/s   
Receiving objects:  25% (263847/1055387), 27.57 MiB | 438.00 KiB/s   
Receiving objects:  25% (264201/1055387), 27.57 MiB | 438.00 KiB/s   
Receiving objects:  25% (267843/1055387), 27.84 MiB | 412.00 KiB/s   
Receiving objects:  25% (272596/1055387), 28.12 MiB | 378.00 KiB/s   
Receiving objects:  26% (274401/1055387), 28.12 MiB | 378.00 KiB/s   
Receiving objects:  26% (278135/1055387), 28.48 MiB | 332.00 KiB/s   
Receiving objects:  26% (284063/1055387), 28.68 MiB | 322.00 KiB/s   
Receiving objects:  27% (284955/1055387), 28.89 MiB | 322.00 KiB/s   
Receiving objects:  27% (290222/1055387), 29.09 MiB | 319.00 KiB/s   
Receiving objects:  28% (295509/1055387), 29.48 MiB | 349.00 KiB/s   
Receiving objects:  28% (296451/1055387), 29.48 MiB | 349.00 KiB/s   
Receiving objects:  28% (302205/1055387), 29.86 MiB | 371.00 KiB/s   
Receiving objects:  29% (306063/1055387), 30.01 MiB | 369.00 KiB/s   
Receiving objects:  29% (307265/1055387), 30.18 MiB | 365.00 KiB/s   
Receiving objects:  29% (315296/1055387), 30.67 MiB | 389.00 KiB/s   
Receiving objects:  30% (316617/1055387), 30.67 MiB | 389.00 KiB/s   
Receiving objects:  30% (323212/1055387), 31.25 MiB | 427.00 KiB/s   
Receiving objects:  31% (327170/1055387), 31.48 MiB | 429.00 KiB/s   
Receiving objects:  31% (329596/1055387), 31.76 MiB | 445.00 KiB/s   
Receiving objects:  32% (337724/1055387), 32.11 MiB | 478.00 KiB/s   
Receiving objects:  32% (339349/1055387), 32.11 MiB | 478.00 KiB/s   
Receiving objects:  33% (348278/1055387), 32.96 MiB | 588.00 KiB/s   
Receiving objects:  33% (353126/1055387), 32.96 MiB | 588.00 KiB/s   
Receiving objects:  34% (358832/1055387), 33.42 MiB | 638.00 KiB/s   
Receiving objects:  34% (368783/1055387), 33.98 MiB | 699.00 KiB/s   
Receiving objects:  35% (369386/1055387), 33.98 MiB | 699.00 KiB/s   
Receiving objects:  36% (379940/1055387), 35.01 MiB | 802.00 KiB/s   
Receiving objects:  36% (383026/1055387), 35.01 MiB | 802.00 KiB/s   
Receiving objects:  37% (390494/1055387), 35.50 MiB | 857.00 KiB/s   
Receiving objects:  37% (393273/1055387), 35.79 MiB | 866.00 KiB/s   
Receiving objects:  38% (401048/1055387), 36.32 MiB | 829.00 KiB/s   
Receiving objects:  38% (401402/1055387), 36.32 MiB | 829.00 KiB/s   
Receiving objects:  38% (410667/1055387), 36.90 MiB | 759.00 KiB/s   
Receiving objects:  39% (411601/1055387), 36.90 MiB | 759.00 KiB/s   
Receiving objects:  39% (418648/1055387), 37.39 MiB | 625.00 KiB/s   
Receiving objects:  40% (422155/1055387), 37.55 MiB | 556.00 KiB/s   
Receiving objects:  40% (424234/1055387), 37.75 MiB | 494.00 KiB/s   
Receiving objects:  40% (430756/1055387), 38.18 MiB | 471.00 KiB/s   
Receiving objects:  41% (432709/1055387), 38.18 MiB | 471.00 KiB/s   
Receiving objects:  41% (436746/1055387), 38.44 MiB | 466.00 KiB/s   
Receiving objects:  41% (440862/1055387), 39.04 MiB | 465.00 KiB/s   
Receiving objects:  41% (441564/1055387), 39.40 MiB | 437.00 KiB/s   
Receiving objects:  42% (443263/1055387), 39.63 MiB | 451.00 KiB/s   
Receiving objects:  42% (444688/1055387), 40.23 MiB | 493.00 KiB/s   
Receiving objects:  42% (447060/1055387), 40.60 MiB | 522.00 KiB/s   
Receiving objects:  42% (448868/1055387), 41.32 MiB | 497.00 KiB/s   
Receiving objects:  42% (449867/1055387), 41.50 MiB | 499.00 KiB/s   
Receiving objects:  42% (452369/1055387), 41.91 MiB | 498.00 KiB/s   
Receiving objects:  42% (453115/1055387), 42.33 MiB | 458.00 KiB/s   
Receiving objects:  42% (453250/1055387), 42.77 MiB | 403.00 KiB/s   
Receiving objects:  42% (453405/1055387), 43.23 MiB | 416.00 KiB/s   
Receiving objects:  43% (453817/1055387), 43.45 MiB | 424.00 KiB/s   
Receiving objects:  43% (454211/1055387), 43.65 MiB | 427.00 KiB/s   
Receiving objects:  43% (455377/1055387), 44.01 MiB | 415.00 KiB/s   
Receiving objects:  43% (455459/1055387), 44.41 MiB | 410.00 KiB/s   
Receiving objects:  43% (455740/1055387), 44.97 MiB | 430.00 KiB/s   
Receiving objects:  43% (455740/1055387), 45.66 MiB | 486.00 KiB/s   
Receiving objects:  43% (455740/1055387), 46.18 MiB | 510.00 KiB/s   
Receiving objects:  43% (455740/1055387), 46.58 MiB | 525.00 KiB/s   
Receiving objects:  43% (455740/1055387), 47.11 MiB | 537.00 KiB/s   
Receiving objects:  43% (455740/1055387), 47.80 MiB | 541.00 KiB/s   
Receiving objects:  43% (455971/1055387), 48.17 MiB | 547.00 KiB/s   
Receiving objects:  43% (458347/1055387), 49.35 MiB | 645.00 KiB/s   
Receiving objects:  43% (458347/1055387), 49.94 MiB | 681.00 KiB/s   
Receiving objects:  43% (458348/1055387), 50.50 MiB | 669.00 KiB/s   
Receiving objects:  43% (458348/1055387), 50.83 MiB | 667.00 KiB/s   
Receiving objects:  43% (458348/1055387), 51.32 MiB | 614.00 KiB/s   
Receiving objects:  43% (458348/1055387), 51.82 MiB | 543.00 KiB/s   
Receiving objects:  43% (458350/1055387), 52.36 MiB | 526.00 KiB/s   
Receiving objects:  43% (458350/1055387), 52.86 MiB | 513.00 KiB/s   
Receiving objects:  43% (458351/1055387), 53.09 MiB | 493.00 KiB/s   
Receiving objects:  43% (458356/1055387), 53.54 MiB | 480.00 KiB/s   
Receiving objects:  43% (459027/1055387), 54.45 MiB | 513.00 KiB/s   
Receiving objects:  43% (459028/1055387), 54.78 MiB | 529.00 KiB/s   
Receiving objects:  43% (459028/1055387), 55.93 MiB | 618.00 KiB/s   
Receiving objects:  43% (459028/1055387), 56.93 MiB | 746.00 KiB/s   
Receiving objects:  43% (459029/1055387), 57.39 MiB | 792.00 KiB/s   
Receiving objects:  43% (459030/1055387), 57.97 MiB | 775.00 KiB/s   
Receiving objects:  43% (459031/1055387), 58.66 MiB | 773.00 KiB/s   
Receiving objects:  43% (459031/1055387), 59.54 MiB | 791.00 KiB/s   
Receiving objects:  43% (459031/1055387), 60.55 MiB | 791.00 KiB/s   
Receiving objects:  43% (459034/1055387), 61.50 MiB | 830.00 KiB/s   
Receiving objects:  43% (459034/1055387), 62.27 MiB | 868.00 KiB/s   
Receiving objects:  43% (459034/1055387), 62.74 MiB | 797.00 KiB/s   
Receiving objects:  43% (459036/1055387), 63.30 MiB | 704.00 KiB/s   
Receiving objects:  43% (459036/1055387), 63.89 MiB | 626.00 KiB/s   
Receiving objects:  43% (459036/1055387), 64.49 MiB | 556.00 KiB/s   
Receiving objects:  43% (459036/1055387), 64.92 MiB | 519.00 KiB/s   
Receiving objects:  43% (459036/1055387), 65.18 MiB | 527.00 KiB/s   
Receiving objects:  43% (459036/1055387), 65.68 MiB | 514.00 KiB/s   
Receiving objects:  43% (459036/1055387), 66.08 MiB | 472.00 KiB/s   
Receiving objects:  43% (459036/1055387), 66.50 MiB | 443.00 KiB/s   
Receiving objects:  43% (459037/1055387), 67.06 MiB | 470.00 KiB/s   
Receiving objects:  43% (459037/1055387), 67.51 MiB | 460.00 KiB/s   
Receiving objects:  43% (459037/1055387), 68.14 MiB | 487.00 KiB/s   
Receiving objects:  43% (459038/1055387), 68.80 MiB | 556.00 KiB/s   
Receiving objects:  43% (459038/1055387), 69.39 MiB | 570.00 KiB/s   
Receiving objects:  43% (459151/1055387), 69.71 MiB | 584.00 KiB/s   
Receiving objects:  43% (459812/1055387), 70.77 MiB | 650.00 KiB/s   
Receiving objects:  43% (459812/1055387), 71.43 MiB | 640.00 KiB/s   
Receiving objects:  43% (459812/1055387), 72.03 MiB | 640.00 KiB/s   
Receiving objects:  43% (459812/1055387), 72.56 MiB | 624.00 KiB/s   
Receiving objects:  43% (459813/1055387), 72.89 MiB | 623.00 KiB/s   
Receiving objects:  43% (459920/1055387), 73.74 MiB | 654.00 KiB/s   
Receiving objects:  43% (462115/1055387), 74.54 MiB | 685.00 KiB/s   
Receiving objects:  43% (462142/1055387), 75.01 MiB | 708.00 KiB/s   
Receiving objects:  43% (462269/1055387), 75.85 MiB | 786.00 KiB/s   
Receiving objects:  43% (462334/1055387), 77.28 MiB | 875.00 KiB/s   
Receiving objects:  43% (462337/1055387), 77.83 MiB | 894.00 KiB/s   
Receiving objects:  43% (462342/1055387), 78.77 MiB | 914.00 KiB/s   
Receiving objects:  43% (463364/1055387), 79.29 MiB | 828.00 KiB/s   
Receiving objects:  44% (464371/1055387), 79.55 MiB | 798.00 KiB/s   
Receiving objects:  44% (465058/1055387), 79.75 MiB | 743.00 KiB/s   
Receiving objects:  44% (466974/1055387), 80.22 MiB | 629.00 KiB/s   
Receiving objects:  44% (469282/1055387), 80.85 MiB | 534.00 KiB/s   
Receiving objects:  44% (472410/1055387), 81.15 MiB | 512.00 KiB/s   
Receiving objects:  44% (474122/1055387), 81.61 MiB | 500.00 KiB/s   
Receiving objects:  45% (474925/1055387), 81.94 MiB | 471.00 KiB/s   
Receiving objects:  45% (475454/1055387), 81.94 MiB | 471.00 KiB/s   
Receiving objects:  45% (477893/1055387), 82.47 MiB | 477.00 KiB/s   
Receiving objects:  45% (480171/1055387), 83.02 MiB | 460.00 KiB/s   
Receiving objects:  45% (483424/1055387), 83.71 MiB | 493.00 KiB/s   
Receiving objects:  46% (485479/1055387), 84.15 MiB | 544.00 KiB/s   
Receiving objects:  46% (487844/1055387), 84.61 MiB | 614.00 KiB/s   
Receiving objects:  46% (490801/1055387), 85.36 MiB | 694.00 KiB/s   
Receiving objects:  46% (492861/1055387), 85.94 MiB | 703.00 KiB/s   
Receiving objects:  46% (495199/1055387), 86.36 MiB | 665.00 KiB/s   
Receiving objects:  47% (496032/1055387), 86.36 MiB | 665.00 KiB/s   
Receiving objects:  47% (497547/1055387), 86.78 MiB | 572.00 KiB/s   
Receiving objects:  47% (500008/1055387), 86.98 MiB | 516.00 KiB/s   
Receiving objects:  47% (504243/1055387), 87.49 MiB | 465.00 KiB/s   
Receiving objects:  47% (506392/1055387), 88.01 MiB | 446.00 KiB/s   
Receiving objects:  48% (506586/1055387), 88.01 MiB | 446.00 KiB/s   
Receiving objects:  48% (508084/1055387), 88.29 MiB | 417.00 KiB/s   
Receiving objects:  48% (510331/1055387), 88.63 MiB | 402.00 KiB/s   
Receiving objects:  48% (512020/1055387), 89.09 MiB | 402.00 KiB/s   
Receiving objects:  48% (513404/1055387), 89.37 MiB | 333.00 KiB/s   
Receiving objects:  48% (515350/1055387), 89.82 MiB | 357.00 KiB/s   
Receiving objects:  49% (517140/1055387), 90.04 MiB | 373.00 KiB/s   
Receiving objects:  49% (517406/1055387), 90.04 MiB | 373.00 KiB/s   
Receiving objects:  49% (519456/1055387), 90.61 MiB | 426.00 KiB/s   
Receiving objects:  49% (523705/1055387), 91.39 MiB | 502.00 KiB/s   
Receiving objects:  49% (527669/1055387), 92.21 MiB | 626.00 KiB/s   
Receiving objects:  50% (527694/1055387), 92.21 MiB | 626.00 KiB/s   
Receiving objects:  50% (529613/1055387), 92.85 MiB | 659.00 KiB/s   
Receiving objects:  50% (530814/1055387), 93.28 MiB | 646.00 KiB/s   
Receiving objects:  50% (531819/1055387), 94.01 MiB | 558.00 KiB/s   
Receiving objects:  50% (531819/1055387), 94.37 MiB | 458.00 KiB/s   
Receiving objects:  50% (531820/1055387), 94.60 MiB | 435.00 KiB/s   
Receiving objects:  50% (531821/1055387), 95.20 MiB | 452.00 KiB/s   
Receiving objects:  50% (533895/1055387), 96.00 MiB | 541.00 KiB/s   
Receiving objects:  50% (535926/1055387), 96.35 MiB | 559.00 KiB/s   
Receiving objects:  51% (538248/1055387), 97.18 MiB | 657.00 KiB/s   
Receiving objects:  51% (539407/1055387), 97.18 MiB | 657.00 KiB/s   
Receiving objects:  51% (540855/1055387), 98.38 MiB | 771.00 KiB/s   
Receiving objects:  51% (540855/1055387), 98.89 MiB | 725.00 KiB/s   
Receiving objects:  51% (540855/1055387), 99.28 MiB | 639.00 KiB/s   
Receiving objects:  51% (540855/1055387), 99.73 MiB | 549.00 KiB/s   
Receiving objects:  51% (540855/1055387), 100.21 MiB | 478.00 KiB/s   
Receiving objects:  51% (540855/1055387), 100.59 MiB | 407.00 KiB/s   
Receiving objects:  51% (540855/1055387), 100.82 MiB | 410.00 KiB/s   
Receiving objects:  51% (540855/1055387), 101.45 MiB | 456.00 KiB/s   
Receiving objects:  51% (540855/1055387), 102.23 MiB | 525.00 KiB/s   
Receiving objects:  51% (540855/1055387), 102.87 MiB | 560.00 KiB/s   
Receiving objects:  51% (540855/1055387), 103.16 MiB | 547.00 KiB/s   
Receiving objects:  51% (541418/1055387), 103.35 MiB | 539.00 KiB/s   
Receiving objects:  51% (541998/1055387), 103.85 MiB | 504.00 KiB/s   
Receiving objects:  51% (544401/1055387), 104.29 MiB | 433.00 KiB/s   
Receiving objects:  51% (546136/1055387), 104.49 MiB | 398.00 KiB/s   
Receiving objects:  51% (547486/1055387), 104.88 MiB | 386.00 KiB/s   
Receiving objects:  52% (548802/1055387), 105.03 MiB | 389.00 KiB/s   
Receiving objects:  52% (549735/1055387), 105.20 MiB | 389.00 KiB/s   
Receiving objects:  52% (552035/1055387), 105.69 MiB | 397.00 KiB/s   
Receiving objects:  52% (552370/1055387), 106.30 MiB | 432.00 KiB/s   
Receiving objects:  52% (552554/1055387), 106.82 MiB | 453.00 KiB/s   
Receiving objects:  52% (554135/1055387), 107.25 MiB | 482.00 KiB/s   
Receiving objects:  52% (555640/1055387), 107.73 MiB | 499.00 KiB/s   
Receiving objects:  52% (556893/1055387), 108.19 MiB | 466.00 KiB/s   
Receiving objects:  52% (558942/1055387), 108.46 MiB | 465.00 KiB/s   
Receiving objects:  53% (559356/1055387), 108.71 MiB | 461.00 KiB/s   
Receiving objects:  53% (561251/1055387), 109.00 MiB | 469.00 KiB/s   
Receiving objects:  53% (564150/1055387), 109.70 MiB | 528.00 KiB/s   
Receiving objects:  53% (567739/1055387), 110.56 MiB | 609.00 KiB/s   
Receiving objects:  54% (569909/1055387), 110.90 MiB | 636.00 KiB/s   
Receiving objects:  54% (570866/1055387), 111.21 MiB | 657.00 KiB/s   
Receiving objects:  54% (573170/1055387), 111.89 MiB | 692.00 KiB/s   
Receiving objects:  54% (575102/1055387), 112.40 MiB | 667.00 KiB/s   
Receiving objects:  54% (577365/1055387), 112.96 MiB | 615.00 KiB/s   
Receiving objects:  54% (579736/1055387), 113.48 MiB | 553.00 KiB/s   
Receiving objects:  55% (580463/1055387), 113.48 MiB | 553.00 KiB/s   
Receiving objects:  55% (582437/1055387), 113.74 MiB | 540.00 KiB/s   
Receiving objects:  55% (585234/1055387), 114.38 MiB | 538.00 KiB/s   
Receiving objects:  55% (587601/1055387), 115.11 MiB | 593.00 KiB/s   
Receiving objects:  55% (590963/1055387), 115.91 MiB | 643.00 KiB/s   
Receiving objects:  56% (591017/1055387), 115.91 MiB | 643.00 KiB/s   
Receiving objects:  56% (594020/1055387), 116.80 MiB | 730.00 KiB/s   
Receiving objects:  56% (595835/1055387), 117.44 MiB | 752.00 KiB/s   
Receiving objects:  56% (597480/1055387), 117.82 MiB | 668.00 KiB/s   
Receiving objects:  56% (598603/1055387), 118.19 MiB | 592.00 KiB/s   
Receiving objects:  56% (598816/1055387), 118.54 MiB | 373.00 KiB/s   
Receiving objects:  56% (598818/1055387), 118.63 MiB | 316.00 KiB/s   
Receiving objects:  56% (598852/1055387), 118.86 MiB | 261.00 KiB/s   
Receiving objects:  56% (599449/1055387), 119.13 MiB | 231.00 KiB/s   
Receiving objects:  56% (599452/1055387), 119.46 MiB | 236.00 KiB/s   
Receiving objects:  56% (600003/1055387), 119.64 MiB | 247.00 KiB/s   
Receiving objects:  56% (600544/1055387), 119.96 MiB | 286.00 KiB/s   
Receiving objects:  56% (600548/1055387), 120.33 MiB | 318.00 KiB/s   
Receiving objects:  56% (600552/1055387), 120.82 MiB | 368.00 KiB/s   
Receiving objects:  56% (600564/1055387), 121.68 MiB | 442.00 KiB/s   
Receiving objects:  56% (600564/1055387), 122.04 MiB | 449.00 KiB/s   
Receiving objects:  56% (600699/1055387), 122.25 MiB | 452.00 KiB/s   
Receiving objects:  56% (600710/1055387), 122.47 MiB | 461.00 KiB/s   
Receiving objects:  56% (600712/1055387), 123.12 MiB | 434.00 KiB/s   
Receiving objects:  56% (600719/1055387), 123.38 MiB | 425.00 KiB/s   
Receiving objects:  56% (600726/1055387), 123.96 MiB | 455.00 KiB/s   
Receiving objects:  56% (600740/1055387), 125.02 MiB | 560.00 KiB/s   
Receiving objects:  56% (600743/1055387), 125.34 MiB | 579.00 KiB/s   
Receiving objects:  56% (600744/1055387), 126.11 MiB | 597.00 KiB/s   
Receiving objects:  56% (600746/1055387), 126.52 MiB | 560.00 KiB/s   
Receiving objects:  56% (600748/1055387), 126.76 MiB | 540.00 KiB/s   
Receiving objects:  56% (600751/1055387), 127.20 MiB | 473.00 KiB/s   
Receiving objects:  56% (600754/1055387), 127.52 MiB | 403.00 KiB/s   
Receiving objects:  56% (600755/1055387), 127.73 MiB | 386.00 KiB/s   
Receiving objects:  56% (600759/1055387), 128.30 MiB | 374.00 KiB/s   
Receiving objects:  56% (600761/1055387), 128.70 MiB | 353.00 KiB/s   
Receiving objects:  56% (600761/1055387), 129.16 MiB | 381.00 KiB/s   
Receiving objects:  56% (600761/1055387), 129.62 MiB | 399.00 KiB/s   
Receiving objects:  56% (600761/1055387), 129.83 MiB | 406.00 KiB/s   
Receiving objects:  56% (600761/1055387), 130.29 MiB | 424.00 KiB/s   
Receiving objects:  56% (600761/1055387), 130.83 MiB | 454.00 KiB/s   
Receiving objects:  56% (600761/1055387), 131.24 MiB | 450.00 KiB/s   
Receiving objects:  56% (600767/1055387), 131.51 MiB | 467.00 KiB/s   
Receiving objects:  56% (600769/1055387), 132.59 MiB | 545.00 KiB/s   
Receiving objects:  56% (600776/1055387), 133.00 MiB | 584.00 KiB/s   
Receiving objects:  56% (600782/1055387), 133.55 MiB | 585.00 KiB/s   
Receiving objects:  56% (600789/1055387), 134.05 MiB | 597.00 KiB/s   
Receiving objects:  56% (600791/1055387), 134.21 MiB | 568.00 KiB/s   
Receiving objects:  56% (600794/1055387), 134.63 MiB | 428.00 KiB/s   
Receiving objects:  56% (600799/1055387), 134.82 MiB | 383.00 KiB/s   
Receiving objects:  56% (600808/1055387), 135.28 MiB | 363.00 KiB/s   
Receiving objects:  56% (600815/1055387), 135.83 MiB | 346.00 KiB/s   
Receiving objects:  56% (600819/1055387), 136.07 MiB | 367.00 KiB/s   
Receiving objects:  56% (600826/1055387), 136.68 MiB | 443.00 KiB/s   
Receiving objects:  57% (601571/1055387), 137.06 MiB | 481.00 KiB/s   
Receiving objects:  57% (601777/1055387), 137.44 MiB | 519.00 KiB/s   
Receiving objects:  57% (603476/1055387), 138.19 MiB | 582.00 KiB/s   
Receiving objects:  57% (606262/1055387), 138.94 MiB | 676.00 KiB/s   
Receiving objects:  57% (610084/1055387), 139.39 MiB | 719.00 KiB/s   
Receiving objects:  58% (612125/1055387), 140.28 MiB | 769.00 KiB/s   
Receiving objects:  58% (612495/1055387), 140.28 MiB | 769.00 KiB/s   
Receiving objects:  58% (613681/1055387), 140.75 MiB | 714.00 KiB/s   
Receiving objects:  58% (613854/1055387), 141.11 MiB | 622.00 KiB/s   
Receiving objects:  58% (613924/1055387), 141.44 MiB | 526.00 KiB/s   
Receiving objects:  58% (618973/1055387), 141.89 MiB | 434.00 KiB/s   
Receiving objects:  58% (621477/1055387), 142.68 MiB | 411.00 KiB/s   
Receiving objects:  58% (621477/1055387), 143.01 MiB | 437.00 KiB/s   
Receiving objects:  58% (621477/1055387), 143.65 MiB | 515.00 KiB/s   
Receiving objects:  58% (621477/1055387), 144.43 MiB | 612.00 KiB/s   
Receiving objects:  58% (621479/1055387), 145.25 MiB | 679.00 KiB/s   
Receiving objects:  58% (621479/1055387), 145.98 MiB | 716.00 KiB/s   
Receiving objects:  58% (621479/1055387), 146.71 MiB | 727.00 KiB/s   
Receiving objects:  58% (621479/1055387), 147.46 MiB | 741.00 KiB/s   
Receiving objects:  58% (621481/1055387), 147.82 MiB | 731.00 KiB/s   
Receiving objects:  58% (621483/1055387), 148.31 MiB | 658.00 KiB/s   
Receiving objects:  58% (621485/1055387), 148.75 MiB | 524.00 KiB/s   
Receiving objects:  58% (621487/1055387), 148.93 MiB | 481.00 KiB/s   
Receiving objects:  58% (621490/1055387), 149.39 MiB | 419.00 KiB/s   
Receiving objects:  58% (621492/1055387), 149.79 MiB | 365.00 KiB/s   
Receiving objects:  58% (621492/1055387), 150.33 MiB | 404.00 KiB/s   
Receiving objects:  58% (621492/1055387), 150.82 MiB | 447.00 KiB/s   
Receiving objects:  58% (621492/1055387), 151.37 MiB | 482.00 KiB/s   
Receiving objects:  58% (621493/1055387), 151.95 MiB | 516.00 KiB/s   
Receiving objects:  58% (621493/1055387), 152.55 MiB | 551.00 KiB/s   
Receiving objects:  58% (621493/1055387), 153.01 MiB | 522.00 KiB/s   
Receiving objects:  58% (621494/1055387), 153.18 MiB | 504.00 KiB/s   
Receiving objects:  58% (621494/1055387), 153.46 MiB | 443.00 KiB/s   
Receiving objects:  58% (621496/1055387), 153.86 MiB | 400.00 KiB/s   
Receiving objects:  58% (621496/1055387), 154.36 MiB | 374.00 KiB/s   
Receiving objects:  58% (621496/1055387), 154.83 MiB | 380.00 KiB/s   
Receiving objects:  58% (621496/1055387), 155.52 MiB | 471.00 KiB/s   
Receiving objects:  58% (621497/1055387), 155.91 MiB | 527.00 KiB/s   
Receiving objects:  58% (621502/1055387), 156.92 MiB | 618.00 KiB/s   
Receiving objects:  58% (621504/1055387), 157.14 MiB | 605.00 KiB/s   
Receiving objects:  58% (621505/1055387), 157.77 MiB | 570.00 KiB/s   
Receiving objects:  58% (621505/1055387), 158.04 MiB | 547.00 KiB/s   
Receiving objects:  58% (621505/1055387), 158.77 MiB | 520.00 KiB/s   
Receiving objects:  58% (621505/1055387), 159.46 MiB | 549.00 KiB/s   
Receiving objects:  58% (621507/1055387), 160.11 MiB | 591.00 KiB/s   
Receiving objects:  58% (621512/1055387), 160.51 MiB | 630.00 KiB/s   
Receiving objects:  58% (621516/1055387), 161.09 MiB | 642.00 KiB/s   
Receiving objects:  58% (621521/1055387), 161.80 MiB | 637.00 KiB/s   
Receiving objects:  58% (621526/1055387), 162.68 MiB | 677.00 KiB/s   
Receiving objects:  58% (621531/1055387), 163.23 MiB | 731.00 KiB/s   
Receiving objects:  58% (621537/1055387), 164.24 MiB | 794.00 KiB/s   
Receiving objects:  58% (621542/1055387), 165.04 MiB | 840.00 KiB/s   
Receiving objects:  58% (621548/1055387), 166.00 MiB | 903.00 KiB/s   
Receiving objects:  58% (621554/1055387), 167.18 MiB | 968.00 KiB/s   
Receiving objects:  58% (621560/1055387), 168.10 MiB | 920.00 KiB/s   
Receiving objects:  58% (621565/1055387), 168.93 MiB | 919.00 KiB/s   
Receiving objects:  58% (621567/1055387), 169.51 MiB | 845.00 KiB/s   
Receiving objects:  58% (621571/1055387), 169.78 MiB | 796.00 KiB/s   
Receiving objects:  58% (621574/1055387), 170.46 MiB | 692.00 KiB/s   
Receiving objects:  58% (621578/1055387), 171.49 MiB | 642.00 KiB/s   
Receiving objects:  58% (621583/1055387), 172.36 MiB | 673.00 KiB/s   
Receiving objects:  58% (621584/1055387), 172.77 MiB | 715.00 KiB/s   
Receiving objects:  58% (621589/1055387), 173.67 MiB | 784.00 KiB/s   
Receiving objects:  58% (621593/1055387), 174.53 MiB | 823.00 KiB/s   
Receiving objects:  58% (621598/1055387), 175.48 MiB | 854.00 KiB/s   
Receiving objects:  58% (621601/1055387), 176.18 MiB | 813.00 KiB/s   
Receiving objects:  58% (621604/1055387), 176.81 MiB | 768.00 KiB/s   
Receiving objects:  58% (621607/1055387), 177.25 MiB | 677.00 KiB/s   
Receiving objects:  58% (621610/1055387), 177.53 MiB | 631.00 KiB/s   
Receiving objects:  58% (621614/1055387), 178.09 MiB | 555.00 KiB/s   
Receiving objects:  58% (621617/1055387), 178.69 MiB | 536.00 KiB/s   
Receiving objects:  58% (621621/1055387), 179.39 MiB | 544.00 KiB/s   
Receiving objects:  58% (621623/1055387), 180.06 MiB | 594.00 KiB/s   
Receiving objects:  58% (621628/1055387), 180.85 MiB | 660.00 KiB/s   
Receiving objects:  58% (621631/1055387), 181.55 MiB | 681.00 KiB/s   
Receiving objects:  58% (621635/1055387), 182.19 MiB | 695.00 KiB/s   
Receiving objects:  58% (621639/1055387), 182.46 MiB | 677.00 KiB/s   
Receiving objects:  58% (621643/1055387), 183.32 MiB | 635.00 KiB/s   
Receiving objects:  58% (621648/1055387), 184.14 MiB | 649.00 KiB/s   
Receiving objects:  58% (621652/1055387), 184.83 MiB | 657.00 KiB/s   
Receiving objects:  58% (621656/1055387), 185.54 MiB | 678.00 KiB/s   
Receiving objects:  58% (621661/1055387), 185.96 MiB | 721.00 KiB/s   
Receiving objects:  58% (621666/1055387), 186.97 MiB | 806.00 KiB/s   
Receiving objects:  58% (621674/1055387), 188.13 MiB | 878.00 KiB/s   
Receiving objects:  58% (621680/1055387), 188.99 MiB | 916.00 KiB/s   
Receiving objects:  59% (622679/1055387), 189.38 MiB | 927.00 KiB/s   
Receiving objects:  59% (624843/1055387), 189.74 MiB | 924.00 KiB/s   
Receiving objects:  59% (624857/1055387), 190.25 MiB | 827.00 KiB/s   
Receiving objects:  59% (625313/1055387), 190.50 MiB | 760.00 KiB/s   
Receiving objects:  59% (630428/1055387), 190.90 MiB | 590.00 KiB/s   
Receiving objects:  59% (631201/1055387), 191.25 MiB | 482.00 KiB/s   
Receiving objects:  59% (631222/1055387), 191.84 MiB | 389.00 KiB/s   
Receiving objects:  59% (631226/1055387), 192.03 MiB | 377.00 KiB/s   
Receiving objects:  59% (631227/1055387), 192.51 MiB | 392.00 KiB/s   
Receiving objects:  59% (631234/1055387), 193.22 MiB | 445.00 KiB/s   
Receiving objects:  59% (631235/1055387), 193.75 MiB | 491.00 KiB/s   
Receiving objects:  59% (631235/1055387), 194.18 MiB | 485.00 KiB/s   
Receiving objects:  59% (631236/1055387), 194.60 MiB | 491.00 KiB/s   
Receiving objects:  59% (631236/1055387), 195.02 MiB | 457.00 KiB/s   
Receiving objects:  59% (631239/1055387), 195.24 MiB | 424.00 KiB/s   
Receiving objects:  59% (631243/1055387), 195.74 MiB | 416.00 KiB/s   
Receiving objects:  59% (631246/1055387), 196.14 MiB | 415.00 KiB/s   
Receiving objects:  59% (631248/1055387), 196.56 MiB | 416.00 KiB/s   
Receiving objects:  59% (632753/1055387), 196.80 MiB | 426.00 KiB/s   
Receiving objects:  60% (633233/1055387), 197.04 MiB | 427.00 KiB/s   
Receiving objects:  60% (637362/1055387), 197.68 MiB | 469.00 KiB/s   
Receiving objects:  60% (643617/1055387), 198.11 MiB | 510.00 KiB/s   
Receiving objects:  61% (643787/1055387), 198.11 MiB | 510.00 KiB/s   
Receiving objects:  61% (647420/1055387), 199.47 MiB | 668.00 KiB/s   
Receiving objects:  61% (647618/1055387), 200.13 MiB | 711.00 KiB/s   
Receiving objects:  61% (647618/1055387), 200.61 MiB | 688.00 KiB/s   
Receiving objects:  61% (647618/1055387), 200.85 MiB | 663.00 KiB/s   
Receiving objects:  61% (647618/1055387), 201.35 MiB | 581.00 KiB/s   
Receiving objects:  61% (647618/1055387), 201.83 MiB | 487.00 KiB/s   
Receiving objects:  61% (647618/1055387), 202.33 MiB | 455.00 KiB/s   
Receiving objects:  61% (647620/1055387), 202.96 MiB | 490.00 KiB/s   
Receiving objects:  61% (647620/1055387), 203.71 MiB | 549.00 KiB/s   
Receiving objects:  61% (647620/1055387), 204.05 MiB | 575.00 KiB/s   
Receiving objects:  61% (647620/1055387), 204.57 MiB | 589.00 KiB/s   
Receiving objects:  61% (647757/1055387), 204.83 MiB | 594.00 KiB/s   
Receiving objects:  61% (647785/1055387), 205.35 MiB | 576.00 KiB/s   
Receiving objects:  61% (647785/1055387), 206.12 MiB | 510.00 KiB/s   
Receiving objects:  61% (647785/1055387), 206.75 MiB | 512.00 KiB/s   
Receiving objects:  61% (647785/1055387), 207.57 MiB | 574.00 KiB/s   
Receiving objects:  61% (647791/1055387), 208.03 MiB | 621.00 KiB/s   
Receiving objects:  61% (647995/1055387), 208.76 MiB | 688.00 KiB/s   
Receiving objects:  61% (648043/1055387), 209.06 MiB | 690.00 KiB/s   
Receiving objects:  61% (648046/1055387), 209.71 MiB | 633.00 KiB/s   
Receiving objects:  61% (648049/1055387), 209.91 MiB | 591.00 KiB/s   
Receiving objects:  61% (650348/1055387), 210.41 MiB | 505.00 KiB/s   
Receiving objects:  61% (653120/1055387), 210.87 MiB | 441.00 KiB/s   
Receiving objects:  61% (653179/1055387), 211.34 MiB | 423.00 KiB/s   
Receiving objects:  61% (654198/1055387), 211.85 MiB | 446.00 KiB/s   
Receiving objects:  62% (654340/1055387), 211.85 MiB | 446.00 KiB/s   
Receiving objects:  62% (655632/1055387), 212.06 MiB | 449.00 KiB/s   
Receiving objects:  62% (656266/1055387), 212.60 MiB | 403.00 KiB/s   
Receiving objects:  62% (656813/1055387), 212.83 MiB | 407.00 KiB/s   
Receiving objects:  62% (657416/1055387), 213.29 MiB | 404.00 KiB/s   
Receiving objects:  62% (657426/1055387), 213.86 MiB | 415.00 KiB/s   
Receiving objects:  62% (657528/1055387), 214.27 MiB | 416.00 KiB/s   
Receiving objects:  62% (657528/1055387), 214.65 MiB | 426.00 KiB/s   
Receiving objects:  62% (657528/1055387), 215.08 MiB | 425.00 KiB/s   
Receiving objects:  62% (657530/1055387), 215.32 MiB | 423.00 KiB/s   
Receiving objects:  62% (658106/1055387), 215.86 MiB | 366.00 KiB/s   
Receiving objects:  62% (658107/1055387), 216.02 MiB | 367.00 KiB/s   
Receiving objects:  62% (658699/1055387), 216.22 MiB | 377.00 KiB/s   
Receiving objects:  62% (659321/1055387), 216.95 MiB | 380.00 KiB/s   
Receiving objects:  62% (659342/1055387), 217.36 MiB | 381.00 KiB/s   
Receiving objects:  62% (659423/1055387), 217.61 MiB | 395.00 KiB/s   
Receiving objects:  62% (660735/1055387), 218.00 MiB | 413.00 KiB/s   
Receiving objects:  62% (662263/1055387), 218.24 MiB | 416.00 KiB/s   
Receiving objects:  63% (664894/1055387), 218.46 MiB | 407.00 KiB/s   
Receiving objects:  63% (665019/1055387), 218.93 MiB | 423.00 KiB/s   
Receiving objects:  63% (665128/1055387), 219.49 MiB | 450.00 KiB/s   
Receiving objects:  63% (665128/1055387), 219.75 MiB | 415.00 KiB/s   
Receiving objects:  63% (665128/1055387), 220.15 MiB | 407.00 KiB/s   
Receiving objects:  63% (665128/1055387), 220.58 MiB | 404.00 KiB/s   
Receiving objects:  63% (665128/1055387), 220.99 MiB | 376.00 KiB/s   
Receiving objects:  63% (665128/1055387), 221.17 MiB | 359.00 KiB/s   
Receiving objects:  63% (665128/1055387), 221.63 MiB | 400.00 KiB/s   
Receiving objects:  63% (665244/1055387), 222.15 MiB | 427.00 KiB/s   
Receiving objects:  63% (665244/1055387), 222.63 MiB | 439.00 KiB/s   
Receiving objects:  63% (665244/1055387), 223.12 MiB | 461.00 KiB/s   
Receiving objects:  63% (666023/1055387), 223.34 MiB | 468.00 KiB/s   
Receiving objects:  63% (666054/1055387), 223.79 MiB | 467.00 KiB/s   
Receiving objects:  63% (666763/1055387), 224.36 MiB | 475.00 KiB/s   
Receiving objects:  63% (671098/1055387), 225.10 MiB | 536.00 KiB/s   
Receiving objects:  63% (675147/1055387), 226.03 MiB | 634.00 KiB/s   
Receiving objects:  64% (675448/1055387), 226.03 MiB | 634.00 KiB/s   
Receiving objects:  64% (676888/1055387), 226.86 MiB | 725.00 KiB/s   
Receiving objects:  64% (684484/1055387), 227.47 MiB | 754.00 KiB/s   
Receiving objects:  65% (686002/1055387), 227.47 MiB | 754.00 KiB/s   
Receiving objects:  65% (692849/1055387), 227.77 MiB | 747.00 KiB/s   
Receiving objects:  65% (695045/1055387), 228.36 MiB | 710.00 KiB/s   
Receiving objects:  66% (696556/1055387), 228.68 MiB | 677.00 KiB/s   
Receiving objects:  66% (697470/1055387), 229.00 MiB | 642.00 KiB/s   
Receiving objects:  66% (701600/1055387), 229.65 MiB | 600.00 KiB/s   
Receiving objects:  66% (703195/1055387), 230.18 MiB | 582.00 KiB/s   
Receiving objects:  66% (705152/1055387), 230.76 MiB | 587.00 KiB/s   
Receiving objects:  67% (707110/1055387), 230.76 MiB | 587.00 KiB/s   
Receiving objects:  67% (710090/1055387), 231.29 MiB | 553.00 KiB/s   
Receiving objects:  67% (712081/1055387), 231.88 MiB | 527.00 KiB/s   
Receiving objects:  67% (712081/1055387), 232.27 MiB | 498.00 KiB/s   
Receiving objects:  67% (712276/1055387), 232.46 MiB | 475.00 KiB/s   
Receiving objects:  67% (714269/1055387), 233.00 MiB | 402.00 KiB/s   
Receiving objects:  67% (716677/1055387), 233.21 MiB | 413.00 KiB/s   
Receiving objects:  67% (717404/1055387), 233.71 MiB | 388.00 KiB/s   
Receiving objects:  68% (717664/1055387), 233.71 MiB | 388.00 KiB/s   
Receiving objects:  68% (719879/1055387), 234.06 MiB | 383.00 KiB/s   
Receiving objects:  68% (721058/1055387), 234.29 MiB | 357.00 KiB/s   
Receiving objects:  68% (721763/1055387), 234.57 MiB | 330.00 KiB/s   
Receiving objects:  68% (721775/1055387), 234.78 MiB | 329.00 KiB/s   
Receiving objects:  68% (724415/1055387), 235.32 MiB | 345.00 KiB/s   
Receiving objects:  68% (725918/1055387), 235.96 MiB | 382.00 KiB/s   
Receiving objects:  69% (728218/1055387), 236.20 MiB | 402.00 KiB/s   
Receiving objects:  69% (728842/1055387), 236.20 MiB | 402.00 KiB/s   
Receiving objects:  69% (729833/1055387), 236.68 MiB | 452.00 KiB/s   
Receiving objects:  69% (735863/1055387), 237.28 MiB | 477.00 KiB/s   
Receiving objects:  70% (738771/1055387), 237.28 MiB | 477.00 KiB/s   
Receiving objects:  70% (739938/1055387), 237.73 MiB | 451.00 KiB/s   
Receiving objects:  70% (744201/1055387), 237.91 MiB | 450.00 KiB/s   
Receiving objects:  70% (746543/1055387), 238.49 MiB | 439.00 KiB/s   
Receiving objects:  70% (746543/1055387), 238.75 MiB | 383.00 KiB/s   
Receiving objects:  70% (746543/1055387), 239.04 MiB | 325.00 KiB/s   
Receiving objects:  70% (746544/1055387), 239.25 MiB | 333.00 KiB/s   
Receiving objects:  71% (749325/1055387), 239.54 MiB | 356.00 KiB/s   
Receiving objects:  71% (751743/1055387), 239.85 MiB | 378.00 KiB/s   
Receiving objects:  71% (759174/1055387), 240.75 MiB | 464.00 KiB/s   
Receiving objects:  71% (759174/1055387), 241.21 MiB | 507.00 KiB/s   
Receiving objects:  71% (759174/1055387), 241.58 MiB | 506.00 KiB/s   
Receiving objects:  72% (759879/1055387), 241.58 MiB | 506.00 KiB/s   
Receiving objects:  72% (761162/1055387), 241.75 MiB | 479.00 KiB/s   
Receiving objects:  72% (768020/1055387), 241.96 MiB | 459.00 KiB/s   
Receiving objects:  73% (770433/1055387), 242.17 MiB | 442.00 KiB/s   
Receiving objects:  73% (772261/1055387), 242.36 MiB | 418.00 KiB/s   
Receiving objects:  73% (775147/1055387), 242.67 MiB | 372.00 KiB/s   
Receiving objects:  73% (779815/1055387), 243.00 MiB | 340.00 KiB/s   
Receiving objects:  74% (780987/1055387), 243.00 MiB | 340.00 KiB/s   
Receiving objects:  74% (786842/1055387), 243.43 MiB | 359.00 KiB/s   
Receiving objects:  75% (791541/1055387), 243.71 MiB | 376.00 KiB/s   
Receiving objects:  75% (795711/1055387), 244.06 MiB | 402.00 KiB/s   
Receiving objects:  75% (798263/1055387), 244.59 MiB | 444.00 KiB/s   
Receiving objects:  75% (801471/1055387), 245.16 MiB | 494.00 KiB/s   
Receiving objects:  76% (802095/1055387), 245.16 MiB | 494.00 KiB/s   
Receiving objects:  76% (803933/1055387), 245.71 MiB | 538.00 KiB/s   
Receiving objects:  76% (808061/1055387), 245.96 MiB | 543.00 KiB/s   
Receiving objects:  77% (812648/1055387), 246.25 MiB | 545.00 KiB/s   
Receiving objects:  77% (817939/1055387), 246.89 MiB | 543.00 KiB/s   
Receiving objects:  77% (819664/1055387), 247.23 MiB | 567.00 KiB/s   
Receiving objects:  78% (823202/1055387), 247.57 MiB | 585.00 KiB/s   
Receiving objects:  78% (833184/1055387), 248.00 MiB | 609.00 KiB/s   
Receiving objects:  79% (833756/1055387), 248.00 MiB | 609.00 KiB/s   
Receiving objects:  79% (841613/1055387), 248.79 MiB | 661.00 KiB/s   
Receiving objects:  80% (844310/1055387), 249.04 MiB | 658.00 KiB/s   
Receiving objects:  80% (848533/1055387), 249.29 MiB | 647.00 KiB/s   
Receiving objects:  80% (854457/1055387), 249.94 MiB | 648.00 KiB/s   
Receiving objects:  81% (854864/1055387), 249.94 MiB | 648.00 KiB/s   
Receiving objects:  81% (862186/1055387), 250.58 MiB | 637.00 KiB/s   
Receiving objects:  82% (865418/1055387), 250.86 MiB | 605.00 KiB/s   
Receiving objects:  82% (866007/1055387), 250.86 MiB | 605.00 KiB/s   
Receiving objects:  82% (871252/1055387), 251.32 MiB | 531.00 KiB/s   
Receiving objects:  82% (875092/1055387), 252.04 MiB | 514.00 KiB/s   
Receiving objects:  82% (875093/1055387), 252.57 MiB | 472.00 KiB/s   
Receiving objects:  82% (875342/1055387), 252.79 MiB | 449.00 KiB/s   
Receiving objects:  82% (875385/1055387), 253.37 MiB | 464.00 KiB/s   
Receiving objects:  82% (875386/1055387), 253.71 MiB | 493.00 KiB/s   
Receiving objects:  83% (875972/1055387), 254.08 MiB | 523.00 KiB/s   
Receiving objects:  83% (877858/1055387), 254.46 MiB | 553.00 KiB/s   
Receiving objects:  83% (880660/1055387), 255.30 MiB | 627.00 KiB/s   
Receiving objects:  83% (884984/1055387), 256.18 MiB | 718.00 KiB/s   
Receiving objects:  83% (886336/1055387), 256.76 MiB | 716.00 KiB/s   
Receiving objects:  84% (886526/1055387), 256.76 MiB | 716.00 KiB/s   
Receiving objects:  84% (887356/1055387), 256.93 MiB | 673.00 KiB/s   
Receiving objects:  84% (891631/1055387), 257.37 MiB | 602.00 KiB/s   
Receiving objects:  84% (892908/1055387), 258.15 MiB | 497.00 KiB/s   
Receiving objects:  84% (892908/1055387), 258.75 MiB | 460.00 KiB/s   
Receiving objects:  84% (896251/1055387), 259.05 MiB | 484.00 KiB/s   
Receiving objects:  85% (897079/1055387), 259.05 MiB | 484.00 KiB/s   
Receiving objects:  85% (900936/1055387), 259.57 MiB | 526.00 KiB/s   
Receiving objects:  85% (901322/1055387), 259.96 MiB | 500.00 KiB/s   
Receiving objects:  85% (901358/1055387), 260.69 MiB | 481.00 KiB/s   
Receiving objects:  85% (901358/1055387), 260.88 MiB | 460.00 KiB/s   
Receiving objects:  85% (901358/1055387), 261.09 MiB | 375.00 KiB/s   
Receiving objects:  85% (901358/1055387), 261.39 MiB | 352.00 KiB/s   
Receiving objects:  85% (901358/1055387), 261.79 MiB | 342.00 KiB/s   
Receiving objects:  85% (901358/1055387), 262.11 MiB | 312.00 KiB/s   
Receiving objects:  85% (901358/1055387), 262.30 MiB | 275.00 KiB/s   
Receiving objects:  85% (901358/1055387), 262.57 MiB | 284.00 KiB/s   
Receiving objects:  85% (901358/1055387), 263.04 MiB | 301.00 KiB/s   
Receiving objects:  85% (901358/1055387), 263.28 MiB | 308.00 KiB/s   
Receiving objects:  85% (901358/1055387), 263.60 MiB | 306.00 KiB/s   
Receiving objects:  85% (901358/1055387), 264.02 MiB | 361.00 KiB/s   
Receiving objects:  85% (901358/1055387), 264.33 MiB | 374.00 KiB/s   
Receiving objects:  85% (901358/1055387), 264.68 MiB | 347.00 KiB/s   
Receiving objects:  85% (901358/1055387), 265.04 MiB | 341.00 KiB/s   
Receiving objects:  85% (901358/1055387), 265.61 MiB | 377.00 KiB/s   
Receiving objects:  85% (901358/1055387), 265.93 MiB | 408.00 KiB/s   
Receiving objects:  85% (901358/1055387), 266.66 MiB | 490.00 KiB/s   
Receiving objects:  85% (901358/1055387), 267.11 MiB | 513.00 KiB/s   
Receiving objects:  85% (901358/1055387), 267.61 MiB | 538.00 KiB/s   
Receiving objects:  85% (901358/1055387), 268.01 MiB | 501.00 KiB/s   
Receiving objects:  85% (901358/1055387), 268.41 MiB | 440.00 KiB/s   
Receiving objects:  85% (901363/1055387), 268.57 MiB | 401.00 KiB/s   
Receiving objects:  85% (901363/1055387), 268.89 MiB | 372.00 KiB/s   
Receiving objects:  85% (901363/1055387), 269.21 MiB | 332.00 KiB/s   
Receiving objects:  85% (901363/1055387), 269.53 MiB | 313.00 KiB/s   
Receiving objects:  85% (901363/1055387), 269.79 MiB | 281.00 KiB/s   
Receiving objects:  85% (901363/1055387), 269.93 MiB | 278.00 KiB/s   
Receiving objects:  85% (901363/1055387), 270.21 MiB | 267.00 KiB/s   
Receiving objects:  85% (901363/1055387), 270.52 MiB | 269.00 KiB/s   
Receiving objects:  85% (901363/1055387), 270.87 MiB | 281.00 KiB/s   
Receiving objects:  85% (901363/1055387), 271.29 MiB | 317.00 KiB/s   
Receiving objects:  85% (901363/1055387), 271.90 MiB | 391.00 KiB/s   
Receiving objects:  85% (901363/1055387), 272.70 MiB | 499.00 KiB/s   
Receiving objects:  85% (901363/1055387), 273.08 MiB | 549.00 KiB/s   
Receiving objects:  85% (901363/1055387), 273.92 MiB | 654.00 KiB/s   
Receiving objects:  85% (901363/1055387), 274.77 MiB | 747.00 KiB/s   
Receiving objects:  85% (901363/1055387), 275.33 MiB | 739.00 KiB/s   
Receiving objects:  85% (901363/1055387), 275.89 MiB | 685.00 KiB/s   
Receiving objects:  85% (901363/1055387), 276.32 MiB | 604.00 KiB/s   
Receiving objects:  85% (901363/1055387), 276.80 MiB | 518.00 KiB/s   
Receiving objects:  85% (902372/1055387), 277.09 MiB | 493.00 KiB/s   
Receiving objects:  85% (904391/1055387), 277.65 MiB | 491.00 KiB/s   
Receiving objects:  86% (907633/1055387), 278.00 MiB | 511.00 KiB/s   
Receiving objects:  86% (913038/1055387), 278.00 MiB | 511.00 KiB/s   
Receiving objects:  87% (918187/1055387), 278.32 MiB | 521.00 KiB/s   
Receiving objects:  87% (921593/1055387), 278.64 MiB | 543.00 KiB/s   
Receiving objects:  87% (925908/1055387), 279.86 MiB | 665.00 KiB/s   
Receiving objects:  87% (925908/1055387), 280.56 MiB | 694.00 KiB/s   
Receiving objects:  88% (928741/1055387), 280.56 MiB | 694.00 KiB/s   
Receiving objects:  88% (931749/1055387), 280.78 MiB | 677.00 KiB/s   
Receiving objects:  88% (937882/1055387), 281.18 MiB | 619.00 KiB/s   
Receiving objects:  89% (939295/1055387), 281.18 MiB | 619.00 KiB/s   
Receiving objects:  89% (940662/1055387), 281.55 MiB | 550.00 KiB/s   
Receiving objects:  89% (944929/1055387), 281.99 MiB | 454.00 KiB/s   
Receiving objects:  90% (949849/1055387), 282.24 MiB | 414.00 KiB/s   
Receiving objects:  90% (951218/1055387), 282.52 MiB | 421.00 KiB/s   
Receiving objects:  90% (958114/1055387), 283.05 MiB | 444.00 KiB/s   
Receiving objects:  91% (960403/1055387), 283.05 MiB | 444.00 KiB/s   
Receiving objects:  91% (964940/1055387), 283.30 MiB | 454.00 KiB/s   
Receiving objects:  91% (965061/1055387), 283.90 MiB | 504.00 KiB/s   
Receiving objects:  91% (965319/1055387), 284.61 MiB | 568.00 KiB/s   
Receiving objects:  91% (967174/1055387), 285.18 MiB | 510.00 KiB/s   
Receiving objects:  91% (967174/1055387), 285.54 MiB | 463.00 KiB/s   
Receiving objects:  91% (967174/1055387), 285.78 MiB | 451.00 KiB/s   
Receiving objects:  91% (967174/1055387), 286.22 MiB | 398.00 KiB/s   
Receiving objects:  91% (967174/1055387), 286.69 MiB | 386.00 KiB/s   
Receiving objects:  91% (967174/1055387), 287.14 MiB | 408.00 KiB/s   
error: index-pack died of signal 15
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:758)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	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:744)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor963.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy140.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
ERROR: Timeout after 10 minutes
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	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 by: hudson.plugins.git.GitException: Command "git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 1055387, done.        
remote: Compressing objects:   0% (1/223738)           
remote: Compressing objects:   1% (2238/223738)           
remote: Compressing objects:   2% (4475/223738)           
remote: Compressing objects:   3% (6713/223738)           
remote: Compressing objects:   4% (8950/223738)           
remote: Compressing objects:   5% (11187/223738)           
remote: Compressing objects:   6% (13425/223738)           
remote: Compressing objects:   7% (15662/223738)           
remote: Compressing objects:   8% (17900/223738)           
remote: Compressing objects:   9% (20137/223738)           
remote: Compressing objects:  10% (22374/223738)           
remote: Compressing objects:  11% (24612/223738)           
remote: Compressing objects:  12% (26849/223738)           
remote: Compressing objects:  13% (29086/223738)           
remote: Compressing objects:  14% (31324/223738)           
remote: Compressing objects:  15% (33561/223738)           
remote: Compressing objects:  16% (35799/223738)           
remote: Compressing objects:  17% (38036/223738)           
remote: Compressing objects:  18% (40273/223738)           
remote: Compressing objects:  19% (42511/223738)           
remote: Compressing objects:  20% (44748/223738)           
remote: Compressing objects:  21% (46985/223738)           
remote: Compressing objects:  22% (49223/223738)           
remote: Compressing objects:  23% (51460/223738)           
remote: Compressing objects:  24% (53698/223738)           
remote: Compressing objects:  25% (55935/223738)           
remote: Compressing objects:  26% (58172/223738)           
remote: Compressing objects:  27% (60410/223738)           
remote: Compressing objects:  28% (62647/223738)           
remote: Compressing objects:  29% (64885/223738)           
remote: Compressing objects:  30% (67122/223738)           
remote: Compressing objects:  31% (69359/223738)           
remote: Compressing objects:  32% (71597/223738)           
remote: Compressing objects:  33% (73834/223738)           
remote: Compressing objects:  34% (76071/223738)           
remote: Compressing objects:  35% (78309/223738)           
remote: Compressing objects:  36% (80546/223738)           
remote: Compressing objects:  37% (82784/223738)           
remote: Compressing objects:  38% (85021/223738)           
remote: Compressing objects:  39% (87258/223738)           
remote: Compressing objects:  40% (89496/223738)           
remote: Compressing objects:  41% (91733/223738)           
remote: Compressing objects:  42% (93970/223738)           
remote: Compressing objects:  43% (96208/223738)           
remote: Compressing objects:  44% (98445/223738)           
remote: Compressing objects:  45% (100683/223738)           
remote: Compressing objects:  46% (102920/223738)           
remote: Compressing objects:  47% (105157/223738)           
remote: Compressing objects:  48% (107395/223738)           
remote: Compressing objects:  49% (109632/223738)           
remote: Compressing objects:  50% (111869/223738)           
remote: Compressing objects:  51% (114107/223738)           
remote: Compressing objects:  52% (116344/223738)           
remote: Compressing objects:  53% (118582/223738)           
remote: Compressing objects:  54% (120819/223738)           
remote: Compressing objects:  55% (123056/223738)           
remote: Compressing objects:  56% (125294/223738)           
remote: Compressing objects:  57% (127531/223738)           
remote: Compressing objects:  58% (129769/223738)           
remote: Compressing objects:  59% (132006/223738)           
remote: Compressing objects:  60% (134243/223738)           
remote: Compressing objects:  61% (136481/223738)           
remote: Compressing objects:  62% (138718/223738)           
remote: Compressing objects:  63% (140955/223738)           
remote: Compressing objects:  64% (143193/223738)           
remote: Compressing objects:  65% (145430/223738)           
remote: Compressing objects:  66% (147668/223738)           
remote: Compressing objects:  67% (149905/223738)           
remote: Compressing objects:  68% (152142/223738)           
remote: Compressing objects:  69% (154380/223738)           
remote: Compressing objects:  70% (156617/223738)           
remote: Compressing objects:  71% (158854/223738)           
remote: Compressing objects:  72% (161092/223738)           
remote: Compressing objects:  73% (163329/223738)           
remote: Compressing objects:  74% (165567/223738)           
remote: Compressing objects:  75% (167804/223738)           
remote: Compressing objects:  76% (170041/223738)           
remote: Compressing objects:  77% (172279/223738)           
remote: Compressing objects:  78% (174516/223738)           
remote: Compressing objects:  79% (176754/223738)           
remote: Compressing objects:  80% (178991/223738)           
remote: Compressing objects:  81% (181228/223738)           
remote: Compressing objects:  82% (183466/223738)           
remote: Compressing objects:  83% (185703/223738)           
remote: Compressing objects:  84% (187940/223738)           
remote: Compressing objects:  85% (190178/223738)           
remote: Compressing objects:  86% (192415/223738)           
remote: Compressing objects:  87% (194653/223738)           
remote: Compressing objects:  88% (196890/223738)           
remote: Compressing objects:  89% (199127/223738)           
remote: Compressing objects:  90% (201365/223738)           
remote: Compressing objects:  91% (203602/223738)           
remote: Compressing objects:  92% (205839/223738)           
remote: Compressing objects:  93% (208077/223738)           
remote: Compressing objects:  94% (210314/223738)           
remote: Compressing objects:  95% (212552/223738)           
remote: Compressing objects:  96% (214789/223738)           
remote: Compressing objects:  97% (217026/223738)           
remote: Compressing objects:  98% (219264/223738)           
remote: Compressing objects:  99% (221501/223738)           
remote: Compressing objects: 100% (223738/223738)           
remote: Compressing objects: 100% (223738/223738), done.        
Receiving objects:   0% (1/1055387)   
Receiving objects:   1% (10554/1055387), 1.18 MiB | 2.33 MiB/s   
Receiving objects:   1% (17326/1055387), 3.36 MiB | 3.33 MiB/s   
Receiving objects:   2% (21108/1055387), 3.36 MiB | 3.33 MiB/s   
Receiving objects:   2% (23239/1055387), 4.29 MiB | 2.81 MiB/s   
Receiving objects:   2% (25154/1055387), 5.07 MiB | 2.00 MiB/s   
Receiving objects:   2% (26852/1055387), 5.51 MiB | 1.56 MiB/s   
Receiving objects:   2% (27818/1055387), 5.86 MiB | 1.27 MiB/s   
Receiving objects:   2% (29295/1055387), 6.20 MiB | 632.00 KiB/s   
Receiving objects:   2% (31527/1055387), 6.73 MiB | 434.00 KiB/s   
Receiving objects:   3% (31662/1055387), 6.73 MiB | 434.00 KiB/s   
Receiving objects:   3% (34075/1055387), 7.41 MiB | 471.00 KiB/s   
Receiving objects:   3% (36042/1055387), 8.00 MiB | 506.00 KiB/s   
Receiving objects:   3% (37673/1055387), 8.43 MiB | 545.00 KiB/s   
Receiving objects:   3% (39043/1055387), 8.86 MiB | 544.00 KiB/s   
Receiving objects:   3% (39866/1055387), 9.09 MiB | 460.00 KiB/s   
Receiving objects:   3% (40613/1055387), 9.27 MiB | 337.00 KiB/s   
Receiving objects:   3% (41909/1055387), 9.64 MiB | 311.00 KiB/s   
Receiving objects:   4% (42216/1055387), 9.64 MiB | 311.00 KiB/s   
Receiving objects:   4% (43773/1055387), 10.12 MiB | 314.00 KiB/s   
Receiving objects:   4% (45642/1055387), 10.61 MiB | 344.00 KiB/s   
Receiving objects:   4% (47393/1055387), 11.10 MiB | 409.00 KiB/s   
Receiving objects:   4% (49290/1055387), 11.57 MiB | 468.00 KiB/s   
Receiving objects:   4% (51641/1055387), 12.21 MiB | 523.00 KiB/s   
Receiving objects:   5% (52770/1055387), 12.21 MiB | 523.00 KiB/s   
Receiving objects:   5% (53850/1055387), 12.79 MiB | 537.00 KiB/s   
Receiving objects:   5% (55465/1055387), 13.20 MiB | 526.00 KiB/s   
Receiving objects:   5% (58187/1055387), 13.47 MiB | 535.00 KiB/s   
Receiving objects:   6% (63324/1055387), 14.12 MiB | 575.00 KiB/s   
Receiving objects:   6% (63911/1055387), 14.12 MiB | 575.00 KiB/s   
Receiving objects:   6% (71584/1055387), 14.77 MiB | 577.00 KiB/s   
Receiving objects:   7% (73878/1055387), 15.02 MiB | 558.00 KiB/s   
Receiving objects:   7% (77766/1055387), 15.23 MiB | 551.00 KiB/s   
Receiving objects:   8% (84431/1055387), 15.78 MiB | 582.00 KiB/s   
Receiving objects:   8% (85510/1055387), 15.78 MiB | 582.00 KiB/s   
Receiving objects:   8% (94084/1055387), 16.40 MiB | 588.00 KiB/s   
Receiving objects:   9% (94985/1055387), 16.71 MiB | 585.00 KiB/s   
Receiving objects:   9% (102674/1055387), 17.00 MiB | 576.00 KiB/s   
Receiving objects:  10% (105539/1055387), 17.25 MiB | 558.00 KiB/s   
Receiving objects:  10% (109209/1055387), 17.46 MiB | 552.00 KiB/s   
Receiving objects:  11% (116093/1055387), 17.89 MiB | 544.00 KiB/s   
Receiving objects:  11% (116762/1055387), 17.89 MiB | 544.00 KiB/s   
Receiving objects:  11% (125910/1055387), 18.50 MiB | 537.00 KiB/s   
Receiving objects:  12% (126647/1055387), 18.81 MiB | 543.00 KiB/s   
Receiving objects:  12% (132645/1055387), 19.06 MiB | 529.00 KiB/s   
Receiving objects:  13% (137201/1055387), 19.44 MiB | 496.00 KiB/s   
Receiving objects:  13% (137697/1055387), 19.44 MiB | 496.00 KiB/s   
Receiving objects:  13% (145266/1055387), 19.84 MiB | 491.00 KiB/s   
Receiving objects:  14% (147755/1055387), 20.11 MiB | 501.00 KiB/s   
Receiving objects:  14% (154548/1055387), 20.42 MiB | 498.00 KiB/s   
Receiving objects:  15% (158309/1055387), 20.73 MiB | 495.00 KiB/s   
Receiving objects:  15% (164080/1055387), 21.04 MiB | 495.00 KiB/s   
Receiving objects:  16% (168862/1055387), 21.37 MiB | 514.00 KiB/s   
Receiving objects:  16% (176688/1055387), 21.76 MiB | 559.00 KiB/s   
Receiving objects:  17% (179416/1055387), 22.20 MiB | 613.00 KiB/s   
Receiving objects:  17% (185885/1055387), 22.60 MiB | 663.00 KiB/s   
Receiving objects:  18% (189970/1055387), 22.95 MiB | 687.00 KiB/s   
Receiving objects:  18% (195948/1055387), 23.29 MiB | 703.00 KiB/s   
Receiving objects:  19% (200524/1055387), 23.50 MiB | 691.00 KiB/s   
Receiving objects:  19% (202857/1055387), 23.72 MiB | 670.00 KiB/s   
Receiving objects:  19% (209436/1055387), 24.14 MiB | 617.00 KiB/s   
Receiving objects:  20% (211078/1055387), 24.14 MiB | 617.00 KiB/s   
Receiving objects:  20% (215833/1055387), 24.52 MiB | 509.00 KiB/s   
Receiving objects:  20% (221615/1055387), 24.89 MiB | 430.00 KiB/s   
Receiving objects:  21% (221632/1055387), 24.89 MiB | 430.00 KiB/s   
Receiving objects:  21% (226620/1055387), 25.20 MiB | 375.00 KiB/s   
Receiving objects:  22% (232186/1055387), 25.39 MiB | 368.00 KiB/s   
Receiving objects:  22% (233345/1055387), 25.60 MiB | 366.00 KiB/s   
Receiving objects:  22% (240854/1055387), 26.09 MiB | 396.00 KiB/s   
Receiving objects:  23% (242740/1055387), 26.09 MiB | 396.00 KiB/s   
Receiving objects:  23% (246522/1055387), 26.43 MiB | 389.00 KiB/s   
Receiving objects:  23% (251672/1055387), 26.76 MiB | 386.00 KiB/s   
Receiving objects:  24% (253293/1055387), 26.76 MiB | 386.00 KiB/s   
Receiving objects:  24% (258705/1055387), 27.26 MiB | 423.00 KiB/s   
Receiving objects:  25% (263847/1055387), 27.54 MiB | 437.00 KiB/s   
Receiving objects:  25% (265608/1055387), 27.71 MiB | 419.00 KiB/s   
Receiving objects:  25% (270376/1055387), 28.01 MiB | 382.00 KiB/s   
Receiving objects:  25% (273923/1055387), 28.22 MiB | 368.00 KiB/s   
Receiving objects:  26% (274401/1055387), 28.22 MiB | 368.00 KiB/s   
Receiving objects:  26% (277854/1055387), 28.36 MiB | 356.00 KiB/s   
Receiving objects:  26% (282861/1055387), 28.61 MiB | 300.00 KiB/s   
Receiving objects:  27% (284955/1055387), 28.79 MiB | 279.00 KiB/s   
Receiving objects:  27% (289069/1055387), 28.96 MiB | 278.00 KiB/s   
Receiving objects:  28% (295509/1055387), 29.40 MiB | 311.00 KiB/s   
Receiving objects:  28% (297000/1055387), 29.40 MiB | 311.00 KiB/s   
Receiving objects:  29% (306063/1055387), 29.97 MiB | 394.00 KiB/s   
Receiving objects:  29% (306190/1055387), 29.97 MiB | 394.00 KiB/s   
Receiving objects:  29% (314307/1055387), 30.51 MiB | 457.00 KiB/s   
Receiving objects:  30% (316617/1055387), 30.76 MiB | 484.00 KiB/s   
Receiving objects:  30% (322104/1055387), 31.04 MiB | 503.00 KiB/s   
Receiving objects:  31% (327170/1055387), 31.51 MiB | 525.00 KiB/s   
Receiving objects:  31% (328769/1055387), 31.51 MiB | 525.00 KiB/s   
Receiving objects:  31% (334229/1055387), 31.93 MiB | 506.00 KiB/s   
Receiving objects:  32% (337724/1055387), 32.14 MiB | 487.00 KiB/s   
Receiving objects:  32% (341930/1055387), 32.41 MiB | 487.00 KiB/s   
Receiving objects:  33% (348278/1055387), 32.89 MiB | 477.00 KiB/s   
Receiving objects:  33% (349701/1055387), 32.89 MiB | 477.00 KiB/s   
Receiving objects:  34% (358832/1055387), 33.49 MiB | 499.00 KiB/s   
Receiving objects:  34% (359666/1055387), 33.49 MiB | 499.00 KiB/s   
Receiving objects:  34% (369272/1055387), 34.22 MiB | 554.00 KiB/s   
Receiving objects:  35% (369386/1055387), 34.22 MiB | 554.00 KiB/s   
Receiving objects:  35% (375717/1055387), 34.74 MiB | 568.00 KiB/s   
Receiving objects:  36% (379940/1055387), 34.92 MiB | 546.00 KiB/s   
Receiving objects:  36% (381880/1055387), 35.13 MiB | 543.00 KiB/s   
Receiving objects:  36% (389011/1055387), 35.61 MiB | 514.00 KiB/s   
Receiving objects:  37% (390494/1055387), 35.61 MiB | 514.00 KiB/s   
Receiving objects:  37% (393409/1055387), 35.79 MiB | 479.00 KiB/s   
Receiving objects:  37% (397965/1055387), 36.10 MiB | 386.00 KiB/s   
Receiving objects:  38% (401048/1055387), 36.28 MiB | 369.00 KiB/s   
Receiving objects:  38% (402460/1055387), 36.42 MiB | 349.00 KiB/s   
Receiving objects:  38% (407004/1055387), 36.71 MiB | 325.00 KiB/s   
Receiving objects:  39% (411601/1055387), 36.86 MiB | 308.00 KiB/s   
Receiving objects:  39% (413366/1055387), 37.07 MiB | 307.00 KiB/s   
Receiving objects:  40% (422155/1055387), 37.59 MiB | 355.00 KiB/s   
Receiving objects:  40% (422272/1055387), 37.59 MiB | 355.00 KiB/s   
Receiving objects:  40% (428576/1055387), 38.07 MiB | 383.00 KiB/s   
Receiving objects:  41% (432709/1055387), 38.20 MiB | 385.00 KiB/s   
Receiving objects:  41% (432727/1055387), 38.20 MiB | 385.00 KiB/s   
Receiving objects:  41% (435854/1055387), 38.52 MiB | 392.00 KiB/s   
Receiving objects:  41% (438912/1055387), 38.82 MiB | 376.00 KiB/s   
Receiving objects:  41% (441192/1055387), 39.45 MiB | 337.00 KiB/s   
Receiving objects:  41% (442734/1055387), 39.65 MiB | 337.00 KiB/s   
Receiving objects:  42% (443263/1055387), 39.65 MiB | 337.00 KiB/s   
Receiving objects:  42% (444688/1055387), 40.15 MiB | 346.00 KiB/s   
Receiving objects:  42% (445129/1055387), 40.30 MiB | 348.00 KiB/s   
Receiving objects:  42% (446533/1055387), 40.45 MiB | 343.00 KiB/s   
Receiving objects:  42% (448533/1055387), 40.85 MiB | 343.00 KiB/s   
Receiving objects:  42% (449830/1055387), 41.39 MiB | 371.00 KiB/s   
Receiving objects:  42% (451480/1055387), 41.74 MiB | 375.00 KiB/s   
Receiving objects:  42% (453114/1055387), 42.21 MiB | 406.00 KiB/s   
Receiving objects:  42% (453306/1055387), 42.75 MiB | 449.00 KiB/s   
Receiving objects:  42% (453461/1055387), 43.36 MiB | 470.00 KiB/s   
Receiving objects:  43% (453817/1055387), 43.36 MiB | 470.00 KiB/s   
Receiving objects:  43% (454462/1055387), 43.59 MiB | 461.00 KiB/s   
Receiving objects:  43% (455378/1055387), 44.11 MiB | 455.00 KiB/s   
Receiving objects:  43% (455459/1055387), 44.42 MiB | 414.00 KiB/s   
Receiving objects:  43% (455740/1055387), 44.79 MiB | 366.00 KiB/s   
Receiving objects:  43% (455740/1055387), 45.11 MiB | 322.00 KiB/s   
Receiving objects:  43% (455740/1055387), 45.39 MiB | 300.00 KiB/s   
Receiving objects:  43% (455740/1055387), 45.75 MiB | 318.00 KiB/s   
Receiving objects:  43% (455740/1055387), 45.93 MiB | 323.00 KiB/s   
Receiving objects:  43% (455740/1055387), 46.41 MiB | 342.00 KiB/s   
Receiving objects:  43% (455740/1055387), 47.07 MiB | 416.00 KiB/s   
Receiving objects:  43% (455740/1055387), 47.83 MiB | 513.00 KiB/s   
Receiving objects:  43% (455971/1055387), 48.14 MiB | 537.00 KiB/s   
Receiving objects:  43% (457359/1055387), 48.52 MiB | 547.00 KiB/s   
Receiving objects:  43% (458347/1055387), 49.18 MiB | 519.00 KiB/s   
Receiving objects:  43% (458347/1055387), 49.41 MiB | 494.00 KiB/s   
Receiving objects:  43% (458347/1055387), 49.86 MiB | 433.00 KiB/s   
Receiving objects:  43% (458348/1055387), 50.32 MiB | 432.00 KiB/s   
Receiving objects:  43% (458348/1055387), 50.98 MiB | 475.00 KiB/s   
Receiving objects:  43% (458348/1055387), 51.57 MiB | 519.00 KiB/s   
Receiving objects:  43% (458349/1055387), 51.79 MiB | 518.00 KiB/s   
Receiving objects:  43% (458350/1055387), 52.58 MiB | 545.00 KiB/s   
Receiving objects:  43% (458350/1055387), 53.04 MiB | 521.00 KiB/s   
Receiving objects:  43% (458352/1055387), 53.32 MiB | 504.00 KiB/s   
Receiving objects:  43% (459027/1055387), 54.31 MiB | 540.00 KiB/s   
Receiving objects:  43% (459027/1055387), 54.66 MiB | 566.00 KiB/s   
Receiving objects:  43% (459028/1055387), 55.54 MiB | 635.00 KiB/s   
Receiving objects:  43% (459028/1055387), 56.39 MiB | 724.00 KiB/s   
Receiving objects:  43% (459028/1055387), 57.09 MiB | 741.00 KiB/s   
Receiving objects:  43% (459029/1055387), 57.37 MiB | 729.00 KiB/s   
Receiving objects:  43% (459029/1055387), 58.11 MiB | 657.00 KiB/s   
Receiving objects:  43% (459031/1055387), 58.49 MiB | 546.00 KiB/s   
Receiving objects:  43% (459031/1055387), 58.94 MiB | 478.00 KiB/s   
Receiving objects:  43% (459031/1055387), 59.39 MiB | 433.00 KiB/s   
Receiving objects:  43% (459031/1055387), 59.70 MiB | 383.00 KiB/s   
Receiving objects:  43% (459031/1055387), 59.89 MiB | 385.00 KiB/s   
Receiving objects:  43% (459031/1055387), 60.32 MiB | 395.00 KiB/s   
Receiving objects:  43% (459032/1055387), 60.70 MiB | 378.00 KiB/s   
Receiving objects:  43% (459032/1055387), 61.15 MiB | 383.00 KiB/s   
Receiving objects:  43% (459034/1055387), 61.80 MiB | 458.00 KiB/s   
Receiving objects:  43% (459034/1055387), 62.65 MiB | 546.00 KiB/s   
Receiving objects:  43% (459036/1055387), 63.28 MiB | 597.00 KiB/s   
Receiving objects:  43% (459036/1055387), 63.94 MiB | 660.00 KiB/s   
Receiving objects:  43% (459036/1055387), 64.61 MiB | 685.00 KiB/s   
Receiving objects:  43% (459036/1055387), 65.46 MiB | 709.00 KiB/s   
Receiving objects:  43% (459036/1055387), 66.26 MiB | 710.00 KiB/s   
Receiving objects:  43% (459036/1055387), 66.50 MiB | 697.00 KiB/s   
Receiving objects:  43% (459036/1055387), 66.84 MiB | 626.00 KiB/s   
Receiving objects:  43% (459037/1055387), 67.11 MiB | 542.00 KiB/s   
Receiving objects:  43% (459037/1055387), 67.55 MiB | 449.00 KiB/s   
Receiving objects:  43% (459037/1055387), 68.04 MiB | 382.00 KiB/s   
Receiving objects:  43% (459038/1055387), 68.25 MiB | 378.00 KiB/s   
Receiving objects:  43% (459038/1055387), 68.67 MiB | 355.00 KiB/s   
Receiving objects:  43% (459038/1055387), 68.81 MiB | 353.00 KiB/s   
Receiving objects:  43% (459038/1055387), 69.23 MiB | 351.00 KiB/s   
Receiving objects:  43% (459040/1055387), 69.83 MiB | 370.00 KiB/s   
Receiving objects:  43% (459812/1055387), 70.49 MiB | 435.00 KiB/s   
Receiving objects:  43% (459812/1055387), 71.05 MiB | 511.00 KiB/s   
Receiving objects:  43% (459812/1055387), 71.42 MiB | 521.00 KiB/s   
Receiving objects:  43% (459812/1055387), 71.82 MiB | 498.00 KiB/s   
Receiving objects:  43% (459812/1055387), 72.19 MiB | 442.00 KiB/s   
Receiving objects:  43% (459812/1055387), 72.67 MiB | 407.00 KiB/s   
Receiving objects:  43% (459812/1055387), 72.84 MiB | 388.00 KiB/s   
Receiving objects:  43% (459813/1055387), 73.15 MiB | 376.00 KiB/s   
Receiving objects:  43% (459813/1055387), 73.48 MiB | 355.00 KiB/s   
Receiving objects:  43% (459920/1055387), 73.85 MiB | 355.00 KiB/s   
Receiving objects:  43% (460166/1055387), 73.96 MiB | 330.00 KiB/s   
Receiving objects:  43% (461836/1055387), 74.29 MiB | 310.00 KiB/s   
Receiving objects:  43% (462118/1055387), 75.04 MiB | 372.00 KiB/s   
Receiving objects:  43% (462120/1055387), 75.26 MiB | 387.00 KiB/s   
Receiving objects:  43% (462207/1055387), 75.61 MiB | 384.00 KiB/s   
Receiving objects:  43% (462259/1055387), 76.07 MiB | 421.00 KiB/s   
Receiving objects:  43% (462287/1055387), 76.24 MiB | 422.00 KiB/s   
Receiving objects:  43% (462311/1055387), 76.55 MiB | 390.00 KiB/s   
Receiving objects:  43% (462334/1055387), 76.93 MiB | 354.00 KiB/s   
Receiving objects:  43% (462334/1055387), 77.60 MiB | 374.00 KiB/s   
Receiving objects:  43% (462336/1055387), 77.88 MiB | 384.00 KiB/s   
Receiving objects:  43% (462341/1055387), 78.57 MiB | 461.00 KiB/s   
Receiving objects:  43% (462344/1055387), 79.07 MiB | 499.00 KiB/s   
Receiving objects:  43% (463520/1055387), 79.24 MiB | 494.00 KiB/s   
Receiving objects:  44% (464371/1055387), 79.43 MiB | 488.00 KiB/s   
Receiving objects:  44% (465391/1055387), 79.68 MiB | 496.00 KiB/s   
Receiving objects:  44% (467792/1055387), 80.26 MiB | 511.00 KiB/s   
Receiving objects:  44% (471182/1055387), 80.89 MiB | 498.00 KiB/s   
Receiving objects:  44% (474114/1055387), 81.58 MiB | 547.00 KiB/s   
Receiving objects:  45% (474925/1055387), 81.82 MiB | 562.00 KiB/s   
Receiving objects:  45% (476296/1055387), 82.13 MiB | 587.00 KiB/s   
Receiving objects:  45% (478047/1055387), 82.59 MiB | 569.00 KiB/s   
Receiving objects:  45% (480694/1055387), 83.17 MiB | 569.00 KiB/s   
Receiving objects:  45% (483361/1055387), 83.75 MiB | 534.00 KiB/s   
Receiving objects:  46% (485479/1055387), 84.07 MiB | 538.00 KiB/s   
Receiving objects:  46% (486000/1055387), 84.38 MiB | 552.00 KiB/s   
Receiving objects:  46% (488867/1055387), 84.89 MiB | 545.00 KiB/s   
Receiving objects:  46% (490465/1055387), 85.08 MiB | 538.00 KiB/s   
Receiving objects:  46% (491674/1055387), 85.51 MiB | 509.00 KiB/s   
Receiving objects:  46% (494371/1055387), 86.03 MiB | 495.00 KiB/s   
Receiving objects:  47% (496032/1055387), 86.31 MiB | 488.00 KiB/s   
Receiving objects:  47% (497538/1055387), 86.60 MiB | 484.00 KiB/s   
Receiving objects:  47% (499411/1055387), 87.00 MiB | 450.00 KiB/s   
Receiving objects:  47% (501596/1055387), 87.34 MiB | 434.00 KiB/s   
Receiving objects:  47% (503897/1055387), 87.71 MiB | 402.00 KiB/s   
Receiving objects:  47% (506066/1055387), 87.93 MiB | 392.00 KiB/s   
Receiving objects:  48% (506586/1055387), 88.07 MiB | 360.00 KiB/s   
Receiving objects:  48% (507727/1055387), 88.21 MiB | 332.00 KiB/s   
Receiving objects:  48% (509149/1055387), 88.45 MiB | 301.00 KiB/s   
Receiving objects:  48% (511291/1055387), 88.82 MiB | 310.00 KiB/s   
Receiving objects:  48% (513885/1055387), 89.39 MiB | 359.00 KiB/s   
Receiving objects:  49% (517140/1055387), 90.18 MiB | 455.00 KiB/s   
Receiving objects:  49% (517404/1055387), 90.18 MiB | 455.00 KiB/s   
Receiving objects:  49% (518819/1055387), 90.65 MiB | 503.00 KiB/s   
Receiving objects:  49% (520230/1055387), 91.07 MiB | 536.00 KiB/s   
Receiving objects:  49% (522488/1055387), 91.48 MiB | 523.00 KiB/s   
Receiving objects:  49% (524110/1055387), 91.66 MiB | 491.00 KiB/s   
Receiving objects:  49% (527567/1055387), 92.19 MiB | 437.00 KiB/s   
Receiving objects:  50% (527694/1055387), 92.19 MiB | 437.00 KiB/s   
Receiving objects:  50% (529347/1055387), 92.74 MiB | 452.00 KiB/s   
Receiving objects:  50% (530556/1055387), 93.19 MiB | 458.00 KiB/s   
Receiving objects:  50% (531819/1055387), 93.86 MiB | 472.00 KiB/s   
Receiving objects:  50% (531819/1055387), 94.43 MiB | 487.00 KiB/s   
Receiving objects:  50% (531821/1055387), 95.03 MiB | 494.00 KiB/s   
Receiving objects:  50% (531827/1055387), 95.29 MiB | 496.00 KiB/s   
Receiving objects:  50% (533290/1055387), 95.78 MiB | 517.00 KiB/s   
Receiving objects:  50% (534320/1055387), 95.95 MiB | 509.00 KiB/s   
Receiving objects:  50% (535766/1055387), 96.26 MiB | 453.00 KiB/s   
Receiving objects:  50% (535925/1055387), 96.72 MiB | 366.00 KiB/s   
Receiving objects:  50% (537137/1055387), 96.93 MiB | 356.00 KiB/s   
Receiving objects:  51% (538248/1055387), 97.12 MiB | 341.00 KiB/s   
Receiving objects:  51% (539221/1055387), 97.35 MiB | 341.00 KiB/s   
Receiving objects:  51% (540855/1055387), 98.15 MiB | 411.00 KiB/s   
Receiving objects:  51% (540855/1055387), 98.43 MiB | 407.00 KiB/s   
Receiving objects:  51% (540855/1055387), 98.67 MiB | 379.00 KiB/s   
Receiving objects:  51% (540855/1055387), 98.99 MiB | 352.00 KiB/s   
Receiving objects:  51% (540855/1055387), 99.14 MiB | 324.00 KiB/s   
Receiving objects:  51% (540855/1055387), 99.51 MiB | 291.00 KiB/s   
Receiving objects:  51% (540855/1055387), 99.93 MiB | 322.00 KiB/s   
Receiving objects:  51% (540855/1055387), 100.54 MiB | 399.00 KiB/s   
Receiving objects:  51% (540855/1055387), 101.03 MiB | 440.00 KiB/s   
Receiving objects:  51% (540855/1055387), 101.61 MiB | 501.00 KiB/s   
Receiving objects:  51% (540855/1055387), 102.29 MiB | 560.00 KiB/s   
Receiving objects:  51% (540855/1055387), 102.79 MiB | 559.00 KiB/s   
Receiving objects:  51% (540855/1055387), 103.23 MiB | 517.00 KiB/s   
Receiving objects:  51% (541419/1055387), 103.42 MiB | 517.00 KiB/s   
Receiving objects:  51% (541651/1055387), 103.66 MiB | 442.00 KiB/s   
Receiving objects:  51% (542065/1055387), 103.89 MiB | 344.00 KiB/s   
Receiving objects:  51% (543462/1055387), 104.00 MiB | 318.00 KiB/s   
Receiving objects:  51% (544997/1055387), 104.38 MiB | 291.00 KiB/s   
Receiving objects:  51% (546717/1055387), 104.75 MiB | 289.00 KiB/s   
Receiving objects:  52% (548802/1055387), 105.08 MiB | 308.00 KiB/s   
Receiving objects:  52% (549362/1055387), 105.08 MiB | 308.00 KiB/s   
Receiving objects:  52% (549805/1055387), 105.32 MiB | 312.00 KiB/s   
Receiving objects:  52% (551230/1055387), 105.58 MiB | 308.00 KiB/s   
Receiving objects:  52% (552035/1055387), 105.97 MiB | 292.00 KiB/s   
Receiving objects:  52% (552354/1055387), 106.11 MiB | 281.00 KiB/s   
Receiving objects:  52% (552382/1055387), 106.46 MiB | 287.00 KiB/s   
Receiving objects:  52% (552593/1055387), 106.81 MiB | 308.00 KiB/s   
Receiving objects:  52% (554135/1055387), 107.18 MiB | 333.00 KiB/s   
Receiving objects:  52% (555471/1055387), 107.61 MiB | 353.00 KiB/s   
Receiving objects:  52% (556231/1055387), 107.97 MiB | 365.00 KiB/s   
Receiving objects:  52% (556947/1055387), 108.21 MiB | 333.00 KiB/s   
Receiving objects:  52% (558088/1055387), 108.36 MiB | 328.00 KiB/s   
Receiving objects:  53% (559356/1055387), 108.72 MiB | 326.00 KiB/s   
Receiving objects:  53% (559698/1055387), 108.72 MiB | 326.00 KiB/s   
Receiving objects:  53% (560771/1055387), 109.05 MiB | 304.00 KiB/s   
Receiving objects:  53% (561675/1055387), 109.29 MiB | 281.00 KiB/s   
Receiving objects:  53% (562032/1055387), 109.43 MiB | 256.00 KiB/s   
Receiving objects:  53% (562701/1055387), 109.61 MiB | 228.00 KiB/s   
Receiving objects:  53% (564004/1055387), 109.76 MiB | 215.00 KiB/s   
Receiving objects:  53% (564893/1055387), 110.05 MiB | 209.00 KiB/s   
Receiving objects:  53% (565943/1055387), 110.30 MiB | 210.00 KiB/s   
Receiving objects:  53% (567823/1055387), 110.69 MiB | 265.00 KiB/s   
Receiving objects:  54% (569909/1055387), 111.15 MiB | 327.00 KiB/s   
Receiving objects:  54% (570125/1055387), 111.15 MiB | 327.00 KiB/s   
Receiving objects:  54% (572347/1055387), 111.68 MiB | 371.00 KiB/s   
Receiving objects:  54% (574714/1055387), 112.31 MiB | 460.00 KiB/s   
Receiving objects:  54% (577284/1055387), 112.96 MiB | 530.00 KiB/s   
Receiving objects:  54% (578945/1055387), 113.43 MiB | 543.00 KiB/s   
Receiving objects:  55% (580463/1055387), 113.43 MiB | 543.00 KiB/s   
Receiving objects:  55% (581431/1055387), 113.62 MiB | 534.00 KiB/s   
Receiving objects:  55% (583270/1055387), 114.01 MiB | 503.00 KiB/s   
Receiving objects:  55% (585826/1055387), 114.61 MiB | 498.00 KiB/s   
Receiving objects:  55% (588145/1055387), 115.36 MiB | 513.00 KiB/s   
Receiving objects:  56% (591017/1055387), 116.11 MiB | 574.00 KiB/s   
Receiving objects:  56% (591213/1055387), 116.11 MiB | 574.00 KiB/s   
Receiving objects:  56% (594715/1055387), 117.06 MiB | 703.00 KiB/s   
Receiving objects:  56% (598816/1055387), 118.21 MiB | 847.00 KiB/s   
Receiving objects:  56% (599796/1055387), 119.46 MiB | 966.00 KiB/s   
Receiving objects:  56% (600546/1055387), 120.20 MiB | 960.00 KiB/s   
Receiving objects:  56% (600549/1055387), 120.68 MiB | 881.00 KiB/s   
Receiving objects:  56% (600553/1055387), 121.10 MiB | 749.00 KiB/s   
Receiving objects:  56% (600564/1055387), 121.64 MiB | 598.00 KiB/s   
Receiving objects:  56% (600564/1055387), 121.93 MiB | 444.00 KiB/s   
Receiving objects:  56% (600565/1055387), 122.02 MiB | 396.00 KiB/s   
Receiving objects:  56% (600704/1055387), 122.29 MiB | 350.00 KiB/s   
Receiving objects:  56% (600711/1055387), 122.66 MiB | 335.00 KiB/s   
Receiving objects:  56% (600715/1055387), 123.25 MiB | 342.00 KiB/s   
Receiving objects:  56% (600718/1055387), 123.60 MiB | 352.00 KiB/s   
Receiving objects:  56% (600723/1055387), 124.04 MiB | 399.00 KiB/s   
Receiving objects:  56% (600738/1055387), 124.46 MiB | 426.00 KiB/s   
Receiving objects:  56% (600740/1055387), 124.93 MiB | 425.00 KiB/s   
Receiving objects:  56% (600742/1055387), 125.45 MiB | 438.00 KiB/s   
Receiving objects:  56% (600743/1055387), 125.84 MiB | 442.00 KiB/s   
Receiving objects:  56% (600745/1055387), 126.08 MiB | 439.00 KiB/s   
Receiving objects:  56% (600747/1055387), 126.61 MiB | 456.00 KiB/s   
Receiving objects:  56% (600754/1055387), 127.56 MiB | 497.00 KiB/s   
Receiving objects:  56% (600755/1055387), 127.91 MiB | 524.00 KiB/s   
Receiving objects:  56% (600760/1055387), 128.36 MiB | 538.00 KiB/s   
Receiving objects:  56% (600761/1055387), 128.66 MiB | 507.00 KiB/s   
Receiving objects:  56% (600761/1055387), 128.95 MiB | 438.00 KiB/s   
Receiving objects:  56% (600761/1055387), 129.28 MiB | 371.00 KiB/s   
Receiving objects:  56% (600761/1055387), 129.71 MiB | 333.00 KiB/s   
Receiving objects:  56% (600761/1055387), 130.06 MiB | 334.00 KiB/s   
Receiving objects:  56% (600761/1055387), 130.43 MiB | 346.00 KiB/s   
Receiving objects:  56% (600761/1055387), 130.86 MiB | 373.00 KiB/s   
Receiving objects:  56% (600761/1055387), 131.14 MiB | 401.00 KiB/s   
Receiving objects:  56% (600766/1055387), 131.70 MiB | 427.00 KiB/s   
Receiving objects:  56% (600767/1055387), 132.10 MiB | 444.00 KiB/s   
Receiving objects:  56% (600769/1055387), 132.51 MiB | 454.00 KiB/s   
Receiving objects:  56% (600773/1055387), 132.68 MiB | 447.00 KiB/s   
Receiving objects:  56% (600775/1055387), 133.04 MiB | 336.00 KiB/s   
Receiving objects:  56% (600776/1055387), 133.16 MiB | 307.00 KiB/s   
Receiving objects:  56% (600777/1055387), 133.39 MiB | 269.00 KiB/s   
Receiving objects:  56% (600784/1055387), 133.80 MiB | 266.00 KiB/s   
Receiving objects:  56% (600791/1055387), 134.07 MiB | 287.00 KiB/s   
Receiving objects:  56% (600798/1055387), 134.68 MiB | 362.00 KiB/s   
Receiving objects:  56% (600808/1055387), 135.30 MiB | 451.00 KiB/s   
Receiving objects:  56% (600818/1055387), 135.93 MiB | 540.00 KiB/s   
Receiving objects:  56% (600822/1055387), 136.36 MiB | 550.00 KiB/s   
Receiving objects:  56% (600826/1055387), 136.75 MiB | 514.00 KiB/s   
Receiving objects:  56% (601277/1055387), 137.20 MiB | 474.00 KiB/s   
Receiving objects:  57% (601571/1055387), 137.20 MiB | 474.00 KiB/s   
Receiving objects:  57% (602428/1055387), 137.84 MiB | 486.00 KiB/s   
Receiving objects:  57% (604755/1055387), 138.25 MiB | 506.00 KiB/s   
Receiving objects:  57% (607973/1055387), 138.93 MiB | 557.00 KiB/s   
Receiving objects:  57% (611211/1055387), 139.79 MiB | 659.00 KiB/s   
Receiving objects:  58% (612125/1055387), 140.29 MiB | 725.00 KiB/s   
Receiving objects:  58% (613852/1055387), 140.85 MiB | 793.00 KiB/s   
Receiving objects:  58% (615544/1055387), 141.56 MiB | 809.00 KiB/s   
Receiving objects:  58% (619541/1055387), 141.91 MiB | 729.00 KiB/s   
Receiving objects:  58% (621477/1055387), 142.41 MiB | 571.00 KiB/s   
Receiving objects:  58% (621477/1055387), 142.75 MiB | 413.00 KiB/s   
Receiving objects:  58% (621477/1055387), 143.03 MiB | 311.00 KiB/s   
Receiving objects:  58% (621477/1055387), 143.16 MiB | 306.00 KiB/s   
Receiving objects:  58% (621477/1055387), 143.51 MiB | 309.00 KiB/s   
Receiving objects:  58% (621477/1055387), 143.92 MiB | 319.00 KiB/s   
Receiving objects:  58% (621477/1055387), 144.53 MiB | 377.00 KiB/s   
Receiving objects:  58% (621479/1055387), 144.86 MiB | 423.00 KiB/s   
Receiving objects:  58% (621479/1055387), 145.46 MiB | 461.00 KiB/s   
Receiving objects:  58% (621479/1055387), 145.86 MiB | 469.00 KiB/s   
Receiving objects:  58% (621479/1055387), 146.39 MiB | 

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

iB | 950.00 KiB/s   
Receiving objects:  92% (974224/1055412), 327.88 MiB | 936.00 KiB/s   
Receiving objects:  92% (974225/1055412), 328.39 MiB | 916.00 KiB/s   
Receiving objects:  92% (974238/1055412), 329.59 MiB | 790.00 KiB/s   
Receiving objects:  92% (974238/1055412), 330.14 MiB | 773.00 KiB/s   
Receiving objects:  92% (975064/1055412), 330.46 MiB | 763.00 KiB/s   
Receiving objects:  93% (981534/1055412), 331.06 MiB | 694.00 KiB/s   
Receiving objects:  93% (981740/1055412), 331.06 MiB | 694.00 KiB/s   
Receiving objects:  93% (988190/1055412), 331.82 MiB | 657.00 KiB/s   
Receiving objects:  94% (992088/1055412), 332.28 MiB | 669.00 KiB/s   
Receiving objects:  94% (995111/1055412), 332.79 MiB | 704.00 KiB/s   
Receiving objects:  95% (1002642/1055412), 333.35 MiB | 762.00 KiB/s   
Receiving objects:  95% (1003350/1055412), 333.97 MiB | 843.00 KiB/s   
Receiving objects:  96% (1013196/1055412), 334.52 MiB | 889.00 KiB/s   
Receiving objects:  96% (1016459/1055412), 334.98 MiB | 933.00 KiB/s   
Receiving objects:  96% (1023548/1055412), 335.39 MiB | 950.00 KiB/s   
Receiving objects:  97% (1023750/1055412), 335.73 MiB | 950.00 KiB/s   
Receiving objects:  97% (1030200/1055412), 336.10 MiB | 935.00 KiB/s   
Receiving objects:  97% (1031588/1055412), 337.00 MiB | 796.00 KiB/s   
Receiving objects:  97% (1031768/1055412), 337.16 MiB | 690.00 KiB/s   
Receiving objects:  98% (1034304/1055412), 337.44 MiB | 531.00 KiB/s   
Receiving objects:  98% (1034769/1055412), 337.44 MiB | 531.00 KiB/s   
Receiving objects:  98% (1037726/1055412), 337.81 MiB | 444.00 KiB/s   
Receiving objects:  98% (1041062/1055412), 338.31 MiB | 386.00 KiB/s   
Receiving objects:  98% (1043126/1055412), 339.02 MiB | 437.00 KiB/s   
Receiving objects:  99% (1044858/1055412), 339.02 MiB | 437.00 KiB/s   
Receiving objects:  99% (1045126/1055412), 340.46 MiB | 659.00 KiB/s   
Receiving objects:  99% (1045132/1055412), 341.68 MiB | 854.00 KiB/s   
Receiving objects:  99% (1045134/1055412), 342.32 MiB | 939.00 KiB/s   
Receiving objects:  99% (1045136/1055412), 343.30 MiB | 1019.00 KiB/s   
Receiving objects:  99% (1045344/1055412), 343.77 MiB | 1.01 MiB/s   
Receiving objects:  99% (1049632/1055412), 344.39 MiB | 974.00 KiB/s   
Receiving objects:  99% (1050998/1055412), 344.83 MiB | 825.00 KiB/s   
Receiving objects:  99% (1051471/1055412), 345.38 MiB | 555.00 KiB/s   
Receiving objects:  99% (1053558/1055412), 345.61 MiB | 499.00 KiB/s   
Receiving objects:  99% (1055331/1055412), 346.27 MiB | 446.00 KiB/s   
remote: Total 1055412 (delta 623126), reused 1030189 (delta 603528)        
Receiving objects: 100% (1055412/1055412), 346.27 MiB | 446.00 KiB/s   
Receiving objects: 100% (1055412/1055412), 346.51 MiB | 630.00 KiB/s, done.
Resolving deltas:   0% (0/623126)   
Resolving deltas:   1% (6277/623126)   
Resolving deltas:   2% (12782/623126)   
Resolving deltas:   3% (19016/623126)   
Resolving deltas:   4% (25225/623126)   
Resolving deltas:   5% (31170/623126)   
Resolving deltas:   6% (37526/623126)   
Resolving deltas:   7% (43710/623126)   
Resolving deltas:   8% (49854/623126)   
Resolving deltas:   9% (56162/623126)   
Resolving deltas:  10% (62319/623126)   
Resolving deltas:  11% (68546/623126)   
Resolving deltas:  12% (74776/623126)   
Resolving deltas:  13% (81088/623126)   
Resolving deltas:  14% (87243/623126)   
Resolving deltas:  15% (93471/623126)   
Resolving deltas:  16% (99752/623126)   
Resolving deltas:  17% (106238/623126)   
Resolving deltas:  18% (112164/623126)   
Resolving deltas:  19% (118405/623126)   
Resolving deltas:  20% (124633/623126)   
Resolving deltas:  21% (130858/623126)   
Resolving deltas:  22% (137237/623126)   
Resolving deltas:  22% (140744/623126)   
Resolving deltas:  23% (143350/623126)   
Resolving deltas:  24% (149564/623126)   
Resolving deltas:  25% (155826/623126)   
Resolving deltas:  26% (162324/623126)   
Resolving deltas:  27% (168372/623126)   
Resolving deltas:  28% (174518/623126)   
Resolving deltas:  29% (180783/623126)   
Resolving deltas:  30% (186950/623126)   
Resolving deltas:  31% (193416/623126)   
Resolving deltas:  32% (199523/623126)   
Resolving deltas:  33% (205632/623126)   
Resolving deltas:  34% (211885/623126)   
Resolving deltas:  35% (218110/623126)   
Resolving deltas:  36% (224327/623126)   
Resolving deltas:  37% (230615/623126)   
Resolving deltas:  38% (236791/623126)   
Resolving deltas:  39% (243101/623126)   
Resolving deltas:  40% (249272/623126)   
Resolving deltas:  41% (255492/623126)   
Resolving deltas:  42% (262077/623126)   
Resolving deltas:  43% (267945/623126)   
Resolving deltas:  44% (274178/623126)   
Resolving deltas:  45% (280457/623126)   
Resolving deltas:  46% (286747/623126)   
Resolving deltas:  47% (292870/623126)   
Resolving deltas:  48% (299106/623126)   
Resolving deltas:  48% (302600/623126)   
Resolving deltas:  49% (305511/623126)   
Resolving deltas:  50% (311586/623126)   
Resolving deltas:  51% (317968/623126)   
Resolving deltas:  52% (324079/623126)   
Resolving deltas:  53% (330258/623126)   
Resolving deltas:  54% (336490/623126)   
Resolving deltas:  55% (342722/623126)   
Resolving deltas:  56% (348954/623126)   
Resolving deltas:  57% (355281/623126)   
Resolving deltas:  58% (361450/623126)   
Resolving deltas:  59% (367645/623126)   
Resolving deltas:  60% (373897/623126)   
Resolving deltas:  61% (380108/623126)   
Resolving deltas:  62% (386377/623126)   
Resolving deltas:  63% (392619/623126)   
Resolving deltas:  64% (398807/623126)   
Resolving deltas:  64% (402322/623126)   
Resolving deltas:  65% (405357/623126)   
Resolving deltas:  66% (411280/623126)   
Resolving deltas:  66% (414407/623126)   
Resolving deltas:  67% (417503/623126)   
Resolving deltas:  68% (423777/623126)   
Resolving deltas:  69% (430054/623126)   
Resolving deltas:  69% (431086/623126)   
Resolving deltas:  70% (436206/623126)   
Resolving deltas:  71% (442526/623126)   
Resolving deltas:  72% (448770/623126)   
Resolving deltas:  73% (454950/623126)   
Resolving deltas:  73% (455525/623126)   
Resolving deltas:  74% (461146/623126)   
Resolving deltas:  75% (467367/623126)   
Resolving deltas:  76% (473602/623126)   
Resolving deltas:  77% (479834/623126)   
Resolving deltas:  78% (486048/623126)   
Resolving deltas:  78% (487725/623126)   
Resolving deltas:  79% (492389/623126)   
Resolving deltas:  80% (498501/623126)   
Resolving deltas:  81% (504763/623126)   
Resolving deltas:  81% (504992/623126)   
Resolving deltas:  82% (510972/623126)   
Resolving deltas:  83% (517216/623126)   
Resolving deltas:  84% (523459/623126)   
Resolving deltas:  84% (528805/623126)   
Resolving deltas:  85% (529668/623126)   
Resolving deltas:  86% (535965/623126)   
Resolving deltas:  87% (542120/623126)   
Resolving deltas:  88% (548354/623126)   
Resolving deltas:  88% (553743/623126)   
Resolving deltas:  89% (554681/623126)   
error: index-pack died of signal 15
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	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:744)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor963.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy141.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-BadApples-NightlyTests-master - Build # 82 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/82/

2 tests failed.
FAILED:  org.apache.solr.update.TestInPlaceUpdateWithRouteField.testUpdatingDocValuesWithRouteField

Error Message:
Lucene doc id should not be changed for In-Place Updates. Expected: is <53>      but: was <17>

Stack Trace:
java.lang.AssertionError: Lucene doc id should not be changed for In-Place Updates.
Expected: is <53>
     but: was <17>
	at __randomizedtesting.SeedInfo.seed([55C0E45F7D67E108:A298D4EB6C2A8E79]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.apache.solr.update.TestInPlaceUpdateWithRouteField.testUpdatingDocValuesWithRouteField(TestInPlaceUpdateWithRouteField.java:115)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:38848/czv/zj/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:38848/czv/zj/collection1
	at __randomizedtesting.SeedInfo.seed([55C0E45F7D67E108:DD94DB85D39B8CF0]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.addDocAndGetVersion(TestInPlaceUpdatesDistrib.java:1216)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.buildRandomIndex(TestInPlaceUpdatesDistrib.java:1261)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:392)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 48 more




Build Log:
[...truncated 13674 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdateWithRouteField
   [junit4]   2> 100639 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 100640 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/data-dir-6-001
   [junit4]   2> 100640 WARN  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=19 numCloses=19
   [junit4]   2> 100657 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 100657 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 100659 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001
   [junit4]   2> 100659 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 100694 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 100694 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 100803 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:38492
   [junit4]   2> 100803 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38492
   [junit4]   2> 100803 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38492
   [junit4]   2> 100803 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38492
   [junit4]   2> 100856 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 100965 INFO  (zkConnectionManagerCallback-313-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100965 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 101132 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 101190 INFO  (zkConnectionManagerCallback-315-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101190 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 101205 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 101223 INFO  (zkConnectionManagerCallback-317-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101224 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 101493 WARN  (jetty-launcher-318-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 101493 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 101494 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 101547 INFO  (jetty-launcher-318-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 101717 INFO  (jetty-launcher-318-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 101718 INFO  (jetty-launcher-318-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 101718 INFO  (jetty-launcher-318-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 101718 INFO  (jetty-launcher-318-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@667e09c{/solr,null,AVAILABLE}
   [junit4]   2> 101720 INFO  (jetty-launcher-318-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@778a8550{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:43730}
   [junit4]   2> 101720 INFO  (jetty-launcher-318-thread-2) [     ] o.e.j.s.Server Started @101937ms
   [junit4]   2> 101720 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43730}
   [junit4]   2> 101721 ERROR (jetty-launcher-318-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 101721 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 101721 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 101721 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 101721 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 101721 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-10-04T17:36:14.862270Z
   [junit4]   2> 101731 WARN  (jetty-launcher-318-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 101731 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 101731 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 101731 INFO  (jetty-launcher-318-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 101747 INFO  (jetty-launcher-318-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 101747 INFO  (jetty-launcher-318-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 101747 INFO  (jetty-launcher-318-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 101748 INFO  (jetty-launcher-318-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ad8fa26{/solr,null,AVAILABLE}
   [junit4]   2> 101749 WARN  (jetty-launcher-318-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 101749 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 101749 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 101749 INFO  (jetty-launcher-318-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 101803 INFO  (jetty-launcher-318-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1df42e6a{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:35012}
   [junit4]   2> 101803 INFO  (jetty-launcher-318-thread-3) [     ] o.e.j.s.Server Started @102020ms
   [junit4]   2> 101803 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35012}
   [junit4]   2> 101803 ERROR (jetty-launcher-318-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 101803 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 101803 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 101804 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 101804 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 101804 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-10-04T17:36:14.945075Z
   [junit4]   2> 101828 INFO  (jetty-launcher-318-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 101828 INFO  (jetty-launcher-318-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 101828 INFO  (jetty-launcher-318-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 101828 INFO  (jetty-launcher-318-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a3f8eec{/solr,null,AVAILABLE}
   [junit4]   2> 101853 INFO  (jetty-launcher-318-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@43ed929f{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:34439}
   [junit4]   2> 101853 INFO  (jetty-launcher-318-thread-1) [     ] o.e.j.s.Server Started @102070ms
   [junit4]   2> 101853 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34439}
   [junit4]   2> 101853 ERROR (jetty-launcher-318-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 101853 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 101853 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 101853 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 101853 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 101853 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-10-04T17:36:14.994925Z
   [junit4]   2> 101864 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 101880 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 101941 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 101953 INFO  (zkConnectionManagerCallback-320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101953 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 101954 INFO  (zkConnectionManagerCallback-322-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101954 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 101959 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 101960 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 102018 INFO  (zkConnectionManagerCallback-324-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 102018 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 102048 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 103461 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 103475 WARN  (jetty-launcher-318-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@694462ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 103475 WARN  (jetty-launcher-318-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@694462ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 103512 WARN  (jetty-launcher-318-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f5320ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 103512 WARN  (jetty-launcher-318-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f5320ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 103513 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38492/solr
   [junit4]   2> 103658 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 103776 INFO  (zkConnectionManagerCallback-333-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103788 INFO  (jetty-launcher-318-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 103791 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 103841 WARN  (jetty-launcher-318-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10c14c26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 103842 WARN  (jetty-launcher-318-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10c14c26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 103864 WARN  (jetty-launcher-318-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7a28be7c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 103864 WARN  (jetty-launcher-318-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7a28be7c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 103878 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38492/solr
   [junit4]   2> 103898 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 103937 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 104024 WARN  (jetty-launcher-318-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7bf0f2a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 104024 WARN  (jetty-launcher-318-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7bf0f2a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 104304 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104311 INFO  (zkConnectionManagerCallback-339-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104311 INFO  (jetty-launcher-318-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104447 WARN  (jetty-launcher-318-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a60bb3d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 104447 WARN  (jetty-launcher-318-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a60bb3d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 104449 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38492/solr
   [junit4]   2> 104508 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104521 INFO  (zkConnectionManagerCallback-342-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104522 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104523 INFO  (zkConnectionManagerCallback-347-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104523 INFO  (jetty-launcher-318-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104577 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104683 INFO  (zkConnectionManagerCallback-349-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104683 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104774 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43730_solr
   [junit4]   2> 104774 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.c.Overseer Overseer (id=75501378113896456-127.0.0.1:43730_solr-n_0000000000) starting
   [junit4]   2> 104801 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104882 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104906 INFO  (zkConnectionManagerCallback-355-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104906 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104963 INFO  (zkConnectionManagerCallback-360-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104963 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 105244 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38492/solr ready
   [junit4]   2> 105281 INFO  (OverseerStateUpdate-75501378113896456-127.0.0.1:43730_solr-n_0000000000) [n:127.0.0.1:43730_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43730_solr
   [junit4]   2> 105281 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43730_solr
   [junit4]   2> 105342 INFO  (OverseerStateUpdate-75501378113896456-127.0.0.1:43730_solr-n_0000000000) [n:127.0.0.1:43730_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 105391 INFO  (zkCallback-359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 105391 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 105427 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.c.PackageManager clusterprops.json changed , version 0
   [junit4]   2> 105546 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35012_solr as DOWN
   [junit4]   2> 105548 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 105548 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35012_solr
   [junit4]   2> 105598 INFO  (zkCallback-359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 105599 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 105655 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 105692 INFO  (zkCallback-341-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 105693 INFO  (zkCallback-354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 105707 INFO  (zkConnectionManagerCallback-367-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105707 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 105730 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 105802 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38492/solr ready
   [junit4]   2> 105802 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.c.PackageManager clusterprops.json changed , version 0
   [junit4]   2> 105934 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43730.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 106007 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43730.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 106007 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43730.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 106024 INFO  (jetty-launcher-318-thread-2) [n:127.0.0.1:43730_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node2/.
   [junit4]   2> 106313 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 106406 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 106465 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35012.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 106521 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35012.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 106521 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35012.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 106522 INFO  (jetty-launcher-318-thread-3) [n:127.0.0.1:35012_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node3/.
   [junit4]   2> 106533 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34439_solr as DOWN
   [junit4]   2> 106535 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 106535 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34439_solr
   [junit4]   2> 106550 INFO  (zkCallback-359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 106552 INFO  (zkCallback-366-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 106552 INFO  (zkCallback-341-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 106577 INFO  (zkCallback-354-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 106616 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 106655 INFO  (zkConnectionManagerCallback-374-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 106655 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 106711 INFO  (zkCallback-348-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 106797 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 106886 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38492/solr ready
   [junit4]   2> 106887 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.c.PackageManager clusterprops.json changed , version 0
   [junit4]   2> 107149 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 107328 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34439.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 107365 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34439.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 107399 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34439.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 107400 INFO  (jetty-launcher-318-thread-1) [n:127.0.0.1:34439_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node1/.
   [junit4]   2> 107728 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 107797 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 107814 INFO  (zkConnectionManagerCallback-380-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 107814 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 107824 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 107835 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[55C0E45F7D67E108]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38492/solr ready
   [junit4]   2> 116677 INFO  (qtp946894357-832) [n:127.0.0.1:43730_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.schema=schema-inplace-updates.xml&property.config=solrconfig-tlog.xml&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=6&router.field=shardName&name=collection1&router.name=compositeId&nrtReplicas=2&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 116803 INFO  (OverseerThreadFactory-246-thread-1-processing-n:127.0.0.1:43730_solr) [n:127.0.0.1:43730_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 117026 INFO  (OverseerStateUpdate-75501378113896456-127.0.0.1:43730_solr-n_0000000000) [n:127.0.0.1:43730_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35012/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 117096 INFO  (OverseerStateUpdate-75501378113896456-127.0.0.1:43730_solr-n_0000000000) [n:127.0.0.1:43730_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34439/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 117098 INFO  (OverseerStateUpdate-75501378113896456-127.0.0.1:43730_solr-n_0000000000) [n:127.0.0.1:43730_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43730/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 117162 INFO  (OverseerStateUpdate-75501378113896456-127.0.0.1:43730_solr-n_0000000000) [n:127.0.0.1:43730_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35012/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 117181 INFO  (OverseerStateUpdate-75501378113896456-127.0.0.1:43730_solr-n_0000000000) [n:127.0.0.1:43730_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"collection1_shard3_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34439/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 117182 INFO  (OverseerStateUpdate-75501378113896456-127.0.0.1:43730_solr-n_0000000000) [n:127.0.0.1:43730_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"collection1_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43730/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 117983 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr    x:collection1_shard3_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema-inplace-updates.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node11&name=collection1_shard3_replica_n6&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 118078 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema-inplace-updates.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node5&name=collection1_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 118139 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr    x:collection1_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema-inplace-updates.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node10&name=collection1_shard2_replica_n4&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 118308 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr    x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema-inplace-updates.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node7&name=collection1_shard1_replica_n2&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 118310 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr    x:collection1_shard2_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema-inplace-updates.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node9&name=collection1_shard2_replica_n3&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 118310 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr    x:collection1_shard2_replica_n3 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 118381 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr    x:collection1_shard3_replica_n8 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.schema=schema-inplace-updates.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node12&name=collection1_shard3_replica_n8&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 119438 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 119474 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 119481 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 119962 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 120411 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.s.IndexSchema [collection1_shard2_replica_n4] Schema name=inplace-updates
   [junit4]   2> 120427 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=inplace-updates
   [junit4]   2> 120448 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 120448 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n4' using configuration from collection collection1, trusted=true
   [junit4]   2> 120448 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35012.solr.core.collection1.shard2.replica_n4' (registry 'solr.core.collection1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 120449 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node3/collection1_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node3/./collection1_shard2_replica_n4/data/]
   [junit4]   2> 120573 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 120573 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 120592 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35012.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 120592 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node3/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node3/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 120595 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.34824609911261806]
   [junit4]   2> 120630 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.s.IndexSchema [collection1_shard3_replica_n6] Schema name=inplace-updates
   [junit4]   2> 120634 WARN  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 120646 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.34824609911261806]
   [junit4]   2> 120682 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 120682 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n6' using configuration from collection collection1, trusted=true
   [junit4]   2> 120683 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34439.solr.core.collection1.shard3.replica_n6' (registry 'solr.core.collection1.shard3.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 120683 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.c.SolrCore [[collection1_shard3_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node1/collection1_shard3_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node1/./collection1_shard3_replica_n6/data/]
   [junit4]   2> 120695 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=inplace-updates
   [junit4]   2> 120731 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 120784 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 120799 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.34824609911261806]
   [junit4]   2> 120821 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 120821 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 121093 WARN  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 121093 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34439.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 121094 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node1/collection1_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 121101 WARN  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 121129 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.34824609911261806]
   [junit4]   2> 121150 WARN  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 121188 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.s.IndexSchema [collection1_shard2_replica_n3] Schema name=inplace-updates
   [junit4]   2> 121240 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 121241 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n3' using configuration from collection collection1, trusted=true
   [junit4]   2> 121242 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43730.solr.core.collection1.shard2.replica_n3' (registry 'solr.core.collection1.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 121259 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node2/collection1_shard2_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node2/./collection1_shard2_replica_n3/data/]
   [junit4]   2> 121276 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.34824609911261806]
   [junit4]   2> 121296 WARN  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 121408 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.s.IndexSchema [collection1_shard3_replica_n8] Schema name=inplace-updates
   [junit4]   2> 121424 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 121424 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n8' using configuration from collection collection1, trusted=true
   [junit4]   2> 121424 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43730.solr.core.collection1.shard3.replica_n8' (registry 'solr.core.collection1.shard3.replica_n8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430fd8e3
   [junit4]   2> 121424 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.c.SolrCore [[collection1_shard3_replica_n8] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node2/collection1_shard3_replica_n8], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdateWithRouteField_55C0E45F7D67E108-001/tempDir-001/node2/./collection1_shard3_replica_n8/data/]
   [junit4]   2> 121479 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.34824609911261806]
   [junit4]   2> 121517 WARN  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 122296 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 122296 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 122298 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 122298 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 122318 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7feb03fd
   [junit4]   2> 122319 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@21774f77[collection1_shard2_replica_n4] main]
   [junit4]   2> 122325 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 122326 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 122326 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 122326 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1646485145352404992
   [junit4]   2> 122427 INFO  (searcherExecutor-259-thread-1-processing-n:127.0.0.1:35012_solr x:collection1_shard2_replica_n4 c:collection1 s:shard2 r:core_node10) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrCore [collection1_shard2_replica_n4] Registered new searcher Searcher@21774f77[collection1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 122437 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node10=0}, version=0}
   [junit4]   2> 122437 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 122472 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9986ms
   [junit4]   2> 122520 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 122520 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 122521 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 122521 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 122522 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@14c17698
   [junit4]   2> 122536 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@8db7363[collection1_shard3_replica_n6] main]
   [junit4]   2> 122573 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 122573 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 122593 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 122593 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 122594 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@1aaf2241
   [junit4]   2> 122595 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fe43f60[collection1_shard1_replica_n2] main]
   [junit4]   2> 122813 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 122813 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 122814 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 122814 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 122825 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 122828 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@38d1a860
   [junit4]   2> 122829 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@64ae13a6[collection1_shard1_replica_n1] main]
   [junit4]   2> 122848 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 122849 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 122849 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1646485145900810240
   [junit4]   2> 122861 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 122877 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 122877 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 122877 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1646485145930170368
   [junit4]   2> 122975 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 123011 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 123013 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard3 to Terms{values={core_node11=0}, version=0}
   [junit4]   2> 123014 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard3
   [junit4]   2> 123044 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 123044 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 123045 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 123045 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 123046 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 123046 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1646485146107379712
   [junit4]   2> 123085 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@4487669d
   [junit4]   2> 123086 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@c90bad6[collection1_shard2_replica_n3] main]
   [junit4]   2> 123121 INFO  (qtp202860374-848) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard3: total=2 found=1 timeoutin=9966ms
   [junit4]   2> 123158 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 123158 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 123159 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 123159 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1646485146225868800
   [junit4]   2> 123215 INFO  (searcherExecutor-262-thread-1-processing-n:127.0.0.1:34439_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node7) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@1fe43f60[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 123216 INFO  (searcherExecutor-261-thread-1-processing-n:127.0.0.1:34439_solr x:collection1_shard3_replica_n6 c:collection1 s:shard3 r:core_node11) [n:127.0.0.1:34439_solr c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n6 ] o.a.s.c.SolrCore [collection1_shard3_replica_n6] Registered new searcher Searcher@8db7363[collection1_shard3_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 123253 INFO  (searcherExecutor-263-thread-1-processing-n:127.0.0.1:43730_solr x:collection1_shard2_replica_n3 c:collection1 s:shard2 r:core_node9) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.c.SolrCore [collection1_shard2_replica_n3] Registered new searcher Searcher@c90bad6[collection1_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 123304 INFO  (searcherExecutor-260-thread-1-processing-n:127.0.0.1:35012_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node5) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@64ae13a6[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 123327 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 123327 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 123343 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node10=0, core_node9=0}, version=1}
   [junit4]   2> 123343 INFO  (qtp946894357-829) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 123382 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 123382 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 123384 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 123384 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 123414 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@678080d6
   [junit4]   2> 123415 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@62b20032[collection1_shard3_replica_n8] main]
   [junit4]   2> 123436 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node7=0, core_node5=0}, version=1}
   [junit4]   2> 123437 INFO  (qtp1376702560-839) [n:127.0.0.1:35012_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 123470 INFO  (qtp202860374-854) [n:127.0.0.1:34439_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9965ms
   [junit4]   2> 123487 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 123488 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 123489 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 123489 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1646485146571898880
   [junit4]   2> 123562 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 123562 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 123562 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35012/solr/collection1_shard2_replica_n4/
   [junit4]   2> 123563 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n4 url=https://127.0.0.1:35012/solr START replicas=[https://127.0.0.1:43730/solr/collection1_shard2_replica_n3/] nUpdates=100
   [junit4]   2> 123596 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n4 url=https://127.0.0.1:35012/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 123617 INFO  (searcherExecutor-264-thread-1-processing-n:127.0.0.1:43730_solr x:collection1_shard3_replica_n8 c:collection1 s:shard3 r:core_node12) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.c.SolrCore [collection1_shard3_replica_n8] Registered new searcher Searcher@62b20032[collection1_shard3_replica_n8] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 123653 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard3 to Terms{values={core_node12=0, core_node11=0}, version=1}
   [junit4]   2> 123655 INFO  (qtp946894357-830) [n:127.0.0.1:43730_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n8 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard3
   [junit4]   2> 123765 INFO  (qtp946894357-828) [n:127.0.0.1:43730_solr c:collection1 s:shard2 r:core_node9 x:collection1_shard2_replica_n3 ] o.a.s.c.S.Request [collection1_shard2_replica_n3]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 123766 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 123766 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_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> 123766 INFO  (qtp1376702560-837) [n:127.0.0.1:35012_solr c:collection1 s:shard2 r:core_node10 x:collection1_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/75501378113896459-core_node10-n_0000000000
 

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

:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/server/lib/jetty-xml-9.4.19.v20190610.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/server/lib/metrics-core-4.0.5.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/server/lib/metrics-graphite-4.0.5.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/server/lib/metrics-jetty9-4.0.5.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/server/lib/metrics-jmx-4.0.5.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/server/lib/metrics-jvm-4.0.5.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/build/core/classes/java:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/test-framework/lib/randomizedtesting-runner-2.7.2.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/byte-buddy-1.9.3.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/commons-logging-1.1.3.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/commons-text-1.6.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/hadoop-common-3.2.0-tests.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/hadoop-hdfs-3.2.0-tests.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/hadoop-hdfs-3.2.0.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/hadoop-minicluster-3.2.0.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/hadoop-minikdc-3.2.0.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/jersey-core-1.19.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/jersey-server-1.19.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/jersey-servlet-1.19.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/kerb-admin-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/kerb-client-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/kerb-common-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/kerb-crypto-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/kerb-identity-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/kerb-server-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/kerb-simplekdc-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/kerby-config-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/kerby-kdc-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/kerby-util-1.0.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/mockito-core-2.23.4.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/netty-all-4.0.52.Final.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/objenesis-2.6.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/test-lib/opentracing-mock-0.33.0.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-9.0.0-SNAPSHOT.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/build/queryparser/classes/test:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/build/backward-codecs/classes/test:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/home/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J1-20191004_173432_75513425856309935962900.events @/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J1-20191004_173432_7553238966282508932388.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Forked process returned with error code: 137.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:834)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/build.xml:662: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/build.xml:578: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/build.xml:59: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build.xml:232: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/common-build.xml:557: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/common-build.xml:1508: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/lucene/common-build.xml:1035: At least one slave process threw an exception, first: Forked process returned with error code: 137.

Total time: 648 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-BadApples-NightlyTests-master #78 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-BadApples-NightlyTests-master - Build # 81 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/81/

No tests ran.

Build Log:
[...truncated 25 lines...]
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision a9cf5f6abe7c7eeaf78204252e575c1cc983fccb (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9cf5f6abe7c7eeaf78204252e575c1cc983fccb
Commit message: "Do not wait on task's future if it was rejected"
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Checking out a fresh workspace because /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/test-data doesn't exist
Cleaning local Directory test-data
Checking out http://svn.apache.org/repos/asf/lucene/test-data at revision '2019-09-27T12:51:11.338 +0000'
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision a9cf5f6abe7c7eeaf78204252e575c1cc983fccb (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9cf5f6abe7c7eeaf78204252e575c1cc983fccb
Commit message: "Do not wait on task's future if it was rejected"
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Checking out a fresh workspace because /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/test-data doesn't exist
Cleaning local Directory test-data
Checking out http://svn.apache.org/repos/asf/lucene/test-data at revision '2019-09-27T12:51:11.338 +0000'
ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	... 4 more
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server
svn: E175002: OPTIONS request failed on '/repos/asf/lucene/test-data'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:702)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1035)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:164)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:119)
	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:43)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:831)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:133)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		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: java.io.IOException: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data
	at hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:144)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	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:744)
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any