Udi Meiri created BEAM-7648:
-------------------------------

             Summary: apache-beam-jenkins-15 out of disk
                 Key: BEAM-7648
                 URL: https://issues.apache.org/jira/browse/BEAM-7648
             Project: Beam
          Issue Type: Bug
          Components: testing
            Reporter: Udi Meiri


getting error like these:
{code:java}
18:11:49 ERROR: Error fetching remote repo 'origin'
18:11:49 hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/beam.git
18:11:49        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
18:11:49        at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
18:11:49        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
18:11:49        at hudson.scm.SCM.checkout(SCM.java:504)
18:11:49        at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
18:11:49        at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
18:11:49        at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
18:11:49        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
18:11:49        at hudson.model.Run.execute(Run.java:1810)
18:11:49        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
18:11:49        at 
hudson.model.ResourceController.execute(ResourceController.java:97)
18:11:49        at hudson.model.Executor.run(Executor.java:429)
18:11:49 Caused by: hudson.plugins.git.GitException: Command "git config 
remote.origin.url https://github.com/apache/beam.git"; returned status code 4:
18:11:49 stdout: 
18:11:49 stderr: error: failed to write new configuration file 
/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify_PR/src/.git/config.lock
18:11:49 
18:11:49        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
18:11:49        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2010)
18:11:49        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2006)
18:11:49        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1638)
18:11:49        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1650)
18:11:49        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1284)
18:11:49        at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
18:11:49        at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
18:11:49        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:11:49        at java.lang.reflect.Method.invoke(Method.java:498)
18:11:49        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
18:11:49        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
18:11:49        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
18:11:49        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
18:11:49        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
18:11:49        at hudson.remoting.Request$2.run(Request.java:369)
18:11:49        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
18:11:49        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:11:49        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:11:49        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:11:49        at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
18:11:49        at java.lang.Thread.run(Thread.java:748)
18:11:49        Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote 
call to JNLP4-connect connection from 
103.55.66.34.bc.googleusercontent.com/34.66.55.103:46040
18:11:49                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
18:11:49                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
18:11:49                at hudson.remoting.Channel.call(Channel.java:955)
18:11:49                at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
18:11:49                at com.sun.proxy.$Proxy114.setRemoteUrl(Unknown Source)
18:11:49                at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
18:11:49                at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:882)
18:11:49                at 
hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
18:11:49                at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
18:11:49                at hudson.scm.SCM.checkout(SCM.java:504)
18:11:49                at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
18:11:49                at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
18:11:49                at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
18:11:49                at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
18:11:49                at hudson.model.Run.execute(Run.java:1810)
18:11:49                at 
hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
18:11:49                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
18:11:49                at hudson.model.Executor.run(Executor.java:429)
18:11:49 ERROR: Error fetching remote repo 'origin'
1

{code}
[https://builds.apache.org/job/beam_PostCommit_Python_Verify_PR/823/console]

 

And when you go to the machine page it says:

Disk space is too low. Only 0.000GB left on /home/jenkins/jenkins-slave.

[https://builds.apache.org/computer/apache-beam-jenkins-15/]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to