>>> py3-asyncmock: Building community/py3-asyncmock 0.4.2-r6 (using abuild 3.17.0_rc2-r0) started Wed, 06 May 2026 21:48:13 +0000 >>> py3-asyncmock: Validating /home/buildozer/aports/community/py3-asyncmock/APKBUILD... >>> py3-asyncmock: Analyzing dependencies... >>> py3-asyncmock: Installing for build: build-base python3 py3-mock py3-gpep517 py3-setuptools py3-pytest-runner py3-wheel ( 1/37) Installing gdbm (1.26-r0) ( 2/37) Installing xz-libs (5.8.3-r0) ( 3/37) Installing mpdecimal (4.0.1-r0) ( 4/37) Installing libpanelw (6.6_p20260502-r0) ( 5/37) Installing readline (8.3.3-r1) ( 6/37) Installing sqlite-libs (3.53.1-r0) ( 7/37) Installing python3 (3.14.3-r0) ( 8/37) Installing python3-pycache-pyc0 (3.14.3-r0) ( 9/37) Installing pyc (3.14.3-r0) (10/37) Installing python3-pyc (3.14.3-r0) (11/37) Installing py3-mock (5.2.0-r1) (12/37) Installing py3-mock-pyc (5.2.0-r1) (13/37) Installing py3-installer (1.0.0-r0) (14/37) Installing py3-installer-pyc (1.0.0-r0) (15/37) Installing py3-gpep517 (19-r2) (16/37) Installing py3-gpep517-pyc (19-r2) (17/37) Installing py3-parsing (3.3.2-r1) (18/37) Installing py3-parsing-pyc (3.3.2-r1) (19/37) Installing py3-packaging (26.2-r0) (20/37) Installing py3-packaging-pyc (26.2-r0) (21/37) Installing py3-setuptools (82.0.1-r1) (22/37) Installing py3-setuptools-pyc (82.0.1-r1) (23/37) Installing py3-iniconfig (2.3.0-r1) (24/37) Installing py3-iniconfig-pyc (2.3.0-r1) (25/37) Installing py3-pluggy (1.6.0-r1) (26/37) Installing py3-pluggy-pyc (1.6.0-r1) (27/37) Installing py3-py (1.11.0-r5) (28/37) Installing py3-py-pyc (1.11.0-r5) (29/37) Installing py3-pygments (2.20.0-r0) (30/37) Installing py3-pygments-pyc (2.20.0-r0) (31/37) Installing py3-pytest (9.0.3-r0) (32/37) Installing py3-pytest-pyc (9.0.3-r0) (33/37) Installing py3-pytest-runner (6.0.1-r2) (34/37) Installing py3-pytest-runner-pyc (6.0.1-r2) (35/37) Installing py3-wheel (0.47.0-r0) (36/37) Installing py3-wheel-pyc (0.47.0-r0) (37/37) Installing .makedepends-py3-asyncmock (20260506.214832) Executing busybox-1.37.0-r31.trigger OK: 1219.7 MiB in 173 packages >>> py3-asyncmock: Cleaning up srcdir >>> py3-asyncmock: Cleaning up pkgdir >>> py3-asyncmock: Cleaning up tmpdir >>> py3-asyncmock: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/py3-asyncmock-0.4.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.24/py3-asyncmock-0.4.2.tar.gz.part' py3-asyncmock-0.4.2. 100% |********************************| 3191 0:00:00 ETA '/var/cache/distfiles/v3.24/py3-asyncmock-0.4.2.tar.gz.part' saved /var/cache/distfiles/v3.24/py3-asyncmock-0.4.2.tar.gz: OK >>> py3-asyncmock: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/py3-asyncmock-0.4.2.tar.gz /var/cache/distfiles/v3.24/py3-asyncmock-0.4.2.tar.gz: OK >>> py3-asyncmock: Unpacking /var/cache/distfiles/v3.24/py3-asyncmock-0.4.2.tar.gz... 2026-05-06 21:48:35,699 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead. !! ******************************************************************************** Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead. Available configuration options are listed in: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://github.com/pypa/setuptools/discussions/5011 for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'long-description' in 'metadata' (setup.cfg), please use the underscore name 'long_description' instead. !! ******************************************************************************** Usage of dash-separated 'long-description' will not be supported in future versions. Please use the underscore name 'long_description' instead. Available configuration options are listed in: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://github.com/pypa/setuptools/discussions/5011 for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'long-description-content-type' in 'metadata' (setup.cfg), please use the underscore name 'long_description_content_type' instead. !! ******************************************************************************** Usage of dash-separated 'long-description-content-type' will not be supported in future versions. Please use the underscore name 'long_description_content_type' instead. Available configuration options are listed in: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://github.com/pypa/setuptools/discussions/5011 for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-05-06 21:48:35,813 root INFO running bdist_wheel 2026-05-06 21:48:35,889 root INFO running build 2026-05-06 21:48:35,889 root INFO running build_py 2026-05-06 21:48:35,907 root INFO creating build/lib/asyncmock 2026-05-06 21:48:35,909 root INFO copying asyncmock/__init__.py -> build/lib/asyncmock 2026-05-06 21:48:35,911 root INFO copying asyncmock/__version__.py -> build/lib/asyncmock 2026-05-06 21:48:35,944 root INFO installing to build/bdist.linux-riscv64/wheel 2026-05-06 21:48:35,944 root INFO running install 2026-05-06 21:48:35,983 root INFO running install_lib 2026-05-06 21:48:35,997 root INFO creating build/bdist.linux-riscv64/wheel 2026-05-06 21:48:35,999 root INFO creating build/bdist.linux-riscv64/wheel/asyncmock 2026-05-06 21:48:36,000 root INFO copying build/lib/asyncmock/__init__.py -> build/bdist.linux-riscv64/wheel/./asyncmock 2026-05-06 21:48:36,001 root INFO copying build/lib/asyncmock/__version__.py -> build/bdist.linux-riscv64/wheel/./asyncmock 2026-05-06 21:48:36,002 root INFO running install_egg_info 2026-05-06 21:48:36,019 root INFO running egg_info 2026-05-06 21:48:36,030 root INFO writing asyncmock.egg-info/PKG-INFO 2026-05-06 21:48:36,033 root INFO writing dependency_links to asyncmock.egg-info/dependency_links.txt 2026-05-06 21:48:36,034 root INFO writing requirements to asyncmock.egg-info/requires.txt 2026-05-06 21:48:36,035 root INFO writing top-level names to asyncmock.egg-info/top_level.txt 2026-05-06 21:48:36,050 root INFO reading manifest file 'asyncmock.egg-info/SOURCES.txt' 2026-05-06 21:48:36,054 root INFO writing manifest file 'asyncmock.egg-info/SOURCES.txt' 2026-05-06 21:48:36,056 root INFO Copying asyncmock.egg-info to build/bdist.linux-riscv64/wheel/./asyncmock-0.4.2-py3.14.egg-info 2026-05-06 21:48:36,061 root INFO running install_scripts 2026-05-06 21:48:36,066 root INFO creating build/bdist.linux-riscv64/wheel/asyncmock-0.4.2.dist-info/WHEEL 2026-05-06 21:48:36,068 wheel INFO creating '/home/buildozer/aports/community/py3-asyncmock/src/asyncmock-0.4.2/.dist/.tmp-oul_og9m/asyncmock-0.4.2-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-05-06 21:48:36,070 wheel INFO adding 'asyncmock/__init__.py' 2026-05-06 21:48:36,071 wheel INFO adding 'asyncmock/__version__.py' 2026-05-06 21:48:36,073 wheel INFO adding 'asyncmock-0.4.2.dist-info/METADATA' 2026-05-06 21:48:36,074 wheel INFO adding 'asyncmock-0.4.2.dist-info/WHEEL' 2026-05-06 21:48:36,075 wheel INFO adding 'asyncmock-0.4.2.dist-info/top_level.txt' 2026-05-06 21:48:36,075 wheel INFO adding 'asyncmock-0.4.2.dist-info/RECORD' 2026-05-06 21:48:36,076 root INFO removing build/bdist.linux-riscv64/wheel 2026-05-06 21:48:36,079 gpep517 INFO The backend produced .dist/asyncmock-0.4.2-py3-none-any.whl asyncmock-0.4.2-py3-none-any.whl >>> py3-asyncmock: Entering fakeroot... >>> py3-asyncmock-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/asyncmock/__pycache__' -> '/home/buildozer/aports/community/py3-asyncmock/pkg/py3-asyncmock-pyc/usr/lib/python3.14/site-packages/asyncmock/__pycache__' >>> py3-asyncmock-pyc*: Preparing subpackage py3-asyncmock-pyc... >>> py3-asyncmock-pyc*: Running postcheck for py3-asyncmock-pyc >>> py3-asyncmock*: Running postcheck for py3-asyncmock >>> py3-asyncmock*: Preparing package py3-asyncmock... >>> py3-asyncmock-pyc*: Tracing dependencies... python3~3.14 >>> py3-asyncmock-pyc*: Package size: 3.4 KB >>> py3-asyncmock-pyc*: Compressing data... >>> py3-asyncmock-pyc*: Create checksum... >>> py3-asyncmock-pyc*: Create py3-asyncmock-pyc-0.4.2-r6.apk >>> py3-asyncmock*: Tracing dependencies... python3 py3-mock python3~3.14 >>> py3-asyncmock*: Package size: 5.8 KB >>> py3-asyncmock*: Compressing data... >>> py3-asyncmock*: Create checksum... >>> py3-asyncmock*: Create py3-asyncmock-0.4.2-r6.apk >>> py3-asyncmock: Build complete at Wed, 06 May 2026 21:48:37 +0000 elapsed time 0h 0m 24s >>> py3-asyncmock: Cleaning up srcdir >>> py3-asyncmock: Cleaning up pkgdir >>> py3-asyncmock: Cleaning up tmpdir >>> py3-asyncmock: Uninstalling dependencies... ( 1/37) Purging .makedepends-py3-asyncmock (20260506.214832) ( 2/37) Purging py3-mock-pyc (5.2.0-r1) ( 3/37) Purging py3-mock (5.2.0-r1) ( 4/37) Purging py3-gpep517-pyc (19-r2) ( 5/37) Purging py3-gpep517 (19-r2) ( 6/37) Purging py3-installer-pyc (1.0.0-r0) ( 7/37) Purging py3-installer (1.0.0-r0) ( 8/37) Purging py3-pytest-runner-pyc (6.0.1-r2) ( 9/37) Purging py3-pytest-runner (6.0.1-r2) (10/37) Purging py3-pytest-pyc (9.0.3-r0) (11/37) Purging py3-pytest (9.0.3-r0) (12/37) Purging py3-iniconfig-pyc (2.3.0-r1) (13/37) Purging py3-iniconfig (2.3.0-r1) (14/37) Purging py3-pluggy-pyc (1.6.0-r1) (15/37) Purging py3-pluggy (1.6.0-r1) (16/37) Purging py3-py-pyc (1.11.0-r5) (17/37) Purging py3-py (1.11.0-r5) (18/37) Purging py3-pygments-pyc (2.20.0-r0) (19/37) Purging py3-pygments (2.20.0-r0) (20/37) Purging py3-setuptools-pyc (82.0.1-r1) (21/37) Purging py3-setuptools (82.0.1-r1) (22/37) Purging py3-wheel-pyc (0.47.0-r0) (23/37) Purging py3-wheel (0.47.0-r0) (24/37) Purging py3-packaging-pyc (26.2-r0) (25/37) Purging py3-packaging (26.2-r0) (26/37) Purging py3-parsing-pyc (3.3.2-r1) (27/37) Purging py3-parsing (3.3.2-r1) (28/37) Purging python3-pyc (3.14.3-r0) (29/37) Purging python3-pycache-pyc0 (3.14.3-r0) (30/37) Purging pyc (3.14.3-r0) (31/37) Purging python3 (3.14.3-r0) (32/37) Purging gdbm (1.26-r0) (33/37) Purging libpanelw (6.6_p20260502-r0) (34/37) Purging mpdecimal (4.0.1-r0) (35/37) Purging readline (8.3.3-r1) (36/37) Purging sqlite-libs (3.53.1-r0) (37/37) Purging xz-libs (5.8.3-r0) Executing busybox-1.37.0-r31.trigger OK: 1162.3 MiB in 136 packages >>> py3-asyncmock: Updating the community/riscv64 repository index... >>> py3-asyncmock: Signing the index...