>>> py3-munkres: Building community/py3-munkres 1.1.4-r6 (using abuild 3.17.0_rc1-r2) started Sun, 26 Apr 2026 00:46:11 +0000 >>> py3-munkres: Validating /home/buildozer/aports/community/py3-munkres/APKBUILD... >>> py3-munkres: Analyzing dependencies... >>> py3-munkres: Installing for build: build-base py3-setuptools py3-pytest ( 1/29) Installing libbz2 (1.0.8-r6) ( 2/29) Installing libffi (3.5.2-r1) ( 3/29) Installing gdbm (1.26-r0) ( 4/29) Installing xz-libs (5.8.3-r0) ( 5/29) Installing mpdecimal (4.0.1-r0) ( 6/29) Installing libpanelw (6.6_p20260404-r0) ( 7/29) Installing readline (8.3.3-r1) ( 8/29) Installing sqlite-libs (3.53.0-r0) ( 9/29) Installing python3 (3.14.3-r0) (10/29) Installing python3-pycache-pyc0 (3.14.3-r0) (11/29) Installing pyc (3.14.3-r0) (12/29) Installing py3-setuptools-pyc (82.0.1-r1) (13/29) Installing py3-packaging-pyc (26.2-r0) (14/29) Installing python3-pyc (3.14.3-r0) (15/29) Installing py3-parsing (3.3.2-r1) (16/29) Installing py3-parsing-pyc (3.3.2-r1) (17/29) Installing py3-packaging (26.2-r0) (18/29) Installing py3-setuptools (82.0.1-r1) (19/29) Installing py3-iniconfig (2.3.0-r1) (20/29) Installing py3-iniconfig-pyc (2.3.0-r1) (21/29) Installing py3-pluggy (1.6.0-r1) (22/29) Installing py3-pluggy-pyc (1.6.0-r1) (23/29) Installing py3-py (1.11.0-r5) (24/29) Installing py3-py-pyc (1.11.0-r5) (25/29) Installing py3-pygments (2.20.0-r0) (26/29) Installing py3-pygments-pyc (2.20.0-r0) (27/29) Installing py3-pytest (9.0.3-r0) (28/29) Installing py3-pytest-pyc (9.0.3-r0) (29/29) Installing .makedepends-py3-munkres (20260426.004625) Executing busybox-1.37.0-r31.trigger OK: 880.7 MiB in 133 packages >>> py3-munkres: Cleaning up srcdir >>> py3-munkres: Cleaning up pkgdir >>> py3-munkres: Cleaning up tmpdir >>> py3-munkres: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/munkres-1.1.4.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.24/munkres-1.1.4.tar.gz.part' munkres-1.1.4.tar.gz 100% |********************************| 13777 0:00:00 ETA '/var/cache/distfiles/v3.24/munkres-1.1.4.tar.gz.part' saved /var/cache/distfiles/v3.24/munkres-1.1.4.tar.gz: OK >>> py3-munkres: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/munkres-1.1.4.tar.gz /var/cache/distfiles/v3.24/munkres-1.1.4.tar.gz: OK >>> py3-munkres: Unpacking /var/cache/distfiles/v3.24/munkres-1.1.4.tar.gz... /home/buildozer/aports/community/py3-munkres/src/munkres-release-1.1.4/setup.py:39: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. (author, email) = re.match('^(.*),\s*(.*)$', munkres.__author__).groups() /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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib copying munkres.py -> build/lib /home/buildozer/aports/community/py3-munkres/src/munkres-release-1.1.4/setup.py:39: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. (author, email) = re.match('^(.*),\s*(.*)$', munkres.__author__).groups() /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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running test ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.3, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/py3-munkres/src/munkres-release-1.1.4 collected 17 items test/test_munkres.py ................. [100%] ============================== 17 passed in 0.47s ============================== >>> py3-munkres: Entering fakeroot... /home/buildozer/aports/community/py3-munkres/src/munkres-release-1.1.4/setup.py:39: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. (author, email) = re.match('^(.*),\s*(.*)$', munkres.__author__).groups() /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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-munkres/pkg/py3-munkres/usr/lib/python3.14/site-packages copying build/lib/munkres.py -> /home/buildozer/aports/community/py3-munkres/pkg/py3-munkres/usr/lib/python3.14/site-packages byte-compiling /home/buildozer/aports/community/py3-munkres/pkg/py3-munkres/usr/lib/python3.14/site-packages/munkres.py to munkres.cpython-314.pyc running install_egg_info running egg_info creating munkres.egg-info writing munkres.egg-info/PKG-INFO writing dependency_links to munkres.egg-info/dependency_links.txt writing top-level names to munkres.egg-info/top_level.txt writing manifest file 'munkres.egg-info/SOURCES.txt' reading manifest file 'munkres.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.md' writing manifest file 'munkres.egg-info/SOURCES.txt' Copying munkres.egg-info to /home/buildozer/aports/community/py3-munkres/pkg/py3-munkres/usr/lib/python3.14/site-packages/munkres-1.1.4-py3.14.egg-info running install_scripts >>> py3-munkres-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-munkres/pkg/py3-munkres-pyc/usr/lib/python3.14/site-packages/__pycache__' >>> py3-munkres-pyc*: Preparing subpackage py3-munkres-pyc... Please specify at least one package name on the command line. >>> py3-munkres-pyc*: Running postcheck for py3-munkres-pyc >>> py3-munkres*: Running postcheck for py3-munkres >>> py3-munkres*: Preparing package py3-munkres... Please specify at least one package name on the command line. >>> py3-munkres-pyc*: Tracing dependencies... python3~3.14 >>> py3-munkres-pyc*: Package size: 25.6 KB >>> py3-munkres-pyc*: Compressing data... >>> py3-munkres-pyc*: Create checksum... >>> py3-munkres-pyc*: Create py3-munkres-pyc-1.1.4-r6.apk >>> py3-munkres*: Tracing dependencies... python3~3.14 >>> py3-munkres*: Package size: 20.3 KB >>> py3-munkres*: Compressing data... >>> py3-munkres*: Create checksum... >>> py3-munkres*: Create py3-munkres-1.1.4-r6.apk >>> py3-munkres: Build complete at Sun, 26 Apr 2026 00:46:43 +0000 elapsed time 0h 0m 32s >>> py3-munkres: Cleaning up srcdir >>> py3-munkres: Cleaning up pkgdir >>> py3-munkres: Cleaning up tmpdir >>> py3-munkres: Uninstalling dependencies... ( 1/29) Purging .makedepends-py3-munkres (20260426.004625) ( 2/29) Purging py3-setuptools-pyc (82.0.1-r1) ( 3/29) Purging py3-setuptools (82.0.1-r1) ( 4/29) Purging py3-pytest-pyc (9.0.3-r0) ( 5/29) Purging py3-pytest (9.0.3-r0) ( 6/29) Purging py3-iniconfig-pyc (2.3.0-r1) ( 7/29) Purging py3-iniconfig (2.3.0-r1) ( 8/29) Purging py3-packaging-pyc (26.2-r0) ( 9/29) Purging py3-packaging (26.2-r0) (10/29) Purging py3-parsing-pyc (3.3.2-r1) (11/29) Purging py3-parsing (3.3.2-r1) (12/29) Purging py3-pluggy-pyc (1.6.0-r1) (13/29) Purging py3-pluggy (1.6.0-r1) (14/29) Purging py3-py-pyc (1.11.0-r5) (15/29) Purging py3-py (1.11.0-r5) (16/29) Purging py3-pygments-pyc (2.20.0-r0) (17/29) Purging py3-pygments (2.20.0-r0) (18/29) Purging python3-pyc (3.14.3-r0) (19/29) Purging python3-pycache-pyc0 (3.14.3-r0) (20/29) Purging pyc (3.14.3-r0) (21/29) Purging python3 (3.14.3-r0) (22/29) Purging gdbm (1.26-r0) (23/29) Purging libbz2 (1.0.8-r6) (24/29) Purging libffi (3.5.2-r1) (25/29) Purging libpanelw (6.6_p20260404-r0) (26/29) Purging mpdecimal (4.0.1-r0) (27/29) Purging readline (8.3.3-r1) (28/29) Purging sqlite-libs (3.53.0-r0) (29/29) Purging xz-libs (5.8.3-r0) Executing busybox-1.37.0-r31.trigger OK: 824.7 MiB in 104 packages >>> py3-munkres: Updating the community/riscv64 repository index... >>> py3-munkres: Signing the index...