>>> py3-pkcs11: Building testing/py3-pkcs11 0.7.0-r1 (using abuild 3.10.0_rc1-r2) started Wed, 05 Oct 2022 15:43:05 +0000 >>> py3-pkcs11: Checking sanity of /home/buildozer/aports/testing/py3-pkcs11/APKBUILD... >>> py3-pkcs11: Analyzing dependencies... >>> py3-pkcs11: Installing for build: build-base py3-asn1crypto py3-cached-property py3-cryptography python3 cython py3-setuptools_scm python3-dev py3-oscrypto py3-pytest softhsm (1/36) Installing libbz2 (1.0.8-r3) (2/36) Installing libffi (3.4.3-r0) (3/36) Installing gdbm (1.23-r0) (4/36) Installing xz-libs (5.2.7-r0) (5/36) Installing mpdecimal (2.5.1-r1) (6/36) Installing readline (8.2.0-r0) (7/36) Installing sqlite-libs (3.39.4-r0) (8/36) Installing python3 (3.10.7-r0) (9/36) Installing py3-asn1crypto (1.5.1-r0) (10/36) Installing py3-cached-property (1.5.2-r2) (11/36) Installing py3-cparser (2.21-r0) (12/36) Installing py3-cffi (1.15.1-r0) (13/36) Installing py3-idna (3.4-r1) (14/36) Installing py3-cryptography (37.0.4-r2) (15/36) Installing cython (0.29.32-r0) (16/36) Installing py3-parsing (3.0.9-r0) (17/36) Installing py3-packaging (21.3-r2) (18/36) Installing py3-setuptools (65.4.1-r0) (19/36) Installing py3-tomli (2.0.1-r1) (20/36) Installing py3-typing-extensions (4.3.0-r0) (21/36) Installing py3-setuptools_scm (7.0.5-r0) (22/36) Installing python3-dev (3.10.7-r0) (23/36) Installing py3-oscrypto (1.3.0-r3) (24/36) Installing py3-atomicwrites (1.4.1-r0) (25/36) Installing py3-attrs (22.1.0-r0) (26/36) Installing py3-iniconfig (1.1.1-r3) (27/36) Installing py3-more-itertools (8.13.0-r0) (28/36) Installing py3-pluggy (1.0.0-r1) (29/36) Installing py3-py (1.10.0-r3) (30/36) Installing py3-pygments (2.13.0-r0) (31/36) Installing py3-wcwidth (0.2.5-r2) (32/36) Installing py3-pytest (7.1.3-r0) (33/36) Installing sqlite (3.39.4-r0) (34/36) Installing botan-libs (2.19.2-r1) (35/36) Installing softhsm (2.6.1-r3) (36/36) Installing .makedepends-py3-pkcs11 (20221005.154306) Executing busybox-1.35.0-r27.trigger OK: 446 MiB in 130 packages >>> py3-pkcs11: Cleaning up srcdir >>> py3-pkcs11: Cleaning up pkgdir >>> py3-pkcs11: Fetching https://distfiles.alpinelinux.org/distfiles/edge//python-pkcs11-0.7.0.tar.gz >>> py3-pkcs11: Fetching https://distfiles.alpinelinux.org/distfiles/edge//python-pkcs11-0.7.0.tar.gz >>> py3-pkcs11: Checking sha512sums... python-pkcs11-0.7.0.tar.gz: OK 0001-skip-3-failing-tests-save-for-later-investigation.patch: OK >>> py3-pkcs11: Unpacking /var/cache/distfiles/edge/python-pkcs11-0.7.0.tar.gz... >>> py3-pkcs11: 0001-skip-3-failing-tests-save-for-later-investigation.patch patching file tests/test_dh.py patching file tests/test_ecc.py patching file tests/test_x509.py running build running build_py creating build creating build/lib.linux-ppc64le-cpython-310 creating build/lib.linux-ppc64le-cpython-310/pkcs11 copying pkcs11/constants.py -> build/lib.linux-ppc64le-cpython-310/pkcs11 copying pkcs11/mechanisms.py -> build/lib.linux-ppc64le-cpython-310/pkcs11 copying pkcs11/defaults.py -> build/lib.linux-ppc64le-cpython-310/pkcs11 copying pkcs11/__init__.py -> build/lib.linux-ppc64le-cpython-310/pkcs11 copying pkcs11/exceptions.py -> build/lib.linux-ppc64le-cpython-310/pkcs11 copying pkcs11/types.py -> build/lib.linux-ppc64le-cpython-310/pkcs11 creating build/lib.linux-ppc64le-cpython-310/pkcs11/util copying pkcs11/util/dh.py -> build/lib.linux-ppc64le-cpython-310/pkcs11/util copying pkcs11/util/x509.py -> build/lib.linux-ppc64le-cpython-310/pkcs11/util copying pkcs11/util/__init__.py -> build/lib.linux-ppc64le-cpython-310/pkcs11/util copying pkcs11/util/dsa.py -> build/lib.linux-ppc64le-cpython-310/pkcs11/util copying pkcs11/util/ec.py -> build/lib.linux-ppc64le-cpython-310/pkcs11/util copying pkcs11/util/rsa.py -> build/lib.linux-ppc64le-cpython-310/pkcs11/util running egg_info creating python_pkcs11.egg-info writing python_pkcs11.egg-info/PKG-INFO writing dependency_links to python_pkcs11.egg-info/dependency_links.txt writing requirements to python_pkcs11.egg-info/requires.txt writing top-level names to python_pkcs11.egg-info/top_level.txt writing manifest file 'python_pkcs11.egg-info/SOURCES.txt' reading manifest file 'python_pkcs11.egg-info/SOURCES.txt' writing manifest file 'python_pkcs11.egg-info/SOURCES.txt' copying pkcs11/_pkcs11.pyx -> build/lib.linux-ppc64le-cpython-310/pkcs11 running build_ext cythoning pkcs11/_pkcs11.pyx to pkcs11/_pkcs11.c warning: pkcs11/_pkcs11.pyx:219:70: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:590:63: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:616:51: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:656:64: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:903:56: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:947:74: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:957:67: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:994:55: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:1038:74: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:1048:67: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:1084:52: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:1125:65: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:1217:59: Use boundscheck(False) for faster access warning: pkcs11/_pkcs11.pyx:1478:64: Use boundscheck(False) for faster access building 'pkcs11._pkcs11' extension creating build/temp.linux-ppc64le-cpython-310 creating build/temp.linux-ppc64le-cpython-310/pkcs11 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c pkcs11/_pkcs11.c -o build/temp.linux-ppc64le-cpython-310/pkcs11/_pkcs11.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-ppc64le-cpython-310/pkcs11/_pkcs11.o -L/usr/lib -o build/lib.linux-ppc64le-cpython-310/pkcs11/_pkcs11.cpython-310-powerpc64le-linux-gnu.so Slot 0 has a free/uninitialized token. The token has been initialized and is reassigned to slot 1945133914 running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install creating /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr creating /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib creating /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11 creating /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/util/dh.py -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/util/x509.py -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/util/__init__.py -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/util/dsa.py -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/util/ec.py -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/util/rsa.py -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/_pkcs11.pyx -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/constants.py -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/mechanisms.py -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/defaults.py -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/__init__.py -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/_pkcs11.cpython-310-powerpc64le-linux-gnu.so -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/exceptions.py -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/types.py -> /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11 byte-compiling /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util/dh.py to dh.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util/x509.py to x509.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util/dsa.py to dsa.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util/ec.py to ec.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/util/rsa.py to rsa.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/constants.py to constants.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/mechanisms.py to mechanisms.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/defaults.py to defaults.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/pkcs11/types.py to types.cpython-310.pyc running install_egg_info running egg_info writing python_pkcs11.egg-info/PKG-INFO writing dependency_links to python_pkcs11.egg-info/dependency_links.txt writing requirements to python_pkcs11.egg-info/requires.txt writing top-level names to python_pkcs11.egg-info/top_level.txt reading manifest file 'python_pkcs11.egg-info/SOURCES.txt' writing manifest file 'python_pkcs11.egg-info/SOURCES.txt' Copying python_pkcs11.egg-info to /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0/test_install/usr/lib/python3.10/site-packages/python_pkcs11-0.7.0-py3.10.egg-info running install_scripts ============================= test session starts ============================== platform linux -- Python 3.10.7, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-pkcs11/src/python-pkcs11-0.7.0 collected 70 items tests/test_aes.py ....ss. [ 10%] tests/test_des.py .... [ 15%] tests/test_dh.py .s. [ 20%] tests/test_digest.py .... [ 25%] tests/test_dsa.py ... [ 30%] tests/test_ecc.py .s...s [ 38%] tests/test_iterators.py x. [ 41%] tests/test_public_key_external.py .s.. [ 47%] tests/test_rsa.py ....... [ 57%] tests/test_sessions.py .............. [ 77%] tests/test_slots_and_tokens.py ........ [ 88%] tests/test_threading.py . [ 90%] tests/test_x509.py ..s..s. [100%] =================== 61 passed, 8 skipped, 1 xfailed in 5.42s =================== >>> py3-pkcs11: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing python_pkcs11.egg-info/PKG-INFO writing dependency_links to python_pkcs11.egg-info/dependency_links.txt writing requirements to python_pkcs11.egg-info/requires.txt writing top-level names to python_pkcs11.egg-info/top_level.txt reading manifest file 'python_pkcs11.egg-info/SOURCES.txt' writing manifest file 'python_pkcs11.egg-info/SOURCES.txt' running build_ext skipping 'pkcs11/_pkcs11.c' Cython extension (up-to-date) running install_lib creating /home/buildozer/aports/testing/py3-pkcs11/pkg creating /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11 creating /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr creating /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib creating /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11 creating /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/util/dh.py -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/util/x509.py -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/util/__init__.py -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/util/dsa.py -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/util/ec.py -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/util/rsa.py -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util copying build/lib.linux-ppc64le-cpython-310/pkcs11/_pkcs11.pyx -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/constants.py -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/mechanisms.py -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/defaults.py -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/__init__.py -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/_pkcs11.cpython-310-powerpc64le-linux-gnu.so -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/exceptions.py -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11 copying build/lib.linux-ppc64le-cpython-310/pkcs11/types.py -> /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11 byte-compiling /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util/dh.py to dh.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util/x509.py to x509.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util/dsa.py to dsa.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util/ec.py to ec.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/util/rsa.py to rsa.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/constants.py to constants.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/mechanisms.py to mechanisms.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/defaults.py to defaults.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/pkcs11/types.py to types.cpython-310.pyc running install_egg_info Copying python_pkcs11.egg-info to /home/buildozer/aports/testing/py3-pkcs11/pkg/py3-pkcs11/usr/lib/python3.10/site-packages/python_pkcs11-0.7.0-py3.10.egg-info running install_scripts >>> py3-pkcs11*: Running postcheck for py3-pkcs11 >>> py3-pkcs11*: Preparing package py3-pkcs11... >>> py3-pkcs11*: Stripping binaries >>> py3-pkcs11*: Scanning shared objects >>> py3-pkcs11*: Tracing dependencies... py3-asn1crypto py3-cached-property py3-cryptography python3 so:libc.musl-ppc64le.so.1 >>> py3-pkcs11*: Package size: 852.0 KB >>> py3-pkcs11*: Compressing data... >>> py3-pkcs11*: Create checksum... >>> py3-pkcs11*: Create py3-pkcs11-0.7.0-r1.apk >>> py3-pkcs11: Build complete at Wed, 05 Oct 2022 15:43:54 +0000 elapsed time 0h 0m 49s >>> py3-pkcs11: Cleaning up srcdir >>> py3-pkcs11: Cleaning up pkgdir >>> py3-pkcs11: Uninstalling dependencies... (1/36) Purging .makedepends-py3-pkcs11 (20221005.154306) (2/36) Purging py3-cached-property (1.5.2-r2) (3/36) Purging py3-cryptography (37.0.4-r2) (4/36) Purging py3-cffi (1.15.1-r0) (5/36) Purging py3-cparser (2.21-r0) (6/36) Purging py3-idna (3.4-r1) (7/36) Purging cython (0.29.32-r0) (8/36) Purging py3-setuptools_scm (7.0.5-r0) (9/36) Purging py3-setuptools (65.4.1-r0) (10/36) Purging py3-typing-extensions (4.3.0-r0) (11/36) Purging python3-dev (3.10.7-r0) (12/36) Purging py3-oscrypto (1.3.0-r3) (13/36) Purging py3-asn1crypto (1.5.1-r0) (14/36) Purging py3-pytest (7.1.3-r0) (15/36) Purging py3-atomicwrites (1.4.1-r0) (16/36) Purging py3-attrs (22.1.0-r0) (17/36) Purging py3-iniconfig (1.1.1-r3) (18/36) Purging py3-more-itertools (8.13.0-r0) (19/36) Purging py3-packaging (21.3-r2) (20/36) Purging py3-parsing (3.0.9-r0) (21/36) Purging py3-pluggy (1.0.0-r1) (22/36) Purging py3-py (1.10.0-r3) (23/36) Purging py3-pygments (2.13.0-r0) (24/36) Purging py3-tomli (2.0.1-r1) (25/36) Purging py3-wcwidth (0.2.5-r2) (26/36) Purging python3 (3.10.7-r0) (27/36) Purging softhsm (2.6.1-r3) (28/36) Purging sqlite (3.39.4-r0) (29/36) Purging botan-libs (2.19.2-r1) (30/36) Purging libbz2 (1.0.8-r3) (31/36) Purging libffi (3.4.3-r0) (32/36) Purging gdbm (1.23-r0) (33/36) Purging xz-libs (5.2.7-r0) (34/36) Purging mpdecimal (2.5.1-r1) (35/36) Purging readline (8.2.0-r0) (36/36) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 290 MiB in 94 packages >>> py3-pkcs11: Updating the testing/ppc64le repository index... >>> py3-pkcs11: Signing the index...