Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. Started by user Chaitanya Pochampally
  2. [Pipeline] node
  3. Running on mesos-jenkins-4c00553da5ed4dee8a68cfd810cc97e2-jenkins-dind-fra in /root/jenkins/workspace/FSIM-test/FractalSim
  4. [Pipeline] {
  5. [Pipeline] stage
  6. [Pipeline] { (Test)
  7. [Pipeline] sshagent
  8. [ssh-agent] Using credentials fractal-dcos (FractalDS DC/OS)
  9. [ssh-agent] Looking for ssh-agent implementation...
  10. [ssh-agent] Java/JNR ssh-agent
  11. [ssh-agent] Registered BouncyCastle on the remote agent
  12. [ssh-agent] Started.
  13. [Pipeline] {
  14. [Pipeline] checkout
  15. Cloning the remote Git repository
  16. Using shallow clone
  17. Cloning repository git@bitbucket.org:fractalindustries/fractalsim.git
  18. > git init /root/jenkins/workspace/FSIM-test/FractalSim # timeout=10
  19. Fetching upstream changes from git@bitbucket.org:fractalindustries/fractalsim.git
  20. > git --version # timeout=10
  21. using GIT_SSH to set credentials FractalDS DC/OS
  22. > git -c core.askpass=true fetch --tags --progress git@bitbucket.org:fractalindustries/fractalsim.git +refs/heads/*:refs/remotes/origin/* --depth=1
  23. > git config remote.origin.url git@bitbucket.org:fractalindustries/fractalsim.git # timeout=10
  24. > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
  25. > git config remote.origin.url git@bitbucket.org:fractalindustries/fractalsim.git # timeout=10
  26. Fetching upstream changes from git@bitbucket.org:fractalindustries/fractalsim.git
  27. using GIT_SSH to set credentials FractalDS DC/OS
  28. > git -c core.askpass=true fetch --tags --progress git@bitbucket.org:fractalindustries/fractalsim.git +refs/heads/*:refs/remotes/origin/* --depth=1
  29. > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
  30. > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
  31. Checking out Revision 89909ba6dd33798af000cd7d4f8c1a99cd4d981b (refs/remotes/origin/develop)
  32. > git config core.sparsecheckout # timeout=10
  33. > git checkout -f 89909ba6dd33798af000cd7d4f8c1a99cd4d981b
  34. > git rev-list 89909ba6dd33798af000cd7d4f8c1a99cd4d981b # timeout=10
  35. > git remote # timeout=10
  36. > git submodule init # timeout=10
  37. > git submodule sync # timeout=10
  38. > git config --get remote.origin.url # timeout=10
  39. > git submodule update --init --recursive
  40. [ssh-agent] Stopped.
  41. [Pipeline] }
  42. [Pipeline] // sshagent
  43. [Pipeline] }
  44. [Pipeline] // stage
  45. [Pipeline] }
  46. [Pipeline] // node
  47. [Pipeline] node
  48. Running on master in /var/jenkins_home/workspace/FSIM-test/FractalSim
  49. [Pipeline] {
  50. [Pipeline] unstash
  51. [Pipeline] }
  52. [Pipeline] // node
  53. [Pipeline] End of Pipeline
  54. ERROR: No such saved stash ?report?
  55. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement