/usr/bin/python3.2 setup.py build --build-base /tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0-python3_2 --build-lib /tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0-python3_2/lib build running build running build_ext building 'xattr' extension creating /tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0-python3_2 creating /tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0-python3_2/temp.linux-x86_64-3.2 x86_64-pc-linux-gnu-gcc -pthread -march=core2 -O2 -pipe -fPIC -D_XATTR_VERSION="0.5.0" -D_XATTR_AUTHOR="Iustin Pop" -D_XATTR_EMAIL="iusty@k1024.org" -I/usr/include/python3.2 -c xattr.c -o /tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0-python3_2/temp.linux-x86_64-3.2/xattr.o creating /tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0-python3_2/lib x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -march=core2 -O2 -pipe /tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0-python3_2/temp.linux-x86_64-3.2/xattr.o -L/usr/lib64 -lattr -lpython3.2 -o /tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0-python3_2/lib/xattr.cpython-32.so EEEEEEEEEEEEEEE.EE ====================================================================== ERROR: test binary values ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 328, in testBinaryPayload xattr.set(fname, self.USER_ATTR, BINVAL) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: test binary values (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 315, in testBinaryPayloadDeprecated xattr.setxattr(fname, self.USER_ATTR, BINVAL) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: test attribute setting on directories ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 278, in testDirOps self._checkListSetGet(dname) File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 111, in _checkListSetGet namespace=NS_USER) File "/usr/lib64/python3.2/unittest/case.py", line 1170, in deprecated_func return original_func(*args, **kwargs) File "/usr/lib64/python3.2/unittest/case.py", line 557, in assertRaises callableObj(*args, **kwargs) TypeError: argument 6 must be str or None, not bytes ====================================================================== ERROR: test attribute setting on directories (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 273, in testDirOpsDeprecated self._checkDeprecated(dname) File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 80, in _checkDeprecated xattr.setxattr(item, self.USER_ATTR, self.USER_VAL, 0, symlink) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: test file descriptor operations ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 215, in testFileByDescriptor self._checkListSetGet(fh) File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 111, in _checkListSetGet namespace=NS_USER) File "/usr/lib64/python3.2/unittest/case.py", line 1170, in deprecated_func return original_func(*args, **kwargs) File "/usr/lib64/python3.2/unittest/case.py", line 557, in assertRaises callableObj(*args, **kwargs) TypeError: argument 6 must be str or None, not bytes ====================================================================== ERROR: test file descriptor operations (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 209, in testFileByDescriptorDeprecated self._checkDeprecated(fh) File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 80, in _checkDeprecated xattr.setxattr(item, self.USER_ATTR, self.USER_VAL, 0, symlink) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: test set and retrieve one attribute by file name ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 202, in testFileByName self._checkListSetGet(fname) File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 111, in _checkListSetGet namespace=NS_USER) File "/usr/lib64/python3.2/unittest/case.py", line 1170, in deprecated_func return original_func(*args, **kwargs) File "/usr/lib64/python3.2/unittest/case.py", line 557, in assertRaises callableObj(*args, **kwargs) TypeError: argument 6 must be str or None, not bytes ====================================================================== ERROR: test set and retrieve one attribute by file name (deprecated) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 196, in testFileByNameDeprecated self._checkDeprecated(fname) File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 80, in _checkDeprecated xattr.setxattr(item, self.USER_ATTR, self.USER_VAL, 0, symlink) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: test file descriptor operations ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 230, in testFileByObject self._checkListSetGet(fo) File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 111, in _checkListSetGet namespace=NS_USER) File "/usr/lib64/python3.2/unittest/case.py", line 1170, in deprecated_func return original_func(*args, **kwargs) File "/usr/lib64/python3.2/unittest/case.py", line 557, in assertRaises callableObj(*args, **kwargs) TypeError: argument 6 must be str or None, not bytes ====================================================================== ERROR: test file descriptor operations (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 223, in testFileByObjectDeprecated self._checkDeprecated(fo) File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 80, in _checkDeprecated xattr.setxattr(item, self.USER_ATTR, self.USER_VAL, 0, symlink) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: test many ops ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 357, in testManyOps xattr.set(fh, self.USER_ATTR, self.USER_VAL) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: test many ops (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 343, in testManyOpsDeprecated xattr.setxattr(fh, self.USER_ATTR, self.USER_VAL) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: test mixed access to file ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 253, in testMixedAccess xattr.set(fname, self.USER_ATTR, self.USER_VAL) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: test mixed access to file (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 239, in testMixedAccessDeprecated xattr.setxattr(fname, self.USER_ATTR, self.USER_VAL) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: test no attributes ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 179, in testNoXattr self.failUnlessEqual(xattr.get_all(fname, namespace=NS_USER), []) TypeError: argument 3 must be str or None, not bytes ====================================================================== ERROR: test symlink operations ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 298, in testSymlinkOps self._checkListSetGet(sname, symlink=True) File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 111, in _checkListSetGet namespace=NS_USER) File "/usr/lib64/python3.2/unittest/case.py", line 1170, in deprecated_func return original_func(*args, **kwargs) File "/usr/lib64/python3.2/unittest/case.py", line 557, in assertRaises callableObj(*args, **kwargs) TypeError: argument 6 must be str or None, not bytes ====================================================================== ERROR: test symlink operations (deprecated functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 287, in testSymlinkOpsDeprecated xattr.setxattr(target, self.USER_ATTR, self.USER_VAL) IOError: [Errno 95] Operation not supported ---------------------------------------------------------------------- Ran 18 tests in 0.077s FAILED (errors=17) * ERROR: dev-python/pyxattr-0.5.0-r1 failed (test phase): * Tests fail with python3.2 * * Call stack: * ebuild.sh, line 93: Called src_test * environment, line 2949: Called distutils-r1_src_test * environment, line 934: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2818: Called distutils-r1_run_phase 'python_test' * environment, line 863: Called python_test * environment, line 2909: 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-0.5.0-r1'`, * the complete build log and the output of `emerge -pqv '=dev-python/pyxattr-0.5.0-r1'`. * This ebuild used the following eclasses from overlays: * /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 python3.2': not a pid or valid job spec * The complete build log is located at '/var/log/portage/dev-python:pyxattr-0.5.0-r1:20121221-134748.log'. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-python/pyxattr-0.5.0-r1/temp/build.log'. * The ebuild environment file is located at '/tmp/portage/dev-python/pyxattr-0.5.0-r1/temp/environment'. * Working directory: '/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0' * S: '/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0'