>>> py3-autocommand: Building community/py3-autocommand 2.2.2-r2 (using abuild 3.11.0_rc12-r0) started Thu, 20 Apr 2023 14:32:34 +0000 >>> py3-autocommand: Checking sanity of /home/buildozer/aports/community/py3-autocommand/APKBUILD... >>> py3-autocommand: Analyzing dependencies... >>> py3-autocommand: Installing for build: build-base python3 py3-gpep517 py3-setuptools py3-wheel 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-r4) (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 python3-pyc (3.11.3-r10) (13/33) Installing py3-installer (0.7.0-r1) (14/33) Installing py3-installer-pyc (0.7.0-r1) (15/33) Installing py3-gpep517 (13-r2) (16/33) Installing py3-gpep517-pyc (13-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.6.1-r1) (22/33) Installing py3-setuptools-pyc (67.6.1-r1) (23/33) Installing py3-wheel (0.40.0-r1) (24/33) Installing py3-wheel-pyc (0.40.0-r1) (25/33) Installing py3-iniconfig (1.1.1-r6) (26/33) Installing py3-iniconfig-pyc (1.1.1-r6) (27/33) Installing py3-pluggy (1.0.0-r3) (28/33) Installing py3-pluggy-pyc (1.0.0-r3) (29/33) Installing py3-py (1.11.0-r2) (30/33) Installing py3-py-pyc (1.11.0-r2) (31/33) Installing py3-pytest (7.3.1-r1) (32/33) Installing py3-pytest-pyc (7.3.1-r1) (33/33) Installing .makedepends-py3-autocommand (20230420.143235) Executing busybox-1.36.0-r7.trigger OK: 468 MiB in 131 packages >>> py3-autocommand: Cleaning up srcdir >>> py3-autocommand: Cleaning up pkgdir >>> py3-autocommand: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/autocommand-2.2.2.tar.gz >>> py3-autocommand: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/autocommand-2.2.2.tar.gz >>> py3-autocommand: Checking sha512sums... autocommand-2.2.2.tar.gz: OK >>> py3-autocommand: Unpacking /var/cache/distfiles/v3.18/autocommand-2.2.2.tar.gz... 2023-04-20 14:32:35,539 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:103: _WouldIgnoreField: 'license' defined outside of `pyproject.toml` would be ignored. !! ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `license = 'LGPLv3'` According to the spec (see the link below), however, setuptools CANNOT consider this value unless 'license' is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list 'license' under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. !! warnings.warn(msg, _WouldIgnoreField) 2023-04-20 14:32:35,621 root INFO running bdist_wheel 2023-04-20 14:32:35,624 root INFO running build 2023-04-20 14:32:35,624 root INFO running build_py 2023-04-20 14:32:35,625 root INFO creating build 2023-04-20 14:32:35,625 root INFO creating build/lib 2023-04-20 14:32:35,625 root INFO creating build/lib/autocommand 2023-04-20 14:32:35,625 root INFO copying src/autocommand/__init__.py -> build/lib/autocommand 2023-04-20 14:32:35,625 root INFO copying src/autocommand/autoasync.py -> build/lib/autocommand 2023-04-20 14:32:35,626 root INFO copying src/autocommand/automain.py -> build/lib/autocommand 2023-04-20 14:32:35,626 root INFO copying src/autocommand/errors.py -> build/lib/autocommand 2023-04-20 14:32:35,626 root INFO copying src/autocommand/autoparse.py -> build/lib/autocommand 2023-04-20 14:32:35,626 root INFO copying src/autocommand/autocommand.py -> build/lib/autocommand 2023-04-20 14:32:35,626 root INFO running egg_info 2023-04-20 14:32:35,628 root INFO writing src/autocommand.egg-info/PKG-INFO 2023-04-20 14:32:35,628 root INFO writing dependency_links to src/autocommand.egg-info/dependency_links.txt 2023-04-20 14:32:35,629 root INFO writing top-level names to src/autocommand.egg-info/top_level.txt 2023-04-20 14:32:35,630 root INFO reading manifest file 'src/autocommand.egg-info/SOURCES.txt' 2023-04-20 14:32:35,630 root INFO reading manifest template 'MANIFEST.in' 2023-04-20 14:32:35,630 root WARNING warning: no files found matching 'README.rst' 2023-04-20 14:32:35,630 root INFO adding license file 'LICENSE' 2023-04-20 14:32:35,631 root INFO writing manifest file 'src/autocommand.egg-info/SOURCES.txt' 2023-04-20 14:32:35,633 wheel INFO installing to build/bdist.linux-aarch64/wheel 2023-04-20 14:32:35,633 root INFO running install 2023-04-20 14:32:35,639 root INFO running install_lib 2023-04-20 14:32:35,640 root INFO creating build/bdist.linux-aarch64 2023-04-20 14:32:35,640 root INFO creating build/bdist.linux-aarch64/wheel 2023-04-20 14:32:35,640 root INFO creating build/bdist.linux-aarch64/wheel/autocommand 2023-04-20 14:32:35,640 root INFO copying build/lib/autocommand/__init__.py -> build/bdist.linux-aarch64/wheel/autocommand 2023-04-20 14:32:35,641 root INFO copying build/lib/autocommand/autoasync.py -> build/bdist.linux-aarch64/wheel/autocommand 2023-04-20 14:32:35,641 root INFO copying build/lib/autocommand/automain.py -> build/bdist.linux-aarch64/wheel/autocommand 2023-04-20 14:32:35,641 root INFO copying build/lib/autocommand/errors.py -> build/bdist.linux-aarch64/wheel/autocommand 2023-04-20 14:32:35,641 root INFO copying build/lib/autocommand/autoparse.py -> build/bdist.linux-aarch64/wheel/autocommand 2023-04-20 14:32:35,641 root INFO copying build/lib/autocommand/autocommand.py -> build/bdist.linux-aarch64/wheel/autocommand 2023-04-20 14:32:35,641 root INFO running install_egg_info 2023-04-20 14:32:35,642 root INFO Copying src/autocommand.egg-info to build/bdist.linux-aarch64/wheel/autocommand-2.2.2-py3.11.egg-info 2023-04-20 14:32:35,643 root INFO running install_scripts 2023-04-20 14:32:35,644 wheel INFO creating build/bdist.linux-aarch64/wheel/autocommand-2.2.2.dist-info/WHEEL 2023-04-20 14:32:35,645 wheel INFO creating '/home/buildozer/aports/community/py3-autocommand/src/autocommand-2.2.2/dist/.tmp-1wlc01cm/autocommand-2.2.2-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2023-04-20 14:32:35,645 wheel INFO adding 'autocommand/__init__.py' 2023-04-20 14:32:35,645 wheel INFO adding 'autocommand/autoasync.py' 2023-04-20 14:32:35,645 wheel INFO adding 'autocommand/autocommand.py' 2023-04-20 14:32:35,645 wheel INFO adding 'autocommand/automain.py' 2023-04-20 14:32:35,646 wheel INFO adding 'autocommand/autoparse.py' 2023-04-20 14:32:35,646 wheel INFO adding 'autocommand/errors.py' 2023-04-20 14:32:35,646 wheel INFO adding 'autocommand-2.2.2.dist-info/LICENSE' 2023-04-20 14:32:35,646 wheel INFO adding 'autocommand-2.2.2.dist-info/METADATA' 2023-04-20 14:32:35,646 wheel INFO adding 'autocommand-2.2.2.dist-info/WHEEL' 2023-04-20 14:32:35,646 wheel INFO adding 'autocommand-2.2.2.dist-info/top_level.txt' 2023-04-20 14:32:35,647 wheel INFO adding 'autocommand-2.2.2.dist-info/RECORD' 2023-04-20 14:32:35,647 wheel INFO removing build/bdist.linux-aarch64/wheel 2023-04-20 14:32:35,647 gpep517 INFO The backend produced dist/autocommand-2.2.2-py3-none-any.whl autocommand-2.2.2-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-autocommand/src/autocommand-2.2.2 collected 18 items test/test_autoasync.py ........ [ 44%] test/test_autocommand.py .... [ 66%] test/test_automain.py ...... [100%] =============================== warnings summary =============================== test/test_autoasync.py::test_custom_loop /usr/lib/python3.11/asyncio/base_events.py:678: RuntimeWarning: coroutine 'test_custom_loop..bad_coro' was never awaited self._ready.clear() Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 18 passed, 1 warning in 0.48s ========================= >>> py3-autocommand: Entering fakeroot... >>> py3-autocommand-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-autocommand/pkg/py3-autocommand/usr/lib/python3.11/site-packages/autocommand/__pycache__' -> '/home/buildozer/aports/community/py3-autocommand/pkg/py3-autocommand-pyc/usr/lib/python3.11/site-packages/autocommand/__pycache__' >>> py3-autocommand-pyc*: Preparing subpackage py3-autocommand-pyc... >>> py3-autocommand-pyc*: Running postcheck for py3-autocommand-pyc >>> py3-autocommand*: Running postcheck for py3-autocommand >>> py3-autocommand*: Preparing package py3-autocommand... >>> py3-autocommand-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-autocommand-pyc*: Package size: 64.0 KB >>> py3-autocommand-pyc*: Compressing data... >>> py3-autocommand-pyc*: Create checksum... >>> py3-autocommand-pyc*: Create py3-autocommand-pyc-2.2.2-r2.apk >>> py3-autocommand*: Tracing dependencies... python3 python3~3.11 >>> py3-autocommand*: Package size: 100.0 KB >>> py3-autocommand*: Compressing data... >>> py3-autocommand*: Create checksum... >>> py3-autocommand*: Create py3-autocommand-2.2.2-r2.apk >>> py3-autocommand: Build complete at Thu, 20 Apr 2023 14:32:36 +0000 elapsed time 0h 0m 2s >>> py3-autocommand: Cleaning up srcdir >>> py3-autocommand: Cleaning up pkgdir >>> py3-autocommand: Uninstalling dependencies... (1/33) Purging .makedepends-py3-autocommand (20230420.143235) (2/33) Purging py3-gpep517-pyc (13-r2) (3/33) Purging py3-gpep517 (13-r2) (4/33) Purging py3-installer-pyc (0.7.0-r1) (5/33) Purging py3-installer (0.7.0-r1) (6/33) Purging py3-setuptools-pyc (67.6.1-r1) (7/33) Purging py3-setuptools (67.6.1-r1) (8/33) Purging py3-wheel-pyc (0.40.0-r1) (9/33) Purging py3-wheel (0.40.0-r1) (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-r4) (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-r7.trigger OK: 409 MiB in 98 packages >>> py3-autocommand: Updating the community/aarch64 repository index... >>> py3-autocommand: Signing the index...