Advertisement
Loontik

Untitled

Oct 7th, 2019
896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. Building in workspace /Users/buildagent/.jenkins/workspace/Granny
  2. using credential da981fe4-110f-435c-bd1e-e0a8ed59c46c
  3. > git rev-parse --is-inside-work-tree # timeout=10
  4. Fetching changes from the remote Git repository
  5. > git config remote.origin.url https://gitlab.com/rmgames/granny.git # timeout=10
  6. Fetching upstream changes from https://gitlab.com/rmgames/granny.git
  7. > git --version # timeout=10
  8. using GIT_ASKPASS to set credentials
  9. > git fetch --tags --force --progress -- https://gitlab.com/rmgames/granny.git +refs/heads/*:refs/remotes/origin/*
  10. > git rev-parse refs/remotes/origin/pro^{commit} # timeout=10
  11. > git rev-parse refs/remotes/origin/refs/heads/pro^{commit} # timeout=10
  12. Checking out Revision fa9cab0ce96b5538be35e16d05bb3c53a60fe919 (refs/remotes/origin/pro)
  13. > git config core.sparsecheckout # timeout=10
  14. > git checkout -f fa9cab0ce96b5538be35e16d05bb3c53a60fe919
  15. Commit message: "pro-version"
  16. > git rev-list --no-walk fa9cab0ce96b5538be35e16d05bb3c53a60fe919 # timeout=10
  17. > git remote # timeout=10
  18. > git submodule init # timeout=10
  19. > git submodule sync # timeout=10
  20. > git config --get remote.origin.url # timeout=10
  21. > git submodule init # timeout=10
  22. > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
  23. > git config --get submodule.IdleStrongGranny/Assets/Swift Framework.url # timeout=10
  24. > git config -f .gitmodules --get submodule.IdleStrongGranny/Assets/Swift Framework.path # timeout=10
  25. > git submodule update --init --recursive --remote IdleStrongGranny/Assets/Swift Framework
  26. hudson.plugins.git.GitException: Command "git submodule update --init --recursive --remote IdleStrongGranny/Assets/Swift Framework" returned status code 1:
  27. stdout:
  28. stderr: error: The following untracked working tree files would be overwritten by checkout:
  29. README.md.meta
  30. Please move or remove them before you switch branches.
  31. Aborting
  32. Unable to checkout 'ffd38d0527a4d59917cdc3c13cbefe6c5d421515' in submodule path 'IdleStrongGranny/Assets/Swift Framework'
  33.  
  34. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
  35. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
  36. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
  37. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1305)
  38. at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:108)
  39. Caused: java.io.IOException: Could not perform submodule update
  40. at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:113)
  41. at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1270)
  42. at hudson.scm.SCM.checkout(SCM.java:504)
  43. at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
  44. at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
  45. at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
  46. at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
  47. at hudson.model.Run.execute(Run.java:1815)
  48. at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
  49. at hudson.model.ResourceController.execute(ResourceController.java:97)
  50. at hudson.model.Executor.run(Executor.java:429)
  51. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement