* Package: dev-python/precis-i18n-1.0.1 * Repository: gentoo * Upstream: https://github.com/byllyfish/precis_i18n/issues * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_7 userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking precis_i18n-1.0.1.tar.gz to /var/tmp/portage/dev-python/precis-i18n-1.0.1/work >>> Source unpacked in /var/tmp/portage/dev-python/precis-i18n-1.0.1/work >>> Preparing source in /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1 ... * python3_7: running distutils-r1_run_phase distutils-r1_python_compile python3.7 setup.py build -j 4 running build running build_py creating /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1-python3_7/lib/precis_i18n copying precis_i18n/__init__.py -> /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1-python3_7/lib/precis_i18n copying precis_i18n/profile.py -> /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1-python3_7/lib/precis_i18n copying precis_i18n/bidi.py -> /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1-python3_7/lib/precis_i18n copying precis_i18n/codepointset.py -> /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1-python3_7/lib/precis_i18n copying precis_i18n/baseclass.py -> /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1-python3_7/lib/precis_i18n copying precis_i18n/codec.py -> /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1-python3_7/lib/precis_i18n copying precis_i18n/unicode.py -> /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1-python3_7/lib/precis_i18n copying precis_i18n/context.py -> /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1-python3_7/lib/precis_i18n copying precis_i18n/factory.py -> /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1-python3_7/lib/precis_i18n copying precis_i18n/derived.py -> /var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1-python3_7/lib/precis_i18n warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. >>> Test phase: dev-python/precis-i18n-1.0.1 * python3_7: running distutils-r1_run_phase python_test python3.7 setup.py test running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing precis_i18n.egg-info/PKG-INFO writing dependency_links to precis_i18n.egg-info/dependency_links.txt writing top-level names to precis_i18n.egg-info/top_level.txt reading manifest file 'precis_i18n.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'test/test_derived_props.py' writing manifest file 'precis_i18n.egg-info/SOURCES.txt' running build_ext running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing precis_i18n.egg-info/PKG-INFO writing dependency_links to precis_i18n.egg-info/dependency_links.txt writing top-level names to precis_i18n.egg-info/top_level.txt reading manifest file 'precis_i18n.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'test/test_derived_props.py' writing manifest file 'precis_i18n.egg-info/SOURCES.txt' running build_ext test_decode (test_codec.TestCodec) ... ok test_encode (test_codec.TestCodec) ... ok test_encode_errors (test_codec.TestCodec) ... ok test_search_function (test_codec.TestCodec) ... ok test_coalesce (test_codepointset.TestCodepointSet) ... ok test_contains (test_codepointset.TestCodepointSet) ... ok test_equals (test_codepointset.TestCodepointSet) ... ok test_even_odd (test_codepointset.TestCodepointSet) ... ok test_len (test_codepointset.TestCodepointSet) ... ok test_malformed_range (test_codepointset.TestCodepointSet) ... ok test_parse (test_codepointset.TestCodepointSet) ... ok test_repr (test_codepointset.TestCodepointSet) ... ok test_derived_props (test_derived_props_files.TestDerivedPropsFiles) Check derived property values do not change as UCD version increases. ... ERROR test_iana_derived_props (test_derived_props_files.TestDerivedPropsFiles) Compare IANA precis-tables to derived-props-6.3.txt ... ERROR test_missing (test_factory.TestGetProfile) ... ok test_enforce (test_factory.TestNickname) ... ok test_enforce (test_factory.TestNicknameCaseMapped) ... ok test_constructor (test_factory.TestUsername) ... ok test_constructor_fail (test_factory.TestUsername) ... ok test_enforce (test_factory.TestUsernameCaseMapped) ... ok test_enforce (test_factory.TestUsernameCasePreserved) ... ok test_identifier_oddities (test_factory.TestUsernameCasePreserved) ... ok test_invalid_argument (test_factory.TestUsernameCasePreserved) ... ok test_golden_json (test_golden.TestGolden) ... ok test_all_codepoints (test_idempotent.IdempotentTestCase) Verify all individual code points are idempotent. ... ok test_broken_profile (test_idempotent.IdempotentTestCase) Test that we can catch a profile that is not idempotent. ... ok test_ietf_vectors (unittest.loader._FailedTest) ... ERROR test_bidi_rule_ltr (test_precis.TestBidiRule) ... ok test_bidi_rule_rtl (test_precis.TestBidiRule) ... ok test_has_rtl (test_precis.TestBidiRule) ... ok test_derived_property (test_precis.TestDerivedProperty) ... ok test_arabic_indic (test_precis.TestPrecisContextRule) ... ok test_context_rule (test_precis.TestPrecisContextRule) ... ok test_extended_arabic_indic (test_precis.TestPrecisContextRule) ... ok test_katatana_middle_dot (test_precis.TestPrecisContextRule) ... ok test_rule_greek_keraia (test_precis.TestPrecisContextRule) ... ok test_rule_hebrew_punctuation (test_precis.TestPrecisContextRule) ... ok test_rule_middle_dot (test_precis.TestPrecisContextRule) ... ok test_rule_zero_width_joiner (test_precis.TestPrecisContextRule) ... ok test_rule_zero_width_nonjoiner (test_precis.TestPrecisContextRule) ... ok test_invalid_freeform (test_precis.TestPrecisFreeformClass) ... ok test_valid_freeform (test_precis.TestPrecisFreeformClass) ... ok test_invalid_identifier (test_precis.TestPrecisIdentifierClass) ... ok test_valid_identifier (test_precis.TestPrecisIdentifierClass) ... ok test_arabic_indic (test_precis.TestPrecisUnicodeData) ... ok test_combining_virama (test_precis.TestPrecisUnicodeData) ... ok test_control (test_precis.TestPrecisUnicodeData) ... ok test_default_ignorable_code_point (test_precis.TestPrecisUnicodeData) ... ok test_extended_arabic_indic (test_precis.TestPrecisUnicodeData) ... ok test_greek_script (test_precis.TestPrecisUnicodeData) ... ok test_has_compat (test_precis.TestPrecisUnicodeData) ... ok test_hebrew_script (test_precis.TestPrecisUnicodeData) ... ok test_hiragana_katakana_han_script (test_precis.TestPrecisUnicodeData) ... ok test_noncharacter (test_precis.TestPrecisUnicodeData) ... ok test_old_hangul_jamo (test_precis.TestPrecisUnicodeData) ... ok test_replace_whitespace (test_precis.TestPrecisUnicodeData) ... ok test_valid_join_type (test_precis.TestPrecisUnicodeData) ... ok test_version_to_float (test_precis.TestPrecisUnicodeData) ... ok test_width_map (test_precis.TestPrecisUnicodeData) ... ok ====================================================================== ERROR: test_derived_props (test_derived_props_files.TestDerivedPropsFiles) Check derived property values do not change as UCD version increases. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1/test/test_derived_props_files.py", line 99, in test_derived_props tables = _load_tables() File "/var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1/test/test_derived_props_files.py", line 86, in _load_tables table = _load_table(file_template % version) File "/var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1/test/test_derived_props_files.py", line 31, in _load_table with open(filename) as fp: FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1/test/derived-props-6.1.txt' ====================================================================== ERROR: test_iana_derived_props (test_derived_props_files.TestDerivedPropsFiles) Compare IANA precis-tables to derived-props-6.3.txt ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1/test/test_derived_props_files.py", line 116, in test_iana_derived_props iana_table = _load_table_iana(iana_path) File "/var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1/test/test_derived_props_files.py", line 53, in _load_table_iana with open(filename) as fp: FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1/test/iana-precis-tables-6.3.0.csv' ====================================================================== ERROR: test_ietf_vectors (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_ietf_vectors Traceback (most recent call last): File "/usr/lib/python3.7/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3.7/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1/test/test_ietf_vectors.py", line 71, in _test_row(row[0], row[1], 'FreeformClass') File "/var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1/test/test_ietf_vectors.py", line 67, in _test_row assert result == output AssertionError ---------------------------------------------------------------------- Ran 59 tests in 68.715s FAILED (errors=3) Test failed: é̟ é̟ error: Test failed: * ERROR: dev-python/precis-i18n-1.0.1::gentoo failed (test phase): * (no error message) * * Call stack: * ebuild.sh, line 125: Called src_test * environment, line 3779: Called distutils-r1_src_test * environment, line 1232: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 364: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 3394: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2700: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2698: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 820: Called distutils-r1_run_phase 'python_test' * environment, line 1169: Called python_test * environment, line 3739: Called esetup.py 'test' * environment, line 1835: Called die * The specific snippet of code: * "${@}" || die "${die_args[@]}"; * * If you need support, post the output of `emerge --info '=dev-python/precis-i18n-1.0.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/precis-i18n-1.0.1::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/dev-python/precis-i18n-1.0.1:20200517-015103.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/precis-i18n-1.0.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/precis-i18n-1.0.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1' * S: '/var/tmp/portage/dev-python/precis-i18n-1.0.1/work/precis_i18n-1.0.1' emerge --info: Portage 2.3.99 (python 3.7.7-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r3, 5.4.0-1009-aws x86_64) ================================================================= System uname: Linux-5.4.0-1009-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 KiB Mem: 16011344 total, 8964520 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Mon, 18 May 2020 09:35:22 +0000 sh bash 5.0_p17 ld GNU ld (Gentoo 2.34 p4) 2.34.0 app-shells/bash: 5.0_p17::gentoo dev-lang/perl: 5.30.2::gentoo dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.3::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.18::gentoo sys-devel/autoconf: 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34-r1::gentoo sys-devel/gcc: 10.1.0::gentoo sys-devel/gcc-config: 2.2.1::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.6::gentoo (virtual/os-headers) sys-libs/glibc: 2.31-r3::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: yes sync-rsync-verify-max-age: 24 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CC="x86_64-pc-linux-gnu-gcc" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXX="x86_64-pc-linux-gnu-g++" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" 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 -march=native -frecord-gcc-switches" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg 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 strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j4" 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="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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" CPU_FLAGS_X86="mmx mmxext sse sse2" 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" KERNEL="linux" 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_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa 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, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS