![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Assignee:
|
Unassigned |
|
Components:
|
subversion-plugin |
|
Created:
|
02/Mar/15 3:56 PM
|
|
Description:
|
After upgrading to Jenkins 1.600 now one of my jobs fail with following exception when trying to build on one of the slaves:
Building remotely on slave2 in workspace /home/appusr/jenkins/workspace/_BUILD_ESB_ARTIFACTS
java.io.IOException: remote file operation failed: /home/appusr/jenkins/workspace/_BUILD_ESB_ARTIFACTS at hudson.remoting.Channel@89ed8e7:slave2: java.io.IOException: Remote call on slave2 failed
at hudson.FilePath.act(FilePath.java:985)
at hudson.FilePath.act(FilePath.java:967)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:833)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:87)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
at hudson.model.Run.execute(Run.java:1717)
at hudson.matrix.MatrixBuild.run(MatrixBuild.java:307)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
at hudson.model.OneOffExecutor.run(OneOffExecutor.java:43)
Caused by: java.io.IOException: Remote call on slave2 failed
at hudson.remoting.Channel.call(Channel.java:760)
at hudson.FilePath.act(FilePath.java:978)
at hudson.FilePath.act(FilePath.java:967)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:833)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1717)
at hudson.matrix.MatrixBuild.run(MatrixBuild.java:306)
... 3 more
Caused by: java.lang.NoSuchMethodError: createDefaultConfiguration
at org.tmatesoft.svn.core.internal.wc.DefaultSVNOptions.getConfigFile(DefaultSVNOptions.java:779)
at org.tmatesoft.svn.core.internal.wc.DefaultSVNOptions.isAuthStorageEnabled(DefaultSVNOptions.java:199)
at hudson.scm.SVNAuthenticationManager.<init>(SVNAuthenticationManager.java:40)
at hudson.scm.SubversionSCM.createSvnAuthenticationManager(SubversionSCM.java:1060)
at hudson.scm.SubversionSCM.createClientManager(SubversionSCM.java:1035)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:968)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:948)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
at ......remote call to slave2(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
... 14 more
Retrying after 10 seconds
java.io.IOException: remote file operation failed: /home/appusr/jenkins/workspace/_BUILD_ESB_ARTIFACTS at hudson.remoting.Channel@89ed8e7:slave2: java.io.IOException: Remote call on slave2 failed
at hudson.FilePath.act(FilePath.java:985)
at hudson.FilePath.act(FilePath.java:967)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:833)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:87)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
at hudson.model.Run.execute(Run.java:1717)
at hudson.matrix.MatrixBuild.run(MatrixBuild.java:307)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
at hudson.model.OneOffExecutor.run(OneOffExecutor.java:43)
Caused by: java.io.IOException: Remote call on slave2 failed
at hudson.remoting.Channel.call(Channel.java:760)
at hudson.FilePath.act(FilePath.java:978)
at hudson.FilePath.act(FilePath.java:967)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:833)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1717)
at hudson.matrix.MatrixBuild.run(MatrixBuild.java:306)
... 3 more
Caused by: java.lang.NoSuchMethodError: createDefaultConfiguration
at org.tmatesoft.svn.core.internal.wc.DefaultSVNOptions.getConfigFile(DefaultSVNOptions.java:779)
at org.tmatesoft.svn.core.internal.wc.DefaultSVNOptions.isAuthStorageEnabled(DefaultSVNOptions.java:199)
at hudson.scm.SVNAuthenticationManager.<init>(SVNAuthenticationManager.java:40)
at hudson.scm.SubversionSCM.createSvnAuthenticationManager(SubversionSCM.java:1060)
at hudson.scm.SubversionSCM.createClientManager(SubversionSCM.java:1035)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:968)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:948)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
at ......remote call to slave2(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
... 14 more
Notifying upstream projects of job completion
Finished: FAILURE
|
|
Environment:
|
Subversion plugin 2.5 / Jenkins 1.600
|
|
Project:
|
Jenkins
|
|
Priority:
|
Major
|
|
Reporter:
|
Fernando Miguelez
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[email protected].
For more options, visit
https://groups.google.com/d/optout.