>>> py3-autocommand: Building community/py3-autocommand 2.2.2-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 11:15:19 +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/18) Installing libffi (3.4.4-r0) (2/18) Installing gdbm (1.23-r0) (3/18) Installing mpdecimal (2.5.1-r1) (4/18) Installing readline (8.2.0-r0) (5/18) Installing sqlite-libs (3.40.0-r0) (6/18) Installing python3 (3.11.0-r2) (7/18) Installing py3-installer (0.5.1-r2) (8/18) Installing py3-gpep517 (11-r1) (9/18) Installing py3-parsing (3.0.9-r1) (10/18) Installing py3-packaging (21.3-r3) (11/18) Installing py3-setuptools (65.6.0-r1) (12/18) Installing py3-wheel (0.38.4-r1) (13/18) Installing py3-attrs (22.1.0-r1) (14/18) Installing py3-iniconfig (1.1.1-r4) (15/18) Installing py3-pluggy (1.0.0-r2) (16/18) Installing py3-py (1.11.0-r1) (17/18) Installing py3-pytest (7.2.0-r2) (18/18) Installing .makedepends-py3-autocommand (20221123.111521) Executing busybox-1.35.0-r29.trigger OK: 459 MiB in 121 packages >>> py3-autocommand: Cleaning up srcdir >>> py3-autocommand: Cleaning up pkgdir >>> py3-autocommand: Fetching https://distfiles.alpinelinux.org/distfiles/edge/autocommand-2.2.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 100 22894 100 22894 0 0 147k 0 --:--:-- --:--:-- --:--:-- 148k >>> py3-autocommand: Fetching https://distfiles.alpinelinux.org/distfiles/edge/autocommand-2.2.2.tar.gz >>> py3-autocommand: Checking sha512sums... autocommand-2.2.2.tar.gz: OK >>> py3-autocommand: Unpacking /var/cache/distfiles/edge/autocommand-2.2.2.tar.gz... 2022-11-23 11:15:22,437 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) 2022-11-23 11:15:22,603 root INFO running bdist_wheel 2022-11-23 11:15:22,611 root INFO running build 2022-11-23 11:15:22,611 root INFO running build_py 2022-11-23 11:15:22,614 root INFO creating build 2022-11-23 11:15:22,614 root INFO creating build/lib 2022-11-23 11:15:22,614 root INFO creating build/lib/autocommand 2022-11-23 11:15:22,614 root INFO copying src/autocommand/automain.py -> build/lib/autocommand 2022-11-23 11:15:22,615 root INFO copying src/autocommand/autoasync.py -> build/lib/autocommand 2022-11-23 11:15:22,615 root INFO copying src/autocommand/autoparse.py -> build/lib/autocommand 2022-11-23 11:15:22,616 root INFO copying src/autocommand/__init__.py -> build/lib/autocommand 2022-11-23 11:15:22,616 root INFO copying src/autocommand/errors.py -> build/lib/autocommand 2022-11-23 11:15:22,616 root INFO copying src/autocommand/autocommand.py -> build/lib/autocommand 2022-11-23 11:15:22,617 root INFO running egg_info 2022-11-23 11:15:22,622 root INFO writing src/autocommand.egg-info/PKG-INFO 2022-11-23 11:15:22,622 root INFO writing dependency_links to src/autocommand.egg-info/dependency_links.txt 2022-11-23 11:15:22,623 root INFO writing top-level names to src/autocommand.egg-info/top_level.txt 2022-11-23 11:15:22,626 root INFO reading manifest file 'src/autocommand.egg-info/SOURCES.txt' 2022-11-23 11:15:22,626 root INFO reading manifest template 'MANIFEST.in' 2022-11-23 11:15:22,626 root WARNING warning: no files found matching 'README.rst' 2022-11-23 11:15:22,627 root INFO adding license file 'LICENSE' 2022-11-23 11:15:22,628 root INFO writing manifest file 'src/autocommand.egg-info/SOURCES.txt' 2022-11-23 11:15:22,632 wheel INFO installing to build/bdist.linux-i686/wheel 2022-11-23 11:15:22,632 root INFO running install 2022-11-23 11:15:22,646 root INFO running install_lib 2022-11-23 11:15:22,648 root INFO creating build/bdist.linux-i686 2022-11-23 11:15:22,648 root INFO creating build/bdist.linux-i686/wheel 2022-11-23 11:15:22,649 root INFO creating build/bdist.linux-i686/wheel/autocommand 2022-11-23 11:15:22,649 root INFO copying build/lib/autocommand/automain.py -> build/bdist.linux-i686/wheel/autocommand 2022-11-23 11:15:22,649 root INFO copying build/lib/autocommand/autoasync.py -> build/bdist.linux-i686/wheel/autocommand 2022-11-23 11:15:22,650 root INFO copying build/lib/autocommand/autoparse.py -> build/bdist.linux-i686/wheel/autocommand 2022-11-23 11:15:22,650 root INFO copying build/lib/autocommand/__init__.py -> build/bdist.linux-i686/wheel/autocommand 2022-11-23 11:15:22,650 root INFO copying build/lib/autocommand/errors.py -> build/bdist.linux-i686/wheel/autocommand 2022-11-23 11:15:22,651 root INFO copying build/lib/autocommand/autocommand.py -> build/bdist.linux-i686/wheel/autocommand 2022-11-23 11:15:22,651 root INFO running install_egg_info 2022-11-23 11:15:22,653 root INFO Copying src/autocommand.egg-info to build/bdist.linux-i686/wheel/autocommand-2.2.2-py3.11.egg-info 2022-11-23 11:15:22,654 root INFO running install_scripts 2022-11-23 11:15:22,658 wheel INFO creating build/bdist.linux-i686/wheel/autocommand-2.2.2.dist-info/WHEEL 2022-11-23 11:15:22,658 wheel INFO creating '/home/buildozer/aports/community/py3-autocommand/src/autocommand-2.2.2/dist/tmp8ylx1hyu/autocommand-2.2.2-py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2022-11-23 11:15:22,659 wheel INFO adding 'autocommand/__init__.py' 2022-11-23 11:15:22,659 wheel INFO adding 'autocommand/autoasync.py' 2022-11-23 11:15:22,660 wheel INFO adding 'autocommand/autocommand.py' 2022-11-23 11:15:22,660 wheel INFO adding 'autocommand/automain.py' 2022-11-23 11:15:22,660 wheel INFO adding 'autocommand/autoparse.py' 2022-11-23 11:15:22,661 wheel INFO adding 'autocommand/errors.py' 2022-11-23 11:15:22,661 wheel INFO adding 'autocommand-2.2.2.dist-info/LICENSE' 2022-11-23 11:15:22,662 wheel INFO adding 'autocommand-2.2.2.dist-info/METADATA' 2022-11-23 11:15:22,662 wheel INFO adding 'autocommand-2.2.2.dist-info/WHEEL' 2022-11-23 11:15:22,662 wheel INFO adding 'autocommand-2.2.2.dist-info/top_level.txt' 2022-11-23 11:15:22,663 wheel INFO adding 'autocommand-2.2.2.dist-info/RECORD' 2022-11-23 11:15:22,663 wheel INFO removing build/bdist.linux-i686/wheel 2022-11-23 11:15:22,664 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.0, pytest-7.2.0, 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_basic_autoasync test/test_autoasync.py::test_custom_loop test/test_autoasync.py::test_pass_loop test/test_autoasync.py::test_pass_loop_prior_argument test/test_autoasync.py::test_pass_loop_kwarg_only test/test_autoasync.py::test_run_forever test/test_autoasync.py::test_run_forever_func test/test_autoasync.py::test_defered_loop test/test_autoasync.py::test_defered_loop /home/buildozer/aports/community/py3-autocommand/src/autocommand-2.2.2/test/test_autoasync.py:35: DeprecationWarning: There is no current event loop old_loop = asyncio.get_event_loop() test/test_autoasync.py::test_basic_autoasync test/test_autoasync.py::test_pass_loop test/test_autoasync.py::test_pass_loop_prior_argument test/test_autoasync.py::test_pass_loop_kwarg_only test/test_autoasync.py::test_run_forever test/test_autoasync.py::test_run_forever_func test/test_autoasync.py::test_defered_loop /home/buildozer/aports/community/py3-autocommand/src/autocommand-2.2.2/testenv/usr/lib/python3.11/site-packages/autocommand/autoasync.py:118: DeprecationWarning: There is no current event loop local_loop = get_event_loop() if loop is None else loop test/test_autoasync.py::test_custom_loop /usr/lib/python3.11/asyncio/base_events.py:675: 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. test/test_autoasync.py::test_pass_loop /home/buildozer/aports/community/py3-autocommand/src/autocommand-2.2.2/test/test_autoasync.py:129: DeprecationWarning: There is no current event loop assert async_main() is asyncio.get_event_loop() test/test_autoasync.py::test_pass_loop_prior_argument /home/buildozer/aports/community/py3-autocommand/src/autocommand-2.2.2/test/test_autoasync.py:142: DeprecationWarning: There is no current event loop assert loop is asyncio.get_event_loop() test/test_autoasync.py::test_pass_loop_kwarg_only /home/buildozer/aports/community/py3-autocommand/src/autocommand-2.2.2/test/test_autoasync.py:153: DeprecationWarning: There is no current event loop assert loop is asyncio.get_event_loop() test/test_autoasync.py::test_defered_loop /home/buildozer/aports/community/py3-autocommand/src/autocommand-2.2.2/test/test_autoasync.py:215: DeprecationWarning: There is no current event loop assert passed_loop is asyncio.get_event_loop() test/test_autoasync.py::test_defered_loop /home/buildozer/aports/community/py3-autocommand/src/autocommand-2.2.2/test/test_autoasync.py:218: DeprecationWarning: There is no current event loop assert passed_loop is not asyncio.get_event_loop() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 18 passed, 22 warnings in 0.57s ======================== >>> py3-autocommand: Entering fakeroot... >>> py3-autocommand*: Running postcheck for py3-autocommand >>> py3-autocommand*: Preparing package py3-autocommand... >>> py3-autocommand*: Tracing dependencies... >>> py3-autocommand*: Package size: 144.0 KB >>> py3-autocommand*: Compressing data... >>> py3-autocommand*: Create checksum... >>> py3-autocommand*: Create py3-autocommand-2.2.2-r1.apk >>> py3-autocommand: Build complete at Wed, 23 Nov 2022 11:15:24 +0000 elapsed time 0h 0m 5s >>> py3-autocommand: Cleaning up srcdir >>> py3-autocommand: Cleaning up pkgdir >>> py3-autocommand: Uninstalling dependencies... (1/18) Purging .makedepends-py3-autocommand (20221123.111521) (2/18) Purging py3-gpep517 (11-r1) (3/18) Purging py3-installer (0.5.1-r2) (4/18) Purging py3-setuptools (65.6.0-r1) (5/18) Purging py3-wheel (0.38.4-r1) (6/18) Purging py3-pytest (7.2.0-r2) (7/18) Purging py3-attrs (22.1.0-r1) (8/18) Purging py3-iniconfig (1.1.1-r4) (9/18) Purging py3-packaging (21.3-r3) (10/18) Purging py3-parsing (3.0.9-r1) (11/18) Purging py3-pluggy (1.0.0-r2) (12/18) Purging py3-py (1.11.0-r1) (13/18) Purging python3 (3.11.0-r2) (14/18) Purging libffi (3.4.4-r0) (15/18) Purging gdbm (1.23-r0) (16/18) Purging mpdecimal (2.5.1-r1) (17/18) Purging readline (8.2.0-r0) (18/18) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 380 MiB in 103 packages >>> py3-autocommand: Updating the community/x86 repository index... >>> py3-autocommand: Signing the index...