>>> py3-elementpath: Building testing/py3-elementpath 2.4.0-r0 (using abuild 3.9.0-r0) started Wed, 23 Feb 2022 19:28:35 +0000 >>> py3-elementpath: Checking sanity of /home/buildozer/aports/testing/py3-elementpath/APKBUILD... >>> py3-elementpath: Analyzing dependencies... >>> py3-elementpath: Installing for build: build-base py3-setuptools py3-pytest (1/24) Installing libbz2 (1.0.8-r1) (2/24) Installing libffi (3.4.2-r1) (3/24) Installing gdbm (1.23-r0) (4/24) Installing xz-libs (5.2.5-r0) (5/24) Installing mpdecimal (2.5.1-r1) (6/24) Installing readline (8.1.1-r0) (7/24) Installing sqlite-libs (3.37.2-r0) (8/24) Installing python3 (3.10.2-r0) (9/24) Installing py3-ordered-set (4.0.2-r3) (10/24) Installing py3-appdirs (1.4.4-r3) (11/24) Installing py3-parsing (2.4.7-r3) (12/24) Installing py3-six (1.16.0-r1) (13/24) Installing py3-packaging (21.3-r0) (14/24) Installing py3-setuptools (52.0.0-r5) (15/24) Installing py3-atomicwrites (1.4.0-r2) (16/24) Installing py3-attrs (21.2.0-r1) (17/24) Installing py3-more-itertools (8.12.0-r1) (18/24) Installing py3-iniconfig (1.1.1-r2) (19/24) Installing py3-pluggy (0.13.1-r5) (20/24) Installing py3-py (1.10.0-r2) (21/24) Installing py3-wcwidth (0.2.5-r2) (22/24) Installing py3-toml (0.10.2-r3) (23/24) Installing py3-pytest (6.2.5-r1) (24/24) Installing .makedepends-py3-elementpath (20220223.192836) Executing busybox-1.35.0-r2.trigger OK: 291 MiB in 113 packages >>> py3-elementpath: Cleaning up srcdir >>> py3-elementpath: Cleaning up pkgdir >>> py3-elementpath: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-elementpath-2.4.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-elementpath: Fetching py3-elementpath-2.4.0.tar.gz::https://github.com/sissaschool/elementpath/archive/refs/tags/v2.4.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141 100 141 0 0 254 0 --:--:-- --:--:-- --:--:-- 254 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 238k 100 238k 0 0 157k 0 0:00:01 0:00:01 --:--:-- 410k >>> py3-elementpath: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-elementpath-2.4.0.tar.gz >>> py3-elementpath: Checking sha512sums... py3-elementpath-2.4.0.tar.gz: OK >>> py3-elementpath: Unpacking /var/cache/distfiles/edge/py3-elementpath-2.4.0.tar.gz... /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'license_file' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/elementpath copying elementpath/tdop.py -> build/lib/elementpath copying elementpath/xpath_token.py -> build/lib/elementpath copying elementpath/xpath_selectors.py -> build/lib/elementpath copying elementpath/namespaces.py -> build/lib/elementpath copying elementpath/xpath3.py -> build/lib/elementpath copying elementpath/protocols.py -> build/lib/elementpath copying elementpath/schema_proxy.py -> build/lib/elementpath copying elementpath/__init__.py -> build/lib/elementpath copying elementpath/xpath_context.py -> build/lib/elementpath copying elementpath/xpath_nodes.py -> build/lib/elementpath copying elementpath/exceptions.py -> build/lib/elementpath copying elementpath/helpers.py -> build/lib/elementpath creating build/lib/elementpath/xpath1 copying elementpath/xpath1/xpath1_axes.py -> build/lib/elementpath/xpath1 copying elementpath/xpath1/xpath1_operators.py -> build/lib/elementpath/xpath1 copying elementpath/xpath1/xpath1_functions.py -> build/lib/elementpath/xpath1 copying elementpath/xpath1/__init__.py -> build/lib/elementpath/xpath1 copying elementpath/xpath1/xpath1_parser.py -> build/lib/elementpath/xpath1 creating build/lib/elementpath/datatypes copying elementpath/datatypes/datetime.py -> build/lib/elementpath/datatypes copying elementpath/datatypes/numeric.py -> build/lib/elementpath/datatypes copying elementpath/datatypes/qname.py -> build/lib/elementpath/datatypes copying elementpath/datatypes/proxies.py -> build/lib/elementpath/datatypes copying elementpath/datatypes/untyped.py -> build/lib/elementpath/datatypes copying elementpath/datatypes/uri.py -> build/lib/elementpath/datatypes copying elementpath/datatypes/string.py -> build/lib/elementpath/datatypes copying elementpath/datatypes/__init__.py -> build/lib/elementpath/datatypes copying elementpath/datatypes/atomic_types.py -> build/lib/elementpath/datatypes copying elementpath/datatypes/binary.py -> build/lib/elementpath/datatypes creating build/lib/elementpath/regex copying elementpath/regex/unicode_subsets.py -> build/lib/elementpath/regex copying elementpath/regex/patterns.py -> build/lib/elementpath/regex copying elementpath/regex/character_classes.py -> build/lib/elementpath/regex copying elementpath/regex/codepoints.py -> build/lib/elementpath/regex copying elementpath/regex/__init__.py -> build/lib/elementpath/regex copying elementpath/regex/unicode_categories.py -> build/lib/elementpath/regex copying elementpath/regex/generate_categories.py -> build/lib/elementpath/regex creating build/lib/elementpath/xpath30 copying elementpath/xpath30/xpath30_operators.py -> build/lib/elementpath/xpath30 copying elementpath/xpath30/xpath30_formats.py -> build/lib/elementpath/xpath30 copying elementpath/xpath30/__init__.py -> build/lib/elementpath/xpath30 copying elementpath/xpath30/xpath30_parser.py -> build/lib/elementpath/xpath30 copying elementpath/xpath30/xpath30_functions.py -> build/lib/elementpath/xpath30 creating build/lib/elementpath/xpath31 copying elementpath/xpath31/__init__.py -> build/lib/elementpath/xpath31 copying elementpath/xpath31/xpath31_parser.py -> build/lib/elementpath/xpath31 creating build/lib/elementpath/xpath2 copying elementpath/xpath2/xpath2_constructors.py -> build/lib/elementpath/xpath2 copying elementpath/xpath2/xpath2_operators.py -> build/lib/elementpath/xpath2 copying elementpath/xpath2/xpath2_parser.py -> build/lib/elementpath/xpath2 copying elementpath/xpath2/__init__.py -> build/lib/elementpath/xpath2 copying elementpath/xpath2/xpath2_functions.py -> build/lib/elementpath/xpath2 running egg_info creating elementpath.egg-info writing elementpath.egg-info/PKG-INFO writing dependency_links to elementpath.egg-info/dependency_links.txt writing requirements to elementpath.egg-info/requires.txt writing top-level names to elementpath.egg-info/top_level.txt writing manifest file 'elementpath.egg-info/SOURCES.txt' reading manifest file 'elementpath.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'setup.cfg' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution writing manifest file 'elementpath.egg-info/SOURCES.txt' copying elementpath/py.typed -> build/lib/elementpath ============================= test session starts ============================== platform linux -- Python 3.10.2, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/testing/py3-elementpath/src/elementpath-2.4.0 collected 1709 items / 1 deselected / 1708 selected tests/test_datatypes.py ................................................ [ 2%] ................................................................. [ 6%] tests/test_exceptions.py .. [ 6%] tests/test_helpers.py ...... [ 7%] tests/test_namespaces.py .... [ 7%] tests/test_package.py .. [ 7%] tests/test_regex.py ..................................s................. [ 10%] ...... [ 10%] tests/test_schema_context.py sssssss [ 11%] tests/test_schema_proxy.py ssssssssssssssssssssssssssssssssssssss [ 13%] tests/test_selectors.py .... [ 13%] tests/test_tdop_parser.py ................... [ 14%] tests/test_typing.py s [ 14%] tests/test_xpath1_parser.py ............................................ [ 17%] ...............................sssssssssssssssssssssssssssssssssssssssss [ 21%] sssssssssssssssssssssssssssssssssss [ 23%] tests/test_xpath2_constructors.py ....................................ss [ 25%] ssssssssssssssssssssssssssssssssss [ 27%] tests/test_xpath2_functions.py ............s............................ [ 30%] .........ss...............................ssssssssssssssssssssssssssssss [ 34%] ssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 37%] tests/test_xpath2_parser.py ..............s............................. [ 40%] ........s............................................................... [ 44%] .................sssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 48%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 52%] ssssss [ 53%] tests/test_xpath3.py ....................s.............................. [ 56%] .......................s................................................ [ 60%] ......................................................ssssssssssssssssss [ 64%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 68%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] sssssssssssssss....................s.................................... [ 77%] .................s...................................................... [ 81%] ................................................ssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 89%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 94%] sssssssss [ 94%] tests/test_xpath_context.py ..s................. [ 95%] tests/test_xpath_nodes.py ..................... [ 97%] tests/test_xpath_token.py .....................ss.........ss..s....s.... [ 99%] ... [100%] =============== 962 passed, 746 skipped, 1 deselected in 24.44s ================ >>> py3-elementpath: Entering fakeroot... /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'license_file' warnings.warn(msg) running install running build running build_py running egg_info writing elementpath.egg-info/PKG-INFO writing dependency_links to elementpath.egg-info/dependency_links.txt writing requirements to elementpath.egg-info/requires.txt writing top-level names to elementpath.egg-info/top_level.txt reading manifest file 'elementpath.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'setup.cfg' writing manifest file 'elementpath.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/testing/py3-elementpath/pkg creating /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath creating /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr creating /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib creating /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath copying build/lib/elementpath/tdop.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath copying build/lib/elementpath/py.typed -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath creating /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath1 copying build/lib/elementpath/xpath1/xpath1_axes.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath1 copying build/lib/elementpath/xpath1/xpath1_operators.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath1 copying build/lib/elementpath/xpath1/xpath1_functions.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath1 copying build/lib/elementpath/xpath1/__init__.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath1 copying build/lib/elementpath/xpath1/xpath1_parser.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath1 creating /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes copying build/lib/elementpath/datatypes/datetime.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes copying build/lib/elementpath/datatypes/numeric.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes copying build/lib/elementpath/datatypes/qname.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes copying build/lib/elementpath/datatypes/proxies.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes copying build/lib/elementpath/datatypes/untyped.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes copying build/lib/elementpath/datatypes/uri.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes copying build/lib/elementpath/datatypes/string.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes copying build/lib/elementpath/datatypes/__init__.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes copying build/lib/elementpath/datatypes/atomic_types.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes copying build/lib/elementpath/datatypes/binary.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes copying build/lib/elementpath/xpath_token.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath copying build/lib/elementpath/xpath_selectors.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath creating /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex copying build/lib/elementpath/regex/unicode_subsets.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex copying build/lib/elementpath/regex/patterns.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex copying build/lib/elementpath/regex/character_classes.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex copying build/lib/elementpath/regex/codepoints.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex copying build/lib/elementpath/regex/__init__.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex copying build/lib/elementpath/regex/unicode_categories.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex copying build/lib/elementpath/regex/generate_categories.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex copying build/lib/elementpath/namespaces.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath creating /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath30 copying build/lib/elementpath/xpath30/xpath30_operators.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath30 copying build/lib/elementpath/xpath30/xpath30_formats.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath30 copying build/lib/elementpath/xpath30/__init__.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath30 copying build/lib/elementpath/xpath30/xpath30_parser.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath30 copying build/lib/elementpath/xpath30/xpath30_functions.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath30 creating /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath31 copying build/lib/elementpath/xpath31/__init__.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath31 copying build/lib/elementpath/xpath31/xpath31_parser.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath31 copying build/lib/elementpath/xpath3.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath copying build/lib/elementpath/protocols.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath creating /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath2 copying build/lib/elementpath/xpath2/xpath2_constructors.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath2 copying build/lib/elementpath/xpath2/xpath2_operators.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath2 copying build/lib/elementpath/xpath2/xpath2_parser.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath2 copying build/lib/elementpath/xpath2/__init__.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath2 copying build/lib/elementpath/xpath2/xpath2_functions.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath2 copying build/lib/elementpath/schema_proxy.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath copying build/lib/elementpath/__init__.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath copying build/lib/elementpath/xpath_context.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath copying build/lib/elementpath/xpath_nodes.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath copying build/lib/elementpath/exceptions.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath copying build/lib/elementpath/helpers.py -> /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/tdop.py to tdop.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath1/xpath1_axes.py to xpath1_axes.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath1/xpath1_operators.py to xpath1_operators.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath1/xpath1_functions.py to xpath1_functions.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath1/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath1/xpath1_parser.py to xpath1_parser.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes/datetime.py to datetime.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes/numeric.py to numeric.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes/qname.py to qname.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes/proxies.py to proxies.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes/untyped.py to untyped.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes/uri.py to uri.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes/string.py to string.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes/atomic_types.py to atomic_types.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/datatypes/binary.py to binary.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath_token.py to xpath_token.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath_selectors.py to xpath_selectors.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex/unicode_subsets.py to unicode_subsets.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex/patterns.py to patterns.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex/character_classes.py to character_classes.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex/codepoints.py to codepoints.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex/unicode_categories.py to unicode_categories.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/regex/generate_categories.py to generate_categories.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/namespaces.py to namespaces.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath30/xpath30_operators.py to xpath30_operators.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath30/xpath30_formats.py to xpath30_formats.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath30/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath30/xpath30_parser.py to xpath30_parser.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath30/xpath30_functions.py to xpath30_functions.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath31/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath31/xpath31_parser.py to xpath31_parser.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath3.py to xpath3.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/protocols.py to protocols.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath2/xpath2_constructors.py to xpath2_constructors.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath2/xpath2_operators.py to xpath2_operators.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath2/xpath2_parser.py to xpath2_parser.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath2/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath2/xpath2_functions.py to xpath2_functions.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/schema_proxy.py to schema_proxy.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath_context.py to xpath_context.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/xpath_nodes.py to xpath_nodes.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath/helpers.py to helpers.cpython-310.pyc running install_egg_info Copying elementpath.egg-info to /home/buildozer/aports/testing/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.10/site-packages/elementpath-2.4.0-py3.10.egg-info running install_scripts >>> py3-elementpath*: Running postcheck for py3-elementpath >>> py3-elementpath*: Preparing package py3-elementpath... >>> py3-elementpath*: Tracing dependencies... >>> py3-elementpath*: Package size: 1.4 MB >>> py3-elementpath*: Compressing data... >>> py3-elementpath*: Create checksum... >>> py3-elementpath*: Create py3-elementpath-2.4.0-r0.apk >>> py3-elementpath: Build complete at Wed, 23 Feb 2022 19:29:06 +0000 elapsed time 0h 0m 31s >>> py3-elementpath: Cleaning up srcdir >>> py3-elementpath: Cleaning up pkgdir >>> py3-elementpath: Uninstalling dependencies... (1/24) Purging .makedepends-py3-elementpath (20220223.192836) (2/24) Purging py3-setuptools (52.0.0-r5) (3/24) Purging py3-ordered-set (4.0.2-r3) (4/24) Purging py3-appdirs (1.4.4-r3) (5/24) Purging py3-pytest (6.2.5-r1) (6/24) Purging py3-atomicwrites (1.4.0-r2) (7/24) Purging py3-attrs (21.2.0-r1) (8/24) Purging py3-more-itertools (8.12.0-r1) (9/24) Purging py3-iniconfig (1.1.1-r2) (10/24) Purging py3-pluggy (0.13.1-r5) (11/24) Purging py3-py (1.10.0-r2) (12/24) Purging py3-wcwidth (0.2.5-r2) (13/24) Purging py3-packaging (21.3-r0) (14/24) Purging py3-parsing (2.4.7-r3) (15/24) Purging py3-six (1.16.0-r1) (16/24) Purging py3-toml (0.10.2-r3) (17/24) Purging python3 (3.10.2-r0) (18/24) Purging libbz2 (1.0.8-r1) (19/24) Purging libffi (3.4.2-r1) (20/24) Purging gdbm (1.23-r0) (21/24) Purging xz-libs (5.2.5-r0) (22/24) Purging mpdecimal (2.5.1-r1) (23/24) Purging readline (8.1.1-r0) (24/24) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r2.trigger OK: 230 MiB in 89 packages >>> py3-elementpath: Updating the testing/ppc64le repository index... >>> py3-elementpath: Signing the index...