jenkins CI failing to fetch repo
by Miguel Duarte de Mora Barroso
Hi,
Since yesterday I can't get ovirt-provider-ovn builds to run, each
manifesting the error below:
error: index-pack died of signal 15
09:27:35 fatal: index-pack failed
09:27:35
09:27:35 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
09:27:35 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
09:27:35 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
09:27:35 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
09:27:35 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:655)
09:27:35 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
09:27:35 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
09:27:35 at hudson.remoting.UserRequest.perform(UserRequest.java:212)
09:27:35 at hudson.remoting.UserRequest.perform(UserRequest.java:54)
09:27:35 at hudson.remoting.Request$2.run(Request.java:369)
09:27:35 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
09:27:35 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09:27:35 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
09:27:35 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
09:27:35 at java.lang.Thread.run(Thread.java:748)
09:27:35 Suppressed: hudson.remoting.Channel$CallSiteStackTrace:
Remote call to vm0038.workers-phx.ovirt.org
09:27:35 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
09:27:35 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
09:27:35 at hudson.remoting.Channel.call(Channel.java:957)
09:27:35 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
09:27:35 at sun.reflect.GeneratedMethodAccessor793.invoke(Unknown Source)
09:27:35 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:27:35 at java.lang.reflect.Method.invoke(Method.java:498)
09:27:35 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
09:27:35 at com.sun.proxy.$Proxy118.execute(Unknown Source)
09:27:35 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
09:27:35 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
09:27:35 at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
09:27:35 at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
09:27:35 at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
09:27:35 at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
09:27:35 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
09:27:35 ... 4 more
It can be seen on:
- https://jenkins.ovirt.org/job/ovirt-provider-ovn_standard-check-patch/247...