>>> py3-aiorpcx: Building community/py3-aiorpcx 0.23.1-r0 (using abuild 3.15.0_rc3-r1) started Wed, 07 May 2025 18:41:01 +0000 >>> py3-aiorpcx: Validating /home/buildozer/aports/community/py3-aiorpcx/APKBUILD... >>> py3-aiorpcx: Analyzing dependencies... >>> py3-aiorpcx: Installing for build: build-base python3 py3-websockets py3-setuptools py3-pytest py3-pytest-asyncio (1/30) Installing libbz2 (1.0.8-r6) (2/30) Installing libffi (3.4.8-r0) (3/30) Installing gdbm (1.24-r0) (4/30) Installing xz-libs (5.8.1-r0) (5/30) Installing mpdecimal (4.0.0-r0) (6/30) Installing libpanelw (6.5_p20250503-r0) (7/30) Installing sqlite-libs (3.49.2-r0) (8/30) Installing python3 (3.12.10-r0) (9/30) Installing python3-pycache-pyc0 (3.12.10-r0) (10/30) Installing pyc (3.12.10-r0) (11/30) Installing python3-pyc (3.12.10-r0) (12/30) Installing py3-websockets (15.0.1-r0) (13/30) Installing py3-websockets-pyc (15.0.1-r0) (14/30) Installing py3-parsing (3.2.3-r0) (15/30) Installing py3-parsing-pyc (3.2.3-r0) (16/30) Installing py3-packaging (25.0-r0) (17/30) Installing py3-packaging-pyc (25.0-r0) (18/30) Installing py3-setuptools (80.3.1-r0) (19/30) Installing py3-setuptools-pyc (80.3.1-r0) (20/30) Installing py3-iniconfig (2.1.0-r0) (21/30) Installing py3-iniconfig-pyc (2.1.0-r0) (22/30) Installing py3-pluggy (1.5.0-r0) (23/30) Installing py3-pluggy-pyc (1.5.0-r0) (24/30) Installing py3-py (1.11.0-r4) (25/30) Installing py3-py-pyc (1.11.0-r4) (26/30) Installing py3-pytest (8.3.5-r0) (27/30) Installing py3-pytest-pyc (8.3.5-r0) (28/30) Installing py3-pytest-asyncio (0.25.0-r0) (29/30) Installing py3-pytest-asyncio-pyc (0.25.0-r0) (30/30) Installing .makedepends-py3-aiorpcx (20250507.184114) Executing busybox-1.37.0-r17.trigger OK: 449 MiB in 134 packages >>> py3-aiorpcx: Cleaning up srcdir >>> py3-aiorpcx: Cleaning up pkgdir >>> py3-aiorpcx: Cleaning up tmpdir >>> py3-aiorpcx: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-aiorcpx-0.23.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/py3-aiorcpx-0.23.1.tar.gz.part' py3-aiorcpx-0.23.1.t 100% |********************************| 70759 0:00:00 ETA '/var/cache/distfiles/v3.22/py3-aiorcpx-0.23.1.tar.gz.part' saved >>> py3-aiorpcx: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-aiorcpx-0.23.1.tar.gz >>> py3-aiorpcx: Checking sha512sums... py3-aiorcpx-0.23.1.tar.gz: OK >>> py3-aiorpcx: Unpacking /var/cache/distfiles/v3.22/py3-aiorcpx-0.23.1.tar.gz... /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/lib/python3.12/site-packages/setuptools/dist.py:761: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/aiorpcx copying aiorpcx/rawsocket.py -> build/lib/aiorpcx copying aiorpcx/unixsocket.py -> build/lib/aiorpcx copying aiorpcx/util.py -> build/lib/aiorpcx copying aiorpcx/curio.py -> build/lib/aiorpcx copying aiorpcx/__init__.py -> build/lib/aiorpcx copying aiorpcx/jsonrpc.py -> build/lib/aiorpcx copying aiorpcx/websocket.py -> build/lib/aiorpcx copying aiorpcx/socks.py -> build/lib/aiorpcx copying aiorpcx/session.py -> build/lib/aiorpcx copying aiorpcx/framing.py -> build/lib/aiorpcx running egg_info creating aiorpcX.egg-info writing aiorpcX.egg-info/PKG-INFO writing dependency_links to aiorpcX.egg-info/dependency_links.txt writing requirements to aiorpcX.egg-info/requires.txt writing top-level names to aiorpcX.egg-info/top_level.txt writing manifest file 'aiorpcX.egg-info/SOURCES.txt' reading manifest file 'aiorpcX.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENCE' writing manifest file 'aiorpcX.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/pytest_asyncio/plugin.py:207: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset. The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session" warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET)) ============================= test session starts ============================== platform linux -- Python 3.12.10, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-aiorpcx/src/aiorpcX-0.23.1 configfile: pytest.ini plugins: asyncio-0.25.0 asyncio: mode=Mode.AUTO, asyncio_default_fixture_loop_scope=None collected 682 items tests/test_curio.py .................................................... [ 7%] ...................................... [ 13%] tests/test_framing.py ............ [ 14%] tests/test_jsonrpc.py .................................................. [ 22%] ........................ [ 25%] tests/test_session.py .................................................. [ 33%] ............... [ 35%] tests/test_socks.py .................................................... [ 42%] ........................................................................ [ 53%] ........................................................................ [ 64%] ........................................................................ [ 74%] .................................. [ 79%] tests/test_unixsocket.py .. [ 79%] tests/test_util.py ..................................................... [ 87%] ........................................................................ [ 98%] ......... [ 99%] tests/test_websocket.py ... [100%] =============================== warnings summary =============================== build/lib/aiorpcx/websocket.py:30 /home/buildozer/aports/community/py3-aiorpcx/src/aiorpcX-0.23.1/build/lib/aiorpcx/websocket.py:30: DeprecationWarning: websockets.client.connect is deprecated from websockets.client import connect ../../../../../../../usr/lib/python3.12/site-packages/websockets/legacy/__init__.py:6 /usr/lib/python3.12/site-packages/websockets/legacy/__init__.py:6: DeprecationWarning: websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions warnings.warn( # deprecated in 14.0 - 2024-11-09 build/lib/aiorpcx/websocket.py:31 /home/buildozer/aports/community/py3-aiorpcx/src/aiorpcX-0.23.1/build/lib/aiorpcx/websocket.py:31: DeprecationWarning: websockets.server.serve is deprecated from websockets.server import serve tests/test_websocket.py::TestWSTransport::test_send_request[False] tests/test_websocket.py::TestWSTransport::test_basics[False] tests/test_websocket.py::TestWSTransport::test_is_closing[False] /usr/lib/python3.12/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 682 passed, 6 warnings in 4.70s ======================== >>> py3-aiorpcx: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/lib/python3.12/site-packages/setuptools/dist.py:761: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx copying build/lib/aiorpcx/rawsocket.py -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx copying build/lib/aiorpcx/unixsocket.py -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx creating /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx/__pycache__ copying build/lib/aiorpcx/__pycache__/unixsocket.cpython-312.pyc -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx/__pycache__ copying build/lib/aiorpcx/__pycache__/curio.cpython-312.pyc -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx/__pycache__ copying build/lib/aiorpcx/__pycache__/rawsocket.cpython-312.pyc -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx/__pycache__ copying build/lib/aiorpcx/__pycache__/jsonrpc.cpython-312.pyc -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx/__pycache__ copying build/lib/aiorpcx/__pycache__/socks.cpython-312.pyc -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx/__pycache__ copying build/lib/aiorpcx/__pycache__/websocket.cpython-312.pyc -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx/__pycache__ copying build/lib/aiorpcx/__pycache__/session.cpython-312.pyc -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx/__pycache__ copying build/lib/aiorpcx/__pycache__/__init__.cpython-312.pyc -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx/__pycache__ copying build/lib/aiorpcx/__pycache__/util.cpython-312.pyc -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx/__pycache__ copying build/lib/aiorpcx/__pycache__/framing.cpython-312.pyc -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx/__pycache__ copying build/lib/aiorpcx/util.py -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx copying build/lib/aiorpcx/curio.py -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx copying build/lib/aiorpcx/__init__.py -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx copying build/lib/aiorpcx/jsonrpc.py -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx copying build/lib/aiorpcx/websocket.py -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx copying build/lib/aiorpcx/socks.py -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx copying build/lib/aiorpcx/session.py -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx copying build/lib/aiorpcx/framing.py -> /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcx running install_egg_info running egg_info writing aiorpcX.egg-info/PKG-INFO writing dependency_links to aiorpcX.egg-info/dependency_links.txt writing requirements to aiorpcX.egg-info/requires.txt writing top-level names to aiorpcX.egg-info/top_level.txt reading manifest file 'aiorpcX.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENCE' writing manifest file 'aiorpcX.egg-info/SOURCES.txt' Copying aiorpcX.egg-info to /home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx/usr/lib/python3.12/site-packages/aiorpcX-0.23.1-py3.12.egg-info running install_scripts >>> py3-aiorpcx-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/aiorpcx/__pycache__' -> '/home/buildozer/aports/community/py3-aiorpcx/pkg/py3-aiorpcx-pyc/usr/lib/python3.12/site-packages/aiorpcx/__pycache__' >>> py3-aiorpcx-pyc*: Preparing subpackage py3-aiorpcx-pyc... >>> py3-aiorpcx-pyc*: Running postcheck for py3-aiorpcx-pyc >>> py3-aiorpcx*: Running postcheck for py3-aiorpcx >>> py3-aiorpcx*: Preparing package py3-aiorpcx... >>> py3-aiorpcx-pyc*: Tracing dependencies... python3 py3-websockets python3~3.12 >>> py3-aiorpcx-pyc*: Package size: 161.5 KB >>> py3-aiorpcx-pyc*: Compressing data... >>> py3-aiorpcx-pyc*: Create checksum... >>> py3-aiorpcx-pyc*: Create py3-aiorpcx-pyc-0.23.1-r0.apk >>> py3-aiorpcx*: Tracing dependencies... python3 py3-websockets python3~3.12 >>> py3-aiorpcx*: Package size: 118.8 KB >>> py3-aiorpcx*: Compressing data... >>> py3-aiorpcx*: Create checksum... >>> py3-aiorpcx*: Create py3-aiorpcx-0.23.1-r0.apk >>> py3-aiorpcx: Build complete at Wed, 07 May 2025 18:41:21 +0000 elapsed time 0h 0m 20s >>> py3-aiorpcx: Cleaning up srcdir >>> py3-aiorpcx: Cleaning up pkgdir >>> py3-aiorpcx: Uninstalling dependencies... (1/30) Purging .makedepends-py3-aiorpcx (20250507.184114) (2/30) Purging py3-websockets-pyc (15.0.1-r0) (3/30) Purging py3-websockets (15.0.1-r0) (4/30) Purging py3-setuptools-pyc (80.3.1-r0) (5/30) Purging py3-setuptools (80.3.1-r0) (6/30) Purging py3-pytest-asyncio-pyc (0.25.0-r0) (7/30) Purging py3-pytest-asyncio (0.25.0-r0) (8/30) Purging py3-pytest-pyc (8.3.5-r0) (9/30) Purging py3-pytest (8.3.5-r0) (10/30) Purging py3-iniconfig-pyc (2.1.0-r0) (11/30) Purging py3-iniconfig (2.1.0-r0) (12/30) Purging py3-packaging-pyc (25.0-r0) (13/30) Purging py3-packaging (25.0-r0) (14/30) Purging py3-parsing-pyc (3.2.3-r0) (15/30) Purging py3-parsing (3.2.3-r0) (16/30) Purging py3-pluggy-pyc (1.5.0-r0) (17/30) Purging py3-pluggy (1.5.0-r0) (18/30) Purging py3-py-pyc (1.11.0-r4) (19/30) Purging py3-py (1.11.0-r4) (20/30) Purging python3-pyc (3.12.10-r0) (21/30) Purging python3-pycache-pyc0 (3.12.10-r0) (22/30) Purging pyc (3.12.10-r0) (23/30) Purging python3 (3.12.10-r0) (24/30) Purging gdbm (1.24-r0) (25/30) Purging libbz2 (1.0.8-r6) (26/30) Purging libffi (3.4.8-r0) (27/30) Purging libpanelw (6.5_p20250503-r0) (28/30) Purging mpdecimal (4.0.0-r0) (29/30) Purging sqlite-libs (3.49.2-r0) (30/30) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r17.trigger OK: 400 MiB in 104 packages >>> py3-aiorpcx: Updating the community/x86 repository index... >>> py3-aiorpcx: Signing the index...