Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. Started by user anonymous
  2. [Pipeline] node
  3. Running on oizo in c:\jenkins\workspace\Nightly
  4. [Pipeline] {
  5. [Pipeline] stage
  6. [Pipeline] { (Build)
  7. [Pipeline] git
  8. > git rev-parse --is-inside-work-tree # timeout=10
  9. Fetching changes from the remote Git repository
  10. > git config remote.origin.url https://bitbucket.zuehlke.com/scm/cates/tpem-cc-code.git # timeout=10
  11. Fetching upstream changes from https://bitbucket.zuehlke.com/scm/cates/tpem-cc-code.git
  12. > git --version # timeout=10
  13. using GIT_ASKPASS to set credentials Seed Job Repo
  14. > git fetch --tags --progress https://bitbucket.zuehlke.com/scm/cates/tpem-cc-code.git +refs/heads/*:refs/remotes/origin/*
  15. ERROR: Timeout after 10 minutes
  16. ERROR: Error fetching remote repo 'origin'
  17. hudson.plugins.git.GitException: Failed to fetch from https://bitbucket.zuehlke.com/scm/cates/tpem-cc-code.git
  18. at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
  19. at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1066)
  20. at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1097)
  21. at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:109)
  22. at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:83)
  23. at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:73)
  24. at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
  25. at hudson.security.ACL.impersonate(ACL.java:260)
  26. at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
  27. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  28. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  29. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  30. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  31. at java.lang.Thread.run(Thread.java:745)
  32. Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://bitbucket.zuehlke.com/scm/cates/tpem-cc-code.git +refs/heads/*:refs/remotes/origin/*" returned status code -1:
  33. stdout:
  34. stderr:
  35. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1784)
  36. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1513)
  37. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
  38. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
  39. at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
  40. at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
  41. at hudson.remoting.UserRequest.perform(UserRequest.java:153)
  42. at hudson.remoting.UserRequest.perform(UserRequest.java:50)
  43. at hudson.remoting.Request$2.run(Request.java:336)
  44. at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
  45. at java.util.concurrent.FutureTask.run(Unknown Source)
  46. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  47. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  48. at hudson.remoting.Engine$1$1.run(Engine.java:94)
  49. at java.lang.Thread.run(Unknown Source)
  50. at ......remote call to Channel to /10.48.15.122(Native Method)
  51. at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
  52. at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
  53. at hudson.remoting.Channel.call(Channel.java:822)
  54. at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
  55. at sun.reflect.GeneratedMethodAccessor588.invoke(Unknown Source)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  57. at java.lang.reflect.Method.invoke(Method.java:498)
  58. at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
  59. at com.sun.proxy.$Proxy71.execute(Unknown Source)
  60. at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
  61. ... 13 more
  62. [Pipeline] }
  63. [Pipeline] // stage
  64. [Pipeline] }
  65. [Pipeline] // node
  66. [Pipeline] End of Pipeline
  67. ERROR: null
  68. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement