>>> py3-wstools: Building testing/py3-wstools 0.4.10-r5 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 22:26:44 +0000 >>> py3-wstools: Checking sanity of /home/buildozer/aports/testing/py3-wstools/APKBUILD... >>> py3-wstools: Analyzing dependencies... >>> py3-wstools: Installing for build: build-base py3-six py3-pbr py3-setuptools py3-pytest-runner py3-pytest (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.2-r1) (5/33) Installing mpdecimal (2.5.1-r2) (6/33) Installing libpanelw (6.4_p20230401-r6) (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-six-pyc (1.16.0-r6) (13/33) Installing python3-pyc (3.11.3-r10) (14/33) Installing py3-six (1.16.0-r6) (15/33) Installing py3-pbr (5.11.1-r2) (16/33) Installing py3-pbr-pyc (5.11.1-r2) (17/33) Installing py3-parsing (3.0.9-r2) (18/33) Installing py3-parsing-pyc (3.0.9-r2) (19/33) Installing py3-packaging (23.1-r1) (20/33) Installing py3-packaging-pyc (23.1-r1) (21/33) Installing py3-setuptools (67.7.2-r0) (22/33) Installing py3-setuptools-pyc (67.7.2-r0) (23/33) Installing py3-iniconfig (1.1.1-r6) (24/33) Installing py3-iniconfig-pyc (1.1.1-r6) (25/33) Installing py3-pluggy (1.0.0-r3) (26/33) Installing py3-pluggy-pyc (1.0.0-r3) (27/33) Installing py3-py (1.11.0-r2) (28/33) Installing py3-py-pyc (1.11.0-r2) (29/33) Installing py3-pytest (7.3.1-r1) (30/33) Installing py3-pytest-pyc (7.3.1-r1) (31/33) Installing py3-pytest-runner (6.0.0-r2) (32/33) Installing py3-pytest-runner-pyc (6.0.0-r2) (33/33) Installing .makedepends-py3-wstools (20230425.222645) Executing busybox-1.36.0-r8.trigger OK: 466 MiB in 132 packages >>> py3-wstools: Cleaning up srcdir >>> py3-wstools: Cleaning up pkgdir >>> py3-wstools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-wstools-0.4.10.tar.gz >>> py3-wstools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-wstools-0.4.10.tar.gz >>> py3-wstools: Checking sha512sums... py3-wstools-0.4.10.tar.gz: OK python3.10-support.patch: OK >>> py3-wstools: Unpacking /var/cache/distfiles/edge/py3-wstools-0.4.10.tar.gz... >>> py3-wstools: python3.10-support.patch patching file wstools/Utility.py WARNING: The wheel package is not available. running build running build_py creating build creating build/lib creating build/lib/wstools copying wstools/__init__.py -> build/lib/wstools copying wstools/Utility.py -> build/lib/wstools copying wstools/Namespaces.py -> build/lib/wstools copying wstools/TimeoutSocket.py -> build/lib/wstools copying wstools/c14n.py -> build/lib/wstools copying wstools/UserTuple.py -> build/lib/wstools copying wstools/XMLname.py -> build/lib/wstools copying wstools/WSDLTools.py -> build/lib/wstools copying wstools/MIMEAttachment.py -> build/lib/wstools copying wstools/XMLSchema.py -> build/lib/wstools running egg_info creating wstools.egg-info writing wstools.egg-info/PKG-INFO writing dependency_links to wstools.egg-info/dependency_links.txt writing entry points to wstools.egg-info/entry_points.txt writing requirements to wstools.egg-info/requires.txt writing top-level names to wstools.egg-info/top_level.txt [pbr] Processing SOURCES.txt writing manifest file 'wstools.egg-info/SOURCES.txt' warning: no files found matching 'AUTHORS' warning: no files found matching 'ChangeLog' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'wstools.egg-info/SOURCES.txt' WARNING: The wheel package is not available. running pytest WARNING: The wheel package is not available. WARNING: The wheel package is not available. WARNING: The wheel package is not available. running egg_info writing wstools.egg-info/PKG-INFO writing dependency_links to wstools.egg-info/dependency_links.txt writing entry points to wstools.egg-info/entry_points.txt writing requirements to wstools.egg-info/requires.txt writing top-level names to wstools.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt running build_ext ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-wstools/src/wstools-0.4.10 configfile: pytest.ini testpaths: tests collecting ... collected 2 items tests/test_wsdl.py::WSDLToolsTestCase::test_all PASSED tests/test_wstools_net.py::test_runner ......................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 265 tests in 1.223s OK PASSED =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1302 /usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1302: PytestConfigWarning: Unknown config option: rsyncdirs self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") ../../../../../../../usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1302 /usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1302: PytestConfigWarning: Unknown config option: rsyncignore self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") ../../../../../../../usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1302 /usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1302: PytestConfigWarning: Unknown config option: timeout self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") tests/test_wsdl.py: 4 warnings tests/test_wstools_net.py: 1325 warnings /home/buildozer/aports/testing/py3-wstools/src/wstools-0.4.10/tests/test_wsdl.py:38: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite.addTest(unittest.makeSuite(WSDLToolsTestCase, 'test_')) tests/test_wsdl.py: 14 warnings tests/test_wstools_net.py: 3710 warnings /home/buildozer/aports/testing/py3-wstools/src/wstools-0.4.10/tests/test_wsdl.py:73: DeprecationWarning: Please use assertEqual instead. self.failUnlessEqual(eval('comp.%s' % key), name) tests/test_wsdl.py: 1 warning tests/test_wstools_net.py: 265 warnings /home/buildozer/aports/testing/py3-wstools/src/wstools-0.4.10/tests/test_wsdl.py:129: DeprecationWarning: Please use assertEqual instead. self.failUnlessEqual(key, schema.getTargetNamespace()) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 2 passed, 5322 warnings in 1.51s ======================= >>> py3-wstools: Entering fakeroot... WARNING: The wheel package is not available. running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running build running build_py running egg_info writing wstools.egg-info/PKG-INFO writing dependency_links to wstools.egg-info/dependency_links.txt writing entry points to wstools.egg-info/entry_points.txt writing requirements to wstools.egg-info/requires.txt writing top-level names to wstools.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt running install_lib creating /home/buildozer/aports/testing/py3-wstools/pkg creating /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools creating /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr creating /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib creating /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools copying build/lib/wstools/__init__.py -> /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools copying build/lib/wstools/Utility.py -> /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools copying build/lib/wstools/Namespaces.py -> /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools copying build/lib/wstools/TimeoutSocket.py -> /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools copying build/lib/wstools/c14n.py -> /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools copying build/lib/wstools/UserTuple.py -> /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools copying build/lib/wstools/XMLname.py -> /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools copying build/lib/wstools/WSDLTools.py -> /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools copying build/lib/wstools/MIMEAttachment.py -> /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools copying build/lib/wstools/XMLSchema.py -> /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools byte-compiling /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools/Utility.py to Utility.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools/Namespaces.py to Namespaces.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools/TimeoutSocket.py to TimeoutSocket.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools/c14n.py to c14n.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools/UserTuple.py to UserTuple.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools/XMLname.py to XMLname.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools/WSDLTools.py to WSDLTools.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools/MIMEAttachment.py to MIMEAttachment.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools/XMLSchema.py to XMLSchema.cpython-311.pyc running install_egg_info Copying wstools.egg-info to /home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools-0.4.10-py3.11.egg-info running install_scripts >>> py3-wstools-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools/usr/lib/python3.11/site-packages/wstools/__pycache__' -> '/home/buildozer/aports/testing/py3-wstools/pkg/py3-wstools-pyc/usr/lib/python3.11/site-packages/wstools/__pycache__' >>> py3-wstools-pyc*: Preparing subpackage py3-wstools-pyc... >>> py3-wstools-pyc*: Running postcheck for py3-wstools-pyc >>> py3-wstools*: Running postcheck for py3-wstools >>> py3-wstools*: Preparing package py3-wstools... >>> py3-wstools-pyc*: Tracing dependencies... py3-six python3~3.11 >>> py3-wstools-pyc*: Package size: 404.0 KB >>> py3-wstools-pyc*: Compressing data... >>> py3-wstools-pyc*: Create checksum... >>> py3-wstools-pyc*: Create py3-wstools-pyc-0.4.10-r5.apk >>> py3-wstools*: Tracing dependencies... py3-six python3~3.11 >>> py3-wstools*: Package size: 344.0 KB >>> py3-wstools*: Compressing data... >>> py3-wstools*: Create checksum... >>> py3-wstools*: Create py3-wstools-0.4.10-r5.apk >>> py3-wstools: Build complete at Tue, 25 Apr 2023 22:26:48 +0000 elapsed time 0h 0m 4s >>> py3-wstools: Cleaning up srcdir >>> py3-wstools: Cleaning up pkgdir >>> py3-wstools: Uninstalling dependencies... (1/33) Purging .makedepends-py3-wstools (20230425.222645) (2/33) Purging py3-six-pyc (1.16.0-r6) (3/33) Purging py3-six (1.16.0-r6) (4/33) Purging py3-pbr-pyc (5.11.1-r2) (5/33) Purging py3-pbr (5.11.1-r2) (6/33) Purging py3-pytest-runner-pyc (6.0.0-r2) (7/33) Purging py3-pytest-runner (6.0.0-r2) (8/33) Purging py3-setuptools-pyc (67.7.2-r0) (9/33) Purging py3-setuptools (67.7.2-r0) (10/33) Purging py3-pytest-pyc (7.3.1-r1) (11/33) Purging py3-pytest (7.3.1-r1) (12/33) Purging py3-iniconfig-pyc (1.1.1-r6) (13/33) Purging py3-iniconfig (1.1.1-r6) (14/33) Purging py3-packaging-pyc (23.1-r1) (15/33) Purging py3-packaging (23.1-r1) (16/33) Purging py3-parsing-pyc (3.0.9-r2) (17/33) Purging py3-parsing (3.0.9-r2) (18/33) Purging py3-pluggy-pyc (1.0.0-r3) (19/33) Purging py3-pluggy (1.0.0-r3) (20/33) Purging py3-py-pyc (1.11.0-r2) (21/33) Purging py3-py (1.11.0-r2) (22/33) Purging python3-pyc (3.11.3-r10) (23/33) Purging python3-pycache-pyc0 (3.11.3-r10) (24/33) Purging pyc (0.1-r0) (25/33) Purging python3 (3.11.3-r10) (26/33) Purging gdbm (1.23-r1) (27/33) Purging libbz2 (1.0.8-r5) (28/33) Purging libffi (3.4.4-r2) (29/33) Purging libpanelw (6.4_p20230401-r6) (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.2-r1) Executing busybox-1.36.0-r8.trigger OK: 408 MiB in 99 packages >>> py3-wstools: Updating the testing/aarch64 repository index... >>> py3-wstools: Signing the index...