1. * Package: dev-vcs/hgsubversion-1.4
  2. * Repository: gentoo
  3. * Maintainer: djc@gentoo.org python@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking hgsubversion-1.4.tar.gz to /tmp/portage/dev-vcs/hgsubversion-1.4/work
  8. >>> Source unpacked in /tmp/portage/dev-vcs/hgsubversion-1.4/work
  9. >>> Preparing source in /tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4 ...
  12. >>> Source configured.
  13. >>> Compiling source in /tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4 ...
  14. * Building of dev-vcs/hgsubversion-1.4 with CPython 2.7...
  15. python2.7 setup.py build -b build-2.7
  16. running build
  17. running build_py
  18. creating build-2.7
  19. creating build-2.7/lib
  20. creating build-2.7/lib/hgsubversion
  21. copying hgsubversion/wrappers.py -> build-2.7/lib/hgsubversion
  22. copying hgsubversion/util.py -> build-2.7/lib/hgsubversion
  23. copying hgsubversion/svnrepo.py -> build-2.7/lib/hgsubversion
  24. copying hgsubversion/svnmeta.py -> build-2.7/lib/hgsubversion
  25. copying hgsubversion/svnexternals.py -> build-2.7/lib/hgsubversion
  26. copying hgsubversion/svncommands.py -> build-2.7/lib/hgsubversion
  27. copying hgsubversion/stupid.py -> build-2.7/lib/hgsubversion
  28. copying hgsubversion/replay.py -> build-2.7/lib/hgsubversion
  29. copying hgsubversion/pushmod.py -> build-2.7/lib/hgsubversion
  30. copying hgsubversion/maps.py -> build-2.7/lib/hgsubversion
  31. copying hgsubversion/editor.py -> build-2.7/lib/hgsubversion
  32. copying hgsubversion/__version__.py -> build-2.7/lib/hgsubversion
  33. copying hgsubversion/__init__.py -> build-2.7/lib/hgsubversion
  34. creating build-2.7/lib/hgsubversion/svnwrap
  35. copying hgsubversion/svnwrap/svn_swig_wrapper.py -> build-2.7/lib/hgsubversion/svnwrap
  36. copying hgsubversion/svnwrap/subvertpy_wrapper.py -> build-2.7/lib/hgsubversion/svnwrap
  37. copying hgsubversion/svnwrap/common.py -> build-2.7/lib/hgsubversion/svnwrap
  38. copying hgsubversion/svnwrap/__init__.py -> build-2.7/lib/hgsubversion/svnwrap
  39. creating build-2.7/lib/hgsubversion/help
  40. copying hgsubversion/help/subversion.rst -> build-2.7/lib/hgsubversion/help
  41. warning: build_py: byte-compiling is disabled, skipping.
  42. >>> Source compiled.
  43. * Testing of dev-vcs/hgsubversion-1.4 with CPython 2.7...
  44. ..........................................................................................................................EE......................................................................................................................................................................................................................................................................................................................................................................................
  45. ======================================================================
  46. ERROR: test_push_over_svnserve (test_push_command.PushTests)
  47. ----------------------------------------------------------------------
  48. Traceback (most recent call last):
  49. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/tests/test_push_command.py", line 141, in test_push_over_svnserve
  50. self.internal_push_over_svnserve()
  51. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/tests/test_push_command.py", line 98, in internal_push_over_svnserve
  52. self.wc_path, noupdate=True)
  53. File "/usr/lib64/python2.7/site-packages/mercurial/commands.py", line 1171, in clone
  54. branch=opts.get('branch'))
  55. File "/usr/lib64/python2.7/site-packages/mercurial/hg.py", line 350, in clone
  56. destrepo.clone(srcrepo, heads=revs, stream=stream)
  57. File "/usr/lib64/python2.7/site-packages/mercurial/localrepo.py", line 2305, in clone
  58. return self.pull(remote, heads)
  59. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 76, in wrapper
  60. return fn(self, *args, **opts)
  61. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 99, in pull
  62. return wrappers.pull(self, remote, heads, force)
  63. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/wrappers.py", line 257, in pull
  64. svn_url = source.svnurl
  65. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 144, in svnurl
  66. return self.svn.svn_url
  67. File "/usr/lib64/python2.7/site-packages/mercurial/util.py", line 237, in __get__
  68. result = self.func(obj)
  69. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 149, in svn
  70. return svnwrap.SubversionRepo(*self.svnauth, password_stores=self.password_stores)
  71. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnwrap/subvertpy_wrapper.py", line 179, in __init__
  72. self.init_ra_and_client()
  73. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnwrap/subvertpy_wrapper.py", line 230, in init_ra_and_client
  74. auth=auth)
  75. File "/usr/lib64/python2.7/site-packages/subvertpy/ra.py", line 47, in RemoteAccess
  76. return url_handlers[type](url, *args, **kwargs)
  77. gaierror: [Errno 5] Unable to connect to a repository at URL 'svn://localhost:8935'
  78. ======================================================================
  79. ERROR: test_push_over_svnserve_with_subdir (test_push_command.PushTests)
  80. ----------------------------------------------------------------------
  81. Traceback (most recent call last):
  82. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/tests/test_push_command.py", line 144, in test_push_over_svnserve_with_subdir
  83. self.internal_push_over_svnserve(subdir='///branches////the_branch/////')
  84. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/tests/test_push_command.py", line 98, in internal_push_over_svnserve
  85. self.wc_path, noupdate=True)
  86. File "/usr/lib64/python2.7/site-packages/mercurial/commands.py", line 1171, in clone
  87. branch=opts.get('branch'))
  88. File "/usr/lib64/python2.7/site-packages/mercurial/hg.py", line 350, in clone
  89. destrepo.clone(srcrepo, heads=revs, stream=stream)
  90. File "/usr/lib64/python2.7/site-packages/mercurial/localrepo.py", line 2305, in clone
  91. return self.pull(remote, heads)
  92. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 76, in wrapper
  93. return fn(self, *args, **opts)
  94. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 99, in pull
  95. return wrappers.pull(self, remote, heads, force)
  96. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/wrappers.py", line 257, in pull
  97. svn_url = source.svnurl
  98. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 144, in svnurl
  99. return self.svn.svn_url
  100. File "/usr/lib64/python2.7/site-packages/mercurial/util.py", line 237, in __get__
  101. result = self.func(obj)
  102. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 149, in svn
  103. return svnwrap.SubversionRepo(*self.svnauth, password_stores=self.password_stores)
  104. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnwrap/subvertpy_wrapper.py", line 179, in __init__
  105. self.init_ra_and_client()
  106. File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnwrap/subvertpy_wrapper.py", line 230, in init_ra_and_client
  107. auth=auth)
  108. File "/usr/lib64/python2.7/site-packages/subvertpy/ra.py", line 47, in RemoteAccess
  109. return url_handlers[type](url, *args, **kwargs)
  110. gaierror: [Errno 5] Unable to connect to a repository at URL 'svn://localhost:59714/branches/the_branch'
  111. ----------------------------------------------------------------------
  112. Ran 498 tests in 163.335s
  113. FAILED (errors=2)
  114. * ERROR: dev-vcs/hgsubversion-1.4 failed (test phase):
  115. * Testing failed with CPython 2.7 in testing() function
  116. *
  117. * Call stack:
  118. * ebuild.sh, line 85: Called src_test
  119. * environment, line 3886: Called python_execute_function 'testing'
  120. * environment, line 2249: Called die
  121. * The specific snippet of code:
  122. * die "${failure_message}";
  123. *
  124. * If you need support, post the output of `emerge --info '=dev-vcs/hgsubversion-1.4'`,
  125. * the complete build log and the output of `emerge -pqv '=dev-vcs/hgsubversion-1.4'`.
  126. * The complete build log is located at '/var/log/portage/dev-vcs:hgsubversion-1.4:20120625-172943.log'.
  127. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-vcs/hgsubversion-1.4/temp/build.log'.
  128. * The ebuild environment file is located at '/tmp/portage/dev-vcs/hgsubversion-1.4/temp/environment'.
  129. * Working directory: '/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/tests'
  130. * S: '/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4'
  131. >>> Install hgsubversion-1.4 into /tmp/portage/dev-vcs/hgsubversion-1.4/image/ category dev-vcs
  132. * Installation of dev-vcs/hgsubversion-1.4 with CPython 2.7...
  133. python2.7 setup.py build -b build-2.7 install --no-compile --root=/tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7
  134. running build
  135. running build_py
  136. warning: build_py: byte-compiling is disabled, skipping.
  137. running install
  138. running install_lib
  139. creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images
  140. creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7
  141. creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr
  142. creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64
  143. creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7
  144. creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages
  145. creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  146. creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion/help
  147. copying build-2.7/lib/hgsubversion/help/subversion.rst -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion/help
  148. creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion/svnwrap
  149. copying build-2.7/lib/hgsubversion/svnwrap/__init__.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion/svnwrap
  150. copying build-2.7/lib/hgsubversion/svnwrap/common.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion/svnwrap
  151. copying build-2.7/lib/hgsubversion/svnwrap/subvertpy_wrapper.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion/svnwrap
  152. copying build-2.7/lib/hgsubversion/svnwrap/svn_swig_wrapper.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion/svnwrap
  153. copying build-2.7/lib/hgsubversion/__init__.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  154. copying build-2.7/lib/hgsubversion/__version__.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  155. copying build-2.7/lib/hgsubversion/editor.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  156. copying build-2.7/lib/hgsubversion/maps.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  157. copying build-2.7/lib/hgsubversion/pushmod.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  158. copying build-2.7/lib/hgsubversion/replay.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  159. copying build-2.7/lib/hgsubversion/stupid.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  160. copying build-2.7/lib/hgsubversion/svncommands.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  161. copying build-2.7/lib/hgsubversion/svnexternals.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  162. copying build-2.7/lib/hgsubversion/svnmeta.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  163. copying build-2.7/lib/hgsubversion/svnrepo.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  164. copying build-2.7/lib/hgsubversion/util.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  165. copying build-2.7/lib/hgsubversion/wrappers.py -> /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
  166. warning: install_lib: byte-compiling is disabled, skipping.
  167. running install_egg_info
  168. running egg_info
  169. writing hgsubversion.egg-info/PKG-INFO
  170. writing top-level names to hgsubversion.egg-info/top_level.txt
  171. writing dependency_links to hgsubversion.egg-info/dependency_links.txt
  172. reading manifest file 'hgsubversion.egg-info/SOURCES.txt'
  173. reading manifest template 'MANIFEST.in'
  174. writing manifest file 'hgsubversion.egg-info/SOURCES.txt'
  175. Copying hgsubversion.egg-info to /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion-1.4-py2.7.egg-info
  176. running install_scripts
  177. >>> Completed installing hgsubversion-1.4 into /tmp/portage/dev-vcs/hgsubversion-1.4/image/
  178. * Compilation and optimization of Python modules for CPython 2.7 ...
  179. [ ok ]