The issue was that the solr-core tests produced huge dump files on 
lucene1-us-west.apache.org on this build: 
https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/395/ .  I logged in 
with the jenkins acct there and ran "rm -rf solr/build" on that workspace.

Before cleanup:

sarowe@lucene1-us-west:~$ df /x1
Filesystem     1K-blocks     Used Available Use% Mounted on
/dev/sdb1      242417024 231705472         0 100% /x1

jenkins@lucene1-us-west:~/jenkins-slave/workspace$ du -s 
Lucene-Solr-NightlyTests-7.x
185831556       Lucene-Solr-NightlyTests-7.x

jenkins@lucene1-us-west:~/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp$
 du -s *
44737828        junit4-J0-20181204_053950_008185551722775507235.events
8       junit4-J0-20181204_053950_0082036911986138541576.suites
0       junit4-J0-20181204_053950_0082463229831751481274.dynamic-suites
0       junit4-J0-20181204_053950_008335436767063899718.syserr
0       junit4-J0-20181204_053950_0087327442165658224378.sysout
22129372        junit4-J0-20181204_053950_0087777639983096916434.spill
496032  junit4-J1-20181204_053950_0085314783537184358727.events
28      junit4-J1-20181204_053950_0086282792699927851879.suites
0       junit4-J2-20181204_053950_0081736219231359251535.dynamic-suites
75100664        junit4-J2-20181204_053950_0083991773967380127558.events
0       junit4-J2-20181204_053950_0084934123733102866166.sysout
0       junit4-J2-20181204_053950_0088299435283326671027.syserr
35757468        junit4-J2-20181204_053950_0088782394280068764951.spill
8       junit4-J2-20181204_053950_008935759947478027718.suites


After cleanup:

sarowe@lucene1-us-west:~$ df /x1
Filesystem     1K-blocks     Used Available Use% Mounted on
/dev/sdb1      242417024 49652924 182052540  22% /x1


Relevant-looking stuff from consoleText (I've saved the whole thing locally in 
case anybody wants to take a look):

-----
   [junit4]   2> SEVERE: 7 threads leaked from SUITE scope at 
org.apache.solr.cloud.RestartWhileUpdatingTest: 
[...]
   [junit4] ERROR   0.00s J1 | RestartWhileUpdatingTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 56 
object(s) that were not released!!! [TransactionLog, MMapDirectory, SolrCore, 
SolrIndex
Searcher, SolrIndexSearcher, MMapDirectory, SolrCore, MMapDirectory, 
TransactionLog, MDCAwareThreadPoolExecutor, TransactionLog, TransactionLog, 
InternalHttpClient, MM
apDirectory, TransactionLog, SolrCore, MDCAwareThreadPoolExecutor, 
TransactionLog, SolrCore, TransactionLog, MMapDirectory, MMapDirectory, 
MMapDirectory, TransactionLo
g, MDCAwareThreadPoolExecutor, MMapDirectory, InternalHttpClient, 
SolrIndexSearcher, MMapDirectory, MMapDirectory, SolrIndexSearcher, 
MMapDirectory, MMapDirectory, MMa
pDirectory, SolrCore, MMapDirectory, MDCAwareThreadPoolExecutor, 
TransactionLog, MDCAwareThreadPoolExecutor, TransactionLog, 
MDCAwareThreadPoolExecutor, MMapDirectory,
 MMapDirectory, SolrIndexSearcher, SolrIndexSearcher, SolrCore, SolrCore, 
MMapDirectory, MMapDirectory, InternalHttpClient, MDCAwareThreadPoolExecutor, 
MMapDirectory, 
TransactionLog, SolrIndexSearcher, MMapDirectory, MMapDirectory]
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.update.TransactionLog
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
[...]
   [junit4] Event stream error: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4] HEARTBEAT J0 PID(2952@lucene1-us-west): 2018-12-04T21:24:39, 
stalled for 54682s at: HdfsCollectionsAPIDistributedZkTest (suite)
   [junit4] HEARTBEAT J2 PID(2953@lucene1-us-west): 2018-12-04T21:24:39, 
stalled for 55858s at: MoveReplicaHDFSTest (suite)
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]     at java.util.Arrays.copyOf(Arrays.java:3332)
   [junit4]     at 
java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
   [junit4]     at 
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:596)
   [junit4]     at java.lang.StringBuilder.append(StringBuilder.java:190)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.gson.stream.JsonReader.nextQuotedValue(JsonReader.java:1012)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.gson.stream.JsonReader.nextString(JsonReader.java:826)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.events.AbstractEvent.readBinaryProperty(AbstractEvent.java:40)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.events.AppendStdErrEvent.deserialize(AppendStdErrEvent.java:37)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.events.EventType.deserialize(EventType.java:48)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.events.Deserializer.deserialize(Deserializer.java:29)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.LocalSlaveStreamHandler.pumpEvents(LocalSlaveStreamHandler.java:220)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.LocalSlaveStreamHandler$2.run(LocalSlaveStreamHandler.java:122)
[...]
   [junit4] HEARTBEAT J0 PID(2952@lucene1-us-west): 2018-12-04T21:28:39, 
stalled for 54922s at: HdfsCollectionsAPIDistributedZkTest (suite)
   [junit4] Event stream error: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]     at java.util.Arrays.copyOfRange(Arrays.java:3664)
   [junit4]     at java.lang.String.<init>(String.java:207)
   [junit4]     at java.lang.StringBuilder.toString(StringBuilder.java:407)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.gson.stream.JsonReader.nextQuotedValue(JsonReader.java:1013)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.gson.stream.JsonReader.nextString(JsonReader.java:826)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.events.AbstractEvent.readBinaryProperty(AbstractEvent.java:40)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.events.AppendStdErrEvent.deserialize(AppendStdErrEvent.java:37)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.events.EventType.deserialize(EventType.java:48)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.events.Deserializer.deserialize(Deserializer.java:29)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.LocalSlaveStreamHandler.pumpEvents(LocalSlaveStreamHandler.java:220)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.LocalSlaveStreamHandler$2.run(LocalSlaveStreamHandler.java:122)
[...]
Build timed out (after 1,440 minutes). Marking the build as aborted.
Build was aborted
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-NightlyTests-7.x #391 to compare, 
so performing full copy of artifacts
   [junit4] HEARTBEAT J2 PID(2953@lucene1-us-west): 2018-12-05T02:31:25, 
stalled for 74265s at: MoveReplicaHDFSTest (suite)
   [junit4] HEARTBEAT J0 PID(2952@lucene1-us-west): 2018-12-05T02:31:25, 
stalled for 73088s at: HdfsCollectionsAPIDistributedZkTest (suite)
[...]
-----

Steve

> On Dec 6, 2018, at 9:05 AM, Steve Rowe <[email protected]> wrote:
> 
> I'll look. - Steve
> 
>> On Dec 6, 2018, at 5:00 AM, Alan Woodward <[email protected]> wrote:
>> 
>> This is the same thing that was happening at the weekend, have we run out of 
>> disk space again?
>> 
>>> On 6 Dec 2018, at 09:59, Apache Jenkins Server <[email protected]> 
>>> wrote:
>>> 
>>> Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/233/
>>> 
>>> No tests ran.
>>> 
>>> Build Log:
>>> [...truncated 6 lines...]
>>> ERROR: Error fetching remote repo 'origin'
>>> hudson.plugins.git.GitException: Failed to fetch from 
>>> git://git.apache.org/lucene-solr.git
>>>     at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
>>>     at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
>>>     at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
>>>     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:1794)
>>>     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 config 
>>> remote.origin.url git://git.apache.org/lucene-solr.git" returned status 
>>> code 4:
>>> stdout: 
>>> stderr: error: failed to write new configuration file .git/config.lock
>>> 
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1609)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1243)
>>>     at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
>>>     at sun.reflect.GeneratedMethodAccessor465.invoke(Unknown Source)
>>>     at 
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>     at java.lang.reflect.Method.invoke(Method.java:498)
>>>     at 
>>> hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
>>>     at 
>>> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
>>>     at 
>>> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
>>>     at hudson.remoting.UserRequest.perform(UserRequest.java:212)
>>>     at hudson.remoting.UserRequest.perform(UserRequest.java:54)
>>>     at hudson.remoting.Request$2.run(Request.java:369)
>>>     at 
>>> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
>>>     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>>>     at 
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>>>     at 
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>>>     at java.lang.Thread.run(Thread.java:748)
>>>     Suppressed: 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.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
>>>             at com.sun.proxy.$Proxy117.setRemoteUrl(Unknown Source)
>>>             at 
>>> org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
>>>             at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:876)
>>>             at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
>>>             at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
>>>             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:1794)
>>>             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'
>>> Retrying after 10 seconds
>>>> git rev-parse --is-inside-work-tree # timeout=10
>>> Fetching changes from the remote Git repository
>>>> git config remote.origin.url git://git.apache.org/lucene-solr.git # 
>>>> timeout=10
>>> ERROR: Error fetching remote repo 'origin'
>>> hudson.plugins.git.GitException: Failed to fetch from 
>>> git://git.apache.org/lucene-solr.git
>>>     at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
>>>     at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
>>>     at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
>>>     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:1794)
>>>     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 config 
>>> remote.origin.url git://git.apache.org/lucene-solr.git" returned status 
>>> code 4:
>>> stdout: 
>>> stderr: error: failed to write new configuration file .git/config.lock
>>> 
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1609)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1243)
>>>     at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
>>>     at sun.reflect.GeneratedMethodAccessor465.invoke(Unknown Source)
>>>     at 
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>     at java.lang.reflect.Method.invoke(Method.java:498)
>>>     at 
>>> hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
>>>     at 
>>> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
>>>     at 
>>> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
>>>     at hudson.remoting.UserRequest.perform(UserRequest.java:212)
>>>     at hudson.remoting.UserRequest.perform(UserRequest.java:54)
>>>     at hudson.remoting.Request$2.run(Request.java:369)
>>>     at 
>>> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
>>>     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>>>     at 
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>>>     at 
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>>>     at java.lang.Thread.run(Thread.java:748)
>>>     Suppressed: 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.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
>>>             at com.sun.proxy.$Proxy117.setRemoteUrl(Unknown Source)
>>>             at 
>>> org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
>>>             at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:876)
>>>             at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
>>>             at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
>>>             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:1794)
>>>             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'
>>> Retrying after 10 seconds
>>>> git rev-parse --is-inside-work-tree # timeout=10
>>> Fetching changes from the remote Git repository
>>>> git config remote.origin.url git://git.apache.org/lucene-solr.git # 
>>>> timeout=10
>>> ERROR: Error fetching remote repo 'origin'
>>> hudson.plugins.git.GitException: Failed to fetch from 
>>> git://git.apache.org/lucene-solr.git
>>>     at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
>>>     at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
>>>     at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
>>>     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:1794)
>>>     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 config 
>>> remote.origin.url git://git.apache.org/lucene-solr.git" returned status 
>>> code 4:
>>> stdout: 
>>> stderr: error: failed to write new configuration file .git/config.lock
>>> 
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1609)
>>>     at 
>>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1243)
>>>     at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
>>>     at sun.reflect.GeneratedMethodAccessor465.invoke(Unknown Source)
>>>     at 
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>     at java.lang.reflect.Method.invoke(Method.java:498)
>>>     at 
>>> hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
>>>     at 
>>> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
>>>     at 
>>> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
>>>     at hudson.remoting.UserRequest.perform(UserRequest.java:212)
>>>     at hudson.remoting.UserRequest.perform(UserRequest.java:54)
>>>     at hudson.remoting.Request$2.run(Request.java:369)
>>>     at 
>>> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
>>>     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>>>     at 
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>>>     at 
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>>>     at java.lang.Thread.run(Thread.java:748)
>>>     Suppressed: 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.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
>>>             at com.sun.proxy.$Proxy117.setRemoteUrl(Unknown Source)
>>>             at 
>>> org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
>>>             at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:876)
>>>             at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
>>>             at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
>>>             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:1794)
>>>             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: Test reports were 
>>> found but none of them are new. Did leafNodes run? 
>>> For example, 
>>> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/build/analysis/common/test/TEST-org.apache.lucene.analysis.ar.TestArabicAnalyzer.xml
>>>  is 12 hr old
>>> 
>>> Email was triggered for: Failure - Any
>>> Sending email for trigger: Failure - Any
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to