* Package: dev-python/pylibacl-0.5.4_p20191217  * Repository: gentoo  * Maintainer: robbat2@gentoo.org python@gentoo.org  * USE: abi_ppc_64 elibc_glibc kernel_linux ppc64 python_targets_python3_6 test userland_GNU  * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking pylibacl-0.5.4_p20191217.tar.gz to /var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/work >>> Source unpacked in /var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/work >>> Preparing source in /var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/work/pylibacl-2ae494bd2e3303141a703f32e44263e083c1ffb0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/work/pylibacl-2ae494bd2e3303141a703f32e44263e083c1ffb0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/work/pylibacl-2ae494bd2e3303141a703f32e44263e083c1ffb0 ... * python3_6: running distutils-r1_run_phase distutils-r1_python_compile python3.6 setup.py build -j 24 running build running build_ext building 'posix1e' extension creating /var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/work/pylibacl-2ae494bd2e3303141a703f32e44263e083c1ffb0-python3_6/temp.linux-ppc64-3.6 powerpc64-unknown-linux-gnu-gcc -O2 -mcpu=970 -pipe -fPIC -DHAVE_LINUX -DHAVE_LEVEL2 -DHAVE_ACL_COPY_EXT -I/usr/include/python3.6m -c acl.c -o /var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/work/pylibacl-2ae494bd2e3303141a703f32e44263e083c1ffb0-python3_6/temp.linux-ppc64-3.6/acl.o powerpc64-unknown-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -O2 -mcpu=970 -pipe /var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/work/pylibacl-2ae494bd2e3303141a703f32e44263e083c1ffb0-python3_6/temp.linux-ppc64-3.6/acl.o -L/usr/lib64 -lacl -lpython3.6m -o /var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/work/pylibacl-2ae494bd2e3303141a703f32e44263e083c1ffb0-python3_6/lib/posix1e.cpython-36m-powerpc64-linux-gnu.so >>> Source compiled. >>> Test phase: dev-python/pylibacl-0.5.4_p20191217 * python3_6: running distutils-r1_run_phase python_test ========================================= test session starts ========================================== platform linux -- Python 3.6.10, pytest-4.5.0, py-1.8.0, pluggy-0.13.1 -- /usr/bin/python3.6 cachedir: .pytest_cache rootdir: /var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/work/pylibacl-2ae494bd2e3303141a703f32e44263e083c1ffb0 collecting ... collected 152 items tests/test_acls.py::TestLoad::test_from_file[file name] PASSED [ 0%] tests/test_acls.py::TestLoad::test_from_file[file name (bytes)] PASSED [ 1%] tests/test_acls.py::TestLoad::test_from_file[file name (path)] PASSED [ 1%] tests/test_acls.py::TestLoad::test_from_file[directory] PASSED [ 2%] tests/test_acls.py::TestLoad::test_from_file[directory (bytes)] PASSED [ 3%] tests/test_acls.py::TestLoad::test_from_file[directory (path)] PASSED [ 3%] tests/test_acls.py::TestLoad::test_from_file[file via symlink] PASSED [ 4%] tests/test_acls.py::TestLoad::test_from_file[file via symlink (bytes)] PASSED [ 5%] tests/test_acls.py::TestLoad::test_from_file[file via symlink (path)] PASSED [ 5%] tests/test_acls.py::TestLoad::test_from_dir PASSED [ 6%] tests/test_acls.py::TestLoad::test_from_fd[file FD] PASSED [ 7%] tests/test_acls.py::TestLoad::test_from_fd[file object] PASSED [ 7%] tests/test_acls.py::TestLoad::test_from_fd[file io stream] PASSED [ 8%] tests/test_acls.py::TestLoad::test_from_nonexisting PASSED [ 9%] tests/test_acls.py::TestLoad::test_from_invalid_fd PASSED [ 9%] tests/test_acls.py::TestLoad::test_from_empty_invalid PASSED [ 10%] tests/test_acls.py::TestLoad::test_from_text PASSED [ 11%] tests/test_acls.py::TestLoad::test_from_acl PASSED [ 11%] tests/test_acls.py::TestLoad::test_from_acl_via_str PASSED [ 12%] tests/test_acls.py::TestLoad::test_invalid_creation_params PASSED [ 13%] tests/test_acls.py::TestLoad::test_invalid_value_creation PASSED [ 13%] tests/test_acls.py::TestLoad::test_uninit PASSED [ 14%] tests/test_acls.py::TestLoad::test_double_init PASSED [ 15%] tests/test_acls.py::TestLoad::test_reinit_failure_noop PASSED [ 15%] tests/test_acls.py::TestLoad::test_double_init_breaks_children XPASS [ 16%] tests/test_acls.py::TestAclExtensions::test_from_mode PASSED [ 17%] tests/test_acls.py::TestAclExtensions::test_acl_check PASSED [ 17%] tests/test_acls.py::TestAclExtensions::test_applyto[file name] PASSED [ 18%] tests/test_acls.py::TestAclExtensions::test_applyto[file name (bytes)] PASSED [ 19%] tests/test_acls.py::TestAclExtensions::test_applyto[file name (path)] PASSED [ 19%] tests/test_acls.py::TestAclExtensions::test_applyto[directory] PASSED [ 20%] tests/test_acls.py::TestAclExtensions::test_applyto[directory (bytes)] PASSED [ 21%] tests/test_acls.py::TestAclExtensions::test_applyto[directory (path)] PASSED [ 21%] tests/test_acls.py::TestAclExtensions::test_applyto[file via symlink] PASSED [ 22%] tests/test_acls.py::TestAclExtensions::test_applyto[file via symlink (bytes)] PASSED [ 23%] tests/test_acls.py::TestAclExtensions::test_applyto[file via symlink (path)] PASSED [ 23%] tests/test_acls.py::TestAclExtensions::test_applyto[file FD] PASSED [ 24%] tests/test_acls.py::TestAclExtensions::test_applyto[file object] PASSED [ 25%] tests/test_acls.py::TestAclExtensions::test_applyto[file io stream] PASSED [ 25%] tests/test_acls.py::TestAclExtensions::test_apply_to_with_wrong_object PASSED [ 26%] tests/test_acls.py::TestAclExtensions::test_apply_to_fail PASSED [ 26%] tests/test_acls.py::TestAclExtensions::test_applyto_extended[file name] PASSED [ 27%] tests/test_acls.py::TestAclExtensions::test_applyto_extended[file name (bytes)] PASSED [ 28%] tests/test_acls.py::TestAclExtensions::test_applyto_extended[file name (path)] PASSED [ 28%] tests/test_acls.py::TestAclExtensions::test_applyto_extended[directory] PASSED [ 29%] tests/test_acls.py::TestAclExtensions::test_applyto_extended[directory (bytes)] PASSED [ 30%] tests/test_acls.py::TestAclExtensions::test_applyto_extended[directory (path)] PASSED [ 30%] tests/test_acls.py::TestAclExtensions::test_applyto_extended[file via symlink] PASSED [ 31%] tests/test_acls.py::TestAclExtensions::test_applyto_extended[file via symlink (bytes)] PASSED [ 32%] tests/test_acls.py::TestAclExtensions::test_applyto_extended[file via symlink (path)] PASSED [ 32%] tests/test_acls.py::TestAclExtensions::test_applyto_extended[file FD] PASSED [ 33%] tests/test_acls.py::TestAclExtensions::test_applyto_extended[file object] PASSED [ 34%] tests/test_acls.py::TestAclExtensions::test_applyto_extended[file io stream] PASSED [ 34%] tests/test_acls.py::TestAclExtensions::test_applyto_extended_mixed[get_file_and_symlink] PASSED [ 35%] tests/test_acls.py::TestAclExtensions::test_applyto_extended_mixed[get_file_and_fobject] PASSED [ 36%] tests/test_acls.py::TestAclExtensions::test_extended_fail PASSED [ 36%] tests/test_acls.py::TestAclExtensions::test_extended_arg_handling PASSED [ 37%] tests/test_acls.py::TestAclExtensions::test_equiv_mode PASSED [ 38%] tests/test_acls.py::TestAclExtensions::test_equiv_mode_invalid XFAIL [ 38%] tests/test_acls.py::TestAclExtensions::test_to_any_text PASSED [ 39%] tests/test_acls.py::TestAclExtensions::test_to_any_text_wrong_args PASSED [ 40%] tests/test_acls.py::TestAclExtensions::test_rich_compare PASSED [ 40%] tests/test_acls.py::TestAclExtensions::test_acl_iterator PASSED [ 41%] tests/test_acls.py::TestAclExtensions::test_acl_copy_ext PASSED [ 42%] tests/test_acls.py::TestAclExtensions::test_acl_copy_ext_args PASSED [ 42%] tests/test_acls.py::TestAclExtensions::test_acl_init_copy_ext PASSED [ 43%] tests/test_acls.py::TestAclExtensions::test_acl_init_copy_ext_invalid /var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/temp/environment: line 2862: 65 Segmentation fault (core dumped) pytest -vv * * 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.4_p20191217::gentoo failed (test phase): * Tests fail with python3.6 * * Call stack: * ebuild.sh, line 125: Called src_test * environment, line 2911: Called distutils-r1_src_test * environment, line 1245: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 445: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2518: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2027: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2025: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 833: Called distutils-r1_run_phase 'python_test' * environment, line 1182: Called python_test * environment, line 2870: 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.4_p20191217::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/pylibacl-0.5.4_p20191217::gentoo'`. * The complete build log is located at '/var/log/portage/build/dev-python/pylibacl-0.5.4_p20191217:20200505-115612.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/work/pylibacl-2ae494bd2e3303141a703f32e44263e083c1ffb0' * S: '/var/tmp/portage/dev-python/pylibacl-0.5.4_p20191217/work/pylibacl-2ae494bd2e3303141a703f32e44263e083c1ffb0'