* 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 splitdebug 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 12 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 -pipe -g -ggdb -frecord-gcc-switches -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,--defsym=__gentoo_check_ldflags__=0 -O2 -pipe -g -ggdb -frecord-gcc-switches /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 2859: 61 Segmentation fault 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 2908: Called distutils-r1_src_test * environment, line 1246: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 443: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2515: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2028: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2026: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 834: Called distutils-r1_run_phase 'python_test' * environment, line 1183: Called python_test * environment, line 2867: 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/emerge-log/build/dev-python/pylibacl-0.5.4_p20191217:20200422-165717.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' emerge --info: Portage 2.3.89 (python 3.6.10-final-0, default/linux/powerpc/ppc64/17.0/64bit-userland, gcc-9.3.0, glibc-2.29-r7, 4.19.86-gentoo ppc64) ================================================================= System uname: Linux-4.19.86-gentoo-ppc64-POWER8_-architected-,_altivec_supported-with-gentoo-2.6 KiB Mem: 24802424 total, 2153360 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Wed, 22 Apr 2020 15:38:59 +0000 sh bash 4.4_p23-r1 ld GNU ld (Gentoo 2.33.1 p2) 2.33.1 app-shells/bash: 4.4_p23-r1::gentoo dev-lang/perl: 5.30.1::gentoo dev-lang/python: 2.7.17-r2::gentoo, 3.6.10-r1::gentoo, 3.7.7-r1::gentoo dev-util/cmake: 3.16.5::gentoo dev-util/pkgconfig: 0.29.2::gentoo sys-apps/baselayout: 2.6-r1::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.13::gentoo sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r4::gentoo sys-devel/automake: 1.16.1-r1::gentoo sys-devel/binutils: 2.33.1-r1::gentoo sys-devel/gcc: 9.3.0::gentoo sys-devel/gcc-config: 2.2.1::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.2.1-r4::gentoo sys-kernel/linux-headers: 5.4::gentoo (virtual/os-headers) sys-libs/glibc: 2.29-r7::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: yes sync-rsync-extra-opts: sync-rsync-verify-max-age: 24 x-portage location: /usr/local/portage masters: gentoo priority: 0 ACCEPT_KEYWORDS="ppc64" ACCEPT_LICENSE="*" CBUILD="powerpc64-unknown-linux-gnu" CC="powerpc64-unknown-linux-gnu-gcc" CFLAGS="-O2 -pipe -g -ggdb -frecord-gcc-switches " CHOST="powerpc64-unknown-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.4/ext-active/ /etc/php/cgi-php7.4/ext-active/ /etc/php/cli-php7.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXX="powerpc64-unknown-linux-gnu-g++" CXXFLAGS="-O2 -pipe -g -ggdb -frecord-gcc-switches " DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps y --keep-going y --quiet-fail y -1" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="it_IT.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" LINGUAS="en en_GB" MAKEOPTS="-j12" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X acl berkdb big-endian bzip2 cli consolekit crypt dri fortran gdbm ibm iconv ipv6 jumbo-build ncurses nls nptl openmp openssl pam pcre ppc64 readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_PPC="64" ADA_TARGET="gnat_2018" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" L10N="en en_GB en-GB" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="fbdev mga nv r128 radeon dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS