> On Jul 21, 2018, at 8:24 AM, Dominik Psenner <[email protected]> wrote:
> 
> Jenkins slaves currently have very low disk space. This may be a out of
> disk space in disguise.

I definitely agree with that thought. Disk space issues cause all sorts of 
weird exceptions in Jenkins because that’s its data storage mechanism


> 
>> On Sat, 21 Jul 2018, 14:12 Rob Tompkins, <[email protected]> wrote:
>> 
>> Looks like Jenkins timed out on checkout or something.
>> 
>>> On Jul 20, 2018, at 1:08 PM, Ralph Goers <[email protected]>
>> wrote:
>>> 
>>> No idea.
>>> 
>>> Ralph
>>> 
>>>> On Jul 20, 2018, at 9:56 AM, Gary Gregory <[email protected]>
>> wrote:
>>>> 
>>>> Could this be a corrupt local repo or an out of disk space issue?
>>>> 
>>>> Gary
>>>> 
>>>> On Fri, Jul 20, 2018 at 10:44 AM Apache Jenkins Server <
>>>> [email protected]> wrote:
>>>> 
>>>>> See <
>> https://builds.apache.org/job/Log4j%202%203.x/148/display/redirect>
>>>>> 
>>>>> ------------------------------------------
>>>>> Started by an SCM change
>>>>> [EnvInject] - Loading node environment variables.
>>>>> Building remotely on H35 (ubuntu xenial) in workspace <
>>>>> https://builds.apache.org/job/Log4j%202%203.x/ws/>
>>>>>> git rev-parse --is-inside-work-tree # timeout=10
>>>>> Fetching changes from the remote Git repository
>>>>>> git config remote.origin.url
>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j2.git #
>> timeout=10
>>>>> Cleaning workspace
>>>>>> git rev-parse --verify HEAD # timeout=10
>>>>> Resetting working tree
>>>>>> git reset --hard # timeout=10
>>>>> ERROR: Error fetching remote repo 'origin'
>>>>> hudson.plugins.git.GitException: Failed to fetch from
>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j2.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
>>>>>      at
>>>>> hudson.model.ResourceController.execute(ResourceController.java:97)
>>>>>      at hudson.model.Executor.run(Executor.java:429)
>>>>> Caused by: hudson.plugins.git.GitException: Command "git reset --hard"
>>>>> returned status code 128:
>>>>> stdout:
>>>>> stderr: fatal: unable to read tree
>> 0ea7b3d65fb95137b65531d1c9277951123986a6
>>>>> 
>>>>>      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.reset(CliGitAPIImpl.java:463)
>>>>>      at
>>>>> 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:786)
>>>>>      at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
>>>>>      at sun.reflect.GeneratedMethodAccessor106.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 H35
>>>>>              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.clean(Unknown Source)
>>>>>              at
>>>>> 
>> org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
>>>>>              at
>>>>> 
>> hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
>>>>>              at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:884)
>>>>>              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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
>>>>>              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
>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j2.git #
>> timeout=10
>>>>> Cleaning workspace
>>>>>> git rev-parse --verify HEAD # timeout=10
>>>>> Resetting working tree
>>>>>> git reset --hard # timeout=10
>>>>> ERROR: Error fetching remote repo 'origin'
>>>>> hudson.plugins.git.GitException: Failed to fetch from
>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j2.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
>>>>>      at
>>>>> hudson.model.ResourceController.execute(ResourceController.java:97)
>>>>>      at hudson.model.Executor.run(Executor.java:429)
>>>>> Caused by: hudson.plugins.git.GitException: Command "git reset --hard"
>>>>> returned status code 128:
>>>>> stdout:
>>>>> stderr: fatal: unable to read tree
>> 0ea7b3d65fb95137b65531d1c9277951123986a6
>>>>> 
>>>>>      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.reset(CliGitAPIImpl.java:463)
>>>>>      at
>>>>> 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:786)
>>>>>      at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
>>>>>      at sun.reflect.GeneratedMethodAccessor106.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 H35
>>>>>              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.clean(Unknown Source)
>>>>>              at
>>>>> 
>> org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
>>>>>              at
>>>>> 
>> hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
>>>>>              at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:884)
>>>>>              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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
>>>>>              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
>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j2.git #
>> timeout=10
>>>>> Cleaning workspace
>>>>>> git rev-parse --verify HEAD # timeout=10
>>>>> Resetting working tree
>>>>>> git reset --hard # timeout=10
>>>>> ERROR: Error fetching remote repo 'origin'
>>>>> hudson.plugins.git.GitException: Failed to fetch from
>>>>> https://git-wip-us.apache.org/repos/asf/logging-log4j2.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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
>>>>>      at
>>>>> hudson.model.ResourceController.execute(ResourceController.java:97)
>>>>>      at hudson.model.Executor.run(Executor.java:429)
>>>>> Caused by: hudson.plugins.git.GitException: Command "git reset --hard"
>>>>> returned status code 128:
>>>>> stdout:
>>>>> stderr: fatal: unable to read tree
>> 0ea7b3d65fb95137b65531d1c9277951123986a6
>>>>> 
>>>>>      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.reset(CliGitAPIImpl.java:463)
>>>>>      at
>>>>> 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:786)
>>>>>      at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
>>>>>      at sun.reflect.GeneratedMethodAccessor106.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 H35
>>>>>              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.clean(Unknown Source)
>>>>>              at
>>>>> 
>> org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
>>>>>              at
>>>>> 
>> hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
>>>>>              at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:884)
>>>>>              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.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
>>>>>              at
>>>>> hudson.model.ResourceController.execute(ResourceController.java:97)
>>>>>              at hudson.model.Executor.run(Executor.java:429)
>>>>> ERROR: Error fetching remote repo 'origin'
>>>>> 
>>> 
>>> 
>> 

Reply via email to