>>> py3-mando: Building testing/py3-mando 0.8.2-r0 (using abuild 3.16.0-r0) started Thu, 18 Dec 2025 11:06:15 +0000 >>> py3-mando: Validating /home/buildozer/aports/testing/py3-mando/APKBUILD... >>> py3-mando: Analyzing dependencies... >>> py3-mando: Installing for build: build-base python3 py3-setuptools py3-gpep517 ( 1/22) Installing libbz2 (1.0.8-r6) ( 2/22) Installing libffi (3.5.2-r0) ( 3/22) Installing gdbm (1.26-r0) ( 4/22) Installing xz-libs (5.8.1-r0) ( 5/22) Installing mpdecimal (4.0.1-r0) ( 6/22) Installing libpanelw (6.5_p20251123-r0) ( 7/22) Installing sqlite-libs (3.51.1-r0) ( 8/22) Installing python3 (3.12.12-r0) ( 9/22) Installing python3-pycache-pyc0 (3.12.12-r0) (10/22) Installing pyc (3.12.12-r0) (11/22) Installing python3-pyc (3.12.12-r0) (12/22) Installing py3-parsing (3.2.3-r0) (13/22) Installing py3-parsing-pyc (3.2.3-r0) (14/22) Installing py3-packaging (25.0-r0) (15/22) Installing py3-packaging-pyc (25.0-r0) (16/22) Installing py3-setuptools (80.9.0-r2) (17/22) Installing py3-setuptools-pyc (80.9.0-r2) (18/22) Installing py3-installer (0.7.0-r2) (19/22) Installing py3-installer-pyc (0.7.0-r2) (20/22) Installing py3-gpep517 (19-r1) (21/22) Installing py3-gpep517-pyc (19-r1) (22/22) Installing .makedepends-py3-mando (20251218.110617) Executing busybox-1.37.0-r30.trigger OK: 472.1 MiB in 127 packages >>> py3-mando: Cleaning up srcdir >>> py3-mando: Cleaning up pkgdir >>> py3-mando: Cleaning up tmpdir >>> py3-mando: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mando-0.8.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-mando: Fetching https://files.pythonhosted.org/packages/source/m/mando/mando-0.8.2.tar.gz Connecting to files.pythonhosted.org (151.101.0.223:443) Connecting to files.pythonhosted.org (151.101.0.223:443) saving to '/var/cache/distfiles/edge/mando-0.8.2.tar.gz.part' mando-0.8.2.tar.gz.p 100% |********************************| 37732 0:00:00 ETA '/var/cache/distfiles/edge/mando-0.8.2.tar.gz.part' saved /var/cache/distfiles/edge/mando-0.8.2.tar.gz: OK >>> py3-mando: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mando-0.8.2.tar.gz /var/cache/distfiles/edge/mando-0.8.2.tar.gz: OK >>> py3-mando: Unpacking /var/cache/distfiles/edge/mando-0.8.2.tar.gz... 2025-12-18 11:06:19,135 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/dist.py:759: 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() 2025-12-18 11:06:19,234 root INFO running bdist_wheel 2025-12-18 11:06:19,256 root WARNING The [wheel] section is deprecated. Use [bdist_wheel] instead. /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() 2025-12-18 11:06:19,275 root INFO running build 2025-12-18 11:06:19,275 root INFO running build_py 2025-12-18 11:06:19,288 root INFO creating build/lib/mando 2025-12-18 11:06:19,289 root INFO copying mando/utils.py -> build/lib/mando 2025-12-18 11:06:19,289 root INFO copying mando/__init__.py -> build/lib/mando 2025-12-18 11:06:19,290 root INFO copying mando/core.py -> build/lib/mando 2025-12-18 11:06:19,290 root INFO copying mando/rst_text_formatter.py -> build/lib/mando 2025-12-18 11:06:19,291 root INFO creating build/lib/mando/napoleon 2025-12-18 11:06:19,291 root INFO copying mando/napoleon/docstring.py -> build/lib/mando/napoleon 2025-12-18 11:06:19,292 root INFO copying mando/napoleon/pycompat.py -> build/lib/mando/napoleon 2025-12-18 11:06:19,293 root INFO copying mando/napoleon/iterators.py -> build/lib/mando/napoleon 2025-12-18 11:06:19,293 root INFO copying mando/napoleon/__init__.py -> build/lib/mando/napoleon 2025-12-18 11:06:19,294 root INFO creating build/lib/mando/tests 2025-12-18 11:06:19,295 root INFO copying mando/tests/run.py -> build/lib/mando/tests 2025-12-18 11:06:19,295 root INFO copying mando/tests/__init__.py -> build/lib/mando/tests 2025-12-18 11:06:19,296 root INFO copying mando/tests/test_unicode_docstring_on_py2.py -> build/lib/mando/tests 2025-12-18 11:06:19,296 root INFO copying mando/tests/capture.py -> build/lib/mando/tests 2025-12-18 11:06:19,297 root INFO copying mando/tests/test_utils.py -> build/lib/mando/tests 2025-12-18 11:06:19,297 root INFO copying mando/tests/test_google.py -> build/lib/mando/tests 2025-12-18 11:06:19,298 root INFO copying mando/tests/test_core.py -> build/lib/mando/tests 2025-12-18 11:06:19,298 root INFO copying mando/tests/test_numpy.py -> build/lib/mando/tests 2025-12-18 11:06:19,317 root INFO installing to build/bdist.linux-i686/wheel 2025-12-18 11:06:19,317 root INFO running install 2025-12-18 11:06:19,339 root INFO running install_lib 2025-12-18 11:06:19,346 root INFO creating build/bdist.linux-i686/wheel 2025-12-18 11:06:19,346 root INFO creating build/bdist.linux-i686/wheel/mando 2025-12-18 11:06:19,347 root INFO copying build/lib/mando/utils.py -> build/bdist.linux-i686/wheel/./mando 2025-12-18 11:06:19,347 root INFO copying build/lib/mando/__init__.py -> build/bdist.linux-i686/wheel/./mando 2025-12-18 11:06:19,347 root INFO copying build/lib/mando/core.py -> build/bdist.linux-i686/wheel/./mando 2025-12-18 11:06:19,348 root INFO creating build/bdist.linux-i686/wheel/mando/napoleon 2025-12-18 11:06:19,348 root INFO copying build/lib/mando/napoleon/docstring.py -> build/bdist.linux-i686/wheel/./mando/napoleon 2025-12-18 11:06:19,349 root INFO copying build/lib/mando/napoleon/pycompat.py -> build/bdist.linux-i686/wheel/./mando/napoleon 2025-12-18 11:06:19,349 root INFO copying build/lib/mando/napoleon/iterators.py -> build/bdist.linux-i686/wheel/./mando/napoleon 2025-12-18 11:06:19,349 root INFO copying build/lib/mando/napoleon/__init__.py -> build/bdist.linux-i686/wheel/./mando/napoleon 2025-12-18 11:06:19,350 root INFO creating build/bdist.linux-i686/wheel/mando/tests 2025-12-18 11:06:19,350 root INFO copying build/lib/mando/tests/run.py -> build/bdist.linux-i686/wheel/./mando/tests 2025-12-18 11:06:19,351 root INFO copying build/lib/mando/tests/__init__.py -> build/bdist.linux-i686/wheel/./mando/tests 2025-12-18 11:06:19,351 root INFO copying build/lib/mando/tests/test_unicode_docstring_on_py2.py -> build/bdist.linux-i686/wheel/./mando/tests 2025-12-18 11:06:19,351 root INFO copying build/lib/mando/tests/capture.py -> build/bdist.linux-i686/wheel/./mando/tests 2025-12-18 11:06:19,352 root INFO copying build/lib/mando/tests/test_utils.py -> build/bdist.linux-i686/wheel/./mando/tests 2025-12-18 11:06:19,352 root INFO copying build/lib/mando/tests/test_google.py -> build/bdist.linux-i686/wheel/./mando/tests 2025-12-18 11:06:19,352 root INFO copying build/lib/mando/tests/test_core.py -> build/bdist.linux-i686/wheel/./mando/tests 2025-12-18 11:06:19,353 root INFO copying build/lib/mando/tests/test_numpy.py -> build/bdist.linux-i686/wheel/./mando/tests 2025-12-18 11:06:19,353 root INFO copying build/lib/mando/rst_text_formatter.py -> build/bdist.linux-i686/wheel/./mando 2025-12-18 11:06:19,353 root INFO running install_egg_info 2025-12-18 11:06:19,361 root INFO running egg_info 2025-12-18 11:06:19,367 root INFO writing mando.egg-info/PKG-INFO 2025-12-18 11:06:19,368 root INFO writing dependency_links to mando.egg-info/dependency_links.txt 2025-12-18 11:06:19,369 root INFO writing requirements to mando.egg-info/requires.txt 2025-12-18 11:06:19,369 root INFO writing top-level names to mando.egg-info/top_level.txt 2025-12-18 11:06:19,378 root INFO reading manifest file 'mando.egg-info/SOURCES.txt' 2025-12-18 11:06:19,380 root INFO reading manifest template 'MANIFEST.in' 2025-12-18 11:06:19,382 root INFO adding license file 'LICENSE' 2025-12-18 11:06:19,385 root INFO writing manifest file 'mando.egg-info/SOURCES.txt' 2025-12-18 11:06:19,385 root INFO Copying mando.egg-info to build/bdist.linux-i686/wheel/./mando-0.8.2-py3.12.egg-info 2025-12-18 11:06:19,387 root INFO running install_scripts 2025-12-18 11:06:19,389 root INFO creating build/bdist.linux-i686/wheel/mando-0.8.2.dist-info/WHEEL 2025-12-18 11:06:19,390 wheel INFO creating '/home/buildozer/aports/testing/py3-mando/src/mando-0.8.2/.dist/.tmp-g0t0_dtx/mando-0.8.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2025-12-18 11:06:19,390 wheel INFO adding 'mando/__init__.py' 2025-12-18 11:06:19,391 wheel INFO adding 'mando/core.py' 2025-12-18 11:06:19,391 wheel INFO adding 'mando/rst_text_formatter.py' 2025-12-18 11:06:19,392 wheel INFO adding 'mando/utils.py' 2025-12-18 11:06:19,392 wheel INFO adding 'mando/napoleon/__init__.py' 2025-12-18 11:06:19,393 wheel INFO adding 'mando/napoleon/docstring.py' 2025-12-18 11:06:19,394 wheel INFO adding 'mando/napoleon/iterators.py' 2025-12-18 11:06:19,394 wheel INFO adding 'mando/napoleon/pycompat.py' 2025-12-18 11:06:19,394 wheel INFO adding 'mando/tests/__init__.py' 2025-12-18 11:06:19,395 wheel INFO adding 'mando/tests/capture.py' 2025-12-18 11:06:19,395 wheel INFO adding 'mando/tests/run.py' 2025-12-18 11:06:19,395 wheel INFO adding 'mando/tests/test_core.py' 2025-12-18 11:06:19,396 wheel INFO adding 'mando/tests/test_google.py' 2025-12-18 11:06:19,396 wheel INFO adding 'mando/tests/test_numpy.py' 2025-12-18 11:06:19,397 wheel INFO adding 'mando/tests/test_unicode_docstring_on_py2.py' 2025-12-18 11:06:19,397 wheel INFO adding 'mando/tests/test_utils.py' 2025-12-18 11:06:19,398 wheel INFO adding 'mando-0.8.2.dist-info/licenses/LICENSE' 2025-12-18 11:06:19,398 wheel INFO adding 'mando-0.8.2.dist-info/METADATA' 2025-12-18 11:06:19,398 wheel INFO adding 'mando-0.8.2.dist-info/WHEEL' 2025-12-18 11:06:19,399 wheel INFO adding 'mando-0.8.2.dist-info/top_level.txt' 2025-12-18 11:06:19,399 wheel INFO adding 'mando-0.8.2.dist-info/RECORD' 2025-12-18 11:06:19,400 root INFO removing build/bdist.linux-i686/wheel 2025-12-18 11:06:19,401 gpep517 INFO The backend produced .dist/mando-0.8.2-py2.py3-none-any.whl mando-0.8.2-py2.py3-none-any.whl >>> py3-mando: Entering fakeroot... 2025-12-18 11:06:19,783 gpep517 INFO Installing .dist/mando-0.8.2-py2.py3-none-any.whl into /home/buildozer/aports/testing/py3-mando/pkg/py3-mando 2025-12-18 11:06:19,870 gpep517 INFO Installation complete >>> py3-mando-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/testing/py3-mando/pkg/py3-mando-doc/usr/share/doc' 'usr/share/licenses' -> '/home/buildozer/aports/testing/py3-mando/pkg/py3-mando-doc/usr/share/licenses' >>> py3-mando-doc*: Preparing subpackage py3-mando-doc... >>> py3-mando-doc*: Running postcheck for py3-mando-doc >>> py3-mando-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/mando/__pycache__' -> '/home/buildozer/aports/testing/py3-mando/pkg/py3-mando-pyc/usr/lib/python3.12/site-packages/mando/__pycache__' 'usr/lib/python3.12/site-packages/mando/napoleon/__pycache__' -> '/home/buildozer/aports/testing/py3-mando/pkg/py3-mando-pyc/usr/lib/python3.12/site-packages/mando/napoleon/__pycache__' >>> py3-mando-pyc*: Preparing subpackage py3-mando-pyc... >>> py3-mando-pyc*: Running postcheck for py3-mando-pyc >>> py3-mando*: Running postcheck for py3-mando >>> py3-mando*: Preparing package py3-mando... >>> py3-mando-doc*: Tracing dependencies... >>> py3-mando-doc*: Package size: 6.5 KB >>> py3-mando-doc*: Compressing data... >>> py3-mando-doc*: Create checksum... >>> py3-mando-doc*: Create py3-mando-doc-0.8.2-r0.apk >>> py3-mando-pyc*: Tracing dependencies... python3~3.12 >>> py3-mando-pyc*: Package size: 83.9 KB >>> py3-mando-pyc*: Compressing data... >>> py3-mando-pyc*: Create checksum... >>> py3-mando-pyc*: Create py3-mando-pyc-0.8.2-r0.apk >>> py3-mando*: Tracing dependencies... python3 python3~3.12 >>> py3-mando*: Package size: 78.9 KB >>> py3-mando*: Compressing data... >>> py3-mando*: Create checksum... >>> py3-mando*: Create py3-mando-0.8.2-r0.apk >>> py3-mando: Build complete at Thu, 18 Dec 2025 11:06:20 +0000 elapsed time 0h 0m 5s >>> py3-mando: Cleaning up srcdir >>> py3-mando: Cleaning up pkgdir >>> py3-mando: Uninstalling dependencies... ( 1/22) Purging .makedepends-py3-mando (20251218.110617) ( 2/22) Purging py3-setuptools-pyc (80.9.0-r2) ( 3/22) Purging py3-setuptools (80.9.0-r2) ( 4/22) Purging py3-packaging-pyc (25.0-r0) ( 5/22) Purging py3-packaging (25.0-r0) ( 6/22) Purging py3-parsing-pyc (3.2.3-r0) ( 7/22) Purging py3-parsing (3.2.3-r0) ( 8/22) Purging py3-gpep517-pyc (19-r1) ( 9/22) Purging py3-gpep517 (19-r1) (10/22) Purging py3-installer-pyc (0.7.0-r2) (11/22) Purging py3-installer (0.7.0-r2) (12/22) Purging python3-pyc (3.12.12-r0) (13/22) Purging python3-pycache-pyc0 (3.12.12-r0) (14/22) Purging pyc (3.12.12-r0) (15/22) Purging python3 (3.12.12-r0) (16/22) Purging gdbm (1.26-r0) (17/22) Purging libbz2 (1.0.8-r6) (18/22) Purging libffi (3.5.2-r0) (19/22) Purging libpanelw (6.5_p20251123-r0) (20/22) Purging mpdecimal (4.0.1-r0) (21/22) Purging sqlite-libs (3.51.1-r0) (22/22) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r30.trigger OK: 426.6 MiB in 105 packages >>> py3-mando: Updating the testing/x86 repository index... >>> py3-mando: Signing the index...