>>> py3-xmlschema: Building testing/py3-xmlschema 1.9.2-r0 (using abuild 3.9.0-r0) started Wed, 23 Feb 2022 19:28:38 +0000 >>> py3-xmlschema: Checking sanity of /home/buildozer/aports/testing/py3-xmlschema/APKBUILD... >>> py3-xmlschema: Analyzing dependencies... >>> py3-xmlschema: Installing for build: build-base py3-elementpath py3-setuptools py3-pytest (1/25) Installing py3-elementpath (2.4.0-r0) (2/25) Installing libbz2 (1.0.8-r1) (3/25) Installing libffi (3.4.2-r1) (4/25) Installing gdbm (1.23-r0) (5/25) Installing xz-libs (5.2.5-r0) (6/25) Installing mpdecimal (2.5.1-r1) (7/25) Installing readline (8.1.1-r0) (8/25) Installing sqlite-libs (3.37.2-r0) (9/25) Installing python3 (3.10.2-r0) (10/25) Installing py3-ordered-set (4.0.2-r3) (11/25) Installing py3-appdirs (1.4.4-r3) (12/25) Installing py3-parsing (2.4.7-r3) (13/25) Installing py3-six (1.16.0-r1) (14/25) Installing py3-packaging (21.3-r0) (15/25) Installing py3-setuptools (52.0.0-r5) (16/25) Installing py3-atomicwrites (1.4.0-r2) (17/25) Installing py3-attrs (21.2.0-r1) (18/25) Installing py3-more-itertools (8.12.0-r1) (19/25) Installing py3-iniconfig (1.1.1-r2) (20/25) Installing py3-pluggy (0.13.1-r5) (21/25) Installing py3-py (1.10.0-r2) (22/25) Installing py3-wcwidth (0.2.5-r2) (23/25) Installing py3-toml (0.10.2-r3) (24/25) Installing py3-pytest (6.2.5-r1) (25/25) Installing .makedepends-py3-xmlschema (20220223.192839) Executing busybox-1.35.0-r2.trigger OK: 384 MiB in 118 packages >>> py3-xmlschema: Cleaning up srcdir >>> py3-xmlschema: Cleaning up pkgdir >>> py3-xmlschema: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-xmlschema-1.9.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-xmlschema: Fetching py3-xmlschema-1.9.2.tar.gz::https://github.com/sissaschool/xmlschema/archive/refs/tags/v1.9.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 139 100 139 0 0 317 0 --:--:-- --:--:-- --:--:-- 317 100 376k 100 376k 0 0 300k 0 0:00:01 0:00:01 --:--:-- 300k >>> py3-xmlschema: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-xmlschema-1.9.2.tar.gz >>> py3-xmlschema: Checking sha512sums... py3-xmlschema-1.9.2.tar.gz: OK >>> py3-xmlschema: Unpacking /var/cache/distfiles/edge/py3-xmlschema-1.9.2.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/xmlschema copying xmlschema/resources.py -> build/lib/xmlschema copying xmlschema/__init__.py -> build/lib/xmlschema copying xmlschema/exceptions.py -> build/lib/xmlschema copying xmlschema/limits.py -> build/lib/xmlschema copying xmlschema/names.py -> build/lib/xmlschema copying xmlschema/xpath.py -> build/lib/xmlschema copying xmlschema/documents.py -> build/lib/xmlschema copying xmlschema/etree.py -> build/lib/xmlschema copying xmlschema/dataobjects.py -> build/lib/xmlschema copying xmlschema/namespaces.py -> build/lib/xmlschema copying xmlschema/aliases.py -> build/lib/xmlschema copying xmlschema/cli.py -> build/lib/xmlschema copying xmlschema/helpers.py -> build/lib/xmlschema creating build/lib/xmlschema/validators copying xmlschema/validators/schemas.py -> build/lib/xmlschema/validators copying xmlschema/validators/identities.py -> build/lib/xmlschema/validators copying xmlschema/validators/__init__.py -> build/lib/xmlschema/validators copying xmlschema/validators/exceptions.py -> build/lib/xmlschema/validators copying xmlschema/validators/global_maps.py -> build/lib/xmlschema/validators copying xmlschema/validators/xsdbase.py -> build/lib/xmlschema/validators copying xmlschema/validators/simple_types.py -> build/lib/xmlschema/validators copying xmlschema/validators/groups.py -> build/lib/xmlschema/validators copying xmlschema/validators/facets.py -> build/lib/xmlschema/validators copying xmlschema/validators/attributes.py -> build/lib/xmlschema/validators copying xmlschema/validators/models.py -> build/lib/xmlschema/validators copying xmlschema/validators/elements.py -> build/lib/xmlschema/validators copying xmlschema/validators/particles.py -> build/lib/xmlschema/validators copying xmlschema/validators/wildcards.py -> build/lib/xmlschema/validators copying xmlschema/validators/assertions.py -> build/lib/xmlschema/validators copying xmlschema/validators/notations.py -> build/lib/xmlschema/validators copying xmlschema/validators/complex_types.py -> build/lib/xmlschema/validators copying xmlschema/validators/helpers.py -> build/lib/xmlschema/validators copying xmlschema/validators/builtins.py -> build/lib/xmlschema/validators creating build/lib/xmlschema/testing copying xmlschema/testing/__init__.py -> build/lib/xmlschema/testing copying xmlschema/testing/factory.py -> build/lib/xmlschema/testing copying xmlschema/testing/case_class.py -> build/lib/xmlschema/testing copying xmlschema/testing/builders.py -> build/lib/xmlschema/testing copying xmlschema/testing/observers.py -> build/lib/xmlschema/testing copying xmlschema/testing/helpers.py -> build/lib/xmlschema/testing creating build/lib/xmlschema/extras copying xmlschema/extras/__init__.py -> build/lib/xmlschema/extras copying xmlschema/extras/codegen.py -> build/lib/xmlschema/extras copying xmlschema/extras/wsdl.py -> build/lib/xmlschema/extras creating build/lib/xmlschema/converters copying xmlschema/converters/default.py -> build/lib/xmlschema/converters copying xmlschema/converters/badgerfish.py -> build/lib/xmlschema/converters copying xmlschema/converters/__init__.py -> build/lib/xmlschema/converters copying xmlschema/converters/jsonml.py -> build/lib/xmlschema/converters copying xmlschema/converters/abdera.py -> build/lib/xmlschema/converters copying xmlschema/converters/columnar.py -> build/lib/xmlschema/converters copying xmlschema/converters/unordered.py -> build/lib/xmlschema/converters copying xmlschema/converters/parker.py -> build/lib/xmlschema/converters running egg_info creating xmlschema.egg-info writing xmlschema.egg-info/PKG-INFO writing dependency_links to xmlschema.egg-info/dependency_links.txt writing entry points to xmlschema.egg-info/entry_points.txt writing requirements to xmlschema.egg-info/requires.txt writing top-level names to xmlschema.egg-info/top_level.txt writing manifest file 'xmlschema.egg-info/SOURCES.txt' reading manifest file 'xmlschema.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 'xmlschema.egg-info/SOURCES.txt' copying xmlschema/py.typed -> build/lib/xmlschema creating build/lib/xmlschema/schemas creating build/lib/xmlschema/schemas/HFP copying xmlschema/schemas/HFP/XMLSchema-hasFacetAndProperty_minimal.xsd -> build/lib/xmlschema/schemas/HFP creating build/lib/xmlschema/schemas/VC copying xmlschema/schemas/VC/XMLSchema-versioning.xsd -> build/lib/xmlschema/schemas/VC creating build/lib/xmlschema/schemas/WSDL copying xmlschema/schemas/WSDL/soap-encoding.xsd -> build/lib/xmlschema/schemas/WSDL copying xmlschema/schemas/WSDL/soap-envelope.xsd -> build/lib/xmlschema/schemas/WSDL copying xmlschema/schemas/WSDL/wsdl-soap.xsd -> build/lib/xmlschema/schemas/WSDL copying xmlschema/schemas/WSDL/wsdl.xsd -> build/lib/xmlschema/schemas/WSDL creating build/lib/xmlschema/schemas/XHTML copying xmlschema/schemas/XHTML/xhtml1-strict.xsd -> build/lib/xmlschema/schemas/XHTML creating build/lib/xmlschema/schemas/XLINK copying xmlschema/schemas/XLINK/xlink.xsd -> build/lib/xmlschema/schemas/XLINK creating build/lib/xmlschema/schemas/XML copying xmlschema/schemas/XML/xml_minimal.xsd -> build/lib/xmlschema/schemas/XML creating build/lib/xmlschema/schemas/XSD_1.0 copying xmlschema/schemas/XSD_1.0/XMLSchema.xsd -> build/lib/xmlschema/schemas/XSD_1.0 copying xmlschema/schemas/XSD_1.0/datatypes.xsd -> build/lib/xmlschema/schemas/XSD_1.0 creating build/lib/xmlschema/schemas/XSD_1.1 copying xmlschema/schemas/XSD_1.1/XMLSchema.xsd -> build/lib/xmlschema/schemas/XSD_1.1 copying xmlschema/schemas/XSD_1.1/datatypes.xsd -> build/lib/xmlschema/schemas/XSD_1.1 copying xmlschema/schemas/XSD_1.1/xsd11-extra.xsd -> build/lib/xmlschema/schemas/XSD_1.1 creating build/lib/xmlschema/schemas/XSI copying xmlschema/schemas/XSI/XMLSchema-instance_minimal.xsd -> build/lib/xmlschema/schemas/XSI creating build/lib/xmlschema/extras/templates creating build/lib/xmlschema/extras/templates/python copying xmlschema/extras/templates/python/bindings.py.jinja -> build/lib/xmlschema/extras/templates/python copying xmlschema/extras/templates/python/sample.py.jinja -> build/lib/xmlschema/extras/templates/python ============================= 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-xmlschema/src/xmlschema-1.9.2 collected 1197 items / 1 deselected / 1196 selected tests/test_cli.py ..................... [ 1%] tests/test_codegen.py ssssssssssssssssssssssssssssssssssssssssssssssssss [ 5%] ssssssssssssssssssssssssssssssssssssssssssssssssss [ 10%] tests/test_converters.py ................... [ 11%] tests/test_dataobjects.py .............................................. [ 15%] ................................. [ 18%] tests/test_documents.py .............s. [ 19%] tests/test_etree.py ..........s.. [ 20%] tests/test_etree_import.py ... [ 20%] tests/test_helpers.py ....................... [ 22%] tests/test_memory.py ssss [ 23%] tests/test_namespaces.py ............... [ 24%] tests/test_package.py .... [ 24%] tests/test_resources.py ....................................s........... [ 28%] ................ [ 30%] tests/test_schemas.py .................................................. [ 34%] .................. [ 35%] tests/test_typing.py s [ 35%] tests/test_validation.py ............................................... [ 39%] . [ 39%] tests/test_wsdl.py .................... [ 41%] tests/test_xpath.py ............................. [ 43%] tests/validation/test_decoding.py ...............................s...... [ 47%] .........................................s................ [ 52%] tests/validation/test_encoding.py ..................s................... [ 55%] ......s....... [ 56%] tests/validation/test_validation.py ...........s.............s. [ 58%] tests/validators/test_attributes.py .................................... [ 61%] ....... [ 62%] tests/validators/test_builtins.py ...................................... [ 65%] . [ 65%] tests/validators/test_complex_types.py ........................ [ 67%] tests/validators/test_elements.py .............. [ 68%] tests/validators/test_exceptions.py ...s..s [ 69%] tests/validators/test_facets.py ........................................ [ 72%] ............... [ 73%] tests/validators/test_global_maps.py ....... [ 74%] tests/validators/test_groups.py ............. [ 75%] tests/validators/test_identities.py .................................... [ 78%] ... [ 78%] tests/validators/test_models.py ........................................ [ 82%] ......................... [ 84%] tests/validators/test_notations.py .. [ 84%] tests/validators/test_particles.py .............. [ 85%] tests/validators/test_schemas.py ....................................... [ 88%] .................................................... [ 93%] tests/validators/test_simple_types.py ................ [ 94%] tests/validators/test_wildcards.py ....................... [ 96%] tests/validators/test_xsdbase.py ....................................... [ 99%] .... [100%] =============== 1080 passed, 116 skipped, 1 deselected in 31.75s =============== >>> py3-xmlschema: 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 xmlschema.egg-info/PKG-INFO writing dependency_links to xmlschema.egg-info/dependency_links.txt writing entry points to xmlschema.egg-info/entry_points.txt writing requirements to xmlschema.egg-info/requires.txt writing top-level names to xmlschema.egg-info/top_level.txt reading manifest file 'xmlschema.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'setup.cfg' writing manifest file 'xmlschema.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/testing/py3-xmlschema/pkg creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema copying build/lib/xmlschema/resources.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema copying build/lib/xmlschema/__init__.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema copying build/lib/xmlschema/exceptions.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/schemas.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/identities.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/__init__.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/exceptions.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/global_maps.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/xsdbase.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/simple_types.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/groups.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/facets.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/attributes.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/models.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/elements.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/particles.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/wildcards.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/assertions.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/notations.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/complex_types.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/helpers.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/validators/builtins.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators copying build/lib/xmlschema/limits.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema copying build/lib/xmlschema/names.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema copying build/lib/xmlschema/xpath.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema copying build/lib/xmlschema/py.typed -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema copying build/lib/xmlschema/documents.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema copying build/lib/xmlschema/etree.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema copying build/lib/xmlschema/dataobjects.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema copying build/lib/xmlschema/namespaces.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing copying build/lib/xmlschema/testing/__init__.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing copying build/lib/xmlschema/testing/factory.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing copying build/lib/xmlschema/testing/case_class.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing copying build/lib/xmlschema/testing/builders.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing copying build/lib/xmlschema/testing/observers.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing copying build/lib/xmlschema/testing/helpers.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing copying build/lib/xmlschema/aliases.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/extras copying build/lib/xmlschema/extras/__init__.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/extras creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/extras/templates creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/extras/templates/python copying build/lib/xmlschema/extras/templates/python/bindings.py.jinja -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/extras/templates/python copying build/lib/xmlschema/extras/templates/python/sample.py.jinja -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/extras/templates/python copying build/lib/xmlschema/extras/codegen.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/extras copying build/lib/xmlschema/extras/wsdl.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/extras creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XSD_1.1 copying build/lib/xmlschema/schemas/XSD_1.1/XMLSchema.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XSD_1.1 copying build/lib/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XSD_1.1 copying build/lib/xmlschema/schemas/XSD_1.1/datatypes.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XSD_1.1 creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XHTML copying build/lib/xmlschema/schemas/XHTML/xhtml1-strict.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XHTML creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XML copying build/lib/xmlschema/schemas/XML/xml_minimal.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XML creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XSD_1.0 copying build/lib/xmlschema/schemas/XSD_1.0/XMLSchema.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XSD_1.0 copying build/lib/xmlschema/schemas/XSD_1.0/datatypes.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XSD_1.0 creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/WSDL copying build/lib/xmlschema/schemas/WSDL/wsdl-soap.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/WSDL copying build/lib/xmlschema/schemas/WSDL/wsdl.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/WSDL copying build/lib/xmlschema/schemas/WSDL/soap-envelope.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/WSDL copying build/lib/xmlschema/schemas/WSDL/soap-encoding.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/WSDL creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XSI copying build/lib/xmlschema/schemas/XSI/XMLSchema-instance_minimal.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XSI creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/HFP copying build/lib/xmlschema/schemas/HFP/XMLSchema-hasFacetAndProperty_minimal.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/HFP creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XLINK copying build/lib/xmlschema/schemas/XLINK/xlink.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/XLINK creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/VC copying build/lib/xmlschema/schemas/VC/XMLSchema-versioning.xsd -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/schemas/VC creating /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters copying build/lib/xmlschema/converters/default.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters copying build/lib/xmlschema/converters/badgerfish.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters copying build/lib/xmlschema/converters/__init__.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters copying build/lib/xmlschema/converters/jsonml.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters copying build/lib/xmlschema/converters/abdera.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters copying build/lib/xmlschema/converters/columnar.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters copying build/lib/xmlschema/converters/unordered.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters copying build/lib/xmlschema/converters/parker.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters copying build/lib/xmlschema/cli.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema copying build/lib/xmlschema/helpers.py -> /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/resources.py to resources.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/schemas.py to schemas.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/identities.py to identities.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/global_maps.py to global_maps.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/xsdbase.py to xsdbase.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/simple_types.py to simple_types.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/groups.py to groups.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/facets.py to facets.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/attributes.py to attributes.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/models.py to models.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/elements.py to elements.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/particles.py to particles.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/wildcards.py to wildcards.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/assertions.py to assertions.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/notations.py to notations.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/complex_types.py to complex_types.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/helpers.py to helpers.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/validators/builtins.py to builtins.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/limits.py to limits.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/names.py to names.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/xpath.py to xpath.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/documents.py to documents.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/etree.py to etree.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/dataobjects.py to dataobjects.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/namespaces.py to namespaces.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing/factory.py to factory.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing/case_class.py to case_class.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing/builders.py to builders.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing/observers.py to observers.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/testing/helpers.py to helpers.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/aliases.py to aliases.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/extras/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/extras/codegen.py to codegen.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/extras/wsdl.py to wsdl.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters/default.py to default.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters/badgerfish.py to badgerfish.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters/jsonml.py to jsonml.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters/abdera.py to abdera.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters/columnar.py to columnar.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters/unordered.py to unordered.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/converters/parker.py to parker.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/cli.py to cli.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema/helpers.py to helpers.cpython-310.pyc running install_egg_info Copying xmlschema.egg-info to /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/lib/python3.10/site-packages/xmlschema-1.9.2-py3.10.egg-info running install_scripts Installing xmlschema-json2xml script to /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/bin Installing xmlschema-validate script to /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/bin Installing xmlschema-xml2json script to /home/buildozer/aports/testing/py3-xmlschema/pkg/py3-xmlschema/usr/bin >>> py3-xmlschema*: Running postcheck for py3-xmlschema >>> py3-xmlschema*: Preparing package py3-xmlschema... >>> py3-xmlschema*: Tracing dependencies... >>> py3-xmlschema*: Package size: 2.3 MB >>> py3-xmlschema*: Compressing data... >>> py3-xmlschema*: Create checksum... >>> py3-xmlschema*: Create py3-xmlschema-1.9.2-r0.apk >>> py3-xmlschema: Build complete at Wed, 23 Feb 2022 19:29:14 +0000 elapsed time 0h 0m 36s >>> py3-xmlschema: Cleaning up srcdir >>> py3-xmlschema: Cleaning up pkgdir >>> py3-xmlschema: Uninstalling dependencies... (1/25) Purging .makedepends-py3-xmlschema (20220223.192839) (2/25) Purging py3-elementpath (2.4.0-r0) (3/25) Purging py3-setuptools (52.0.0-r5) (4/25) Purging py3-ordered-set (4.0.2-r3) (5/25) Purging py3-appdirs (1.4.4-r3) (6/25) Purging py3-pytest (6.2.5-r1) (7/25) Purging py3-atomicwrites (1.4.0-r2) (8/25) Purging py3-attrs (21.2.0-r1) (9/25) Purging py3-more-itertools (8.12.0-r1) (10/25) Purging py3-iniconfig (1.1.1-r2) (11/25) Purging py3-pluggy (0.13.1-r5) (12/25) Purging py3-py (1.10.0-r2) (13/25) Purging py3-wcwidth (0.2.5-r2) (14/25) Purging py3-packaging (21.3-r0) (15/25) Purging py3-parsing (2.4.7-r3) (16/25) Purging py3-six (1.16.0-r1) (17/25) Purging py3-toml (0.10.2-r3) (18/25) Purging python3 (3.10.2-r0) (19/25) Purging libbz2 (1.0.8-r1) (20/25) Purging libffi (3.4.2-r1) (21/25) Purging gdbm (1.23-r0) (22/25) Purging xz-libs (5.2.5-r0) (23/25) Purging mpdecimal (2.5.1-r1) (24/25) Purging readline (8.1.1-r0) (25/25) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r2.trigger OK: 326 MiB in 93 packages >>> py3-xmlschema: Updating the testing/s390x repository index... >>> py3-xmlschema: Signing the index...