Guest User

Untitled

a guest
Feb 19th, 2018
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. 018-01-24 16:38:37,048 WARN [98@MessageListener for MaterialUpdateListener] MaterialDatabaseUpdater:115 - [Material Update] Modification check failed for material: URL: git@github.com:nubank/morpheus.git, Branch: master
  2. java.lang.RuntimeException: Failed to run git clone command STDERR: Cloning into '/var/lib/go-server/pipelines/flyweight/31b32639-d786-485e-942e-1ce07151cf00'...
  3. STDERR: Failed to add the RSA host key for IP address '192.30.253.113' to the list of known hosts (/var/go/.ssh/known_hosts).
  4. STDERR: ERROR: Repository not found.
  5. STDERR: fatal: Could not read from remote repository.
  6. STDERR:
  7. STDERR: Please make sure you have the correct access rights
  8. STDERR: and the repository exists.
  9. at com.thoughtworks.go.util.ExceptionUtils.bomb(ExceptionUtils.java:40)
  10. at com.thoughtworks.go.config.materials.git.GitMaterial.getGit(GitMaterial.java:212)
  11. at com.thoughtworks.go.config.materials.git.GitMaterial.latestModification(GitMaterial.java:116)
  12. at com.thoughtworks.go.server.service.materials.GitPoller.latestModification(GitPoller.java:32)
  13. at com.thoughtworks.go.server.service.materials.GitPoller.latestModification(GitPoller.java:28)
  14. at com.thoughtworks.go.server.service.MaterialService.latestModification(MaterialService.java:105)
  15. at com.thoughtworks.go.server.materials.LegacyMaterialChecker.findLatestModification(LegacyMaterialChecker.java:49)
  16. at com.thoughtworks.go.server.materials.ScmMaterialUpdater.insertLatestOrNewModifications(ScmMaterialUpdater.java:54)
  17. at com.thoughtworks.go.server.materials.ScmMaterialUpdater.addNewMaterialWithModifications(ScmMaterialUpdater.java:73)
  18. at com.thoughtworks.go.server.materials.MaterialDatabaseUpdater.addNewMaterialWithModifications(MaterialDatabaseUpdater.java:166)
  19. at com.thoughtworks.go.server.materials.MaterialDatabaseUpdater.initializeMaterialWithLatestRevision(MaterialDatabaseUpdater.java:124)
  20. at com.thoughtworks.go.server.materials.MaterialDatabaseUpdater.access$000(MaterialDatabaseUpdater.java:46)
  21. at com.thoughtworks.go.server.materials.MaterialDatabaseUpdater$1.doInTransaction(MaterialDatabaseUpdater.java:89)
  22. at com.thoughtworks.go.server.transaction.TransactionCallback.doWithExceptionHandling(TransactionCallback.java:24)
  23. at com.thoughtworks.go.server.transaction.TransactionTemplate$3.doInTransaction(TransactionTemplate.java:53)
  24. at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
  25. at com.thoughtworks.go.server.transaction.TransactionTemplate.executeWithExceptionHandling(TransactionTemplate.java:49)
  26. at com.thoughtworks.go.server.materials.MaterialDatabaseUpdater.updateMaterial(MaterialDatabaseUpdater.java:86)
  27. at com.thoughtworks.go.server.materials.MaterialUpdateListener.onMessage(MaterialUpdateListener.java:50)
  28. at com.thoughtworks.go.server.materials.MaterialUpdateListener.onMessage(MaterialUpdateListener.java:30)
  29. at com.thoughtworks.go.server.messaging.activemq.JMSMessageListenerAdapter.runImpl(JMSMessageListenerAdapter.java:73)
  30. at com.thoughtworks.go.server.messaging.activemq.JMSMessageListenerAdapter.run(JMSMessageListenerAdapter.java:53)
  31. at java.lang.Thread.run(Thread.java:745)
  32. Caused by: java.lang.Exception: Failed to run git clone command
  33. at com.thoughtworks.go.util.ExceptionUtils.bombIfFailedToRunCommandLine(ExceptionUtils.java:50)
  34. at com.thoughtworks.go.config.materials.git.GitMaterial.git(GitMaterial.java:249)
  35. at com.thoughtworks.go.config.materials.git.GitMaterial.getGit(GitMaterial.java:210)
  36. ... 21 more
Add Comment
Please, Sign In to add comment