* Package: dev-python/pylibacl-0.5.3 * Repository: gentoo * Maintainer: robbat2@gentoo.org python@gentoo.org * USE: abi_x86_32 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_6 userland_GNU x86 * FEATURES: network-sandbox preserve-libs sandbox splitdebug test userpriv usersandbox >>> Unpacking source... >>> Unpacking pylibacl-v0.5.3.tar.gz to /var/tmp/portage/dev-python/pylibacl-0.5.3/work >>> Source unpacked in /var/tmp/portage/dev-python/pylibacl-0.5.3/work >>> Preparing source in /var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3 ... * python2_7: running distutils-r1_run_phase distutils-r1_python_compile python2.7 setup.py build running build running build_ext building 'posix1e' extension creating /var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3-python2_7/temp.linux-i686-2.7 i686-pc-linux-gnu-gcc -fno-strict-aliasing -O2 -pipe -g -ggdb -frecord-gcc-switches -march=native -fwrapv -DNDEBUG -O2 -pipe -g -ggdb -frecord-gcc-switches -march=native -fPIC -DHAVE_LINUX -DHAVE_LEVEL2 -I/usr/include/python2.7 -c acl.c -o /var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3-python2_7/temp.linux-i686-2.7/acl.o i686-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -O2 -pipe -g -ggdb -frecord-gcc-switches -march=native /var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3-python2_7/temp.linux-i686-2.7/acl.o -L/usr/lib -lacl -lpython2.7 -o /var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3-python2_7/lib/posix1e.so * python3_6: running distutils-r1_run_phase distutils-r1_python_compile python3.6 setup.py build -j 8 running build running build_ext building 'posix1e' extension creating /var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3-python3_6/temp.linux-i686-3.6 i686-pc-linux-gnu-gcc -O2 -pipe -g -ggdb -frecord-gcc-switches -march=native -fPIC -DHAVE_LINUX -DHAVE_LEVEL2 -I/usr/include/python3.6m -c acl.c -o /var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3-python3_6/temp.linux-i686-3.6/acl.o acl.c:1291:5: warning: initialization of ‘PyAsyncMethods *’ {aka ‘struct *’} from incompatible pointer type ‘int (*)(PyObject *, PyObject *)’ {aka ‘int (*)(struct _object *, struct _object *)’} [-Wincompatible-pointer-types] 1291 | ACL_nocmp, /* tp_compare */ | ^~~~~~~~~ acl.c:1291:5: note: (near initialization for ‘ACL_Type.tp_as_async’) i686-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -O2 -pipe -g -ggdb -frecord-gcc-switches -march=native /var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3-python3_6/temp.linux-i686-3.6/acl.o -L/usr/lib -lacl -lpython3.6m -o /var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3-python3_6/lib/posix1e.cpython-36m-i386-linux-gnu.so >>> Source compiled. >>> Test phase: dev-python/pylibacl-0.5.3 * python2_7: running distutils-r1_run_phase python_test testAclCheck (__main__.AclExtensions) Test the acl_check method ... ok testEquivMode (__main__.AclExtensions) Test the equiv_mode function ... ok testExtended (__main__.AclExtensions) Test the acl_extended function ... ok testFromMode (__main__.AclExtensions) Test loading ACLs from an octal mode ... ok testFromDir (__main__.LoadTests) Test loading ACLs from a directory ... ok testFromEmpty (__main__.LoadTests) Test creating an empty ACL ... ok testFromFd (__main__.LoadTests) Test loading ACLs from a file descriptor ... ok testFromFile (__main__.LoadTests) Test loading ACLs from a file ... ok testFromText (__main__.LoadTests) Test creating an ACL from text ... ok testAppend (__main__.ModificationTests) Test append a new Entry to the ACL ... ok testDelete (__main__.ModificationTests) Test delete Entry from the ACL ... ok testDoubleEntries (__main__.ModificationTests) Test double entries ... ok testMultipleBadEntries (__main__.ModificationTests) Test multiple invalid entries ... ok testMultipleGoodEntries (__main__.ModificationTests) Test multiple valid entries ... ok testNegativeQualifier (__main__.ModificationTests) SKIPPED Tests negative qualifier handling ... ok testPermset (__main__.ModificationTests) Test permissions ... ok testQualifierOverflow (__main__.ModificationTests) SKIPPED Tests qualifier overflow handling ... ok testQualifierValues (__main__.ModificationTests) SKIPPED Tests qualifier correct store/retrieval ... ok testStr (__main__.ModificationTests) Test str() of an ACL. ... ok testDeleteDefault (__main__.WriteTests) Test removing the default ACL ... ok testReapply (__main__.WriteTests) Test re-applying an ACL ... ok ---------------------------------------------------------------------- Ran 21 tests in 0.006s OK * python3_6: running distutils-r1_run_phase python_test testAclCheck (__main__.AclExtensions) Test the acl_check method ... ok testEquivMode (__main__.AclExtensions) Test the equiv_mode function ... ok testExtended (__main__.AclExtensions) Test the acl_extended function ... ok testFromMode (__main__.AclExtensions) Test loading ACLs from an octal mode ... ok testFromDir (__main__.LoadTests) Test loading ACLs from a directory ... ok testFromEmpty (__main__.LoadTests) Test creating an empty ACL ... ok testFromFd (__main__.LoadTests) Test loading ACLs from a file descriptor ... ok testFromFile (__main__.LoadTests) Test loading ACLs from a file ... ok testFromText (__main__.LoadTests) Test creating an ACL from text ... ok testAppend (__main__.ModificationTests) Test append a new Entry to the ACL ... ok testDelete (__main__.ModificationTests) Test delete Entry from the ACL ... ok testDoubleEntries (__main__.ModificationTests) Test double entries ... ok testMultipleBadEntries (__main__.ModificationTests) Test multiple invalid entries ... ok testMultipleGoodEntries (__main__.ModificationTests) Test multiple valid entries ... ok testNegativeQualifier (__main__.ModificationTests) Tests negative qualifier handling ... FAIL testPermset (__main__.ModificationTests) Test permissions ... ok testQualifierOverflow (__main__.ModificationTests) Tests qualifier overflow handling ... ok testQualifierValues (__main__.ModificationTests) Tests qualifier correct store/retrieval ... ok testStr (__main__.ModificationTests) Test str() of an ACL. ... ok testDeleteDefault (__main__.WriteTests) Test removing the default ACL ... ok testReapply (__main__.WriteTests) Test re-applying an ACL ... ok ====================================================================== FAIL: testNegativeQualifier (__main__.ModificationTests) Tests negative qualifier handling ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_acls.py", line 392, in testNegativeQualifier e.qualifier = qualifier AssertionError: OverflowError not raised ---------------------------------------------------------------------- Ran 21 tests in 0.011s FAILED (failures=1) * * If you got the following errors: * "IOError: [Errno 95] Operation not supported", * then you should remount the filesystem containing * build directory with "acl" option enabled. * * ERROR: dev-python/pylibacl-0.5.3::gentoo failed (test phase): * Tests fail with python3.6 * * Call stack: * ebuild.sh, line 125: Called src_test * environment, line 2887: Called distutils-r1_src_test * environment, line 1225: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 425: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2494: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2007: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2005: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 813: Called distutils-r1_run_phase 'python_test' * environment, line 1162: Called python_test * environment, line 2846: Called die * The specific snippet of code: * die "Tests fail with ${EPYTHON}"; * * If you need support, post the output of `emerge --info '=dev-python/pylibacl-0.5.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/pylibacl-0.5.3::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/dev-python/pylibacl-0.5.3:20200413-095958.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pylibacl-0.5.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pylibacl-0.5.3/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3' * S: '/var/tmp/portage/dev-python/pylibacl-0.5.3/work/pylibacl-pylibacl-v0.5.3'