>>> py3-mando: Building testing/py3-mando 0.8.2-r0 (using abuild 3.16.0-r0) started Thu, 18 Dec 2025 11:11:41 +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.111143) Executing busybox-1.37.0-r30.trigger OK: 318.8 MiB in 125 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.128.223:443) Connecting to files.pythonhosted.org (151.101.128.223:443) saving to '/var/cache/distfiles/mando-0.8.2.tar.gz.part' mando-0.8.2.tar.gz.p 100% |********************************| 37732 0:00:00 ETA '/var/cache/distfiles/mando-0.8.2.tar.gz.part' saved /var/cache/distfiles/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/mando-0.8.2.tar.gz: OK >>> py3-mando: Unpacking /var/cache/distfiles/mando-0.8.2.tar.gz... 2025-12-18 11:11:44,995 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:11:45,084 root INFO running bdist_wheel 2025-12-18 11:11:45,109 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:11:45,132 root INFO running build 2025-12-18 11:11:45,133 root INFO running build_py 2025-12-18 11:11:45,143 root INFO creating build/lib/mando 2025-12-18 11:11:45,144 root INFO copying mando/core.py -> build/lib/mando 2025-12-18 11:11:45,145 root INFO copying mando/utils.py -> build/lib/mando 2025-12-18 11:11:45,146 root INFO copying mando/rst_text_formatter.py -> build/lib/mando 2025-12-18 11:11:45,146 root INFO copying mando/__init__.py -> build/lib/mando 2025-12-18 11:11:45,147 root INFO creating build/lib/mando/napoleon 2025-12-18 11:11:45,148 root INFO copying mando/napoleon/iterators.py -> build/lib/mando/napoleon 2025-12-18 11:11:45,148 root INFO copying mando/napoleon/pycompat.py -> build/lib/mando/napoleon 2025-12-18 11:11:45,149 root INFO copying mando/napoleon/__init__.py -> build/lib/mando/napoleon 2025-12-18 11:11:45,149 root INFO copying mando/napoleon/docstring.py -> build/lib/mando/napoleon 2025-12-18 11:11:45,150 root INFO creating build/lib/mando/tests 2025-12-18 11:11:45,151 root INFO copying mando/tests/test_google.py -> build/lib/mando/tests 2025-12-18 11:11:45,151 root INFO copying mando/tests/capture.py -> build/lib/mando/tests 2025-12-18 11:11:45,152 root INFO copying mando/tests/test_utils.py -> build/lib/mando/tests 2025-12-18 11:11:45,152 root INFO copying mando/tests/test_unicode_docstring_on_py2.py -> build/lib/mando/tests 2025-12-18 11:11:45,153 root INFO copying mando/tests/__init__.py -> build/lib/mando/tests 2025-12-18 11:11:45,153 root INFO copying mando/tests/run.py -> build/lib/mando/tests 2025-12-18 11:11:45,154 root INFO copying mando/tests/test_core.py -> build/lib/mando/tests 2025-12-18 11:11:45,154 root INFO copying mando/tests/test_numpy.py -> build/lib/mando/tests 2025-12-18 11:11:45,175 root INFO installing to build/bdist.linux-loongarch64/wheel 2025-12-18 11:11:45,176 root INFO running install 2025-12-18 11:11:45,196 root INFO running install_lib 2025-12-18 11:11:45,204 root INFO creating build/bdist.linux-loongarch64/wheel 2025-12-18 11:11:45,205 root INFO creating build/bdist.linux-loongarch64/wheel/mando 2025-12-18 11:11:45,206 root INFO copying build/lib/mando/core.py -> build/bdist.linux-loongarch64/wheel/./mando 2025-12-18 11:11:45,206 root INFO copying build/lib/mando/utils.py -> build/bdist.linux-loongarch64/wheel/./mando 2025-12-18 11:11:45,207 root INFO creating build/bdist.linux-loongarch64/wheel/mando/napoleon 2025-12-18 11:11:45,207 root INFO copying build/lib/mando/napoleon/iterators.py -> build/bdist.linux-loongarch64/wheel/./mando/napoleon 2025-12-18 11:11:45,208 root INFO copying build/lib/mando/napoleon/pycompat.py -> build/bdist.linux-loongarch64/wheel/./mando/napoleon 2025-12-18 11:11:45,208 root INFO copying build/lib/mando/napoleon/__init__.py -> build/bdist.linux-loongarch64/wheel/./mando/napoleon 2025-12-18 11:11:45,208 root INFO copying build/lib/mando/napoleon/docstring.py -> build/bdist.linux-loongarch64/wheel/./mando/napoleon 2025-12-18 11:11:45,209 root INFO copying build/lib/mando/rst_text_formatter.py -> build/bdist.linux-loongarch64/wheel/./mando 2025-12-18 11:11:45,209 root INFO copying build/lib/mando/__init__.py -> build/bdist.linux-loongarch64/wheel/./mando 2025-12-18 11:11:45,210 root INFO creating build/bdist.linux-loongarch64/wheel/mando/tests 2025-12-18 11:11:45,210 root INFO copying build/lib/mando/tests/test_google.py -> build/bdist.linux-loongarch64/wheel/./mando/tests 2025-12-18 11:11:45,210 root INFO copying build/lib/mando/tests/capture.py -> build/bdist.linux-loongarch64/wheel/./mando/tests 2025-12-18 11:11:45,211 root INFO copying build/lib/mando/tests/test_utils.py -> build/bdist.linux-loongarch64/wheel/./mando/tests 2025-12-18 11:11:45,211 root INFO copying build/lib/mando/tests/test_unicode_docstring_on_py2.py -> build/bdist.linux-loongarch64/wheel/./mando/tests 2025-12-18 11:11:45,211 root INFO copying build/lib/mando/tests/__init__.py -> build/bdist.linux-loongarch64/wheel/./mando/tests 2025-12-18 11:11:45,212 root INFO copying build/lib/mando/tests/run.py -> build/bdist.linux-loongarch64/wheel/./mando/tests 2025-12-18 11:11:45,212 root INFO copying build/lib/mando/tests/test_core.py -> build/bdist.linux-loongarch64/wheel/./mando/tests 2025-12-18 11:11:45,212 root INFO copying build/lib/mando/tests/test_numpy.py -> build/bdist.linux-loongarch64/wheel/./mando/tests 2025-12-18 11:11:45,213 root INFO running install_egg_info 2025-12-18 11:11:45,221 root INFO running egg_info 2025-12-18 11:11:45,226 root INFO writing mando.egg-info/PKG-INFO 2025-12-18 11:11:45,228 root INFO writing dependency_links to mando.egg-info/dependency_links.txt 2025-12-18 11:11:45,229 root INFO writing requirements to mando.egg-info/requires.txt 2025-12-18 11:11:45,230 root INFO writing top-level names to mando.egg-info/top_level.txt 2025-12-18 11:11:45,237 root INFO reading manifest file 'mando.egg-info/SOURCES.txt' 2025-12-18 11:11:45,239 root INFO reading manifest template 'MANIFEST.in' 2025-12-18 11:11:45,241 root INFO adding license file 'LICENSE' 2025-12-18 11:11:45,244 root INFO writing manifest file 'mando.egg-info/SOURCES.txt' 2025-12-18 11:11:45,245 root INFO Copying mando.egg-info to build/bdist.linux-loongarch64/wheel/./mando-0.8.2-py3.12.egg-info 2025-12-18 11:11:45,247 root INFO running install_scripts 2025-12-18 11:11:45,249 root INFO creating build/bdist.linux-loongarch64/wheel/mando-0.8.2.dist-info/WHEEL 2025-12-18 11:11:45,250 wheel INFO creating '/home/buildozer/aports/testing/py3-mando/src/mando-0.8.2/.dist/.tmp-d0pjy_dm/mando-0.8.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-loongarch64/wheel' to it 2025-12-18 11:11:45,251 wheel INFO adding 'mando/__init__.py' 2025-12-18 11:11:45,252 wheel INFO adding 'mando/core.py' 2025-12-18 11:11:45,252 wheel INFO adding 'mando/rst_text_formatter.py' 2025-12-18 11:11:45,252 wheel INFO adding 'mando/utils.py' 2025-12-18 11:11:45,253 wheel INFO adding 'mando/napoleon/__init__.py' 2025-12-18 11:11:45,253 wheel INFO adding 'mando/napoleon/docstring.py' 2025-12-18 11:11:45,254 wheel INFO adding 'mando/napoleon/iterators.py' 2025-12-18 11:11:45,254 wheel INFO adding 'mando/napoleon/pycompat.py' 2025-12-18 11:11:45,255 wheel INFO adding 'mando/tests/__init__.py' 2025-12-18 11:11:45,255 wheel INFO adding 'mando/tests/capture.py' 2025-12-18 11:11:45,255 wheel INFO adding 'mando/tests/run.py' 2025-12-18 11:11:45,256 wheel INFO adding 'mando/tests/test_core.py' 2025-12-18 11:11:45,256 wheel INFO adding 'mando/tests/test_google.py' 2025-12-18 11:11:45,257 wheel INFO adding 'mando/tests/test_numpy.py' 2025-12-18 11:11:45,257 wheel INFO adding 'mando/tests/test_unicode_docstring_on_py2.py' 2025-12-18 11:11:45,257 wheel INFO adding 'mando/tests/test_utils.py' 2025-12-18 11:11:45,258 wheel INFO adding 'mando-0.8.2.dist-info/licenses/LICENSE' 2025-12-18 11:11:45,258 wheel INFO adding 'mando-0.8.2.dist-info/METADATA' 2025-12-18 11:11:45,259 wheel INFO adding 'mando-0.8.2.dist-info/WHEEL' 2025-12-18 11:11:45,259 wheel INFO adding 'mando-0.8.2.dist-info/top_level.txt' 2025-12-18 11:11:45,259 wheel INFO adding 'mando-0.8.2.dist-info/RECORD' 2025-12-18 11:11:45,260 root INFO removing build/bdist.linux-loongarch64/wheel 2025-12-18 11:11:45,262 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:11:45,646 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:11:45,717 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:11:46 +0000 elapsed time 0h 0m 5s >>> py3-mando: Cleaning up srcdir >>> py3-mando: Cleaning up pkgdir >>> py3-mando: Cleaning up tmpdir >>> py3-mando: Uninstalling dependencies... ( 1/22) Purging .makedepends-py3-mando (20251218.111143) ( 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: 269.3 MiB in 103 packages >>> py3-mando: Updating the testing/loongarch64 repository index... >>> py3-mando: Signing the index...