>>> py3-pebble: Building community/py3-pebble 5.2.0-r1 (using abuild 3.17.0_rc1-r2) started Thu, 23 Apr 2026 19:54:07 +0000 >>> py3-pebble: Validating /home/buildozer/aports/community/py3-pebble/APKBUILD... >>> py3-pebble: Analyzing dependencies... >>> py3-pebble: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel ( 1/25) Installing libbz2 (1.0.8-r6) ( 2/25) Installing libffi (3.5.2-r1) ( 3/25) Installing gdbm (1.26-r0) ( 4/25) Installing xz-libs (5.8.2-r0) ( 5/25) Installing mpdecimal (4.0.1-r0) ( 6/25) Installing libpanelw (6.6_p20260404-r0) ( 7/25) Installing readline (8.3.3-r1) ( 8/25) Installing sqlite-libs (3.53.0-r0) ( 9/25) Installing python3 (3.14.3-r0) (10/25) Installing python3-pycache-pyc0 (3.14.3-r0) (11/25) Installing pyc (3.14.3-r0) (12/25) Installing py3-installer-pyc (1.0.0-r0) (13/25) Installing py3-gpep517-pyc (19-r2) (14/25) Installing python3-pyc (3.14.3-r0) (15/25) Installing py3-installer (1.0.0-r0) (16/25) Installing py3-gpep517 (19-r2) (17/25) Installing py3-parsing (3.3.2-r1) (18/25) Installing py3-parsing-pyc (3.3.2-r1) (19/25) Installing py3-packaging (26.1-r0) (20/25) Installing py3-packaging-pyc (26.1-r0) (21/25) Installing py3-setuptools (82.0.1-r1) (22/25) Installing py3-setuptools-pyc (82.0.1-r1) (23/25) Installing py3-wheel (0.47.0-r0) (24/25) Installing py3-wheel-pyc (0.47.0-r0) (25/25) Installing .makedepends-py3-pebble (20260423.195410) Executing busybox-1.37.0-r31.trigger OK: 431.9 MiB in 128 packages >>> py3-pebble: Cleaning up srcdir >>> py3-pebble: Cleaning up pkgdir >>> py3-pebble: Cleaning up tmpdir >>> py3-pebble: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/py3-pebble-5.2.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-pebble: Fetching py3-pebble-5.2.0.tar.gz::https://github.com/noxdafox/pebble/archive/refs/tags/5.2.0.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/v3.24/py3-pebble-5.2.0.tar.gz.part' py3-pebble-5.2.0.tar 100% |********************************| 48956 0:00:00 ETA '/var/cache/distfiles/v3.24/py3-pebble-5.2.0.tar.gz.part' saved /var/cache/distfiles/v3.24/py3-pebble-5.2.0.tar.gz: OK >>> py3-pebble: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/py3-pebble-5.2.0.tar.gz /var/cache/distfiles/v3.24/py3-pebble-5.2.0.tar.gz: OK >>> py3-pebble: Unpacking /var/cache/distfiles/v3.24/py3-pebble-5.2.0.tar.gz... 2026-04-23 19:54:13,408 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /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 :: GNU Library or Lesser General Public License (LGPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-04-23 19:54:13,422 root INFO running bdist_wheel 2026-04-23 19:54:13,432 root INFO running build 2026-04-23 19:54:13,432 root INFO running build_py 2026-04-23 19:54:13,434 root INFO creating build/lib/pebble 2026-04-23 19:54:13,434 root INFO copying pebble/__init__.py -> build/lib/pebble 2026-04-23 19:54:13,434 root INFO copying pebble/decorators.py -> build/lib/pebble 2026-04-23 19:54:13,434 root INFO copying pebble/functions.py -> build/lib/pebble 2026-04-23 19:54:13,435 root INFO creating build/lib/pebble/concurrent 2026-04-23 19:54:13,435 root INFO copying pebble/concurrent/__init__.py -> build/lib/pebble/concurrent 2026-04-23 19:54:13,435 root INFO copying pebble/concurrent/thread.py -> build/lib/pebble/concurrent 2026-04-23 19:54:13,435 root INFO copying pebble/concurrent/process.py -> build/lib/pebble/concurrent 2026-04-23 19:54:13,435 root INFO creating build/lib/pebble/pool 2026-04-23 19:54:13,435 root INFO copying pebble/pool/__init__.py -> build/lib/pebble/pool 2026-04-23 19:54:13,435 root INFO copying pebble/pool/thread.py -> build/lib/pebble/pool 2026-04-23 19:54:13,435 root INFO copying pebble/pool/channel.py -> build/lib/pebble/pool 2026-04-23 19:54:13,436 root INFO copying pebble/pool/process.py -> build/lib/pebble/pool 2026-04-23 19:54:13,436 root INFO copying pebble/pool/base_pool.py -> build/lib/pebble/pool 2026-04-23 19:54:13,436 root INFO creating build/lib/pebble/asynchronous 2026-04-23 19:54:13,436 root INFO copying pebble/asynchronous/__init__.py -> build/lib/pebble/asynchronous 2026-04-23 19:54:13,436 root INFO copying pebble/asynchronous/thread.py -> build/lib/pebble/asynchronous 2026-04-23 19:54:13,436 root INFO copying pebble/asynchronous/process.py -> build/lib/pebble/asynchronous 2026-04-23 19:54:13,436 root INFO creating build/lib/pebble/common 2026-04-23 19:54:13,437 root INFO copying pebble/common/shared.py -> build/lib/pebble/common 2026-04-23 19:54:13,437 root INFO copying pebble/common/__init__.py -> build/lib/pebble/common 2026-04-23 19:54:13,437 root INFO copying pebble/common/process.py -> build/lib/pebble/common 2026-04-23 19:54:13,437 root INFO copying pebble/common/types.py -> build/lib/pebble/common 2026-04-23 19:54:13,437 root INFO copying pebble/py.typed -> build/lib/pebble 2026-04-23 19:54:13,441 root INFO installing to build/bdist.linux-s390x/wheel 2026-04-23 19:54:13,441 root INFO running install 2026-04-23 19:54:13,448 root INFO running install_lib 2026-04-23 19:54:13,450 root INFO creating build/bdist.linux-s390x/wheel 2026-04-23 19:54:13,450 root INFO creating build/bdist.linux-s390x/wheel/pebble 2026-04-23 19:54:13,450 root INFO creating build/bdist.linux-s390x/wheel/pebble/concurrent 2026-04-23 19:54:13,450 root INFO copying build/lib/pebble/concurrent/__init__.py -> build/bdist.linux-s390x/wheel/./pebble/concurrent 2026-04-23 19:54:13,450 root INFO copying build/lib/pebble/concurrent/thread.py -> build/bdist.linux-s390x/wheel/./pebble/concurrent 2026-04-23 19:54:13,450 root INFO copying build/lib/pebble/concurrent/process.py -> build/bdist.linux-s390x/wheel/./pebble/concurrent 2026-04-23 19:54:13,450 root INFO copying build/lib/pebble/__init__.py -> build/bdist.linux-s390x/wheel/./pebble 2026-04-23 19:54:13,450 root INFO creating build/bdist.linux-s390x/wheel/pebble/pool 2026-04-23 19:54:13,451 root INFO copying build/lib/pebble/pool/__init__.py -> build/bdist.linux-s390x/wheel/./pebble/pool 2026-04-23 19:54:13,451 root INFO copying build/lib/pebble/pool/thread.py -> build/bdist.linux-s390x/wheel/./pebble/pool 2026-04-23 19:54:13,451 root INFO copying build/lib/pebble/pool/channel.py -> build/bdist.linux-s390x/wheel/./pebble/pool 2026-04-23 19:54:13,451 root INFO copying build/lib/pebble/pool/process.py -> build/bdist.linux-s390x/wheel/./pebble/pool 2026-04-23 19:54:13,451 root INFO copying build/lib/pebble/pool/base_pool.py -> build/bdist.linux-s390x/wheel/./pebble/pool 2026-04-23 19:54:13,451 root INFO creating build/bdist.linux-s390x/wheel/pebble/asynchronous 2026-04-23 19:54:13,451 root INFO copying build/lib/pebble/asynchronous/__init__.py -> build/bdist.linux-s390x/wheel/./pebble/asynchronous 2026-04-23 19:54:13,451 root INFO copying build/lib/pebble/asynchronous/thread.py -> build/bdist.linux-s390x/wheel/./pebble/asynchronous 2026-04-23 19:54:13,451 root INFO copying build/lib/pebble/asynchronous/process.py -> build/bdist.linux-s390x/wheel/./pebble/asynchronous 2026-04-23 19:54:13,451 root INFO copying build/lib/pebble/decorators.py -> build/bdist.linux-s390x/wheel/./pebble 2026-04-23 19:54:13,452 root INFO copying build/lib/pebble/py.typed -> build/bdist.linux-s390x/wheel/./pebble 2026-04-23 19:54:13,452 root INFO creating build/bdist.linux-s390x/wheel/pebble/common 2026-04-23 19:54:13,452 root INFO copying build/lib/pebble/common/shared.py -> build/bdist.linux-s390x/wheel/./pebble/common 2026-04-23 19:54:13,452 root INFO copying build/lib/pebble/common/__init__.py -> build/bdist.linux-s390x/wheel/./pebble/common 2026-04-23 19:54:13,452 root INFO copying build/lib/pebble/common/process.py -> build/bdist.linux-s390x/wheel/./pebble/common 2026-04-23 19:54:13,452 root INFO copying build/lib/pebble/common/types.py -> build/bdist.linux-s390x/wheel/./pebble/common 2026-04-23 19:54:13,452 root INFO copying build/lib/pebble/functions.py -> build/bdist.linux-s390x/wheel/./pebble 2026-04-23 19:54:13,452 root INFO running install_egg_info 2026-04-23 19:54:13,454 root INFO running egg_info 2026-04-23 19:54:13,455 root INFO creating Pebble.egg-info 2026-04-23 19:54:13,455 root INFO writing Pebble.egg-info/PKG-INFO 2026-04-23 19:54:13,456 root INFO writing dependency_links to Pebble.egg-info/dependency_links.txt 2026-04-23 19:54:13,456 root INFO writing top-level names to Pebble.egg-info/top_level.txt 2026-04-23 19:54:13,456 root INFO writing manifest file 'Pebble.egg-info/SOURCES.txt' 2026-04-23 19:54:13,458 root INFO reading manifest file 'Pebble.egg-info/SOURCES.txt' 2026-04-23 19:54:13,458 root INFO reading manifest template 'MANIFEST.in' 2026-04-23 19:54:13,458 root INFO adding license file 'LICENSE' 2026-04-23 19:54:13,459 root INFO writing manifest file 'Pebble.egg-info/SOURCES.txt' 2026-04-23 19:54:13,459 root INFO Copying Pebble.egg-info to build/bdist.linux-s390x/wheel/./Pebble-5.2.0-py3.14.egg-info 2026-04-23 19:54:13,459 root INFO running install_scripts 2026-04-23 19:54:13,460 root INFO creating build/bdist.linux-s390x/wheel/pebble-5.2.0.dist-info/WHEEL 2026-04-23 19:54:13,460 wheel INFO creating '/home/buildozer/aports/community/py3-pebble/src/pebble-5.2.0/.dist/.tmp-8hq1sknd/pebble-5.2.0-py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 2026-04-23 19:54:13,460 wheel INFO adding 'pebble/__init__.py' 2026-04-23 19:54:13,461 wheel INFO adding 'pebble/decorators.py' 2026-04-23 19:54:13,461 wheel INFO adding 'pebble/functions.py' 2026-04-23 19:54:13,461 wheel INFO adding 'pebble/py.typed' 2026-04-23 19:54:13,461 wheel INFO adding 'pebble/asynchronous/__init__.py' 2026-04-23 19:54:13,461 wheel INFO adding 'pebble/asynchronous/process.py' 2026-04-23 19:54:13,461 wheel INFO adding 'pebble/asynchronous/thread.py' 2026-04-23 19:54:13,461 wheel INFO adding 'pebble/common/__init__.py' 2026-04-23 19:54:13,461 wheel INFO adding 'pebble/common/process.py' 2026-04-23 19:54:13,462 wheel INFO adding 'pebble/common/shared.py' 2026-04-23 19:54:13,462 wheel INFO adding 'pebble/common/types.py' 2026-04-23 19:54:13,462 wheel INFO adding 'pebble/concurrent/__init__.py' 2026-04-23 19:54:13,463 wheel INFO adding 'pebble/concurrent/process.py' 2026-04-23 19:54:13,463 wheel INFO adding 'pebble/concurrent/thread.py' 2026-04-23 19:54:13,463 wheel INFO adding 'pebble/pool/__init__.py' 2026-04-23 19:54:13,463 wheel INFO adding 'pebble/pool/base_pool.py' 2026-04-23 19:54:13,463 wheel INFO adding 'pebble/pool/channel.py' 2026-04-23 19:54:13,463 wheel INFO adding 'pebble/pool/process.py' 2026-04-23 19:54:13,464 wheel INFO adding 'pebble/pool/thread.py' 2026-04-23 19:54:13,464 wheel INFO adding 'pebble-5.2.0.dist-info/licenses/LICENSE' 2026-04-23 19:54:13,464 wheel INFO adding 'pebble-5.2.0.dist-info/METADATA' 2026-04-23 19:54:13,464 wheel INFO adding 'pebble-5.2.0.dist-info/WHEEL' 2026-04-23 19:54:13,464 wheel INFO adding 'pebble-5.2.0.dist-info/top_level.txt' 2026-04-23 19:54:13,464 wheel INFO adding 'pebble-5.2.0.dist-info/RECORD' 2026-04-23 19:54:13,464 root INFO removing build/bdist.linux-s390x/wheel 2026-04-23 19:54:13,465 gpep517 INFO The backend produced .dist/pebble-5.2.0-py3-none-any.whl pebble-5.2.0-py3-none-any.whl >>> py3-pebble: Entering fakeroot... >>> py3-pebble-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/pebble/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.14/site-packages/pebble/__pycache__' 'usr/lib/python3.14/site-packages/pebble/concurrent/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.14/site-packages/pebble/concurrent/__pycache__' 'usr/lib/python3.14/site-packages/pebble/pool/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.14/site-packages/pebble/pool/__pycache__' 'usr/lib/python3.14/site-packages/pebble/asynchronous/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.14/site-packages/pebble/asynchronous/__pycache__' 'usr/lib/python3.14/site-packages/pebble/common/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.14/site-packages/pebble/common/__pycache__' >>> py3-pebble-pyc*: Preparing subpackage py3-pebble-pyc... Please specify at least one package name on the command line. >>> py3-pebble-pyc*: Running postcheck for py3-pebble-pyc >>> py3-pebble*: Running postcheck for py3-pebble >>> py3-pebble*: Preparing package py3-pebble... Please specify at least one package name on the command line. >>> py3-pebble-pyc*: Tracing dependencies... libfakeroot internal error: payload not recognized! python3~3.14 >>> py3-pebble-pyc*: Package size: 145.1 KB >>> py3-pebble-pyc*: Compressing data... >>> py3-pebble-pyc*: Create checksum... >>> py3-pebble-pyc*: Create py3-pebble-pyc-5.2.0-r1.apk >>> py3-pebble*: Tracing dependencies... python3~3.14 >>> py3-pebble*: Package size: 93.6 KB >>> py3-pebble*: Compressing data... >>> py3-pebble*: Create checksum... >>> py3-pebble*: Create py3-pebble-5.2.0-r1.apk >>> py3-pebble: Build complete at Thu, 23 Apr 2026 19:54:17 +0000 elapsed time 0h 0m 10s >>> py3-pebble: Cleaning up srcdir >>> py3-pebble: Cleaning up pkgdir >>> py3-pebble: Uninstalling dependencies... ( 1/25) Purging .makedepends-py3-pebble (20260423.195410) ( 2/25) Purging py3-gpep517-pyc (19-r2) ( 3/25) Purging py3-gpep517 (19-r2) ( 4/25) Purging py3-installer-pyc (1.0.0-r0) ( 5/25) Purging py3-installer (1.0.0-r0) ( 6/25) Purging py3-setuptools-pyc (82.0.1-r1) ( 7/25) Purging py3-setuptools (82.0.1-r1) ( 8/25) Purging py3-wheel-pyc (0.47.0-r0) ( 9/25) Purging py3-wheel (0.47.0-r0) (10/25) Purging py3-packaging-pyc (26.1-r0) (11/25) Purging py3-packaging (26.1-r0) (12/25) Purging py3-parsing-pyc (3.3.2-r1) (13/25) Purging py3-parsing (3.3.2-r1) (14/25) Purging python3-pyc (3.14.3-r0) (15/25) Purging python3-pycache-pyc0 (3.14.3-r0) (16/25) Purging pyc (3.14.3-r0) (17/25) Purging python3 (3.14.3-r0) (18/25) Purging gdbm (1.26-r0) (19/25) Purging libbz2 (1.0.8-r6) (20/25) Purging libffi (3.5.2-r1) (21/25) Purging libpanelw (6.6_p20260404-r0) (22/25) Purging mpdecimal (4.0.1-r0) (23/25) Purging readline (8.3.3-r1) (24/25) Purging sqlite-libs (3.53.0-r0) (25/25) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 385.3 MiB in 103 packages >>> py3-pebble: Updating the community/s390x repository index... >>> py3-pebble: Signing the index...