/usr/bin/pypy-c2.0 setup.py build --build-base /tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999-pypy2_0 --build-lib /tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999-pypy2_0/lib --build-scripts /tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999-pypy2_0/scripts build running build running build_ext building 'xattr' extension creating /tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999-pypy2_0 creating /tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999-pypy2_0/temp.linux-x86_64-2.7 cc -march=core2 -O2 -pipe -fPIC -D_XATTR_VERSION="0.5.1" -D_XATTR_AUTHOR="Iustin Pop" -D_XATTR_EMAIL="iusty@k1024.org" -I/usr/lib64/pypy2.0/include -c xattr.c -o /tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999-pypy2_0/temp.linux-x86_64-2.7/xattr.o distcc[15867] ERROR: nonblocking connect to 192.168.1.73:3632 failed: No route to host distcc[15867] Warning: failed to distribute xattr.c to pomiot, running locally instead creating /tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999-pypy2_0/lib cc -shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -march=core2 -O2 -pipe /tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999-pypy2_0/temp.linux-x86_64-2.7/xattr.o -lattr -o /tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999-pypy2_0/lib/xattr.pypy-20.so .E.E.E.E.E.E.E....E ====================================================================== ERROR: test binary values (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 309, in testBinaryPayloadDeprecated xattr.setxattr(fname, self.USER_ATTR, BINVAL) IOError: [Errno 7] Argument list too long ====================================================================== ERROR: test attribute setting on directories (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 267, in testDirOpsDeprecated self._checkDeprecated(dname) File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 82, in _checkDeprecated xattr.setxattr(item, self.USER_ATTR, self.USER_VAL, 0, symlink) IOError: [Errno 7] Argument list too long ====================================================================== ERROR: test file descriptor operations (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 206, in testFileByDescriptorDeprecated self._checkDeprecated(fh) File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 82, in _checkDeprecated xattr.setxattr(item, self.USER_ATTR, self.USER_VAL, 0, symlink) IOError: [Errno 7] Argument list too long ====================================================================== ERROR: test set and retrieve one attribute by file name (deprecated) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 193, in testFileByNameDeprecated self._checkDeprecated(fname) File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 82, in _checkDeprecated xattr.setxattr(item, self.USER_ATTR, self.USER_VAL, 0, symlink) IOError: [Errno 7] Argument list too long ====================================================================== ERROR: test file descriptor operations (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 220, in testFileByObjectDeprecated self._checkDeprecated(fo) File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 82, in _checkDeprecated xattr.setxattr(item, self.USER_ATTR, self.USER_VAL, 0, symlink) IOError: [Errno 7] Argument list too long ====================================================================== ERROR: test many ops (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 336, in testManyOpsDeprecated xattr.setxattr(fh, self.USER_ATTR, self.USER_VAL) IOError: [Errno 7] Argument list too long ====================================================================== ERROR: test mixed access to file (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 236, in testMixedAccessDeprecated xattr.setxattr(fname, self.USER_ATTR, self.USER_VAL) IOError: [Errno 7] Argument list too long ====================================================================== ERROR: test symlink operations (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 279, in testSymlinkOpsDeprecated self._checkDeprecated(sname, symlink=True) File "/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999/test/test_xattr.py", line 82, in _checkDeprecated xattr.setxattr(item, self.USER_ATTR, self.USER_VAL, 0, symlink) IOError: [Errno 7] Argument list too long ---------------------------------------------------------------------- Ran 19 tests in 90.894s FAILED (errors=8) * ERROR: dev-python/pyxattr-9999 failed (test phase): * Tests fail with pypy-c2.0 * * Call stack: * ebuild.sh, line 93: Called src_test * environment, line 3364: Called distutils-r1_src_test * environment, line 956: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 3169: Called distutils-r1_run_phase 'python_test' * environment, line 885: Called python_test * environment, line 3324: Called die * The specific snippet of code: * nosetests || die "Tests fail with ${EPYTHON}" * * If you need support, post the output of `emerge --info '=dev-python/pyxattr-9999'`, * the complete build log and the output of `emerge -pqv '=dev-python/pyxattr-9999'`. * This ebuild used the following eclasses from overlays: * /usr/src/gx86/eclass/git-2.eclass * /usr/src/gx86/eclass/distutils-r1.eclass * /usr/src/gx86/eclass/eutils.eclass * /usr/src/gx86/eclass/multilib.eclass * /usr/src/gx86/eclass/toolchain-funcs.eclass * /usr/src/gx86/eclass/user.eclass * /usr/src/gx86/eclass/multiprocessing.eclass * /usr/src/gx86/eclass/python-r1.eclass * /usr/src/gx86/eclass/python-utils-r1.eclass * This ebuild is from an overlay named 'gentoo-cvs': '/usr/src/gx86/' /usr/lib/portage/bin/isolated-functions.sh: line 215: wait: `Tests fail with pypy-c2.0': not a pid or valid job spec * The complete build log is located at '/var/log/portage/dev-python:pyxattr-9999:20130102-213446.log'. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-python/pyxattr-9999/temp/build.log'. * The ebuild environment file is located at '/tmp/portage/dev-python/pyxattr-9999/temp/environment'. * Working directory: '/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999' * S: '/tmp/portage/dev-python/pyxattr-9999/work/pyxattr-9999' /usr/lib/portage/bin/isolated-functions.sh: line 245: kill: (15979) - No such process