Advertisement
Guest User

Untitled

a guest
Apr 4th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.86 KB | None | 0 0
  1. areo@areo-desktop:~/WORKING_DIRECTORY$ repo sync
  2. Exception in thread Thread-1:
  3. Traceback (most recent call last):
  4. File "/usr/local/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  5. self.run()
  6. File "/usr/local/lib/python2.7/threading.py", line 505, in run
  7. self.__target(*self.__args, **self.__kwargs)
  8. File "/home/areo/WORKING_DIRECTORY/.repo/repo/subcmds/sync.py", line 200, in _FetchHelper
  9. clone_bundle=not opt.no_clone_bundle)
  10. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 934, in Sync_NetworkHalf
  11. and self._ApplyCloneBundle(initial=is_new, quiet=quiet):
  12. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1475, in _ApplyCloneBundle
  13. exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)
  14. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1539, in _FetchBundle
  15. raise DownloadError('%s: %s ' % (req.get_host(), str(e)))
  16. DownloadError: android.googlesource.com: <urlopen error [Errno -2] Name or service not known>
  17.  
  18. Exception in thread Thread-2:
  19. Traceback (most recent call last):
  20. File "/usr/local/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  21. self.run()
  22. File "/usr/local/lib/python2.7/threading.py", line 505, in run
  23. self.__target(*self.__args, **self.__kwargs)
  24. File "/home/areo/WORKING_DIRECTORY/.repo/repo/subcmds/sync.py", line 200, in _FetchHelper
  25. clone_bundle=not opt.no_clone_bundle)
  26. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 934, in Sync_NetworkHalf
  27. and self._ApplyCloneBundle(initial=is_new, quiet=quiet):
  28. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1475, in _ApplyCloneBundle
  29. exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)
  30. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1539, in _FetchBundle
  31. raise DownloadError('%s: %s ' % (req.get_host(), str(e)))
  32. DownloadError: android.googlesource.com: <urlopen error [Errno -2] Name or service not known>
  33.  
  34. Exception in thread Thread-3:
  35. Traceback (most recent call last):
  36. File "/usr/local/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  37. self.run()
  38. File "/usr/local/lib/python2.7/threading.py", line 505, in run
  39. self.__target(*self.__args, **self.__kwargs)
  40. File "/home/areo/WORKING_DIRECTORY/.repo/repo/subcmds/sync.py", line 200, in _FetchHelper
  41. clone_bundle=not opt.no_clone_bundle)
  42. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 934, in Sync_NetworkHalf
  43. and self._ApplyCloneBundle(initial=is_new, quiet=quiet):
  44. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1475, in _ApplyCloneBundle
  45. exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)
  46. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1539, in _FetchBundle
  47. raise DownloadError('%s: %s ' % (req.get_host(), str(e)))
  48. DownloadError: android.googlesource.com: <urlopen error [Errno -2] Name or service not known>
  49.  
  50. Exception in thread Thread-4:
  51. Traceback (most recent call last):
  52. File "/usr/local/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  53. self.run()
  54. File "/usr/local/lib/python2.7/threading.py", line 505, in run
  55. self.__target(*self.__args, **self.__kwargs)
  56. File "/home/areo/WORKING_DIRECTORY/.repo/repo/subcmds/sync.py", line 200, in _FetchHelper
  57. clone_bundle=not opt.no_clone_bundle)
  58. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 934, in Sync_NetworkHalf
  59. and self._ApplyCloneBundle(initial=is_new, quiet=quiet):
  60. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1475, in _ApplyCloneBundle
  61. exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)
  62. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1539, in _FetchBundle
  63. raise DownloadError('%s: %s ' % (req.get_host(), str(e)))
  64. DownloadError: android.googlesource.com: <urlopen error [Errno -2] Name or service not known>
  65.  
  66. Exception in thread Thread-5:
  67. Traceback (most recent call last):
  68. File "/usr/local/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  69. self.run()
  70. File "/usr/local/lib/python2.7/threading.py", line 505, in run
  71. self.__target(*self.__args, **self.__kwargs)
  72. File "/home/areo/WORKING_DIRECTORY/.repo/repo/subcmds/sync.py", line 200, in _FetchHelper
  73. clone_bundle=not opt.no_clone_bundle)
  74. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 934, in Sync_NetworkHalf
  75. and self._ApplyCloneBundle(initial=is_new, quiet=quiet):
  76. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1475, in _ApplyCloneBundle
  77. exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)
  78. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1539, in _FetchBundle
  79. raise DownloadError('%s: %s ' % (req.get_host(), str(e)))
  80. DownloadError: android.googlesource.com: <urlopen error [Errno -2] Name or service not known>
  81.  
  82.  
  83. error: Exited sync due to fetch errors
  84. areo@areo-desktop:~/WORKING_DIRECTORY$ repo sync -f
  85. Exception in thread Thread-1:
  86. Traceback (most recent call last):
  87. File "/usr/local/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  88. self.run()
  89. File "/usr/local/lib/python2.7/threading.py", line 505, in run
  90. self.__target(*self.__args, **self.__kwargs)
  91. File "/home/areo/WORKING_DIRECTORY/.repo/repo/subcmds/sync.py", line 200, in _FetchHelper
  92. clone_bundle=not opt.no_clone_bundle)
  93. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 934, in Sync_NetworkHalf
  94. and self._ApplyCloneBundle(initial=is_new, quiet=quiet):
  95. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1475, in _ApplyCloneBundle
  96. exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)
  97. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1539, in _FetchBundle
  98. raise DownloadError('%s: %s ' % (req.get_host(), str(e)))
  99. DownloadError: android.googlesource.com: <urlopen error [Errno -2] Name or service not known>
  100.  
  101. Exception in thread Thread-2:
  102. Traceback (most recent call last):
  103. File "/usr/local/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  104. self.run()
  105. File "/usr/local/lib/python2.7/threading.py", line 505, in run
  106. self.__target(*self.__args, **self.__kwargs)
  107. File "/home/areo/WORKING_DIRECTORY/.repo/repo/subcmds/sync.py", line 200, in _FetchHelper
  108. clone_bundle=not opt.no_clone_bundle)
  109. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 934, in Sync_NetworkHalf
  110. and self._ApplyCloneBundle(initial=is_new, quiet=quiet):
  111. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1475, in _ApplyCloneBundle
  112. exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)
  113. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1539, in _FetchBundle
  114. raise DownloadError('%s: %s ' % (req.get_host(), str(e)))
  115. DownloadError: android.googlesource.com: <urlopen error [Errno -2] Name or service not known>
  116.  
  117. Exception in thread Thread-3:
  118. Traceback (most recent call last):
  119. File "/usr/local/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  120. self.run()
  121. File "/usr/local/lib/python2.7/threading.py", line 505, in run
  122. self.__target(*self.__args, **self.__kwargs)
  123. File "/home/areo/WORKING_DIRECTORY/.repo/repo/subcmds/sync.py", line 200, in _FetchHelper
  124. clone_bundle=not opt.no_clone_bundle)
  125. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 934, in Sync_NetworkHalf
  126. and self._ApplyCloneBundle(initial=is_new, quiet=quiet):
  127. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1475, in _ApplyCloneBundle
  128. exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)
  129. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1539, in _FetchBundle
  130. raise DownloadError('%s: %s ' % (req.get_host(), str(e)))
  131. DownloadError: android.googlesource.com: <urlopen error [Errno -2] Name or service not known>
  132.  
  133. Exception in thread Thread-4:
  134. Traceback (most recent call last):
  135. File "/usr/local/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  136. self.run()
  137. File "/usr/local/lib/python2.7/threading.py", line 505, in run
  138. self.__target(*self.__args, **self.__kwargs)
  139. File "/home/areo/WORKING_DIRECTORY/.repo/repo/subcmds/sync.py", line 200, in _FetchHelper
  140. clone_bundle=not opt.no_clone_bundle)
  141. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 934, in Sync_NetworkHalf
  142. and self._ApplyCloneBundle(initial=is_new, quiet=quiet):
  143. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1475, in _ApplyCloneBundle
  144. exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)
  145. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1539, in _FetchBundle
  146. raise DownloadError('%s: %s ' % (req.get_host(), str(e)))
  147. DownloadError: android.googlesource.com: <urlopen error [Errno -2] Name or service not known>
  148.  
  149. Exception in thread Thread-5:
  150. Traceback (most recent call last):
  151. File "/usr/local/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  152. self.run()
  153. File "/usr/local/lib/python2.7/threading.py", line 505, in run
  154. self.__target(*self.__args, **self.__kwargs)
  155. File "/home/areo/WORKING_DIRECTORY/.repo/repo/subcmds/sync.py", line 200, in _FetchHelper
  156. clone_bundle=not opt.no_clone_bundle)
  157. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 934, in Sync_NetworkHalf
  158. and self._ApplyCloneBundle(initial=is_new, quiet=quiet):
  159. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1475, in _ApplyCloneBundle
  160. exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)
  161. File "/home/areo/WORKING_DIRECTORY/.repo/repo/project.py", line 1539, in _FetchBundle
  162. raise DownloadError('%s: %s ' % (req.get_host(), str(e)))
  163. DownloadError: android.googlesource.com: <urlopen error [Errno -2] Name or service not known>
  164.  
  165.  
  166. error: Exited sync due to fetch errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement