Advertisement
Guest User

Untitled

a guest
Oct 10th, 2014
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 KB | None | 0 0
  1. ======================================================================
  2. ERROR: Testing a SFTP-backed bzr repository
  3. ----------------------------------------------------------------------
  4. Traceback (most recent call last):
  5. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 406, in test_sftp
  6. self._test_ssh(self.bzr_sftp_path, 'README')
  7. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 77, in _test_ssh
  8. tool.check_repository(repo_path)
  9. File "/src/reviewboard/reviewboard/scmtools/bzr.py", line 233, in check_reposi
  10. tory
  11. local_site_name)
  12. File "/src/reviewboard/reviewboard/scmtools/core.py", line 277, in check_repos
  13. itory
  14. e.user_key)
  15. AuthenticationError: Unable to authenticate against this repository using one of
  16. the supported authentication types.
  17.  
  18. ======================================================================
  19. ERROR: Testing a SSH-backed bzr repository
  20. ----------------------------------------------------------------------
  21. Traceback (most recent call last):
  22. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 398, in test_ssh
  23. self._test_ssh(self.bzr_ssh_path, 'README')
  24. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 77, in _test_ssh
  25. tool.check_repository(repo_path)
  26. File "/src/reviewboard/reviewboard/scmtools/bzr.py", line 233, in check_reposi
  27. tory
  28. local_site_name)
  29. File "/src/reviewboard/reviewboard/scmtools/core.py", line 277, in check_repos
  30. itory
  31. e.user_key)
  32. AuthenticationError: Unable to authenticate against this repository using one of
  33. the supported authentication types.
  34.  
  35. ======================================================================
  36. ERROR: Testing a SSH-backed bzr repository with a LocalSite
  37. ----------------------------------------------------------------------
  38. Traceback (most recent call last):
  39. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 402, in test_ssh_w
  40. ith_site
  41. self._test_ssh_with_site(self.bzr_ssh_path, 'README')
  42. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 136, in _test_ssh_
  43. with_site
  44. tool.check_repository(repo_path, local_site_name=local_site_name)
  45. File "/src/reviewboard/reviewboard/scmtools/bzr.py", line 233, in check_reposi
  46. tory
  47. local_site_name)
  48. File "/src/reviewboard/reviewboard/scmtools/core.py", line 277, in check_repos
  49. itory
  50. e.user_key)
  51. AuthenticationError: Unable to authenticate against this repository using one of
  52. the supported authentication types.
  53.  
  54. ======================================================================
  55. ERROR: Testing a SSH-backed CVS repository
  56. ----------------------------------------------------------------------
  57. Traceback (most recent call last):
  58. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 714, in test_ssh
  59. self._test_ssh(self.cvs_ssh_path, 'CVSROOT/modules')
  60. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 77, in _test_ssh
  61. tool.check_repository(repo_path)
  62. File "/src/reviewboard/reviewboard/scmtools/cvs.py", line 157, in check_reposi
  63. tory
  64. e.user_key)
  65. AuthenticationError: Unable to authenticate against this repository using one of
  66. the supported authentication types.
  67.  
  68. ======================================================================
  69. ERROR: Testing a SSH-backed CVS repository with a LocalSite
  70. ----------------------------------------------------------------------
  71. Traceback (most recent call last):
  72. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 718, in test_ssh_w
  73. ith_site
  74. self._test_ssh_with_site(self.cvs_ssh_path, 'CVSROOT/modules')
  75. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 136, in _test_ssh_
  76. with_site
  77. tool.check_repository(repo_path, local_site_name=local_site_name)
  78. File "/src/reviewboard/reviewboard/scmtools/cvs.py", line 157, in check_reposi
  79. tory
  80. e.user_key)
  81. AuthenticationError: Unable to authenticate against this repository using one of
  82. the supported authentication types.
  83.  
  84. ======================================================================
  85. ERROR: Testing a SSH-backed git repository
  86. ----------------------------------------------------------------------
  87. Traceback (most recent call last):
  88. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 1778, in test_ssh
  89. self._test_ssh(self.git_ssh_path)
  90. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 77, in _test_ssh
  91. tool.check_repository(repo_path)
  92. File "/src/reviewboard/reviewboard/scmtools/git.py", line 142, in check_reposi
  93. tory
  94. local_site_name)
  95. File "/src/reviewboard/reviewboard/scmtools/core.py", line 277, in check_repos
  96. itory
  97. e.user_key)
  98. AuthenticationError: Unable to authenticate against this repository using one of
  99. the supported authentication types.
  100.  
  101. ======================================================================
  102. ERROR: Testing a SSH-backed git repository with a LocalSite
  103. ----------------------------------------------------------------------
  104. Traceback (most recent call last):
  105. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 1782, in test_ssh_
  106. with_site
  107. self._test_ssh_with_site(self.git_ssh_path)
  108. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 136, in _test_ssh_
  109. with_site
  110. tool.check_repository(repo_path, local_site_name=local_site_name)
  111. File "/src/reviewboard/reviewboard/scmtools/git.py", line 142, in check_reposi
  112. tory
  113. local_site_name)
  114. File "/src/reviewboard/reviewboard/scmtools/core.py", line 277, in check_repos
  115. itory
  116. e.user_key)
  117. AuthenticationError: Unable to authenticate against this repository using one of
  118. the supported authentication types.
  119.  
  120. ======================================================================
  121. ERROR: Testing PerforceTool.get_changeset with stunnel
  122. ----------------------------------------------------------------------
  123. Traceback (most recent call last):
  124. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 1480, in test_chan
  125. geset
  126. desc = self.tool.get_changeset(157)
  127. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 327, in get_cha
  128. ngeset
  129. changeset = self.client.get_changeset(changesetid)
  130. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 203, in get_cha
  131. ngeset
  132. return self._run_worker(lambda: self._get_changeset(changesetid))
  133. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 189, in _run_wo
  134. rker
  135. self._convert_p4exception_to_scmexception(e)
  136. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 161, in _conver
  137. t_p4exception_to_scmexception
  138. raise AuthenticationError(msg=error)
  139. AuthenticationError: [P4#run] Errors during command execution( "p4 describe -s 1
  140. 57" )
  141.  
  142. [Error]: 'Perforce password (P4PASSWD) invalid or unset.'
  143.  
  144.  
  145.  
  146. ======================================================================
  147. ERROR: Testing PerforceTool.get_file with stunnel
  148. ----------------------------------------------------------------------
  149. Traceback (most recent call last):
  150. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 1507, in test_get_
  151. file
  152. '//public/perforce/api/python/P4Client/p4.py', 1)
  153. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 338, in get_fil
  154. e
  155. return self.client.get_file(path, revision)
  156. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 235, in get_fil
  157. e
  158. return self._run_worker(lambda: self._get_file(path, revision))
  159. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 189, in _run_wo
  160. rker
  161. self._convert_p4exception_to_scmexception(e)
  162. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 161, in _conver
  163. t_p4exception_to_scmexception
  164. raise AuthenticationError(msg=error)
  165. AuthenticationError: [P4#run] Errors during command execution( "p4 print -q //pu
  166. blic/perforce/api/python/P4Client/p4.py#1" )
  167.  
  168. [Error]: 'Perforce password (P4PASSWD) invalid or unset.'
  169.  
  170.  
  171.  
  172. ======================================================================
  173. ERROR: Testing PerforceTool.get_changeset
  174. ----------------------------------------------------------------------
  175. Traceback (most recent call last):
  176. File "/src/reviewboard/reviewboard/testing/__init__.py", line 41, in _test
  177. return test_func(*args, **kwargs)
  178. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 1202, in test_chan
  179. geset
  180. desc = self.tool.get_changeset(157)
  181. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 327, in get_cha
  182. ngeset
  183. changeset = self.client.get_changeset(changesetid)
  184. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 203, in get_cha
  185. ngeset
  186. return self._run_worker(lambda: self._get_changeset(changesetid))
  187. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 189, in _run_wo
  188. rker
  189. self._convert_p4exception_to_scmexception(e)
  190. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 161, in _conver
  191. t_p4exception_to_scmexception
  192. raise AuthenticationError(msg=error)
  193. AuthenticationError: [P4#run] Errors during command execution( "p4 describe -s 1
  194. 57" )
  195.  
  196. [Error]: 'Perforce password (P4PASSWD) invalid or unset.'
  197.  
  198.  
  199.  
  200. ======================================================================
  201. ERROR: Testing PerforceTool.get_file
  202. ----------------------------------------------------------------------
  203. Traceback (most recent call last):
  204. File "/src/reviewboard/reviewboard/testing/__init__.py", line 41, in _test
  205. return test_func(*args, **kwargs)
  206. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 1273, in test_get_
  207. file
  208. '//public/perforce/api/python/P4Client/p4.py', 1)
  209. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 338, in get_fil
  210. e
  211. return self.client.get_file(path, revision)
  212. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 235, in get_fil
  213. e
  214. return self._run_worker(lambda: self._get_file(path, revision))
  215. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 189, in _run_wo
  216. rker
  217. self._convert_p4exception_to_scmexception(e)
  218. File "/src/reviewboard/reviewboard/scmtools/perforce.py", line 161, in _conver
  219. t_p4exception_to_scmexception
  220. raise AuthenticationError(msg=error)
  221. AuthenticationError: [P4#run] Errors during command execution( "p4 print -q //pu
  222. blic/perforce/api/python/P4Client/p4.py#1" )
  223.  
  224. [Error]: 'Perforce password (P4PASSWD) invalid or unset.'
  225.  
  226.  
  227.  
  228. ======================================================================
  229. ERROR: Testing SVN (pysvn) with a SSH-backed Subversion repository
  230. ----------------------------------------------------------------------
  231. Traceback (most recent call last):
  232. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 777, in test_ssh
  233. self._test_ssh(self.svn_ssh_path, 'trunk/doc/misc-docs/Makefile')
  234. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 77, in _test_ssh
  235. tool.check_repository(repo_path)
  236. File "/src/reviewboard/reviewboard/scmtools/svn/__init__.py", line 384, in che
  237. ck_repository
  238. local_site_name)
  239. File "/src/reviewboard/reviewboard/scmtools/core.py", line 277, in check_repos
  240. itory
  241. e.user_key)
  242. AuthenticationError: Unable to authenticate against this repository using one of
  243. the supported authentication types.
  244.  
  245. ======================================================================
  246. ERROR: Testing SVN (pysvn) with a SSH-backed Subversion repository with a LocalS
  247. ite
  248. ----------------------------------------------------------------------
  249. Traceback (most recent call last):
  250. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 784, in test_ssh_w
  251. ith_site
  252. 'trunk/doc/misc-docs/Makefile')
  253. File "/src/reviewboard/reviewboard/scmtools/tests.py", line 136, in _test_ssh_
  254. with_site
  255. tool.check_repository(repo_path, local_site_name=local_site_name)
  256. File "/src/reviewboard/reviewboard/scmtools/svn/__init__.py", line 384, in che
  257. ck_repository
  258. local_site_name)
  259. File "/src/reviewboard/reviewboard/scmtools/core.py", line 277, in check_repos
  260. itory
  261. e.user_key)
  262. AuthenticationError: Unable to authenticate against this repository using one of
  263. the supported authentication types.
  264.  
  265. ----------------------------------------------------------------------
  266. Ran 1916 tests in 129.144s
  267.  
  268. FAILED (SKIP=39, errors=13)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement