Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 332920 Details for
Bug 448082
dev-python/pyxattr-0.5.0-r1 fails tests with python3.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The build log for python3.2
build-python3.2.log (text/plain), 13.18 KB, created by
Michał Górny
on 2012-12-21 13:52:43 UTC
(
hide
)
Description:
The build log for python3.2
Filename:
MIME Type:
Creator:
Michał Górny
Created:
2012-12-21 13:52:43 UTC
Size:
13.18 KB
patch
obsolete
>/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) > [31;01m*[0m ERROR: dev-python/pyxattr-0.5.0-r1 failed (test phase): > [31;01m*[0m Tests fail with python3.2 > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 93: Called src_test > [31;01m*[0m environment, line 2949: Called distutils-r1_src_test > [31;01m*[0m environment, line 934: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > [31;01m*[0m environment, line 2818: Called distutils-r1_run_phase 'python_test' > [31;01m*[0m environment, line 863: Called python_test > [31;01m*[0m environment, line 2909: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m nosetests || die "Tests fail with ${EPYTHON}" > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-python/pyxattr-0.5.0-r1'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-python/pyxattr-0.5.0-r1'`. > [31;01m*[0m This ebuild used the following eclasses from overlays: > [31;01m*[0m /usr/src/gx86/eclass/distutils-r1.eclass > [31;01m*[0m /usr/src/gx86/eclass/eutils.eclass > [31;01m*[0m /usr/src/gx86/eclass/multilib.eclass > [31;01m*[0m /usr/src/gx86/eclass/toolchain-funcs.eclass > [31;01m*[0m /usr/src/gx86/eclass/user.eclass > [31;01m*[0m /usr/src/gx86/eclass/multiprocessing.eclass > [31;01m*[0m /usr/src/gx86/eclass/python-r1.eclass > [31;01m*[0m /usr/src/gx86/eclass/python-utils-r1.eclass > [31;01m*[0m 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 > [31;01m*[0m The complete build log is located at '/var/log/portage/dev-python:pyxattr-0.5.0-r1:20121221-134748.log'. > [31;01m*[0m For convenience, a symlink to the build log is located at '/tmp/portage/dev-python/pyxattr-0.5.0-r1/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/tmp/portage/dev-python/pyxattr-0.5.0-r1/temp/environment'. > [31;01m*[0m Working directory: '/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0' > [31;01m*[0m S: '/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 448082
: 332920