It's an acquired taste ;-) I didn't make any friends on the builds@ list trying to get the last issues we had there fixed. They were actually never solved, we had to make adjustments to our build process (actually make a PixelBender release instead of building it), so I'm afraid that this time won't be any different, it will take a long time.
We cannot fix these builds without write access to the slaves, as the fix requires us to manually delete at least two files. But we can't get write access to those machines, as there are apparently only 9 accounts available and they are all taken. My point then was, with 9 admins on that machine, why did it take so long to get stuff done. The reply was that only one or two were active... I asked for one of the remaining 7, but apparently those are not available... And that's where I left the discussion, fearing for my sanity ;-) Have fun, EdB On Wed, Mar 19, 2014 at 7:24 PM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: > > but they don't seem inclined to accept any help that might improve their > service > > Erik, I love your sense of sarcasm ;-) > > -----Message d'origine----- > De : Erik de Bruin [mailto:e...@ixsoftware.nl] > Envoyé : mercredi 19 mars 2014 19:12 > À : dev@flex.apache.org > Objet : Re: Build failed in Jenkins: flex-sdk #677 > > Yeah... The builds@ admin were notified of the other problems with > 'windows1' more than a week (2 weekends) ago... We need to figure out how > to get our own admin account on that machine, as we seem to be one of the > few project to actively use that slave. I've offered to help out a few > times, both on that list and to "Gavin" directly, but they don't seem > inclined to accept any help that might improve their service. > > EdB > > > > > On Wed, Mar 19, 2014 at 6:45 PM, OmPrakash Muppirala <omup...@gmail.com > >wrote: > > > This is a problem with the the Build machine. The admins have been > > notified of this issue. > > > > > > Thanks, > > Om > > > > > > On Wed, Mar 19, 2014 at 10:13 AM, Apache Jenkins Server < > > jenk...@builds.apache.org> wrote: > > > > > See <https://builds.apache.org/job/flex-sdk/677/> > > > > > > ------------------------------------------ > > > Started by an SCM change > > > Building remotely on windows1 in workspace < > > > https://builds.apache.org/job/flex-sdk/ws/> > > > Fetching changes from the remote Git repository Fetching upstream > > > changes from https://git-wip-us.apache.org/repos/asf/flex-sdk.git > > > Checking out Revision e7611cbb5144d42f616491cc61c6af1e87f7e287 > > > (origin/develop) > > > java.io.IOException: Could not checkout > > > e7611cbb5144d42f616491cc61c6af1e87f7e287 > > > at hudson.plugins.git.GitSCM.checkout(GitSCM.java:891) > > > at > > hudson.model.AbstractProject.checkout(AbstractProject.java:1411) > > > at > > > > > hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abst > > ractBuild.java:651) > > > at > > > jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) > > > at > > > > > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.ja > > va:560) > > > at hudson.model.Run.execute(Run.java:1670) > > > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > > > at > > > hudson.model.ResourceController.execute(ResourceController.java:88) > > > at hudson.model.Executor.run(Executor.java:231) > > > Caused by: hudson.plugins.git.GitLockFailedException: Could not lock > > > repository. Please try again > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPI > > Impl.java:1307) > > > at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source) > > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown > > Source) > > > at java.lang.reflect.Method.invoke(Unknown Source) > > > at > > > > > hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvoc > > ationHandler.java:299) > > > at > > > > > hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocati > > onHandler.java:280) > > > at > > > > > hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocati > > onHandler.java:239) > > > at hudson.remoting.UserRequest.perform(UserRequest.java:118) > > > at hudson.remoting.UserRequest.perform(UserRequest.java:48) > > > at hudson.remoting.Request$2.run(Request.java:328) > > > at > > > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecuto > > rService.java:72) > > > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown > Source) > > > at java.util.concurrent.FutureTask.run(Unknown Source) > > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > > > Source) > > > at > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > > Source) > > > at hudson.remoting.Engine$1$1.run(Engine.java:63) > > > at java.lang.Thread.run(Unknown Source) Caused by: > > > hudson.plugins.git.GitException: Command "git checkout -f > > > e7611cbb5144d42f616491cc61c6af1e87f7e287" returned status code 128: > > > stdout: > > > stderr: fatal: Unable to create > > > 'f:/hudson/hudson-slave/workspace/flex-sdk/.git/index.lock': File > exists. > > > > > > If no other git process is currently running, this probably means a > > > git process crashed in this repository earlier. Make sure no other > > > git process is running and remove the file manually to continue. > > > > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAP > > IImpl.java:1183) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAP > > IImpl.java:1160) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAP > > IImpl.java:1156) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPII > > mpl.java:972) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPII > > mpl.java:982) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkout(CliGitAPIImpl.j > > ava:1283) > > > at hudson.plugins.git.GitAPI.checkout(GitAPI.java:208) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPI > > Impl.java:1293) > > > ... 16 more > > > Retrying after 10 seconds > > > Fetching changes from the remote Git repository Fetching upstream > > > changes from https://git-wip-us.apache.org/repos/asf/flex-sdk.git > > > Checking out Revision e7611cbb5144d42f616491cc61c6af1e87f7e287 > > > (origin/develop) > > > java.io.IOException: Could not checkout > > > e7611cbb5144d42f616491cc61c6af1e87f7e287 > > > at hudson.plugins.git.GitSCM.checkout(GitSCM.java:891) > > > at > > hudson.model.AbstractProject.checkout(AbstractProject.java:1411) > > > at > > > > > hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abst > > ractBuild.java:651) > > > at > > > jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) > > > at > > > > > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.ja > > va:560) > > > at hudson.model.Run.execute(Run.java:1670) > > > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > > > at > > > hudson.model.ResourceController.execute(ResourceController.java:88) > > > at hudson.model.Executor.run(Executor.java:231) > > > Caused by: hudson.plugins.git.GitLockFailedException: Could not lock > > > repository. Please try again > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPI > > Impl.java:1307) > > > at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source) > > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown > > Source) > > > at java.lang.reflect.Method.invoke(Unknown Source) > > > at > > > > > hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvoc > > ationHandler.java:299) > > > at > > > > > hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocati > > onHandler.java:280) > > > at > > > > > hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocati > > onHandler.java:239) > > > at hudson.remoting.UserRequest.perform(UserRequest.java:118) > > > at hudson.remoting.UserRequest.perform(UserRequest.java:48) > > > at hudson.remoting.Request$2.run(Request.java:328) > > > at > > > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecuto > > rService.java:72) > > > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown > Source) > > > at java.util.concurrent.FutureTask.run(Unknown Source) > > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > > > Source) > > > at > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > > Source) > > > at hudson.remoting.Engine$1$1.run(Engine.java:63) > > > at java.lang.Thread.run(Unknown Source) Caused by: > > > hudson.plugins.git.GitException: Command "git checkout -f > > > e7611cbb5144d42f616491cc61c6af1e87f7e287" returned status code 128: > > > stdout: > > > stderr: fatal: Unable to create > > > 'f:/hudson/hudson-slave/workspace/flex-sdk/.git/index.lock': File > exists. > > > > > > If no other git process is currently running, this probably means a > > > git process crashed in this repository earlier. Make sure no other > > > git process is running and remove the file manually to continue. > > > > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAP > > IImpl.java:1183) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAP > > IImpl.java:1160) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAP > > IImpl.java:1156) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPII > > mpl.java:972) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPII > > mpl.java:982) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkout(CliGitAPIImpl.j > > ava:1283) > > > at hudson.plugins.git.GitAPI.checkout(GitAPI.java:208) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPI > > Impl.java:1293) > > > ... 16 more > > > Retrying after 10 seconds > > > Fetching changes from the remote Git repository Fetching upstream > > > changes from https://git-wip-us.apache.org/repos/asf/flex-sdk.git > > > Checking out Revision e7611cbb5144d42f616491cc61c6af1e87f7e287 > > > (origin/develop) > > > java.io.IOException: Could not checkout > > > e7611cbb5144d42f616491cc61c6af1e87f7e287 > > > at hudson.plugins.git.GitSCM.checkout(GitSCM.java:891) > > > at > > hudson.model.AbstractProject.checkout(AbstractProject.java:1411) > > > at > > > > > hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abst > > ractBuild.java:651) > > > at > > > jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) > > > at > > > > > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.ja > > va:560) > > > at hudson.model.Run.execute(Run.java:1670) > > > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > > > at > > > hudson.model.ResourceController.execute(ResourceController.java:88) > > > at hudson.model.Executor.run(Executor.java:231) > > > Caused by: hudson.plugins.git.GitLockFailedException: Could not lock > > > repository. Please try again > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPI > > Impl.java:1307) > > > at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source) > > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown > > Source) > > > at java.lang.reflect.Method.invoke(Unknown Source) > > > at > > > > > hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvoc > > ationHandler.java:299) > > > at > > > > > hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocati > > onHandler.java:280) > > > at > > > > > hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocati > > onHandler.java:239) > > > at hudson.remoting.UserRequest.perform(UserRequest.java:118) > > > at hudson.remoting.UserRequest.perform(UserRequest.java:48) > > > at hudson.remoting.Request$2.run(Request.java:328) > > > at > > > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecuto > > rService.java:72) > > > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown > Source) > > > at java.util.concurrent.FutureTask.run(Unknown Source) > > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > > > Source) > > > at > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > > Source) > > > at hudson.remoting.Engine$1$1.run(Engine.java:63) > > > at java.lang.Thread.run(Unknown Source) Caused by: > > > hudson.plugins.git.GitException: Command "git checkout -f > > > e7611cbb5144d42f616491cc61c6af1e87f7e287" returned status code 128: > > > stdout: > > > stderr: fatal: Unable to create > > > 'f:/hudson/hudson-slave/workspace/flex-sdk/.git/index.lock': File > exists. > > > > > > If no other git process is currently running, this probably means a > > > git process crashed in this repository earlier. Make sure no other > > > git process is running and remove the file manually to continue. > > > > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAP > > IImpl.java:1183) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAP > > IImpl.java:1160) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAP > > IImpl.java:1156) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPII > > mpl.java:972) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPII > > mpl.java:982) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkout(CliGitAPIImpl.j > > ava:1283) > > > at hudson.plugins.git.GitAPI.checkout(GitAPI.java:208) > > > at > > > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPI > > Impl.java:1293) > > > ... 16 more > > > > > > > > > -- > Ix Multimedia Software > > Jan Luykenstraat 27 > 3521 VB Utrecht > > T. 06-51952295 > I. www.ixsoftware.nl > -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl