>>> py3-yapsy: Building testing/py3-yapsy 1.12.2-r9 (using abuild 3.16.0-r0) started Mon, 30 Mar 2026 15:51:06 +0000 >>> py3-yapsy: Validating /home/buildozer/aports/testing/py3-yapsy/APKBUILD... >>> py3-yapsy: Analyzing dependencies... >>> py3-yapsy: Installing for build: build-base python3 py3-setuptools py3-gpep517 py3-wheel py3-pytest ( 1/34) Installing libbz2 (1.0.8-r6) ( 2/34) Installing libffi (3.5.2-r0) ( 3/34) Installing gdbm (1.26-r0) ( 4/34) Installing xz-libs (5.8.2-r0) ( 5/34) Installing mpdecimal (4.0.1-r0) ( 6/34) Installing libpanelw (6.6_p20251231-r0) ( 7/34) Installing sqlite-libs (3.51.2-r1) ( 8/34) Installing python3 (3.14.3-r0) ( 9/34) Installing python3-pycache-pyc0 (3.14.3-r0) (10/34) Installing pyc (3.14.3-r0) (11/34) Installing python3-pyc (3.14.3-r0) (12/34) Installing py3-parsing (3.3.2-r1) (13/34) Installing py3-parsing-pyc (3.3.2-r1) (14/34) Installing py3-packaging (26.0-r1) (15/34) Installing py3-packaging-pyc (26.0-r1) (16/34) Installing py3-setuptools (82.0.1-r1) (17/34) Installing py3-setuptools-pyc (82.0.1-r1) (18/34) Installing py3-installer (0.7.0-r3) (19/34) Installing py3-installer-pyc (0.7.0-r3) (20/34) Installing py3-gpep517 (19-r2) (21/34) Installing py3-gpep517-pyc (19-r2) (22/34) Installing py3-wheel (0.46.3-r1) (23/34) Installing py3-wheel-pyc (0.46.3-r1) (24/34) Installing py3-iniconfig (2.3.0-r1) (25/34) Installing py3-iniconfig-pyc (2.3.0-r1) (26/34) Installing py3-pluggy (1.6.0-r1) (27/34) Installing py3-pluggy-pyc (1.6.0-r1) (28/34) Installing py3-py (1.11.0-r5) (29/34) Installing py3-py-pyc (1.11.0-r5) (30/34) Installing py3-pygments (2.19.2-r1) (31/34) Installing py3-pygments-pyc (2.19.2-r1) (32/34) Installing py3-pytest (9.0.2-r1) (33/34) Installing py3-pytest-pyc (9.0.2-r1) (34/34) Installing .makedepends-py3-yapsy (20260330.155108) Executing busybox-1.37.0-r31.trigger OK: 351.1 MiB in 139 packages >>> py3-yapsy: Cleaning up srcdir >>> py3-yapsy: Cleaning up pkgdir >>> py3-yapsy: Cleaning up tmpdir >>> py3-yapsy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Yapsy-1.12.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-yapsy: Fetching https://files.pythonhosted.org/packages/source/Y/Yapsy/Yapsy-1.12.2.tar.gz Connecting to files.pythonhosted.org (151.101.128.223:443) Connecting to files.pythonhosted.org (151.101.64.223:443) saving to '/var/cache/distfiles/Yapsy-1.12.2.tar.gz.part' Yapsy-1.12.2.tar.gz. 100% |********************************| 83986 0:00:00 ETA '/var/cache/distfiles/Yapsy-1.12.2.tar.gz.part' saved /var/cache/distfiles/Yapsy-1.12.2.tar.gz: OK /home/buildozer/aports/testing/py3-yapsy/deprecated.patch: OK >>> py3-yapsy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Yapsy-1.12.2.tar.gz /var/cache/distfiles/Yapsy-1.12.2.tar.gz: OK /home/buildozer/aports/testing/py3-yapsy/deprecated.patch: OK >>> py3-yapsy: Unpacking /var/cache/distfiles/Yapsy-1.12.2.tar.gz... >>> py3-yapsy: deprecated.patch patching file test/test_PluginInfo.py patching file yapsy/PluginInfo.py patching file yapsy/PluginManager.py patching file yapsy/VersionedPluginManager.py 2026-03-30 15:51:10,047 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /home/buildozer/aports/testing/py3-yapsy/src/Yapsy-1.12.2/yapsy/__init__.py:76: SyntaxWarning: "\W" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\W"? A raw string is also an option. RE_NON_ALPHANUM = re.compile("\W", re.U) /home/buildozer/aports/testing/py3-yapsy/src/Yapsy-1.12.2/yapsy/__init__.py:78: SyntaxWarning: "\W" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\W"? A raw string is also an option. RE_NON_ALPHANUM = re.compile("\W") /usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:287: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /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-03-30 15:51:10,074 root INFO running bdist_wheel 2026-03-30 15:51:10,095 root INFO running build 2026-03-30 15:51:10,095 root INFO running build_py 2026-03-30 15:51:10,100 root INFO creating build/lib/yapsy 2026-03-30 15:51:10,100 root INFO copying yapsy/FilteredPluginManager.py -> build/lib/yapsy 2026-03-30 15:51:10,100 root INFO copying yapsy/IMultiprocessPlugin.py -> build/lib/yapsy 2026-03-30 15:51:10,101 root INFO copying yapsy/IMultiprocessChildPlugin.py -> build/lib/yapsy 2026-03-30 15:51:10,101 root INFO copying yapsy/IPluginLocator.py -> build/lib/yapsy 2026-03-30 15:51:10,101 root INFO copying yapsy/MultiprocessPluginProxy.py -> build/lib/yapsy 2026-03-30 15:51:10,101 root INFO copying yapsy/MultiprocessPluginManager.py -> build/lib/yapsy 2026-03-30 15:51:10,102 root INFO copying yapsy/ConfigurablePluginManager.py -> build/lib/yapsy 2026-03-30 15:51:10,102 root INFO copying yapsy/PluginInfo.py -> build/lib/yapsy 2026-03-30 15:51:10,102 root INFO copying yapsy/__init___flymake.py -> build/lib/yapsy 2026-03-30 15:51:10,102 root INFO copying yapsy/PluginManagerDecorator.py -> build/lib/yapsy 2026-03-30 15:51:10,103 root INFO copying yapsy/PluginManager.py -> build/lib/yapsy 2026-03-30 15:51:10,103 root INFO copying yapsy/AutoInstallPluginManager.py -> build/lib/yapsy 2026-03-30 15:51:10,103 root INFO copying yapsy/PluginFileLocator.py -> build/lib/yapsy 2026-03-30 15:51:10,103 root INFO copying yapsy/__init__.py -> build/lib/yapsy 2026-03-30 15:51:10,103 root INFO copying yapsy/compat.py -> build/lib/yapsy 2026-03-30 15:51:10,104 root INFO copying yapsy/IPlugin.py -> build/lib/yapsy 2026-03-30 15:51:10,104 root INFO copying yapsy/VersionedPluginManager.py -> build/lib/yapsy 2026-03-30 15:51:10,113 root INFO installing to build/bdist.linux-ppc64le/wheel 2026-03-30 15:51:10,113 root INFO running install 2026-03-30 15:51:10,131 root INFO running install_lib 2026-03-30 15:51:10,135 root INFO creating build/bdist.linux-ppc64le/wheel 2026-03-30 15:51:10,135 root INFO creating build/bdist.linux-ppc64le/wheel/yapsy 2026-03-30 15:51:10,136 root INFO copying build/lib/yapsy/FilteredPluginManager.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,136 root INFO copying build/lib/yapsy/IMultiprocessPlugin.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,136 root INFO copying build/lib/yapsy/IMultiprocessChildPlugin.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,136 root INFO copying build/lib/yapsy/IPluginLocator.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,136 root INFO copying build/lib/yapsy/MultiprocessPluginProxy.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,137 root INFO copying build/lib/yapsy/MultiprocessPluginManager.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,137 root INFO copying build/lib/yapsy/ConfigurablePluginManager.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,137 root INFO copying build/lib/yapsy/PluginInfo.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,137 root INFO copying build/lib/yapsy/__init___flymake.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,137 root INFO copying build/lib/yapsy/PluginManagerDecorator.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,138 root INFO copying build/lib/yapsy/PluginManager.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,138 root INFO copying build/lib/yapsy/AutoInstallPluginManager.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,138 root INFO copying build/lib/yapsy/PluginFileLocator.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,138 root INFO copying build/lib/yapsy/__init__.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,138 root INFO copying build/lib/yapsy/compat.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,139 root INFO copying build/lib/yapsy/IPlugin.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,139 root INFO copying build/lib/yapsy/VersionedPluginManager.py -> build/bdist.linux-ppc64le/wheel/./yapsy 2026-03-30 15:51:10,139 root INFO running install_egg_info 2026-03-30 15:51:10,143 root INFO running egg_info 2026-03-30 15:51:10,147 root INFO writing Yapsy.egg-info/PKG-INFO 2026-03-30 15:51:10,147 root INFO writing dependency_links to Yapsy.egg-info/dependency_links.txt 2026-03-30 15:51:10,148 root INFO writing top-level names to Yapsy.egg-info/top_level.txt 2026-03-30 15:51:10,152 root INFO reading manifest file 'Yapsy.egg-info/SOURCES.txt' 2026-03-30 15:51:10,155 root INFO reading manifest template 'MANIFEST.in' 2026-03-30 15:51:10,161 root WARNING no previously-included directories found matching 'doc/_build' 2026-03-30 15:51:10,161 root INFO adding license file 'LICENSE.txt' 2026-03-30 15:51:10,165 root INFO writing manifest file 'Yapsy.egg-info/SOURCES.txt' 2026-03-30 15:51:10,165 root INFO Copying Yapsy.egg-info to build/bdist.linux-ppc64le/wheel/./Yapsy-1.12.2-py3.14.egg-info 2026-03-30 15:51:10,166 root INFO running install_scripts 2026-03-30 15:51:10,167 root INFO creating build/bdist.linux-ppc64le/wheel/yapsy-1.12.2.dist-info/WHEEL 2026-03-30 15:51:10,167 wheel INFO creating '/home/buildozer/aports/testing/py3-yapsy/src/Yapsy-1.12.2/.dist/.tmp-s5tv522l/yapsy-1.12.2-py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2026-03-30 15:51:10,168 wheel INFO adding 'yapsy/AutoInstallPluginManager.py' 2026-03-30 15:51:10,168 wheel INFO adding 'yapsy/ConfigurablePluginManager.py' 2026-03-30 15:51:10,168 wheel INFO adding 'yapsy/FilteredPluginManager.py' 2026-03-30 15:51:10,169 wheel INFO adding 'yapsy/IMultiprocessChildPlugin.py' 2026-03-30 15:51:10,169 wheel INFO adding 'yapsy/IMultiprocessPlugin.py' 2026-03-30 15:51:10,169 wheel INFO adding 'yapsy/IPlugin.py' 2026-03-30 15:51:10,169 wheel INFO adding 'yapsy/IPluginLocator.py' 2026-03-30 15:51:10,169 wheel INFO adding 'yapsy/MultiprocessPluginManager.py' 2026-03-30 15:51:10,169 wheel INFO adding 'yapsy/MultiprocessPluginProxy.py' 2026-03-30 15:51:10,170 wheel INFO adding 'yapsy/PluginFileLocator.py' 2026-03-30 15:51:10,170 wheel INFO adding 'yapsy/PluginInfo.py' 2026-03-30 15:51:10,170 wheel INFO adding 'yapsy/PluginManager.py' 2026-03-30 15:51:10,170 wheel INFO adding 'yapsy/PluginManagerDecorator.py' 2026-03-30 15:51:10,171 wheel INFO adding 'yapsy/VersionedPluginManager.py' 2026-03-30 15:51:10,171 wheel INFO adding 'yapsy/__init__.py' 2026-03-30 15:51:10,171 wheel INFO adding 'yapsy/__init___flymake.py' 2026-03-30 15:51:10,171 wheel INFO adding 'yapsy/compat.py' 2026-03-30 15:51:10,172 wheel INFO adding 'yapsy-1.12.2.dist-info/licenses/LICENSE.txt' 2026-03-30 15:51:10,172 wheel INFO adding 'yapsy-1.12.2.dist-info/METADATA' 2026-03-30 15:51:10,172 wheel INFO adding 'yapsy-1.12.2.dist-info/WHEEL' 2026-03-30 15:51:10,172 wheel INFO adding 'yapsy-1.12.2.dist-info/top_level.txt' 2026-03-30 15:51:10,172 wheel INFO adding 'yapsy-1.12.2.dist-info/RECORD' 2026-03-30 15:51:10,172 root INFO removing build/bdist.linux-ppc64le/wheel 2026-03-30 15:51:10,174 gpep517 INFO The backend produced .dist/yapsy-1.12.2-py3-none-any.whl yapsy-1.12.2-py3-none-any.whl 2026-03-30 15:51:10,462 gpep517 INFO Installing .dist/yapsy-1.12.2-py3-none-any.whl into .testenv lib/python3.14/site-packages/yapsy/__init__.py:76: SyntaxWarning: "\W" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\W"? A raw string is also an option. lib/python3.14/site-packages/yapsy/__init__.py:78: SyntaxWarning: "\W" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\W"? A raw string is also an option. lib/python3.14/site-packages/yapsy/__init___flymake.py:76: SyntaxWarning: "\W" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\W"? A raw string is also an option. lib/python3.14/site-packages/yapsy/__init___flymake.py:78: SyntaxWarning: "\W" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\W"? A raw string is also an option. 2026-03-30 15:51:10,499 gpep517 INFO Installation complete ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/testing/py3-yapsy/src/Yapsy-1.12.2 collected 97 items test/test_AutoInstallPlugin.py ........... [ 11%] test/test_ConfigPlugin.py ..... [ 16%] test/test_ErrorInPlugin.py . [ 17%] test/test_FilterPlugin.py ............ [ 29%] test/test_PluginFileLocator.py ....................................... [ 70%] test/test_PluginInfo.py .. [ 72%] test/test_SimpleMultiprocessPlugin.py . [ 73%] test/test_SimplePlugin.py ................. [ 90%] test/test_Singleton.py .... [ 94%] test/test_VersionedPlugin.py ..... [100%] ============================== 97 passed in 0.60s ============================== >>> py3-yapsy: Entering fakeroot... 2026-03-30 15:51:11,733 gpep517 INFO Installing .dist/yapsy-1.12.2-py3-none-any.whl into /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy /usr/lib/python3.14/site-packages/yapsy/__init__.py:76: SyntaxWarning: "\W" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\W"? A raw string is also an option. /usr/lib/python3.14/site-packages/yapsy/__init__.py:78: SyntaxWarning: "\W" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\W"? A raw string is also an option. /usr/lib/python3.14/site-packages/yapsy/__init___flymake.py:76: SyntaxWarning: "\W" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\W"? A raw string is also an option. /usr/lib/python3.14/site-packages/yapsy/__init___flymake.py:78: SyntaxWarning: "\W" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\W"? A raw string is also an option. 2026-03-30 15:51:11,779 gpep517 INFO Installation complete >>> py3-yapsy-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/yapsy/__pycache__' -> '/home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy-pyc/usr/lib/python3.14/site-packages/yapsy/__pycache__' >>> py3-yapsy-pyc*: Preparing subpackage py3-yapsy-pyc... >>> py3-yapsy-pyc*: Running postcheck for py3-yapsy-pyc >>> py3-yapsy*: Running postcheck for py3-yapsy >>> py3-yapsy*: Preparing package py3-yapsy... >>> py3-yapsy-pyc*: Tracing dependencies... python3~3.14 >>> py3-yapsy-pyc*: Package size: 124.3 KB >>> py3-yapsy-pyc*: Compressing data... >>> py3-yapsy-pyc*: Create checksum... >>> py3-yapsy-pyc*: Create py3-yapsy-pyc-1.12.2-r9.apk >>> py3-yapsy*: Tracing dependencies... python3 python3~3.14 >>> py3-yapsy*: Package size: 104.1 KB >>> py3-yapsy*: Compressing data... >>> py3-yapsy*: Create checksum... >>> py3-yapsy*: Create py3-yapsy-1.12.2-r9.apk >>> py3-yapsy: Build complete at Mon, 30 Mar 2026 15:51:12 +0000 elapsed time 0h 0m 6s >>> py3-yapsy: Cleaning up srcdir >>> py3-yapsy: Cleaning up pkgdir >>> py3-yapsy: Uninstalling dependencies... ( 1/34) Purging .makedepends-py3-yapsy (20260330.155108) ( 2/34) Purging py3-setuptools-pyc (82.0.1-r1) ( 3/34) Purging py3-setuptools (82.0.1-r1) ( 4/34) Purging py3-gpep517-pyc (19-r2) ( 5/34) Purging py3-gpep517 (19-r2) ( 6/34) Purging py3-installer-pyc (0.7.0-r3) ( 7/34) Purging py3-installer (0.7.0-r3) ( 8/34) Purging py3-wheel-pyc (0.46.3-r1) ( 9/34) Purging py3-wheel (0.46.3-r1) (10/34) Purging py3-pytest-pyc (9.0.2-r1) (11/34) Purging py3-pytest (9.0.2-r1) (12/34) Purging py3-iniconfig-pyc (2.3.0-r1) (13/34) Purging py3-iniconfig (2.3.0-r1) (14/34) Purging py3-packaging-pyc (26.0-r1) (15/34) Purging py3-packaging (26.0-r1) (16/34) Purging py3-parsing-pyc (3.3.2-r1) (17/34) Purging py3-parsing (3.3.2-r1) (18/34) Purging py3-pluggy-pyc (1.6.0-r1) (19/34) Purging py3-pluggy (1.6.0-r1) (20/34) Purging py3-py-pyc (1.11.0-r5) (21/34) Purging py3-py (1.11.0-r5) (22/34) Purging py3-pygments-pyc (2.19.2-r1) (23/34) Purging py3-pygments (2.19.2-r1) (24/34) Purging python3-pyc (3.14.3-r0) (25/34) Purging python3-pycache-pyc0 (3.14.3-r0) (26/34) Purging pyc (3.14.3-r0) (27/34) Purging python3 (3.14.3-r0) (28/34) Purging gdbm (1.26-r0) (29/34) Purging libbz2 (1.0.8-r6) (30/34) Purging libffi (3.5.2-r0) (31/34) Purging libpanelw (6.6_p20251231-r0) (32/34) Purging mpdecimal (4.0.1-r0) (33/34) Purging sqlite-libs (3.51.2-r1) (34/34) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 288.7 MiB in 105 packages >>> py3-yapsy: Updating the testing/ppc64le repository index... >>> py3-yapsy: Signing the index...