[jira] [Commented] (BEAM-7648) apache-beam-jenkins-15 out of disk

2019-07-03 Thread yifan zou (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-7648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16878230#comment-16878230
 ] 

yifan zou commented on BEAM-7648:
-

The worker was back to normal after re-image.

> 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: test-failures, testing
>Reporter: Udi Meiri
>Assignee: yifan zou
>Priority: Major
>  Labels: currently-failing
> Fix For: 2.15.0
>
>
> 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 
> 

[jira] [Commented] (BEAM-7648) apache-beam-jenkins-15 out of disk

2019-06-28 Thread yifan zou (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-7648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16874718#comment-16874718
 ] 

yifan zou commented on BEAM-7648:
-

Thanks for reporting, Daniel. I reboot the vm, beam15 is back again. Let us 
know if there is still problem on that worker.

> 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: test-failures, testing
>Reporter: Udi Meiri
>Assignee: yifan zou
>Priority: Major
>  Labels: currently-failing
> Fix For: 2.15.0
>
>
> 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 

[jira] [Commented] (BEAM-7648) apache-beam-jenkins-15 out of disk

2019-06-27 Thread Daniel Oliveira (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-7648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16874577#comment-16874577
 ] 

Daniel Oliveira commented on BEAM-7648:
---

Actually I may have spoke too soon. The errors seem to be due to beam-15 being 
down. I'll leave this bug open for now just in case, but it may be a separate 
issue.
*17:02:02* ERROR: apache-beam-jenkins-15 is offline; cannot locate JDK 1.8 
(latest)

> 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
>Assignee: yifan zou
>Priority: Major
> Fix For: 2.15.0
>
>
> 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 
> 

[jira] [Commented] (BEAM-7648) apache-beam-jenkins-15 out of disk

2019-06-27 Thread Daniel Oliveira (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-7648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16874576#comment-16874576
 ] 

Daniel Oliveira commented on BEAM-7648:
---

Looks like this is back:

[https://builds.apache.org/job/beam_PreCommit_JavaPortabilityApi_Cron/946/]

[https://builds.apache.org/job/beam_PostCommit_Py_ValCont/3670/]

(and many others)

> 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
>Assignee: yifan zou
>Priority: Major
> Fix For: 2.15.0
>
>
> 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 

[jira] [Commented] (BEAM-7648) apache-beam-jenkins-15 out of disk

2019-06-27 Thread yifan zou (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-7648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16874544#comment-16874544
 ] 

yifan zou commented on BEAM-7648:
-

Stale docker images fill up the disk. Removed the image and the worker is back 
online.

Opened the https://issues.apache.org/jira/browse/BEAM-7650 to track the docker 
issue.

 

> 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
>Assignee: yifan zou
>Priority: Major
>
> 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)
>