- * Package: dev-vcs/hgsubversion-1.4
- * Repository: gentoo
- * Maintainer: djc@gentoo.org python@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- >>> Unpacking source...
- >>> Unpacking hgsubversion-1.4.tar.gz to /tmp/portage/dev-vcs/hgsubversion-1.4/work
- >>> Source unpacked in /tmp/portage/dev-vcs/hgsubversion-1.4/work
- >>> Preparing source in /tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4 ...
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4 ...
- >>> Source configured.
- >>> Compiling source in /tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4 ...
- * Building of dev-vcs/hgsubversion-1.4 with CPython 2.7...
- python2.7 setup.py build -b build-2.7
- running build
- running build_py
- creating build-2.7
- creating build-2.7/lib
- creating build-2.7/lib/hgsubversion
- copying hgsubversion/wrappers.py -> build-2.7/lib/hgsubversion
- copying hgsubversion/util.py -> build-2.7/lib/hgsubversion
- copying hgsubversion/svnrepo.py -> build-2.7/lib/hgsubversion
- copying hgsubversion/svnmeta.py -> build-2.7/lib/hgsubversion
- copying hgsubversion/svnexternals.py -> build-2.7/lib/hgsubversion
- copying hgsubversion/svncommands.py -> build-2.7/lib/hgsubversion
- copying hgsubversion/stupid.py -> build-2.7/lib/hgsubversion
- copying hgsubversion/replay.py -> build-2.7/lib/hgsubversion
- copying hgsubversion/pushmod.py -> build-2.7/lib/hgsubversion
- copying hgsubversion/maps.py -> build-2.7/lib/hgsubversion
- copying hgsubversion/editor.py -> build-2.7/lib/hgsubversion
- copying hgsubversion/__version__.py -> build-2.7/lib/hgsubversion
- copying hgsubversion/__init__.py -> build-2.7/lib/hgsubversion
- creating build-2.7/lib/hgsubversion/svnwrap
- copying hgsubversion/svnwrap/svn_swig_wrapper.py -> build-2.7/lib/hgsubversion/svnwrap
- copying hgsubversion/svnwrap/subvertpy_wrapper.py -> build-2.7/lib/hgsubversion/svnwrap
- copying hgsubversion/svnwrap/common.py -> build-2.7/lib/hgsubversion/svnwrap
- copying hgsubversion/svnwrap/__init__.py -> build-2.7/lib/hgsubversion/svnwrap
- creating build-2.7/lib/hgsubversion/help
- copying hgsubversion/help/subversion.rst -> build-2.7/lib/hgsubversion/help
- warning: build_py: byte-compiling is disabled, skipping.
- >>> Source compiled.
- * Testing of dev-vcs/hgsubversion-1.4 with CPython 2.7...
- ..........................................................................................................................EE......................................................................................................................................................................................................................................................................................................................................................................................
- ======================================================================
- ERROR: test_push_over_svnserve (test_push_command.PushTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/tests/test_push_command.py", line 141, in test_push_over_svnserve
- self.internal_push_over_svnserve()
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/tests/test_push_command.py", line 98, in internal_push_over_svnserve
- self.wc_path, noupdate=True)
- File "/usr/lib64/python2.7/site-packages/mercurial/commands.py", line 1171, in clone
- branch=opts.get('branch'))
- File "/usr/lib64/python2.7/site-packages/mercurial/hg.py", line 350, in clone
- destrepo.clone(srcrepo, heads=revs, stream=stream)
- File "/usr/lib64/python2.7/site-packages/mercurial/localrepo.py", line 2305, in clone
- return self.pull(remote, heads)
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 76, in wrapper
- return fn(self, *args, **opts)
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 99, in pull
- return wrappers.pull(self, remote, heads, force)
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/wrappers.py", line 257, in pull
- svn_url = source.svnurl
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 144, in svnurl
- return self.svn.svn_url
- File "/usr/lib64/python2.7/site-packages/mercurial/util.py", line 237, in __get__
- result = self.func(obj)
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 149, in svn
- return svnwrap.SubversionRepo(*self.svnauth, password_stores=self.password_stores)
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnwrap/subvertpy_wrapper.py", line 179, in __init__
- self.init_ra_and_client()
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnwrap/subvertpy_wrapper.py", line 230, in init_ra_and_client
- auth=auth)
- File "/usr/lib64/python2.7/site-packages/subvertpy/ra.py", line 47, in RemoteAccess
- return url_handlers[type](url, *args, **kwargs)
- gaierror: [Errno 5] Unable to connect to a repository at URL 'svn://localhost:8935'
- ======================================================================
- ERROR: test_push_over_svnserve_with_subdir (test_push_command.PushTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- 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
- self.internal_push_over_svnserve(subdir='///branches////the_branch/////')
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/tests/test_push_command.py", line 98, in internal_push_over_svnserve
- self.wc_path, noupdate=True)
- File "/usr/lib64/python2.7/site-packages/mercurial/commands.py", line 1171, in clone
- branch=opts.get('branch'))
- File "/usr/lib64/python2.7/site-packages/mercurial/hg.py", line 350, in clone
- destrepo.clone(srcrepo, heads=revs, stream=stream)
- File "/usr/lib64/python2.7/site-packages/mercurial/localrepo.py", line 2305, in clone
- return self.pull(remote, heads)
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 76, in wrapper
- return fn(self, *args, **opts)
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 99, in pull
- return wrappers.pull(self, remote, heads, force)
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/wrappers.py", line 257, in pull
- svn_url = source.svnurl
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 144, in svnurl
- return self.svn.svn_url
- File "/usr/lib64/python2.7/site-packages/mercurial/util.py", line 237, in __get__
- result = self.func(obj)
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnrepo.py", line 149, in svn
- return svnwrap.SubversionRepo(*self.svnauth, password_stores=self.password_stores)
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnwrap/subvertpy_wrapper.py", line 179, in __init__
- self.init_ra_and_client()
- File "/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/hgsubversion/svnwrap/subvertpy_wrapper.py", line 230, in init_ra_and_client
- auth=auth)
- File "/usr/lib64/python2.7/site-packages/subvertpy/ra.py", line 47, in RemoteAccess
- return url_handlers[type](url, *args, **kwargs)
- gaierror: [Errno 5] Unable to connect to a repository at URL 'svn://localhost:59714/branches/the_branch'
- ----------------------------------------------------------------------
- Ran 498 tests in 163.335s
- FAILED (errors=2)
- * ERROR: dev-vcs/hgsubversion-1.4 failed (test phase):
- * Testing failed with CPython 2.7 in testing() function
- *
- * Call stack:
- * ebuild.sh, line 85: Called src_test
- * environment, line 3886: Called python_execute_function 'testing'
- * environment, line 2249: Called die
- * The specific snippet of code:
- * die "${failure_message}";
- *
- * If you need support, post the output of `emerge --info '=dev-vcs/hgsubversion-1.4'`,
- * the complete build log and the output of `emerge -pqv '=dev-vcs/hgsubversion-1.4'`.
- * The complete build log is located at '/var/log/portage/dev-vcs:hgsubversion-1.4:20120625-172943.log'.
- * For convenience, a symlink to the build log is located at '/tmp/portage/dev-vcs/hgsubversion-1.4/temp/build.log'.
- * The ebuild environment file is located at '/tmp/portage/dev-vcs/hgsubversion-1.4/temp/environment'.
- * Working directory: '/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4/tests'
- * S: '/tmp/portage/dev-vcs/hgsubversion-1.4/work/hgsubversion-1.4'
- >>> Install hgsubversion-1.4 into /tmp/portage/dev-vcs/hgsubversion-1.4/image/ category dev-vcs
- * Installation of dev-vcs/hgsubversion-1.4 with CPython 2.7...
- python2.7 setup.py build -b build-2.7 install --no-compile --root=/tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7
- running build
- running build_py
- warning: build_py: byte-compiling is disabled, skipping.
- running install
- running install_lib
- creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images
- creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7
- creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr
- creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64
- creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7
- creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages
- creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion
- creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion/help
- 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
- creating /tmp/portage/dev-vcs/hgsubversion-1.4/temp/images/2.7/usr/lib64/python2.7/site-packages/hgsubversion/svnwrap
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- warning: install_lib: byte-compiling is disabled, skipping.
- running install_egg_info
- running egg_info
- writing hgsubversion.egg-info/PKG-INFO
- writing top-level names to hgsubversion.egg-info/top_level.txt
- writing dependency_links to hgsubversion.egg-info/dependency_links.txt
- reading manifest file 'hgsubversion.egg-info/SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- writing manifest file 'hgsubversion.egg-info/SOURCES.txt'
- 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
- running install_scripts
- >>> Completed installing hgsubversion-1.4 into /tmp/portage/dev-vcs/hgsubversion-1.4/image/
- * Compilation and optimization of Python modules for CPython 2.7 ...
- [ ok ]