>>> py3-elementpath: Building main/py3-elementpath 4.1.2-r0 (using abuild 3.11.0_rc13-r1) started Sat, 06 May 2023 02:07:34 +0000
>>> py3-elementpath: Checking sanity of /home/buildozer/aports/main/py3-elementpath/APKBUILD...
>>> py3-elementpath: Analyzing dependencies...
>>> py3-elementpath: Installing for build: build-base py3-setuptools py3-pytest py3-lxml
(1/33) Installing libbz2 (1.0.8-r5)
(2/33) Installing libffi (3.4.4-r2)
(3/33) Installing gdbm (1.23-r1)
(4/33) Installing xz-libs (5.4.3-r0)
(5/33) Installing mpdecimal (2.5.1-r2)
(6/33) Installing libpanelw (6.4_p20230429-r0)
(7/33) Installing readline (8.2.1-r1)
(8/33) Installing sqlite-libs (3.41.2-r2)
(9/33) Installing python3 (3.11.3-r10)
(10/33) Installing python3-pycache-pyc0 (3.11.3-r10)
(11/33) Installing pyc (0.1-r0)
(12/33) Installing py3-setuptools-pyc (67.7.2-r0)
(13/33) Installing py3-parsing (3.0.9-r2)
(14/33) Installing py3-parsing-pyc (3.0.9-r2)
(15/33) Installing py3-packaging-pyc (23.1-r1)
(16/33) Installing python3-pyc (3.11.3-r10)
(17/33) Installing py3-packaging (23.1-r1)
(18/33) Installing py3-setuptools (67.7.2-r0)
(19/33) Installing py3-iniconfig (1.1.1-r6)
(20/33) Installing py3-iniconfig-pyc (1.1.1-r6)
(21/33) Installing py3-pluggy (1.0.0-r3)
(22/33) Installing py3-pluggy-pyc (1.0.0-r3)
(23/33) Installing py3-py (1.11.0-r2)
(24/33) Installing py3-py-pyc (1.11.0-r2)
(25/33) Installing py3-pytest (7.3.1-r1)
(26/33) Installing py3-pytest-pyc (7.3.1-r1)
(27/33) Installing libgpg-error (1.47-r1)
(28/33) Installing libgcrypt (1.10.2-r1)
(29/33) Installing libxml2 (2.11.2-r0)
(30/33) Installing libxslt (1.1.37-r4)
(31/33) Installing py3-lxml (4.9.2-r4)
(32/33) Installing py3-lxml-pyc (4.9.2-r4)
(33/33) Installing .makedepends-py3-elementpath (20230506.020734)
Executing busybox-1.36.0-r9.trigger
OK: 432 MiB in 131 packages
>>> py3-elementpath: Cleaning up srcdir
>>> py3-elementpath: Cleaning up pkgdir
>>> py3-elementpath: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-elementpath-4.1.2.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  314k  100  314k    0     0   536k      0 --:--:-- --:--:-- --:--:--  536k
>>> py3-elementpath: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-elementpath-4.1.2.tar.gz
>>> py3-elementpath: Checking sha512sums...
py3-elementpath-4.1.2.tar.gz: OK
>>> py3-elementpath: Unpacking /var/cache/distfiles/v3.18/py3-elementpath-4.1.2.tar.gz...
running build
running build_py
creating build
creating build/lib
creating build/lib/elementpath
copying elementpath/xpath_nodes.py -> build/lib/elementpath
copying elementpath/__init__.py -> build/lib/elementpath
copying elementpath/tdop.py -> build/lib/elementpath
copying elementpath/exceptions.py -> build/lib/elementpath
copying elementpath/sequence_types.py -> build/lib/elementpath
copying elementpath/protocols.py -> build/lib/elementpath
copying elementpath/xpath3.py -> build/lib/elementpath
copying elementpath/etree.py -> build/lib/elementpath
copying elementpath/collations.py -> build/lib/elementpath
copying elementpath/namespaces.py -> build/lib/elementpath
copying elementpath/xpath_selectors.py -> build/lib/elementpath
copying elementpath/tree_builders.py -> build/lib/elementpath
copying elementpath/compare.py -> build/lib/elementpath
copying elementpath/serialization.py -> build/lib/elementpath
copying elementpath/xpath_context.py -> build/lib/elementpath
copying elementpath/schema_proxy.py -> build/lib/elementpath
copying elementpath/xpath_tokens.py -> build/lib/elementpath
copying elementpath/helpers.py -> build/lib/elementpath
creating build/lib/elementpath/validators
copying elementpath/validators/__init__.py -> build/lib/elementpath/validators
creating build/lib/elementpath/xpath2
copying elementpath/xpath2/__init__.py -> build/lib/elementpath/xpath2
copying elementpath/xpath2/_xpath2_functions.py -> build/lib/elementpath/xpath2
copying elementpath/xpath2/_xpath2_constructors.py -> build/lib/elementpath/xpath2
copying elementpath/xpath2/xpath2_parser.py -> build/lib/elementpath/xpath2
copying elementpath/xpath2/_xpath2_operators.py -> build/lib/elementpath/xpath2
creating build/lib/elementpath/xpath30
copying elementpath/xpath30/__init__.py -> build/lib/elementpath/xpath30
copying elementpath/xpath30/_xpath30_operators.py -> build/lib/elementpath/xpath30
copying elementpath/xpath30/xpath30_parser.py -> build/lib/elementpath/xpath30
copying elementpath/xpath30/xpath30_helpers.py -> build/lib/elementpath/xpath30
copying elementpath/xpath30/_xpath30_functions.py -> build/lib/elementpath/xpath30
copying elementpath/xpath30/_translation_maps.py -> build/lib/elementpath/xpath30
creating build/lib/elementpath/xpath1
copying elementpath/xpath1/xpath1_parser.py -> build/lib/elementpath/xpath1
copying elementpath/xpath1/__init__.py -> 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
creating build/lib/elementpath/regex
copying elementpath/regex/patterns.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/character_classes.py -> build/lib/elementpath/regex
copying elementpath/regex/generate_categories.py -> build/lib/elementpath/regex
copying elementpath/regex/unicode_subsets.py -> build/lib/elementpath/regex
copying elementpath/regex/unicode_categories.py -> build/lib/elementpath/regex
creating build/lib/elementpath/xpath31
copying elementpath/xpath31/_xpath31_functions.py -> build/lib/elementpath/xpath31
copying elementpath/xpath31/__init__.py -> build/lib/elementpath/xpath31
copying elementpath/xpath31/xpath31_parser.py -> build/lib/elementpath/xpath31
copying elementpath/xpath31/_xpath31_operators.py -> build/lib/elementpath/xpath31
creating build/lib/elementpath/datatypes
copying elementpath/datatypes/untyped.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/datetime.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/__init__.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/binary.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/proxies.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/atomic_types.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/qname.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/numeric.py -> build/lib/elementpath/datatypes
copying elementpath/py.typed -> build/lib/elementpath
copying elementpath/validators/analyze-string.xsd -> build/lib/elementpath/validators
copying elementpath/validators/schema-for-json.xsd -> build/lib/elementpath/validators
============================= test session starts ==============================
platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0
rootdir: /home/buildozer/aports/main/py3-elementpath/src/elementpath-4.1.2
collected 2406 items / 9 deselected / 2397 selected

tests/test_collations.py ..                                              [  0%]
tests/test_compare.py ...                                                [  0%]
tests/test_datatypes.py s............................................... [  2%]
........................................................................ [  5%]
....................                                                     [  6%]
tests/test_etree.py ..............                                       [  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............... [  9%]
..........                                                               [ 10%]
tests/test_schema_context.py sssssss                                     [ 10%]
tests/test_schema_proxy.py ssssssssssssssssssssssssssssssssssss          [ 11%]
tests/test_selectors.py ...........                                      [ 12%]
tests/test_serialization.py ....                                         [ 12%]
tests/test_tdop_parser.py ....................                           [ 13%]
tests/test_tree_builders.py .....                                        [ 13%]
tests/test_typing.py s                                                   [ 13%]
tests/test_xpath1_parser.py ............................................ [ 15%]
........................................................................ [ 18%]
.....................................                                    [ 20%]
tests/test_xpath2_constructors.py ...................................... [ 21%]
....................................                                     [ 23%]
tests/test_xpath2_functions.py ............s............................ [ 24%]
..........ss...........................................s................ [ 27%]
......................ss...............................                  [ 30%]
tests/test_xpath2_parser.py ..............s............................. [ 31%]
................s........s.............................................. [ 35%]
..................................s..................................... [ 38%]
........s........s...................................................... [ 41%]
............                                                             [ 41%]
tests/test_xpath30.py ..............s................................... [ 43%]
...................s.........s.......................................... [ 46%]
.......................................s................................ [ 49%]
......................s.........s....................................... [ 52%]
...............................................s........................ [ 55%]
.................................ss..................................... [ 58%]
.........................s.............................................. [ 61%]
...........ss........................................................... [ 64%]
..........................................................               [ 67%]
tests/test_xpath31.py ...................................s.............. [ 69%]
...........................................s..........................s. [ 72%]
........................................................................ [ 75%]
.....................................s.................................. [ 78%]
.......................s..........................s..................... [ 81%]
........................................................................ [ 84%]
.s.........................................................ss........... [ 87%]
...................................................s.................... [ 90%]
.....................................ss................................. [ 93%]
........................................................................ [ 96%]
............                                                             [ 96%]
tests/test_xpath_context.py ................                             [ 97%]
tests/test_xpath_nodes.py ...................                            [ 98%]
tests/test_xpath_tokens.py ...................ss.........ss..s....s..... [100%]

================ 2309 passed, 88 skipped, 9 deselected in 6.09s ================
>>> py3-elementpath: Entering fakeroot...
running install
/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer, pypa/build or
        other standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /home/buildozer/aports/main/py3-elementpath/pkg
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/xpath_nodes.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/__init__.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/tdop.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/exceptions.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/sequence_types.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/validators
copying build/lib/elementpath/validators/__init__.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/validators
copying build/lib/elementpath/validators/analyze-string.xsd -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/validators
copying build/lib/elementpath/validators/schema-for-json.xsd -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/validators
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath2
copying build/lib/elementpath/xpath2/__init__.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath2
copying build/lib/elementpath/xpath2/_xpath2_functions.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath2
copying build/lib/elementpath/xpath2/_xpath2_constructors.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath2
copying build/lib/elementpath/xpath2/xpath2_parser.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath2
copying build/lib/elementpath/xpath2/_xpath2_operators.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath2
copying build/lib/elementpath/py.typed -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/protocols.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/xpath3.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/etree.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30
copying build/lib/elementpath/xpath30/__init__.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30
copying build/lib/elementpath/xpath30/_xpath30_operators.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30
copying build/lib/elementpath/xpath30/xpath30_parser.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30
copying build/lib/elementpath/xpath30/xpath30_helpers.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30
copying build/lib/elementpath/xpath30/_xpath30_functions.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30
copying build/lib/elementpath/xpath30/_translation_maps.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30
copying build/lib/elementpath/collations.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/namespaces.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath1
copying build/lib/elementpath/xpath1/xpath1_parser.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath1
copying build/lib/elementpath/xpath1/__init__.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath1
copying build/lib/elementpath/xpath1/_xpath1_axes.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath1
copying build/lib/elementpath/xpath1/_xpath1_operators.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath1
copying build/lib/elementpath/xpath1/_xpath1_functions.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath1
copying build/lib/elementpath/xpath_selectors.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex
copying build/lib/elementpath/regex/patterns.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex
copying build/lib/elementpath/regex/codepoints.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex
copying build/lib/elementpath/regex/__init__.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex
copying build/lib/elementpath/regex/character_classes.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex
copying build/lib/elementpath/regex/generate_categories.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex
copying build/lib/elementpath/regex/unicode_subsets.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex
copying build/lib/elementpath/regex/unicode_categories.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex
copying build/lib/elementpath/tree_builders.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/compare.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/serialization.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath31
copying build/lib/elementpath/xpath31/_xpath31_functions.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath31
copying build/lib/elementpath/xpath31/__init__.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath31
copying build/lib/elementpath/xpath31/xpath31_parser.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath31
copying build/lib/elementpath/xpath31/_xpath31_operators.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath31
copying build/lib/elementpath/xpath_context.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/schema_proxy.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
copying build/lib/elementpath/xpath_tokens.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
creating /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes
copying build/lib/elementpath/datatypes/untyped.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes
copying build/lib/elementpath/datatypes/datetime.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes
copying build/lib/elementpath/datatypes/__init__.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes
copying build/lib/elementpath/datatypes/uri.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes
copying build/lib/elementpath/datatypes/string.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes
copying build/lib/elementpath/datatypes/binary.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes
copying build/lib/elementpath/datatypes/proxies.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes
copying build/lib/elementpath/datatypes/atomic_types.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes
copying build/lib/elementpath/datatypes/qname.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes
copying build/lib/elementpath/datatypes/numeric.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes
copying build/lib/elementpath/helpers.py -> /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath_nodes.py to xpath_nodes.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/tdop.py to tdop.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/exceptions.py to exceptions.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/sequence_types.py to sequence_types.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/validators/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath2/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath2/_xpath2_functions.py to _xpath2_functions.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath2/_xpath2_constructors.py to _xpath2_constructors.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath2/xpath2_parser.py to xpath2_parser.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath2/_xpath2_operators.py to _xpath2_operators.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/protocols.py to protocols.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath3.py to xpath3.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/etree.py to etree.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30/_xpath30_operators.py to _xpath30_operators.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30/xpath30_parser.py to xpath30_parser.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30/xpath30_helpers.py to xpath30_helpers.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30/_xpath30_functions.py to _xpath30_functions.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30/_translation_maps.py to _translation_maps.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/collations.py to collations.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/namespaces.py to namespaces.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath1/xpath1_parser.py to xpath1_parser.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath1/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath1/_xpath1_axes.py to _xpath1_axes.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath1/_xpath1_operators.py to _xpath1_operators.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath1/_xpath1_functions.py to _xpath1_functions.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath_selectors.py to xpath_selectors.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex/patterns.py to patterns.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex/codepoints.py to codepoints.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex/character_classes.py to character_classes.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex/generate_categories.py to generate_categories.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex/unicode_subsets.py to unicode_subsets.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex/unicode_categories.py to unicode_categories.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/tree_builders.py to tree_builders.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/compare.py to compare.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/serialization.py to serialization.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath31/_xpath31_functions.py to _xpath31_functions.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath31/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath31/xpath31_parser.py to xpath31_parser.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath31/_xpath31_operators.py to _xpath31_operators.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath_context.py to xpath_context.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/schema_proxy.py to schema_proxy.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath_tokens.py to xpath_tokens.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes/untyped.py to untyped.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes/datetime.py to datetime.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes/uri.py to uri.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes/string.py to string.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes/binary.py to binary.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes/proxies.py to proxies.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes/atomic_types.py to atomic_types.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes/qname.py to qname.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes/numeric.py to numeric.cpython-311.pyc
byte-compiling /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/helpers.py to helpers.cpython-311.pyc
running install_egg_info
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'
adding license file 'LICENSE'
writing manifest file 'elementpath.egg-info/SOURCES.txt'
Copying elementpath.egg-info to /home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath-4.1.2-py3.11.egg-info
running install_scripts
>>> py3-elementpath-pyc*: Running split function pyc...
'/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/__pycache__' -> '/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath-pyc/usr/lib/python3.11/site-packages/elementpath/__pycache__'
'/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/validators/__pycache__' -> '/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath-pyc/usr/lib/python3.11/site-packages/elementpath/validators/__pycache__'
'/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath2/__pycache__' -> '/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath-pyc/usr/lib/python3.11/site-packages/elementpath/xpath2/__pycache__'
'/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath30/__pycache__' -> '/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath-pyc/usr/lib/python3.11/site-packages/elementpath/xpath30/__pycache__'
'/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath1/__pycache__' -> '/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath-pyc/usr/lib/python3.11/site-packages/elementpath/xpath1/__pycache__'
'/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/regex/__pycache__' -> '/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath-pyc/usr/lib/python3.11/site-packages/elementpath/regex/__pycache__'
'/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/xpath31/__pycache__' -> '/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath-pyc/usr/lib/python3.11/site-packages/elementpath/xpath31/__pycache__'
'/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath/usr/lib/python3.11/site-packages/elementpath/datatypes/__pycache__' -> '/home/buildozer/aports/main/py3-elementpath/pkg/py3-elementpath-pyc/usr/lib/python3.11/site-packages/elementpath/datatypes/__pycache__'
>>> py3-elementpath-pyc*: Preparing subpackage py3-elementpath-pyc...
>>> py3-elementpath-pyc*: Running postcheck for py3-elementpath-pyc
>>> py3-elementpath*: Running postcheck for py3-elementpath
>>> py3-elementpath*: Preparing package py3-elementpath...
>>> py3-elementpath-pyc*: Tracing dependencies...
	python3~3.11
>>> py3-elementpath-pyc*: Package size: 1.4 MB
>>> py3-elementpath-pyc*: Compressing data...
>>> py3-elementpath-pyc*: Create checksum...
>>> py3-elementpath-pyc*: Create py3-elementpath-pyc-4.1.2-r0.apk
>>> py3-elementpath*: Tracing dependencies...
	python3~3.11
>>> py3-elementpath*: Package size: 1.0 MB
>>> py3-elementpath*: Compressing data...
>>> py3-elementpath*: Create checksum...
>>> py3-elementpath*: Create py3-elementpath-4.1.2-r0.apk
>>> py3-elementpath: Build complete at Sat, 06 May 2023 02:07:42 +0000 elapsed time 0h 0m 8s
>>> py3-elementpath: Cleaning up srcdir
>>> py3-elementpath: Cleaning up pkgdir
>>> py3-elementpath: Uninstalling dependencies...
(1/33) Purging .makedepends-py3-elementpath (20230506.020734)
(2/33) Purging py3-setuptools-pyc (67.7.2-r0)
(3/33) Purging py3-setuptools (67.7.2-r0)
(4/33) Purging py3-pytest-pyc (7.3.1-r1)
(5/33) Purging py3-pytest (7.3.1-r1)
(6/33) Purging py3-iniconfig-pyc (1.1.1-r6)
(7/33) Purging py3-iniconfig (1.1.1-r6)
(8/33) Purging py3-packaging-pyc (23.1-r1)
(9/33) Purging py3-packaging (23.1-r1)
(10/33) Purging py3-parsing-pyc (3.0.9-r2)
(11/33) Purging py3-parsing (3.0.9-r2)
(12/33) Purging py3-pluggy-pyc (1.0.0-r3)
(13/33) Purging py3-pluggy (1.0.0-r3)
(14/33) Purging py3-py-pyc (1.11.0-r2)
(15/33) Purging py3-py (1.11.0-r2)
(16/33) Purging py3-lxml-pyc (4.9.2-r4)
(17/33) Purging py3-lxml (4.9.2-r4)
(18/33) Purging libxslt (1.1.37-r4)
(19/33) Purging python3-pyc (3.11.3-r10)
(20/33) Purging python3-pycache-pyc0 (3.11.3-r10)
(21/33) Purging pyc (0.1-r0)
(22/33) Purging python3 (3.11.3-r10)
(23/33) Purging gdbm (1.23-r1)
(24/33) Purging libbz2 (1.0.8-r5)
(25/33) Purging libffi (3.4.4-r2)
(26/33) Purging libgcrypt (1.10.2-r1)
(27/33) Purging libgpg-error (1.47-r1)
(28/33) Purging libpanelw (6.4_p20230429-r0)
(29/33) Purging libxml2 (2.11.2-r0)
(30/33) Purging mpdecimal (2.5.1-r2)
(31/33) Purging readline (8.2.1-r1)
(32/33) Purging sqlite-libs (3.41.2-r2)
(33/33) Purging xz-libs (5.4.3-r0)
Executing busybox-1.36.0-r9.trigger
OK: 370 MiB in 98 packages
>>> py3-elementpath: Updating the main/s390x repository index...
>>> py3-elementpath: Signing the index...