>>> py3-pebble: Building community/py3-pebble 5.0.7-r1 (using abuild 3.13.0-r5) started Sun, 18 Aug 2024 20:42:00 +0000 >>> py3-pebble: Checking sanity of /home/buildozer/aports/community/py3-pebble/APKBUILD... >>> py3-pebble: Analyzing dependencies... >>> py3-pebble: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel py3-pytest-forked py3-pytest-xdist (1/38) Installing libbz2 (1.0.8-r6) (2/38) Installing libffi (3.4.6-r0) (3/38) Installing gdbm (1.24-r0) (4/38) Installing xz-libs (5.6.2-r0) (5/38) Installing mpdecimal (4.0.0-r0) (6/38) Installing libpanelw (6.5_p20240601-r0) (7/38) Installing sqlite-libs (3.46.1-r0) (8/38) Installing python3 (3.12.5-r0) (9/38) Installing python3-pycache-pyc0 (3.12.5-r0) (10/38) Installing pyc (3.12.5-r0) (11/38) Installing py3-installer-pyc (0.7.0-r2) (12/38) Installing py3-gpep517-pyc (16-r0) (13/38) Installing python3-pyc (3.12.5-r0) (14/38) Installing py3-installer (0.7.0-r2) (15/38) Installing py3-gpep517 (16-r0) (16/38) Installing py3-parsing (3.1.2-r1) (17/38) Installing py3-parsing-pyc (3.1.2-r1) (18/38) Installing py3-packaging (24.1-r0) (19/38) Installing py3-packaging-pyc (24.1-r0) (20/38) Installing py3-setuptools (70.3.0-r0) (21/38) Installing py3-setuptools-pyc (70.3.0-r0) (22/38) Installing py3-wheel (0.43.0-r0) (23/38) Installing py3-wheel-pyc (0.43.0-r0) (24/38) Installing py3-iniconfig (2.0.0-r1) (25/38) Installing py3-iniconfig-pyc (2.0.0-r1) (26/38) Installing py3-pluggy (1.5.0-r0) (27/38) Installing py3-pluggy-pyc (1.5.0-r0) (28/38) Installing py3-py (1.11.0-r3) (29/38) Installing py3-py-pyc (1.11.0-r3) (30/38) Installing py3-pytest (8.3.2-r0) (31/38) Installing py3-pytest-pyc (8.3.2-r0) (32/38) Installing py3-pytest-forked (1.6.0-r2) (33/38) Installing py3-pytest-forked-pyc (1.6.0-r2) (34/38) Installing py3-execnet (2.1.1-r0) (35/38) Installing py3-execnet-pyc (2.1.1-r0) (36/38) Installing py3-pytest-xdist (3.6.1-r0) (37/38) Installing py3-pytest-xdist-pyc (3.6.1-r0) (38/38) Installing .makedepends-py3-pebble (20240818.204201) Executing busybox-1.36.1-r31.trigger OK: 424 MiB in 145 packages >>> py3-pebble: Cleaning up srcdir >>> py3-pebble: Cleaning up pkgdir >>> py3-pebble: Cleaning up tmpdir >>> py3-pebble: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-pebble-5.0.7.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39778 100 39778 0 0 96033 0 --:--:-- --:--:-- --:--:-- 96082 >>> py3-pebble: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-pebble-5.0.7.tar.gz >>> py3-pebble: Checking sha512sums... py3-pebble-5.0.7.tar.gz: OK >>> py3-pebble: Unpacking /var/cache/distfiles/edge/py3-pebble-5.0.7.tar.gz... 2024-08-18 20:42:02,252 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-08-18 20:42:02,262 root INFO running bdist_wheel 2024-08-18 20:42:02,276 root INFO running build 2024-08-18 20:42:02,276 root INFO running build_py 2024-08-18 20:42:02,278 root INFO creating build 2024-08-18 20:42:02,278 root INFO creating build/lib 2024-08-18 20:42:02,278 root INFO creating build/lib/pebble 2024-08-18 20:42:02,278 root INFO copying pebble/common.py -> build/lib/pebble 2024-08-18 20:42:02,278 root INFO copying pebble/__init__.py -> build/lib/pebble 2024-08-18 20:42:02,278 root INFO copying pebble/decorators.py -> build/lib/pebble 2024-08-18 20:42:02,278 root INFO copying pebble/functions.py -> build/lib/pebble 2024-08-18 20:42:02,278 root INFO creating build/lib/pebble/concurrent 2024-08-18 20:42:02,278 root INFO copying pebble/concurrent/__init__.py -> build/lib/pebble/concurrent 2024-08-18 20:42:02,279 root INFO copying pebble/concurrent/thread.py -> build/lib/pebble/concurrent 2024-08-18 20:42:02,279 root INFO copying pebble/concurrent/process.py -> build/lib/pebble/concurrent 2024-08-18 20:42:02,279 root INFO creating build/lib/pebble/pool 2024-08-18 20:42:02,279 root INFO copying pebble/pool/__init__.py -> build/lib/pebble/pool 2024-08-18 20:42:02,279 root INFO copying pebble/pool/thread.py -> build/lib/pebble/pool 2024-08-18 20:42:02,279 root INFO copying pebble/pool/channel.py -> build/lib/pebble/pool 2024-08-18 20:42:02,279 root INFO copying pebble/pool/process.py -> build/lib/pebble/pool 2024-08-18 20:42:02,279 root INFO copying pebble/pool/base_pool.py -> build/lib/pebble/pool 2024-08-18 20:42:02,279 root INFO creating build/lib/pebble/asynchronous 2024-08-18 20:42:02,280 root INFO copying pebble/asynchronous/__init__.py -> build/lib/pebble/asynchronous 2024-08-18 20:42:02,280 root INFO copying pebble/asynchronous/thread.py -> build/lib/pebble/asynchronous 2024-08-18 20:42:02,280 root INFO copying pebble/asynchronous/process.py -> build/lib/pebble/asynchronous 2024-08-18 20:42:02,284 root INFO installing to build/bdist.linux-s390x/wheel 2024-08-18 20:42:02,284 root INFO running install 2024-08-18 20:42:02,291 root INFO running install_lib 2024-08-18 20:42:02,293 root INFO creating build/bdist.linux-s390x 2024-08-18 20:42:02,293 root INFO creating build/bdist.linux-s390x/wheel 2024-08-18 20:42:02,293 root INFO creating build/bdist.linux-s390x/wheel/pebble 2024-08-18 20:42:02,293 root INFO creating build/bdist.linux-s390x/wheel/pebble/concurrent 2024-08-18 20:42:02,293 root INFO copying build/lib/pebble/concurrent/__init__.py -> build/bdist.linux-s390x/wheel/pebble/concurrent 2024-08-18 20:42:02,293 root INFO copying build/lib/pebble/concurrent/thread.py -> build/bdist.linux-s390x/wheel/pebble/concurrent 2024-08-18 20:42:02,293 root INFO copying build/lib/pebble/concurrent/process.py -> build/bdist.linux-s390x/wheel/pebble/concurrent 2024-08-18 20:42:02,293 root INFO copying build/lib/pebble/common.py -> build/bdist.linux-s390x/wheel/pebble 2024-08-18 20:42:02,294 root INFO copying build/lib/pebble/__init__.py -> build/bdist.linux-s390x/wheel/pebble 2024-08-18 20:42:02,294 root INFO creating build/bdist.linux-s390x/wheel/pebble/pool 2024-08-18 20:42:02,294 root INFO copying build/lib/pebble/pool/__init__.py -> build/bdist.linux-s390x/wheel/pebble/pool 2024-08-18 20:42:02,294 root INFO copying build/lib/pebble/pool/thread.py -> build/bdist.linux-s390x/wheel/pebble/pool 2024-08-18 20:42:02,294 root INFO copying build/lib/pebble/pool/channel.py -> build/bdist.linux-s390x/wheel/pebble/pool 2024-08-18 20:42:02,294 root INFO copying build/lib/pebble/pool/process.py -> build/bdist.linux-s390x/wheel/pebble/pool 2024-08-18 20:42:02,294 root INFO copying build/lib/pebble/pool/base_pool.py -> build/bdist.linux-s390x/wheel/pebble/pool 2024-08-18 20:42:02,294 root INFO creating build/bdist.linux-s390x/wheel/pebble/asynchronous 2024-08-18 20:42:02,294 root INFO copying build/lib/pebble/asynchronous/__init__.py -> build/bdist.linux-s390x/wheel/pebble/asynchronous 2024-08-18 20:42:02,294 root INFO copying build/lib/pebble/asynchronous/thread.py -> build/bdist.linux-s390x/wheel/pebble/asynchronous 2024-08-18 20:42:02,294 root INFO copying build/lib/pebble/asynchronous/process.py -> build/bdist.linux-s390x/wheel/pebble/asynchronous 2024-08-18 20:42:02,295 root INFO copying build/lib/pebble/decorators.py -> build/bdist.linux-s390x/wheel/pebble 2024-08-18 20:42:02,295 root INFO copying build/lib/pebble/functions.py -> build/bdist.linux-s390x/wheel/pebble 2024-08-18 20:42:02,295 root INFO running install_egg_info 2024-08-18 20:42:02,296 root INFO running egg_info 2024-08-18 20:42:02,297 root INFO creating Pebble.egg-info 2024-08-18 20:42:02,298 root INFO writing Pebble.egg-info/PKG-INFO 2024-08-18 20:42:02,298 root INFO writing dependency_links to Pebble.egg-info/dependency_links.txt 2024-08-18 20:42:02,298 root INFO writing top-level names to Pebble.egg-info/top_level.txt 2024-08-18 20:42:02,298 root INFO writing manifest file 'Pebble.egg-info/SOURCES.txt' 2024-08-18 20:42:02,300 root INFO reading manifest file 'Pebble.egg-info/SOURCES.txt' 2024-08-18 20:42:02,300 root INFO reading manifest template 'MANIFEST.in' 2024-08-18 20:42:02,300 root INFO adding license file 'LICENSE' 2024-08-18 20:42:02,301 root INFO writing manifest file 'Pebble.egg-info/SOURCES.txt' 2024-08-18 20:42:02,301 root INFO Copying Pebble.egg-info to build/bdist.linux-s390x/wheel/Pebble-5.0.7-py3.12.egg-info 2024-08-18 20:42:02,301 root INFO running install_scripts 2024-08-18 20:42:02,302 root INFO creating build/bdist.linux-s390x/wheel/Pebble-5.0.7.dist-info/WHEEL 2024-08-18 20:42:02,302 wheel INFO creating '/home/buildozer/aports/community/py3-pebble/src/pebble-5.0.7/.dist/.tmp-pnlnq4w9/Pebble-5.0.7-py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 2024-08-18 20:42:02,303 wheel INFO adding 'pebble/__init__.py' 2024-08-18 20:42:02,303 wheel INFO adding 'pebble/common.py' 2024-08-18 20:42:02,303 wheel INFO adding 'pebble/decorators.py' 2024-08-18 20:42:02,303 wheel INFO adding 'pebble/functions.py' 2024-08-18 20:42:02,303 wheel INFO adding 'pebble/asynchronous/__init__.py' 2024-08-18 20:42:02,303 wheel INFO adding 'pebble/asynchronous/process.py' 2024-08-18 20:42:02,303 wheel INFO adding 'pebble/asynchronous/thread.py' 2024-08-18 20:42:02,303 wheel INFO adding 'pebble/concurrent/__init__.py' 2024-08-18 20:42:02,304 wheel INFO adding 'pebble/concurrent/process.py' 2024-08-18 20:42:02,304 wheel INFO adding 'pebble/concurrent/thread.py' 2024-08-18 20:42:02,304 wheel INFO adding 'pebble/pool/__init__.py' 2024-08-18 20:42:02,304 wheel INFO adding 'pebble/pool/base_pool.py' 2024-08-18 20:42:02,304 wheel INFO adding 'pebble/pool/channel.py' 2024-08-18 20:42:02,304 wheel INFO adding 'pebble/pool/process.py' 2024-08-18 20:42:02,304 wheel INFO adding 'pebble/pool/thread.py' 2024-08-18 20:42:02,304 wheel INFO adding 'Pebble-5.0.7.dist-info/LICENSE' 2024-08-18 20:42:02,304 wheel INFO adding 'Pebble-5.0.7.dist-info/METADATA' 2024-08-18 20:42:02,304 wheel INFO adding 'Pebble-5.0.7.dist-info/WHEEL' 2024-08-18 20:42:02,305 wheel INFO adding 'Pebble-5.0.7.dist-info/top_level.txt' 2024-08-18 20:42:02,305 wheel INFO adding 'Pebble-5.0.7.dist-info/RECORD' 2024-08-18 20:42:02,305 root INFO removing build/bdist.linux-s390x/wheel 2024-08-18 20:42:02,305 gpep517 INFO The backend produced .dist/Pebble-5.0.7-py3-none-any.whl Pebble-5.0.7-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.5, pytest-8.3.2, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-pebble/src/pebble-5.0.7 plugins: forked-1.6.0, xdist-3.6.1 created: 8/8 workers 8 workers [396 items] ........................................................................ [ 18%] ........................................................................ [ 36%] ........................................................................ [ 54%] ........................................................................ [ 72%] ........................................................................ [ 90%] .................................... [100%] =============================== warnings summary =============================== test/test_asynchronous_thread.py: 8 warnings test/test_concurrent_process_fork.py: 11 warnings test/test_concurrent_process_forkserver.py: 13 warnings test/test_process_pool_fork.py: 6 warnings test/test_process_pool_forkserver.py: 13 warnings test/test_thread_pool.py: 3 warnings /usr/lib/python3.12/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=63999) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_concurrent_process_fork.py: 12 warnings test/test_process_pool_fork.py: 7 warnings test/test_process_pool_forkserver.py: 6 warnings test/test_process_pool_spawn.py: 11 warnings test/test_thread_pool.py: 9 warnings /usr/lib/python3.12/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=64003) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py: 12 warnings test/test_process_pool_fork.py: 7 warnings test/test_process_pool_forkserver.py: 7 warnings test/test_process_pool_spawn.py: 5 warnings test/test_thread_pool.py: 4 warnings /usr/lib/python3.12/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=63985) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py: 5 warnings test/test_asynchronous_thread.py: 7 warnings test/test_concurrent_process_forkserver.py: 6 warnings test/test_concurrent_process_spawn.py: 13 warnings test/test_process_pool_forkserver.py: 13 warnings test/test_process_pool_spawn.py: 12 warnings test/test_thread_pool.py: 8 warnings /usr/lib/python3.12/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=63995) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py: 11 warnings test/test_asynchronous_process_forkserver.py: 1 warning test/test_concurrent_thread.py: 7 warnings test/test_pebble.py: 18 warnings test/test_process_pool_fork.py: 13 warnings test/test_process_pool_spawn.py: 15 warnings test/test_thread_pool.py: 3 warnings /usr/lib/python3.12/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=63982) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_fork.py: 12 warnings test/test_process_pool_fork.py: 9 warnings test/test_process_pool_forkserver.py: 5 warnings test/test_process_pool_spawn.py: 8 warnings test/test_thread_pool.py: 5 warnings /usr/lib/python3.12/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=63979) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_spawn.py: 12 warnings test/test_process_pool_fork.py: 4 warnings test/test_process_pool_forkserver.py: 11 warnings test/test_process_pool_spawn.py: 6 warnings test/test_thread_pool.py: 3 warnings /usr/lib/python3.12/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=63991) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() test/test_asynchronous_process_forkserver.py: 8 warnings test/test_asynchronous_process_spawn.py: 4 warnings test/test_concurrent_process_spawn.py: 5 warnings test/test_concurrent_thread.py: 7 warnings test/test_process_pool_fork.py: 18 warnings test/test_process_pool_forkserver.py: 6 warnings test/test_process_pool_spawn.py: 4 warnings test/test_thread_pool.py: 3 warnings /usr/lib/python3.12/site-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=63988) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ====================== 396 passed, 396 warnings in 17.70s ====================== /usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-9b076073-bd72-4ced-a7e7-5ece422c499e/test_safe_delete_no_perms0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-9b076073-bd72-4ced-a7e7-5ece422c499e/test_safe_delete_no_perms0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-9b076073-bd72-4ced-a7e7-5ece422c499e/test_safe_set_no_perms0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-9b076073-bd72-4ced-a7e7-5ece422c499e/test_safe_set_no_perms0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-9b076073-bd72-4ced-a7e7-5ece422c499e/test_safe_get_no_perms0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-9b076073-bd72-4ced-a7e7-5ece422c499e/test_safe_get_no_perms0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-9b076073-bd72-4ced-a7e7-5ece422c499e : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-9b076073-bd72-4ced-a7e7-5ece422c499e' warnings.warn( >>> py3-pebble: Entering fakeroot... >>> py3-pebble-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble/usr/lib/python3.12/site-packages/pebble/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.12/site-packages/pebble/__pycache__' '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble/usr/lib/python3.12/site-packages/pebble/concurrent/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.12/site-packages/pebble/concurrent/__pycache__' '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble/usr/lib/python3.12/site-packages/pebble/pool/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.12/site-packages/pebble/pool/__pycache__' '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble/usr/lib/python3.12/site-packages/pebble/asynchronous/__pycache__' -> '/home/buildozer/aports/community/py3-pebble/pkg/py3-pebble-pyc/usr/lib/python3.12/site-packages/pebble/asynchronous/__pycache__' >>> py3-pebble-pyc*: Preparing subpackage py3-pebble-pyc... >>> py3-pebble-pyc*: Running postcheck for py3-pebble-pyc >>> py3-pebble*: Running postcheck for py3-pebble >>> py3-pebble*: Preparing package py3-pebble... >>> py3-pebble-pyc*: Tracing dependencies... python3~3.12 >>> py3-pebble-pyc*: Package size: 192.0 KB >>> py3-pebble-pyc*: Compressing data... >>> py3-pebble-pyc*: Create checksum... >>> py3-pebble-pyc*: Create py3-pebble-pyc-5.0.7-r1.apk >>> py3-pebble*: Tracing dependencies... python3~3.12 >>> py3-pebble*: Package size: 168.0 KB >>> py3-pebble*: Compressing data... >>> py3-pebble*: Create checksum... >>> py3-pebble*: Create py3-pebble-5.0.7-r1.apk >>> py3-pebble: Build complete at Sun, 18 Aug 2024 20:42:20 +0000 elapsed time 0h 0m 20s >>> py3-pebble: Cleaning up srcdir >>> py3-pebble: Cleaning up pkgdir >>> py3-pebble: Uninstalling dependencies... (1/38) Purging .makedepends-py3-pebble (20240818.204201) (2/38) Purging py3-gpep517-pyc (16-r0) (3/38) Purging py3-gpep517 (16-r0) (4/38) Purging py3-installer-pyc (0.7.0-r2) (5/38) Purging py3-installer (0.7.0-r2) (6/38) Purging py3-setuptools-pyc (70.3.0-r0) (7/38) Purging py3-setuptools (70.3.0-r0) (8/38) Purging py3-wheel-pyc (0.43.0-r0) (9/38) Purging py3-wheel (0.43.0-r0) (10/38) Purging py3-pytest-forked-pyc (1.6.0-r2) (11/38) Purging py3-pytest-forked (1.6.0-r2) (12/38) Purging py3-pytest-xdist-pyc (3.6.1-r0) (13/38) Purging py3-pytest-xdist (3.6.1-r0) (14/38) Purging py3-execnet-pyc (2.1.1-r0) (15/38) Purging py3-execnet (2.1.1-r0) (16/38) Purging py3-pytest-pyc (8.3.2-r0) (17/38) Purging py3-pytest (8.3.2-r0) (18/38) Purging py3-iniconfig-pyc (2.0.0-r1) (19/38) Purging py3-iniconfig (2.0.0-r1) (20/38) Purging py3-packaging-pyc (24.1-r0) (21/38) Purging py3-packaging (24.1-r0) (22/38) Purging py3-parsing-pyc (3.1.2-r1) (23/38) Purging py3-parsing (3.1.2-r1) (24/38) Purging py3-pluggy-pyc (1.5.0-r0) (25/38) Purging py3-pluggy (1.5.0-r0) (26/38) Purging py3-py-pyc (1.11.0-r3) (27/38) Purging py3-py (1.11.0-r3) (28/38) Purging python3-pyc (3.12.5-r0) (29/38) Purging python3-pycache-pyc0 (3.12.5-r0) (30/38) Purging pyc (3.12.5-r0) (31/38) Purging python3 (3.12.5-r0) (32/38) Purging gdbm (1.24-r0) (33/38) Purging libbz2 (1.0.8-r6) (34/38) Purging libffi (3.4.6-r0) (35/38) Purging libpanelw (6.5_p20240601-r0) (36/38) Purging mpdecimal (4.0.0-r0) (37/38) Purging sqlite-libs (3.46.1-r0) (38/38) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 368 MiB in 107 packages >>> py3-pebble: Updating the community/s390x repository index... >>> py3-pebble: Signing the index...