>>> py3-spake2: Building testing/py3-spake2 0.8-r0 (using abuild 3.13.0-r3) started Sun, 30 Jun 2024 13:43:53 +0000 >>> py3-spake2: Checking sanity of /home/buildozer/aports/testing/py3-spake2/APKBUILD... >>> py3-spake2: Analyzing dependencies... >>> py3-spake2: Installing for build: build-base py3-hkdf py3-gpep517 py3-setuptools py3-wheel py3-pytest (1/33) Installing libffi (3.4.6-r0) (2/33) Installing gdbm (1.23-r1) (3/33) Installing mpdecimal (4.0.0-r0) (4/33) Installing libpanelw (6.4_p20240420-r0) (5/33) Installing readline (8.2.10-r0) (6/33) Installing sqlite-libs (3.46.0-r0) (7/33) Installing python3 (3.12.3-r1) (8/33) Installing python3-pycache-pyc0 (3.12.3-r1) (9/33) Installing pyc (3.12.3-r1) (10/33) Installing py3-hkdf-pyc (0.0.3-r1) (11/33) Installing python3-pyc (3.12.3-r1) (12/33) Installing py3-hkdf (0.0.3-r1) (13/33) Installing py3-installer (0.7.0-r2) (14/33) Installing py3-installer-pyc (0.7.0-r2) (15/33) Installing py3-gpep517 (16-r0) (16/33) Installing py3-gpep517-pyc (16-r0) (17/33) Installing py3-parsing (3.1.2-r1) (18/33) Installing py3-parsing-pyc (3.1.2-r1) (19/33) Installing py3-packaging (24.1-r0) (20/33) Installing py3-packaging-pyc (24.1-r0) (21/33) Installing py3-setuptools (70.1.1-r0) (22/33) Installing py3-setuptools-pyc (70.1.1-r0) (23/33) Installing py3-wheel (0.42.0-r1) (24/33) Installing py3-wheel-pyc (0.42.0-r1) (25/33) Installing py3-iniconfig (2.0.0-r1) (26/33) Installing py3-iniconfig-pyc (2.0.0-r1) (27/33) Installing py3-pluggy (1.5.0-r0) (28/33) Installing py3-pluggy-pyc (1.5.0-r0) (29/33) Installing py3-py (1.11.0-r3) (30/33) Installing py3-py-pyc (1.11.0-r3) (31/33) Installing py3-pytest (8.2.2-r0) (32/33) Installing py3-pytest-pyc (8.2.2-r0) (33/33) Installing .makedepends-py3-spake2 (20240630.134354) Executing busybox-1.36.1-r31.trigger OK: 322 MiB in 143 packages >>> py3-spake2: Cleaning up srcdir >>> py3-spake2: Cleaning up pkgdir >>> py3-spake2: Cleaning up tmpdir >>> py3-spake2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-spake2-0.8.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-spake2: Fetching py3-spake2-0.8.tar.gz::https://github.com/warner/python-spake2/archive/refs/tags/v0.8.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 62425 100 62425 0 0 34700 0 0:00:01 0:00:01 --:--:-- 90602 >>> py3-spake2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-spake2-0.8.tar.gz >>> py3-spake2: Checking sha512sums... py3-spake2-0.8.tar.gz: OK 10-configparser.patch: OK >>> py3-spake2: Unpacking /var/cache/distfiles/py3-spake2-0.8.tar.gz... >>> py3-spake2: 10-configparser.patch patching file versioneer.py 2024-06-30 13:43:58,275 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /home/buildozer/aports/testing/py3-spake2/src/python-spake2-0.8/versioneer.py:421: SyntaxWarning: invalid escape sequence '\s' LONG_VERSION_PY['git'] = ''' 2024-06-30 13:43:58,312 root INFO running bdist_wheel 2024-06-30 13:43:58,323 root WARNING The [wheel] section is deprecated. Use [bdist_wheel] instead. 2024-06-30 13:43:58,333 root INFO running build 2024-06-30 13:43:58,333 root INFO running build_py 2024-06-30 13:43:58,335 root INFO creating build 2024-06-30 13:43:58,335 root INFO creating build/lib 2024-06-30 13:43:58,335 root INFO creating build/lib/spake2 2024-06-30 13:43:58,335 root INFO copying src/spake2/util.py -> build/lib/spake2 2024-06-30 13:43:58,336 root INFO copying src/spake2/params.py -> build/lib/spake2 2024-06-30 13:43:58,336 root INFO copying src/spake2/spake2.py -> build/lib/spake2 2024-06-30 13:43:58,336 root INFO copying src/spake2/six.py -> build/lib/spake2 2024-06-30 13:43:58,336 root INFO copying src/spake2/_version.py -> build/lib/spake2 2024-06-30 13:43:58,336 root INFO copying src/spake2/ed25519_basic.py -> build/lib/spake2 2024-06-30 13:43:58,337 root INFO copying src/spake2/groups.py -> build/lib/spake2 2024-06-30 13:43:58,337 root INFO copying src/spake2/__init__.py -> build/lib/spake2 2024-06-30 13:43:58,337 root INFO copying src/spake2/ed25519_group.py -> build/lib/spake2 2024-06-30 13:43:58,337 root INFO creating build/lib/spake2/parameters 2024-06-30 13:43:58,337 root INFO copying src/spake2/parameters/i2048.py -> build/lib/spake2/parameters 2024-06-30 13:43:58,338 root INFO copying src/spake2/parameters/all.py -> build/lib/spake2/parameters 2024-06-30 13:43:58,338 root INFO copying src/spake2/parameters/i1024.py -> build/lib/spake2/parameters 2024-06-30 13:43:58,338 root INFO copying src/spake2/parameters/i3072.py -> build/lib/spake2/parameters 2024-06-30 13:43:58,338 root INFO copying src/spake2/parameters/ed25519.py -> build/lib/spake2/parameters 2024-06-30 13:43:58,338 root INFO copying src/spake2/parameters/__init__.py -> build/lib/spake2/parameters 2024-06-30 13:43:58,339 root INFO creating build/lib/spake2/test 2024-06-30 13:43:58,339 root INFO copying src/spake2/test/test_group.py -> build/lib/spake2/test 2024-06-30 13:43:58,339 root INFO copying src/spake2/test/test_utils.py -> build/lib/spake2/test 2024-06-30 13:43:58,339 root INFO copying src/spake2/test/myhkdf.py -> build/lib/spake2/test 2024-06-30 13:43:58,339 root INFO copying src/spake2/test/test_spake2.py -> build/lib/spake2/test 2024-06-30 13:43:58,340 root INFO copying src/spake2/test/test_compat.py -> build/lib/spake2/test 2024-06-30 13:43:58,340 root INFO copying src/spake2/test/__init__.py -> build/lib/spake2/test 2024-06-30 13:43:58,340 root INFO copying src/spake2/test/common.py -> build/lib/spake2/test 2024-06-30 13:43:58,348 root INFO installing to build/bdist.linux-ppc64le/wheel 2024-06-30 13:43:58,348 root INFO running install 2024-06-30 13:43:58,369 root INFO running install_lib 2024-06-30 13:43:58,372 root INFO creating build/bdist.linux-ppc64le 2024-06-30 13:43:58,372 root INFO creating build/bdist.linux-ppc64le/wheel 2024-06-30 13:43:58,372 root INFO creating build/bdist.linux-ppc64le/wheel/spake2 2024-06-30 13:43:58,373 root INFO creating build/bdist.linux-ppc64le/wheel/spake2/test 2024-06-30 13:43:58,373 root INFO copying build/lib/spake2/test/test_group.py -> build/bdist.linux-ppc64le/wheel/spake2/test 2024-06-30 13:43:58,373 root INFO copying build/lib/spake2/test/test_utils.py -> build/bdist.linux-ppc64le/wheel/spake2/test 2024-06-30 13:43:58,373 root INFO copying build/lib/spake2/test/myhkdf.py -> build/bdist.linux-ppc64le/wheel/spake2/test 2024-06-30 13:43:58,373 root INFO copying build/lib/spake2/test/test_spake2.py -> build/bdist.linux-ppc64le/wheel/spake2/test 2024-06-30 13:43:58,373 root INFO copying build/lib/spake2/test/test_compat.py -> build/bdist.linux-ppc64le/wheel/spake2/test 2024-06-30 13:43:58,374 root INFO copying build/lib/spake2/test/__init__.py -> build/bdist.linux-ppc64le/wheel/spake2/test 2024-06-30 13:43:58,374 root INFO copying build/lib/spake2/test/common.py -> build/bdist.linux-ppc64le/wheel/spake2/test 2024-06-30 13:43:58,374 root INFO copying build/lib/spake2/util.py -> build/bdist.linux-ppc64le/wheel/spake2 2024-06-30 13:43:58,374 root INFO copying build/lib/spake2/params.py -> build/bdist.linux-ppc64le/wheel/spake2 2024-06-30 13:43:58,374 root INFO copying build/lib/spake2/spake2.py -> build/bdist.linux-ppc64le/wheel/spake2 2024-06-30 13:43:58,374 root INFO copying build/lib/spake2/six.py -> build/bdist.linux-ppc64le/wheel/spake2 2024-06-30 13:43:58,375 root INFO copying build/lib/spake2/_version.py -> build/bdist.linux-ppc64le/wheel/spake2 2024-06-30 13:43:58,375 root INFO copying build/lib/spake2/ed25519_basic.py -> build/bdist.linux-ppc64le/wheel/spake2 2024-06-30 13:43:58,375 root INFO copying build/lib/spake2/groups.py -> build/bdist.linux-ppc64le/wheel/spake2 2024-06-30 13:43:58,375 root INFO creating build/bdist.linux-ppc64le/wheel/spake2/parameters 2024-06-30 13:43:58,375 root INFO copying build/lib/spake2/parameters/i2048.py -> build/bdist.linux-ppc64le/wheel/spake2/parameters 2024-06-30 13:43:58,376 root INFO copying build/lib/spake2/parameters/all.py -> build/bdist.linux-ppc64le/wheel/spake2/parameters 2024-06-30 13:43:58,376 root INFO copying build/lib/spake2/parameters/i1024.py -> build/bdist.linux-ppc64le/wheel/spake2/parameters 2024-06-30 13:43:58,376 root INFO copying build/lib/spake2/parameters/i3072.py -> build/bdist.linux-ppc64le/wheel/spake2/parameters 2024-06-30 13:43:58,376 root INFO copying build/lib/spake2/parameters/ed25519.py -> build/bdist.linux-ppc64le/wheel/spake2/parameters 2024-06-30 13:43:58,376 root INFO copying build/lib/spake2/parameters/__init__.py -> build/bdist.linux-ppc64le/wheel/spake2/parameters 2024-06-30 13:43:58,376 root INFO copying build/lib/spake2/__init__.py -> build/bdist.linux-ppc64le/wheel/spake2 2024-06-30 13:43:58,377 root INFO copying build/lib/spake2/ed25519_group.py -> build/bdist.linux-ppc64le/wheel/spake2 2024-06-30 13:43:58,377 root INFO running install_egg_info 2024-06-30 13:43:58,380 root INFO running egg_info 2024-06-30 13:43:58,380 root INFO creating src/spake2.egg-info 2024-06-30 13:43:58,382 root INFO writing src/spake2.egg-info/PKG-INFO 2024-06-30 13:43:58,382 root INFO writing dependency_links to src/spake2.egg-info/dependency_links.txt 2024-06-30 13:43:58,383 root INFO writing requirements to src/spake2.egg-info/requires.txt 2024-06-30 13:43:58,383 root INFO writing top-level names to src/spake2.egg-info/top_level.txt 2024-06-30 13:43:58,383 root INFO writing manifest file 'src/spake2.egg-info/SOURCES.txt' 2024-06-30 13:43:58,387 root INFO reading manifest file 'src/spake2.egg-info/SOURCES.txt' 2024-06-30 13:43:58,387 root INFO reading manifest template 'MANIFEST.in' 2024-06-30 13:43:58,387 root INFO adding license file 'LICENSE' 2024-06-30 13:43:58,388 root INFO writing manifest file 'src/spake2.egg-info/SOURCES.txt' 2024-06-30 13:43:58,389 root INFO Copying src/spake2.egg-info to build/bdist.linux-ppc64le/wheel/spake2-0.8-py3.12.egg-info 2024-06-30 13:43:58,390 root INFO running install_scripts 2024-06-30 13:43:58,391 root INFO creating build/bdist.linux-ppc64le/wheel/spake2-0.8.dist-info/WHEEL 2024-06-30 13:43:58,392 wheel INFO creating '/home/buildozer/aports/testing/py3-spake2/src/python-spake2-0.8/.dist/.tmp-y_yuorjq/spake2-0.8-py2.py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2024-06-30 13:43:58,392 wheel INFO adding 'spake2/__init__.py' 2024-06-30 13:43:58,392 wheel INFO adding 'spake2/_version.py' 2024-06-30 13:43:58,393 wheel INFO adding 'spake2/ed25519_basic.py' 2024-06-30 13:43:58,393 wheel INFO adding 'spake2/ed25519_group.py' 2024-06-30 13:43:58,393 wheel INFO adding 'spake2/groups.py' 2024-06-30 13:43:58,393 wheel INFO adding 'spake2/params.py' 2024-06-30 13:43:58,393 wheel INFO adding 'spake2/six.py' 2024-06-30 13:43:58,394 wheel INFO adding 'spake2/spake2.py' 2024-06-30 13:43:58,394 wheel INFO adding 'spake2/util.py' 2024-06-30 13:43:58,394 wheel INFO adding 'spake2/parameters/__init__.py' 2024-06-30 13:43:58,394 wheel INFO adding 'spake2/parameters/all.py' 2024-06-30 13:43:58,395 wheel INFO adding 'spake2/parameters/ed25519.py' 2024-06-30 13:43:58,395 wheel INFO adding 'spake2/parameters/i1024.py' 2024-06-30 13:43:58,395 wheel INFO adding 'spake2/parameters/i2048.py' 2024-06-30 13:43:58,395 wheel INFO adding 'spake2/parameters/i3072.py' 2024-06-30 13:43:58,395 wheel INFO adding 'spake2/test/__init__.py' 2024-06-30 13:43:58,396 wheel INFO adding 'spake2/test/common.py' 2024-06-30 13:43:58,396 wheel INFO adding 'spake2/test/myhkdf.py' 2024-06-30 13:43:58,396 wheel INFO adding 'spake2/test/test_compat.py' 2024-06-30 13:43:58,396 wheel INFO adding 'spake2/test/test_group.py' 2024-06-30 13:43:58,396 wheel INFO adding 'spake2/test/test_spake2.py' 2024-06-30 13:43:58,397 wheel INFO adding 'spake2/test/test_utils.py' 2024-06-30 13:43:58,397 wheel INFO adding 'spake2-0.8.dist-info/LICENSE' 2024-06-30 13:43:58,397 wheel INFO adding 'spake2-0.8.dist-info/METADATA' 2024-06-30 13:43:58,397 wheel INFO adding 'spake2-0.8.dist-info/WHEEL' 2024-06-30 13:43:58,397 wheel INFO adding 'spake2-0.8.dist-info/top_level.txt' 2024-06-30 13:43:58,398 wheel INFO adding 'spake2-0.8.dist-info/RECORD' 2024-06-30 13:43:58,398 root INFO removing build/bdist.linux-ppc64le/wheel 2024-06-30 13:43:58,399 gpep517 INFO The backend produced .dist/spake2-0.8-py2.py3-none-any.whl spake2-0.8-py2.py3-none-any.whl UPDATING build/lib/spake2/_version.py set build/lib/spake2/_version.py to '0.8' ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.2.2, pluggy-1.5.0 rootdir: /home/buildozer/aports/testing/py3-spake2/src/python-spake2-0.8 collected 43 items src/spake2/test/test_compat.py ......... [ 20%] src/spake2/test/test_group.py .......... [ 44%] src/spake2/test/test_spake2.py .................. [ 86%] src/spake2/test/test_utils.py ...... [100%] ============================== 43 passed in 4.10s ============================== >>> py3-spake2: Entering fakeroot... >>> py3-spake2-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-spake2/pkg/py3-spake2/usr/lib/python3.12/site-packages/spake2/test/__pycache__' -> '/home/buildozer/aports/testing/py3-spake2/pkg/py3-spake2-pyc/usr/lib/python3.12/site-packages/spake2/test/__pycache__' '/home/buildozer/aports/testing/py3-spake2/pkg/py3-spake2/usr/lib/python3.12/site-packages/spake2/__pycache__' -> '/home/buildozer/aports/testing/py3-spake2/pkg/py3-spake2-pyc/usr/lib/python3.12/site-packages/spake2/__pycache__' '/home/buildozer/aports/testing/py3-spake2/pkg/py3-spake2/usr/lib/python3.12/site-packages/spake2/parameters/__pycache__' -> '/home/buildozer/aports/testing/py3-spake2/pkg/py3-spake2-pyc/usr/lib/python3.12/site-packages/spake2/parameters/__pycache__' >>> py3-spake2-pyc*: Preparing subpackage py3-spake2-pyc... >>> py3-spake2-pyc*: Running postcheck for py3-spake2-pyc >>> py3-spake2*: Running postcheck for py3-spake2 >>> py3-spake2*: Preparing package py3-spake2... >>> py3-spake2-pyc*: Tracing dependencies... py3-hkdf python3~3.12 >>> py3-spake2-pyc*: Package size: 248.0 KB >>> py3-spake2-pyc*: Compressing data... >>> py3-spake2-pyc*: Create checksum... >>> py3-spake2-pyc*: Create py3-spake2-pyc-0.8-r0.apk >>> py3-spake2*: Tracing dependencies... py3-hkdf python3~3.12 >>> py3-spake2*: Package size: 220.0 KB >>> py3-spake2*: Compressing data... >>> py3-spake2*: Create checksum... >>> py3-spake2*: Create py3-spake2-0.8-r0.apk >>> py3-spake2: Build complete at Sun, 30 Jun 2024 13:44:03 +0000 elapsed time 0h 0m 10s >>> py3-spake2: Cleaning up srcdir >>> py3-spake2: Cleaning up pkgdir >>> py3-spake2: Uninstalling dependencies... (1/33) Purging .makedepends-py3-spake2 (20240630.134354) (2/33) Purging py3-hkdf-pyc (0.0.3-r1) (3/33) Purging py3-hkdf (0.0.3-r1) (4/33) Purging py3-gpep517-pyc (16-r0) (5/33) Purging py3-gpep517 (16-r0) (6/33) Purging py3-installer-pyc (0.7.0-r2) (7/33) Purging py3-installer (0.7.0-r2) (8/33) Purging py3-setuptools-pyc (70.1.1-r0) (9/33) Purging py3-setuptools (70.1.1-r0) (10/33) Purging py3-wheel-pyc (0.42.0-r1) (11/33) Purging py3-wheel (0.42.0-r1) (12/33) Purging py3-pytest-pyc (8.2.2-r0) (13/33) Purging py3-pytest (8.2.2-r0) (14/33) Purging py3-iniconfig-pyc (2.0.0-r1) (15/33) Purging py3-iniconfig (2.0.0-r1) (16/33) Purging py3-packaging-pyc (24.1-r0) (17/33) Purging py3-packaging (24.1-r0) (18/33) Purging py3-parsing-pyc (3.1.2-r1) (19/33) Purging py3-parsing (3.1.2-r1) (20/33) Purging py3-pluggy-pyc (1.5.0-r0) (21/33) Purging py3-pluggy (1.5.0-r0) (22/33) Purging py3-py-pyc (1.11.0-r3) (23/33) Purging py3-py (1.11.0-r3) (24/33) Purging python3-pyc (3.12.3-r1) (25/33) Purging python3-pycache-pyc0 (3.12.3-r1) (26/33) Purging pyc (3.12.3-r1) (27/33) Purging python3 (3.12.3-r1) (28/33) Purging gdbm (1.23-r1) (29/33) Purging libffi (3.4.6-r0) (30/33) Purging libpanelw (6.4_p20240420-r0) (31/33) Purging mpdecimal (4.0.0-r0) (32/33) Purging readline (8.2.10-r0) (33/33) Purging sqlite-libs (3.46.0-r0) Executing busybox-1.36.1-r31.trigger OK: 264 MiB in 110 packages >>> py3-spake2: Updating the testing/ppc64le repository index... >>> py3-spake2: Signing the index...