>>> py3-ukkonen: Building testing/py3-ukkonen 1.0.1-r3 (using abuild 3.11.0_rc13-r0) started Sat, 29 Apr 2023 21:41:17 +0000 >>> py3-ukkonen: Checking sanity of /home/buildozer/aports/testing/py3-ukkonen/APKBUILD... >>> py3-ukkonen: Analyzing dependencies... >>> py3-ukkonen: Installing for build: build-base python3 py3-cffi python3-dev py3-setuptools py3-pytest (1/32) Installing libbz2 (1.0.8-r5) (2/32) Installing libffi (3.4.4-r2) (3/32) Installing gdbm (1.23-r1) (4/32) Installing xz-libs (5.4.2-r1) (5/32) Installing mpdecimal (2.5.1-r2) (6/32) Installing libpanelw (6.4_p20230424-r0) (7/32) Installing readline (8.2.1-r1) (8/32) Installing sqlite-libs (3.41.2-r2) (9/32) Installing python3 (3.11.3-r10) (10/32) Installing python3-pycache-pyc0 (3.11.3-r10) (11/32) Installing pyc (0.1-r0) (12/32) Installing python3-pyc (3.11.3-r10) (13/32) Installing py3-cparser (2.21-r2) (14/32) Installing py3-cparser-pyc (2.21-r2) (15/32) Installing py3-cffi (1.15.1-r3) (16/32) Installing py3-cffi-pyc (1.15.1-r3) (17/32) Installing python3-dev (3.11.3-r10) (18/32) Installing py3-parsing (3.0.9-r2) (19/32) Installing py3-parsing-pyc (3.0.9-r2) (20/32) Installing py3-packaging (23.1-r1) (21/32) Installing py3-packaging-pyc (23.1-r1) (22/32) Installing py3-setuptools (67.7.2-r0) (23/32) Installing py3-setuptools-pyc (67.7.2-r0) (24/32) Installing py3-iniconfig (1.1.1-r6) (25/32) Installing py3-iniconfig-pyc (1.1.1-r6) (26/32) Installing py3-pluggy (1.0.0-r3) (27/32) Installing py3-pluggy-pyc (1.0.0-r3) (28/32) Installing py3-py (1.11.0-r2) (29/32) Installing py3-py-pyc (1.11.0-r2) (30/32) Installing py3-pytest (7.3.1-r1) (31/32) Installing py3-pytest-pyc (7.3.1-r1) (32/32) Installing .makedepends-py3-ukkonen (20230429.214119) Executing busybox-1.36.0-r8.trigger OK: 432 MiB in 130 packages >>> py3-ukkonen: Cleaning up srcdir >>> py3-ukkonen: Cleaning up pkgdir >>> py3-ukkonen: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ukkonen-1.0.1.tar.gz >>> py3-ukkonen: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ukkonen-1.0.1.tar.gz >>> py3-ukkonen: Checking sha512sums... ukkonen-1.0.1.tar.gz: OK 01-fix-musl-build.patch: OK >>> py3-ukkonen: Unpacking /var/cache/distfiles/ukkonen-1.0.1.tar.gz... >>> py3-ukkonen: 01-fix-musl-build.patch patching file _ukkonen.cpp /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running build running build_py creating build creating build/lib.linux-ppc64le-cpython-311 copying ukkonen.py -> build/lib.linux-ppc64le-cpython-311 running build_ext generating cffi module 'build/temp.linux-ppc64le-cpython-311/_ukkonen.c' creating build/temp.linux-ppc64le-cpython-311 building '_ukkonen' extension creating build/temp.linux-ppc64le-cpython-311/build creating build/temp.linux-ppc64le-cpython-311/build/temp.linux-ppc64le-cpython-311 gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I. -I/usr/include/python3.11 -c _ukkonen.cpp -o build/temp.linux-ppc64le-cpython-311/_ukkonen.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I. -I/usr/include/python3.11 -c build/temp.linux-ppc64le-cpython-311/_ukkonen.c -o build/temp.linux-ppc64le-cpython-311/build/temp.linux-ppc64le-cpython-311/_ukkonen.o g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security build/temp.linux-ppc64le-cpython-311/_ukkonen.o build/temp.linux-ppc64le-cpython-311/build/temp.linux-ppc64le-cpython-311/_ukkonen.o -L/usr/lib -o build/lib.linux-ppc64le-cpython-311/_ukkonen.abi3.so ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-ukkonen/src/ukkonen-1.0.1 collected 3 items tests/ukkonen_test.py ... [100%] ============================== 3 passed in 0.02s =============================== >>> py3-ukkonen: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/py3-ukkonen/pkg creating /home/buildozer/aports/testing/py3-ukkonen/pkg/py3-ukkonen creating /home/buildozer/aports/testing/py3-ukkonen/pkg/py3-ukkonen/usr creating /home/buildozer/aports/testing/py3-ukkonen/pkg/py3-ukkonen/usr/lib creating /home/buildozer/aports/testing/py3-ukkonen/pkg/py3-ukkonen/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-ukkonen/pkg/py3-ukkonen/usr/lib/python3.11/site-packages copying build/lib.linux-ppc64le-cpython-311/_ukkonen.abi3.so -> /home/buildozer/aports/testing/py3-ukkonen/pkg/py3-ukkonen/usr/lib/python3.11/site-packages copying build/lib.linux-ppc64le-cpython-311/ukkonen.py -> /home/buildozer/aports/testing/py3-ukkonen/pkg/py3-ukkonen/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/testing/py3-ukkonen/pkg/py3-ukkonen/usr/lib/python3.11/site-packages/ukkonen.py to ukkonen.cpython-311.pyc running install_egg_info running egg_info creating ukkonen.egg-info writing ukkonen.egg-info/PKG-INFO writing dependency_links to ukkonen.egg-info/dependency_links.txt writing requirements to ukkonen.egg-info/requires.txt writing top-level names to ukkonen.egg-info/top_level.txt writing manifest file 'ukkonen.egg-info/SOURCES.txt' reading manifest file 'ukkonen.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'licenses/LICENSE' adding license file 'LICENSE' writing manifest file 'ukkonen.egg-info/SOURCES.txt' Copying ukkonen.egg-info to /home/buildozer/aports/testing/py3-ukkonen/pkg/py3-ukkonen/usr/lib/python3.11/site-packages/ukkonen-1.0.1-py3.11.egg-info running install_scripts >>> py3-ukkonen-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-ukkonen/pkg/py3-ukkonen/usr/lib/python3.11/site-packages/__pycache__' -> '/home/buildozer/aports/testing/py3-ukkonen/pkg/py3-ukkonen-pyc/usr/lib/python3.11/site-packages/__pycache__' >>> py3-ukkonen-pyc*: Preparing subpackage py3-ukkonen-pyc... >>> py3-ukkonen-pyc*: Running postcheck for py3-ukkonen-pyc >>> py3-ukkonen*: Running postcheck for py3-ukkonen >>> py3-ukkonen*: Preparing package py3-ukkonen... >>> py3-ukkonen*: Stripping binaries >>> py3-ukkonen-pyc*: Scanning shared objects >>> py3-ukkonen*: Scanning shared objects >>> py3-ukkonen-pyc*: Tracing dependencies... python3 py3-cffi python3~3.11 >>> py3-ukkonen-pyc*: Package size: 28.0 KB >>> py3-ukkonen-pyc*: Compressing data... >>> py3-ukkonen-pyc*: Create checksum... >>> py3-ukkonen-pyc*: Create py3-ukkonen-pyc-1.0.1-r3.apk >>> py3-ukkonen*: Tracing dependencies... python3 py3-cffi python3~3.11 so:libc.musl-ppc64le.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> py3-ukkonen*: Package size: 116.0 KB >>> py3-ukkonen*: Compressing data... >>> py3-ukkonen*: Create checksum... >>> py3-ukkonen*: Create py3-ukkonen-1.0.1-r3.apk >>> py3-ukkonen: Build complete at Sat, 29 Apr 2023 21:41:22 +0000 elapsed time 0h 0m 5s >>> py3-ukkonen: Cleaning up srcdir >>> py3-ukkonen: Cleaning up pkgdir >>> py3-ukkonen: Uninstalling dependencies... (1/32) Purging .makedepends-py3-ukkonen (20230429.214119) (2/32) Purging py3-cffi-pyc (1.15.1-r3) (3/32) Purging py3-cffi (1.15.1-r3) (4/32) Purging py3-cparser-pyc (2.21-r2) (5/32) Purging py3-cparser (2.21-r2) (6/32) Purging python3-dev (3.11.3-r10) (7/32) Purging py3-setuptools-pyc (67.7.2-r0) (8/32) Purging py3-setuptools (67.7.2-r0) (9/32) Purging py3-pytest-pyc (7.3.1-r1) (10/32) Purging py3-pytest (7.3.1-r1) (11/32) Purging py3-iniconfig-pyc (1.1.1-r6) (12/32) Purging py3-iniconfig (1.1.1-r6) (13/32) Purging py3-packaging-pyc (23.1-r1) (14/32) Purging py3-packaging (23.1-r1) (15/32) Purging py3-parsing-pyc (3.0.9-r2) (16/32) Purging py3-parsing (3.0.9-r2) (17/32) Purging py3-pluggy-pyc (1.0.0-r3) (18/32) Purging py3-pluggy (1.0.0-r3) (19/32) Purging py3-py-pyc (1.11.0-r2) (20/32) Purging py3-py (1.11.0-r2) (21/32) Purging python3-pyc (3.11.3-r10) (22/32) Purging python3-pycache-pyc0 (3.11.3-r10) (23/32) Purging pyc (0.1-r0) (24/32) Purging python3 (3.11.3-r10) (25/32) Purging gdbm (1.23-r1) (26/32) Purging libbz2 (1.0.8-r5) (27/32) Purging libffi (3.4.4-r2) (28/32) Purging libpanelw (6.4_p20230424-r0) (29/32) Purging mpdecimal (2.5.1-r2) (30/32) Purging readline (8.2.1-r1) (31/32) Purging sqlite-libs (3.41.2-r2) (32/32) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 292 MiB in 98 packages >>> py3-ukkonen: Updating the testing/ppc64le repository index... >>> py3-ukkonen: Signing the index...