>>> py3-ajsonrpc: Building community/py3-ajsonrpc 1.2.0-r5 (using abuild 3.13.0-r3) started Wed, 05 Jun 2024 16:10:13 +0000 >>> py3-ajsonrpc: Checking sanity of /home/buildozer/aports/community/py3-ajsonrpc/APKBUILD... >>> py3-ajsonrpc: Analyzing dependencies... >>> py3-ajsonrpc: Installing for build: build-base python3 py3-gpep517 py3-setuptools py3-wheel py3-pytest (1/31) Installing libffi (3.4.6-r0) (2/31) Installing gdbm (1.23-r1) (3/31) Installing mpdecimal (4.0.0-r0) (4/31) Installing libpanelw (6.4_p20240420-r0) (5/31) Installing readline (8.2.10-r0) (6/31) Installing sqlite-libs (3.46.0-r0) (7/31) Installing python3 (3.12.3-r1) (8/31) Installing python3-pycache-pyc0 (3.12.3-r1) (9/31) Installing pyc (3.12.3-r1) (10/31) Installing python3-pyc (3.12.3-r1) (11/31) Installing py3-installer (0.7.0-r2) (12/31) Installing py3-installer-pyc (0.7.0-r2) (13/31) Installing py3-gpep517 (16-r0) (14/31) Installing py3-gpep517-pyc (16-r0) (15/31) Installing py3-parsing (3.1.2-r1) (16/31) Installing py3-parsing-pyc (3.1.2-r1) (17/31) Installing py3-packaging (24.0-r1) (18/31) Installing py3-packaging-pyc (24.0-r1) (19/31) Installing py3-setuptools (69.5.1-r0) (20/31) Installing py3-setuptools-pyc (69.5.1-r0) (21/31) Installing py3-wheel (0.42.0-r1) (22/31) Installing py3-wheel-pyc (0.42.0-r1) (23/31) Installing py3-iniconfig (2.0.0-r1) (24/31) Installing py3-iniconfig-pyc (2.0.0-r1) (25/31) Installing py3-pluggy (1.5.0-r0) (26/31) Installing py3-pluggy-pyc (1.5.0-r0) (27/31) Installing py3-py (1.11.0-r3) (28/31) Installing py3-py-pyc (1.11.0-r3) (29/31) Installing py3-pytest (8.2.2-r0) (30/31) Installing py3-pytest-pyc (8.2.2-r0) (31/31) Installing .makedepends-py3-ajsonrpc (20240605.161014) Executing busybox-1.36.1-r29.trigger OK: 322 MiB in 140 packages >>> py3-ajsonrpc: Cleaning up srcdir >>> py3-ajsonrpc: Cleaning up pkgdir >>> py3-ajsonrpc: Cleaning up tmpdir >>> py3-ajsonrpc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-ajsonrpc-1.2.0.tar.gz >>> py3-ajsonrpc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-ajsonrpc-1.2.0.tar.gz >>> py3-ajsonrpc: Checking sha512sums... py3-ajsonrpc-1.2.0.tar.gz: OK no-test-install.patch: OK >>> py3-ajsonrpc: Unpacking /var/cache/distfiles/edge/py3-ajsonrpc-1.2.0.tar.gz... >>> py3-ajsonrpc: no-test-install.patch patching file MANIFEST.in 2024-06-05 16:10:14,859 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-06-05 16:10:14,902 root INFO running bdist_wheel 2024-06-05 16:10:14,917 root INFO running build 2024-06-05 16:10:14,917 root INFO running build_py 2024-06-05 16:10:14,920 root INFO creating build 2024-06-05 16:10:14,920 root INFO creating build/lib 2024-06-05 16:10:14,920 root INFO creating build/lib/ajsonrpc 2024-06-05 16:10:14,920 root INFO copying ajsonrpc/__init__.py -> build/lib/ajsonrpc 2024-06-05 16:10:14,920 root INFO copying ajsonrpc/core.py -> build/lib/ajsonrpc 2024-06-05 16:10:14,920 root INFO copying ajsonrpc/dispatcher.py -> build/lib/ajsonrpc 2024-06-05 16:10:14,921 root INFO copying ajsonrpc/manager.py -> build/lib/ajsonrpc 2024-06-05 16:10:14,921 root INFO copying ajsonrpc/utils.py -> build/lib/ajsonrpc 2024-06-05 16:10:14,921 root INFO running egg_info 2024-06-05 16:10:14,921 root INFO creating ajsonrpc.egg-info 2024-06-05 16:10:14,922 root INFO writing ajsonrpc.egg-info/PKG-INFO 2024-06-05 16:10:14,923 root INFO writing dependency_links to ajsonrpc.egg-info/dependency_links.txt 2024-06-05 16:10:14,923 root INFO writing entry points to ajsonrpc.egg-info/entry_points.txt 2024-06-05 16:10:14,923 root INFO writing top-level names to ajsonrpc.egg-info/top_level.txt 2024-06-05 16:10:14,923 root INFO writing manifest file 'ajsonrpc.egg-info/SOURCES.txt' 2024-06-05 16:10:14,925 root INFO reading manifest file 'ajsonrpc.egg-info/SOURCES.txt' 2024-06-05 16:10:14,925 root INFO reading manifest template 'MANIFEST.in' 2024-06-05 16:10:14,926 root INFO adding license file 'LICENSE.txt' 2024-06-05 16:10:14,926 root INFO writing manifest file 'ajsonrpc.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'ajsonrpc.backend' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'ajsonrpc.backend' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'ajsonrpc.backend' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'ajsonrpc.backend' to be distributed and are already explicitly excluding 'ajsonrpc.backend' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'ajsonrpc.scripts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'ajsonrpc.scripts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'ajsonrpc.scripts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'ajsonrpc.scripts' to be distributed and are already explicitly excluding 'ajsonrpc.scripts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) 2024-06-05 16:10:14,927 root INFO creating build/lib/ajsonrpc/backend 2024-06-05 16:10:14,928 root INFO copying ajsonrpc/backend/__init__.py -> build/lib/ajsonrpc/backend 2024-06-05 16:10:14,928 root INFO copying ajsonrpc/backend/common.py -> build/lib/ajsonrpc/backend 2024-06-05 16:10:14,928 root INFO copying ajsonrpc/backend/quart.py -> build/lib/ajsonrpc/backend 2024-06-05 16:10:14,928 root INFO copying ajsonrpc/backend/sanic.py -> build/lib/ajsonrpc/backend 2024-06-05 16:10:14,928 root INFO copying ajsonrpc/backend/tornado.py -> build/lib/ajsonrpc/backend 2024-06-05 16:10:14,929 root INFO creating build/lib/ajsonrpc/scripts 2024-06-05 16:10:14,929 root INFO copying ajsonrpc/scripts/server.py -> build/lib/ajsonrpc/scripts 2024-06-05 16:10:14,934 wheel INFO installing to build/bdist.linux-armv8l/wheel 2024-06-05 16:10:14,934 root INFO running install 2024-06-05 16:10:14,942 root INFO running install_lib 2024-06-05 16:10:14,944 root INFO creating build/bdist.linux-armv8l 2024-06-05 16:10:14,945 root INFO creating build/bdist.linux-armv8l/wheel 2024-06-05 16:10:14,945 root INFO creating build/bdist.linux-armv8l/wheel/ajsonrpc 2024-06-05 16:10:14,945 root INFO copying build/lib/ajsonrpc/__init__.py -> build/bdist.linux-armv8l/wheel/ajsonrpc 2024-06-05 16:10:14,945 root INFO copying build/lib/ajsonrpc/core.py -> build/bdist.linux-armv8l/wheel/ajsonrpc 2024-06-05 16:10:14,945 root INFO copying build/lib/ajsonrpc/dispatcher.py -> build/bdist.linux-armv8l/wheel/ajsonrpc 2024-06-05 16:10:14,945 root INFO copying build/lib/ajsonrpc/manager.py -> build/bdist.linux-armv8l/wheel/ajsonrpc 2024-06-05 16:10:14,946 root INFO creating build/bdist.linux-armv8l/wheel/ajsonrpc/backend 2024-06-05 16:10:14,946 root INFO copying build/lib/ajsonrpc/backend/__init__.py -> build/bdist.linux-armv8l/wheel/ajsonrpc/backend 2024-06-05 16:10:14,946 root INFO copying build/lib/ajsonrpc/backend/quart.py -> build/bdist.linux-armv8l/wheel/ajsonrpc/backend 2024-06-05 16:10:14,946 root INFO copying build/lib/ajsonrpc/backend/tornado.py -> build/bdist.linux-armv8l/wheel/ajsonrpc/backend 2024-06-05 16:10:14,946 root INFO copying build/lib/ajsonrpc/backend/sanic.py -> build/bdist.linux-armv8l/wheel/ajsonrpc/backend 2024-06-05 16:10:14,946 root INFO copying build/lib/ajsonrpc/backend/common.py -> build/bdist.linux-armv8l/wheel/ajsonrpc/backend 2024-06-05 16:10:14,947 root INFO copying build/lib/ajsonrpc/utils.py -> build/bdist.linux-armv8l/wheel/ajsonrpc 2024-06-05 16:10:14,947 root INFO creating build/bdist.linux-armv8l/wheel/ajsonrpc/scripts 2024-06-05 16:10:14,947 root INFO copying build/lib/ajsonrpc/scripts/server.py -> build/bdist.linux-armv8l/wheel/ajsonrpc/scripts 2024-06-05 16:10:14,947 root INFO running install_egg_info 2024-06-05 16:10:14,949 root INFO Copying ajsonrpc.egg-info to build/bdist.linux-armv8l/wheel/ajsonrpc-1.2.0-py3.12.egg-info 2024-06-05 16:10:14,950 root INFO running install_scripts 2024-06-05 16:10:14,952 wheel INFO creating build/bdist.linux-armv8l/wheel/ajsonrpc-1.2.0.dist-info/WHEEL 2024-06-05 16:10:14,952 wheel INFO creating '/home/buildozer/aports/community/py3-ajsonrpc/src/ajsonrpc-1.2.0/.dist/.tmp-3eb36fr1/ajsonrpc-1.2.0-py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2024-06-05 16:10:14,953 wheel INFO adding 'ajsonrpc/__init__.py' 2024-06-05 16:10:14,953 wheel INFO adding 'ajsonrpc/core.py' 2024-06-05 16:10:14,953 wheel INFO adding 'ajsonrpc/dispatcher.py' 2024-06-05 16:10:14,953 wheel INFO adding 'ajsonrpc/manager.py' 2024-06-05 16:10:14,954 wheel INFO adding 'ajsonrpc/utils.py' 2024-06-05 16:10:14,954 wheel INFO adding 'ajsonrpc/backend/__init__.py' 2024-06-05 16:10:14,954 wheel INFO adding 'ajsonrpc/backend/common.py' 2024-06-05 16:10:14,954 wheel INFO adding 'ajsonrpc/backend/quart.py' 2024-06-05 16:10:14,954 wheel INFO adding 'ajsonrpc/backend/sanic.py' 2024-06-05 16:10:14,954 wheel INFO adding 'ajsonrpc/backend/tornado.py' 2024-06-05 16:10:14,955 wheel INFO adding 'ajsonrpc/scripts/server.py' 2024-06-05 16:10:14,955 wheel INFO adding 'ajsonrpc-1.2.0.dist-info/LICENSE.txt' 2024-06-05 16:10:14,955 wheel INFO adding 'ajsonrpc-1.2.0.dist-info/METADATA' 2024-06-05 16:10:14,955 wheel INFO adding 'ajsonrpc-1.2.0.dist-info/WHEEL' 2024-06-05 16:10:14,955 wheel INFO adding 'ajsonrpc-1.2.0.dist-info/entry_points.txt' 2024-06-05 16:10:14,956 wheel INFO adding 'ajsonrpc-1.2.0.dist-info/top_level.txt' 2024-06-05 16:10:14,956 wheel INFO adding 'ajsonrpc-1.2.0.dist-info/RECORD' 2024-06-05 16:10:14,956 wheel INFO removing build/bdist.linux-armv8l/wheel 2024-06-05 16:10:14,957 gpep517 INFO The backend produced .dist/ajsonrpc-1.2.0-py3-none-any.whl ajsonrpc-1.2.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.2.2, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-ajsonrpc/src/ajsonrpc-1.2.0 collected 65 items ajsonrpc/tests/test_core.py .......................s..... [ 44%] ajsonrpc/tests/test_dispatcher.py ........... [ 61%] ajsonrpc/tests/test_manager.py ......................... [100%] ======================== 64 passed, 1 skipped in 0.16s ========================= >>> py3-ajsonrpc: Entering fakeroot... >>> py3-ajsonrpc-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-ajsonrpc/pkg/py3-ajsonrpc/usr/lib/python3.12/site-packages/ajsonrpc/__pycache__' -> '/home/buildozer/aports/community/py3-ajsonrpc/pkg/py3-ajsonrpc-pyc/usr/lib/python3.12/site-packages/ajsonrpc/__pycache__' '/home/buildozer/aports/community/py3-ajsonrpc/pkg/py3-ajsonrpc/usr/lib/python3.12/site-packages/ajsonrpc/backend/__pycache__' -> '/home/buildozer/aports/community/py3-ajsonrpc/pkg/py3-ajsonrpc-pyc/usr/lib/python3.12/site-packages/ajsonrpc/backend/__pycache__' '/home/buildozer/aports/community/py3-ajsonrpc/pkg/py3-ajsonrpc/usr/lib/python3.12/site-packages/ajsonrpc/scripts/__pycache__' -> '/home/buildozer/aports/community/py3-ajsonrpc/pkg/py3-ajsonrpc-pyc/usr/lib/python3.12/site-packages/ajsonrpc/scripts/__pycache__' >>> py3-ajsonrpc-pyc*: Preparing subpackage py3-ajsonrpc-pyc... >>> py3-ajsonrpc-pyc*: Running postcheck for py3-ajsonrpc-pyc >>> py3-ajsonrpc*: Running postcheck for py3-ajsonrpc >>> py3-ajsonrpc*: Preparing package py3-ajsonrpc... >>> py3-ajsonrpc-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-ajsonrpc-pyc*: Package size: 128.0 KB >>> py3-ajsonrpc-pyc*: Compressing data... >>> py3-ajsonrpc-pyc*: Create checksum... >>> py3-ajsonrpc-pyc*: Create py3-ajsonrpc-pyc-1.2.0-r5.apk >>> py3-ajsonrpc*: Tracing dependencies... python3 python3~3.12 >>> py3-ajsonrpc*: Package size: 136.0 KB >>> py3-ajsonrpc*: Compressing data... >>> py3-ajsonrpc*: Create checksum... >>> py3-ajsonrpc*: Create py3-ajsonrpc-1.2.0-r5.apk >>> py3-ajsonrpc: Build complete at Wed, 05 Jun 2024 16:10:15 +0000 elapsed time 0h 0m 2s >>> py3-ajsonrpc: Cleaning up srcdir >>> py3-ajsonrpc: Cleaning up pkgdir >>> py3-ajsonrpc: Uninstalling dependencies... (1/31) Purging .makedepends-py3-ajsonrpc (20240605.161014) (2/31) Purging py3-gpep517-pyc (16-r0) (3/31) Purging py3-gpep517 (16-r0) (4/31) Purging py3-installer-pyc (0.7.0-r2) (5/31) Purging py3-installer (0.7.0-r2) (6/31) Purging py3-setuptools-pyc (69.5.1-r0) (7/31) Purging py3-setuptools (69.5.1-r0) (8/31) Purging py3-wheel-pyc (0.42.0-r1) (9/31) Purging py3-wheel (0.42.0-r1) (10/31) Purging py3-pytest-pyc (8.2.2-r0) (11/31) Purging py3-pytest (8.2.2-r0) (12/31) Purging py3-iniconfig-pyc (2.0.0-r1) (13/31) Purging py3-iniconfig (2.0.0-r1) (14/31) Purging py3-packaging-pyc (24.0-r1) (15/31) Purging py3-packaging (24.0-r1) (16/31) Purging py3-parsing-pyc (3.1.2-r1) (17/31) Purging py3-parsing (3.1.2-r1) (18/31) Purging py3-pluggy-pyc (1.5.0-r0) (19/31) Purging py3-pluggy (1.5.0-r0) (20/31) Purging py3-py-pyc (1.11.0-r3) (21/31) Purging py3-py (1.11.0-r3) (22/31) Purging python3-pyc (3.12.3-r1) (23/31) Purging python3-pycache-pyc0 (3.12.3-r1) (24/31) Purging pyc (3.12.3-r1) (25/31) Purging python3 (3.12.3-r1) (26/31) Purging gdbm (1.23-r1) (27/31) Purging libffi (3.4.6-r0) (28/31) Purging libpanelw (6.4_p20240420-r0) (29/31) Purging mpdecimal (4.0.0-r0) (30/31) Purging readline (8.2.10-r0) (31/31) Purging sqlite-libs (3.46.0-r0) Executing busybox-1.36.1-r29.trigger OK: 272 MiB in 109 packages >>> py3-ajsonrpc: Updating the community/armv7 repository index... >>> py3-ajsonrpc: Signing the index...