>>> py3-editdistance-s: Building testing/py3-editdistance-s 1.0.0-r5 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 18:04:38 +0000 >>> py3-editdistance-s: Checking sanity of /home/buildozer/aports/testing/py3-editdistance-s/APKBUILD... >>> py3-editdistance-s: Analyzing dependencies... >>> py3-editdistance-s: Installing for build: build-base python3 py3-cffi py3-setuptools python3-dev py3-pytest (1/32) Installing libbz2 (1.0.8-r6) (2/32) Installing libffi (3.4.6-r0) (3/32) Installing gdbm (1.23-r1) (4/32) Installing xz-libs (5.6.1-r3) (5/32) Installing mpdecimal (4.0.0-r0) (6/32) Installing libpanelw (6.4_p20240330-r0) (7/32) Installing readline (8.2.10-r0) (8/32) Installing sqlite-libs (3.45.2-r0) (9/32) Installing python3 (3.12.3-r0) (10/32) Installing python3-pycache-pyc0 (3.12.3-r0) (11/32) Installing pyc (3.12.3-r0) (12/32) Installing python3-pyc (3.12.3-r0) (13/32) Installing py3-cparser (2.22-r1) (14/32) Installing py3-cparser-pyc (2.22-r1) (15/32) Installing py3-cffi (1.16.0-r1) (16/32) Installing py3-cffi-pyc (1.16.0-r1) (17/32) Installing py3-parsing (3.1.2-r1) (18/32) Installing py3-parsing-pyc (3.1.2-r1) (19/32) Installing py3-packaging (24.0-r1) (20/32) Installing py3-packaging-pyc (24.0-r1) (21/32) Installing py3-setuptools (69.2.0-r2) (22/32) Installing py3-setuptools-pyc (69.2.0-r2) (23/32) Installing python3-dev (3.12.3-r0) (24/32) Installing py3-iniconfig (2.0.0-r1) (25/32) Installing py3-iniconfig-pyc (2.0.0-r1) (26/32) Installing py3-pluggy (1.4.0-r1) (27/32) Installing py3-pluggy-pyc (1.4.0-r1) (28/32) Installing py3-py (1.11.0-r3) (29/32) Installing py3-py-pyc (1.11.0-r3) (30/32) Installing py3-pytest (8.1.1-r1) (31/32) Installing py3-pytest-pyc (8.1.1-r1) (32/32) Installing .makedepends-py3-editdistance-s (20240415.180439) Executing busybox-1.36.1-r25.trigger OK: 514 MiB in 139 packages >>> py3-editdistance-s: Cleaning up srcdir >>> py3-editdistance-s: Cleaning up pkgdir >>> py3-editdistance-s: Cleaning up tmpdir >>> py3-editdistance-s: Fetching https://distfiles.alpinelinux.org/distfiles/edge//editdistance-s-1.0.0.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 >>> py3-editdistance-s: Fetching editdistance-s-1.0.0.tar.gz::https://github.com/asottile-archive/editdistance-s/archive/refs/tags/v1.0.0.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 100 5408 0 5408 0 0 6141 0 --:--:-- --:--:-- --:--:-- 20029 >>> py3-editdistance-s: Fetching https://distfiles.alpinelinux.org/distfiles/edge//editdistance-s-1.0.0.tar.gz >>> py3-editdistance-s: Checking sha512sums... editdistance-s-1.0.0.tar.gz: OK >>> py3-editdistance-s: Unpacking /var/cache/distfiles/edge/editdistance-s-1.0.0.tar.gz... /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _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. running build running build_py creating build creating build/lib.linux-s390x-cpython-312 copying editdistance_s.py -> build/lib.linux-s390x-cpython-312 running build_ext generating cffi module 'build/temp.linux-s390x-cpython-312/_editdistance_s.c' creating build/temp.linux-s390x-cpython-312 building '_editdistance_s' extension creating build/temp.linux-s390x-cpython-312/build creating build/temp.linux-s390x-cpython-312/build/temp.linux-s390x-cpython-312 gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I. -I/usr/include/python3.12 -c _editdistance.cpp -o build/temp.linux-s390x-cpython-312/_editdistance.o In member function 'uint64_t& varr::operator[](const size_t&) [with long unsigned int N = 1]', inlined from 'unsigned int edit_distance_bpv(T&, const wchar_t*, const size_t&, const unsigned int&, const unsigned int&) [with T = std::map, std::less, std::allocator > > >; TVALUE = varr<1>]' at _editdistance.cpp:53:46, inlined from 'unsigned int edit_distance_map_(const wchar_t*, size_t, const wchar_t*, size_t) [with long unsigned int N = 1]' at _editdistance.cpp:98:67: _editdistance.cpp:83:20: warning: array subscript 1 is above array bounds of 'uint64_t [1]' {aka 'long unsigned int [1]'} [-Warray-bounds=] 83 | return arr_[i]; | ~~~~^ _editdistance.cpp: In function 'unsigned int edit_distance_map_(const wchar_t*, size_t, const wchar_t*, size_t) [with long unsigned int N = 1]': _editdistance.cpp:81:14: note: while referencing 'varr<1>::arr_' 81 | uint64_t arr_[N]; | ^~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I. -I/usr/include/python3.12 -c build/temp.linux-s390x-cpython-312/_editdistance_s.c -o build/temp.linux-s390x-cpython-312/build/temp.linux-s390x-cpython-312/_editdistance_s.o g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-s390x-cpython-312/_editdistance.o build/temp.linux-s390x-cpython-312/build/temp.linux-s390x-cpython-312/_editdistance_s.o -L/usr/lib -o build/lib.linux-s390x-cpython-312/_editdistance_s.abi3.so ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/testing/py3-editdistance-s/src/editdistance-s-1.0.0 collected 2 items tests/editdistance_s_test.py .. [100%] ============================== 2 passed in 0.01s =============================== >>> py3-editdistance-s: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _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. running install /usr/lib/python3.12/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 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-editdistance-s/pkg creating /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s creating /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr creating /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr/lib creating /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr/lib/python3.12/site-packages copying build/lib.linux-s390x-cpython-312/_editdistance_s.abi3.so -> /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr/lib/python3.12/site-packages copying build/lib.linux-s390x-cpython-312/editdistance_s.py -> /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr/lib/python3.12/site-packages byte-compiling /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr/lib/python3.12/site-packages/editdistance_s.py to editdistance_s.cpython-312.pyc running install_egg_info running egg_info creating editdistance_s.egg-info writing editdistance_s.egg-info/PKG-INFO writing dependency_links to editdistance_s.egg-info/dependency_links.txt writing requirements to editdistance_s.egg-info/requires.txt writing top-level names to editdistance_s.egg-info/top_level.txt writing manifest file 'editdistance_s.egg-info/SOURCES.txt' reading manifest file 'editdistance_s.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'editdistance_s.egg-info/SOURCES.txt' Copying editdistance_s.egg-info to /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr/lib/python3.12/site-packages/editdistance_s-1.0.0-py3.12.egg-info running install_scripts >>> py3-editdistance-s-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s-pyc/usr/lib/python3.12/site-packages/__pycache__' >>> py3-editdistance-s-pyc*: Preparing subpackage py3-editdistance-s-pyc... >>> py3-editdistance-s-pyc*: Running postcheck for py3-editdistance-s-pyc >>> py3-editdistance-s*: Running postcheck for py3-editdistance-s >>> py3-editdistance-s*: Preparing package py3-editdistance-s... >>> py3-editdistance-s*: Stripping binaries >>> py3-editdistance-s-pyc*: Scanning shared objects >>> py3-editdistance-s*: Scanning shared objects >>> py3-editdistance-s-pyc*: Tracing dependencies... python3 py3-cffi python3~3.12 >>> py3-editdistance-s-pyc*: Package size: 28.0 KB >>> py3-editdistance-s-pyc*: Compressing data... >>> py3-editdistance-s-pyc*: Create checksum... >>> py3-editdistance-s-pyc*: Create py3-editdistance-s-pyc-1.0.0-r5.apk >>> py3-editdistance-s*: Tracing dependencies... python3 py3-cffi python3~3.12 so:libc.musl-s390x.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> py3-editdistance-s*: Package size: 92.0 KB >>> py3-editdistance-s*: Compressing data... >>> py3-editdistance-s*: Create checksum... >>> py3-editdistance-s*: Create py3-editdistance-s-1.0.0-r5.apk >>> py3-editdistance-s: Build complete at Mon, 15 Apr 2024 18:04:45 +0000 elapsed time 0h 0m 7s >>> py3-editdistance-s: Cleaning up srcdir >>> py3-editdistance-s: Cleaning up pkgdir >>> py3-editdistance-s: Uninstalling dependencies... (1/32) Purging .makedepends-py3-editdistance-s (20240415.180439) (2/32) Purging py3-cffi-pyc (1.16.0-r1) (3/32) Purging py3-cffi (1.16.0-r1) (4/32) Purging py3-cparser-pyc (2.22-r1) (5/32) Purging py3-cparser (2.22-r1) (6/32) Purging py3-setuptools-pyc (69.2.0-r2) (7/32) Purging py3-setuptools (69.2.0-r2) (8/32) Purging python3-dev (3.12.3-r0) (9/32) Purging py3-pytest-pyc (8.1.1-r1) (10/32) Purging py3-pytest (8.1.1-r1) (11/32) Purging py3-iniconfig-pyc (2.0.0-r1) (12/32) Purging py3-iniconfig (2.0.0-r1) (13/32) Purging py3-packaging-pyc (24.0-r1) (14/32) Purging py3-packaging (24.0-r1) (15/32) Purging py3-parsing-pyc (3.1.2-r1) (16/32) Purging py3-parsing (3.1.2-r1) (17/32) Purging py3-pluggy-pyc (1.4.0-r1) (18/32) Purging py3-pluggy (1.4.0-r1) (19/32) Purging py3-py-pyc (1.11.0-r3) (20/32) Purging py3-py (1.11.0-r3) (21/32) Purging python3-pyc (3.12.3-r0) (22/32) Purging python3-pycache-pyc0 (3.12.3-r0) (23/32) Purging pyc (3.12.3-r0) (24/32) Purging python3 (3.12.3-r0) (25/32) Purging gdbm (1.23-r1) (26/32) Purging libbz2 (1.0.8-r6) (27/32) Purging libffi (3.4.6-r0) (28/32) Purging libpanelw (6.4_p20240330-r0) (29/32) Purging mpdecimal (4.0.0-r0) (30/32) Purging readline (8.2.10-r0) (31/32) Purging sqlite-libs (3.45.2-r0) (32/32) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 346 MiB in 107 packages >>> py3-editdistance-s: Updating the testing/s390x repository index... >>> py3-editdistance-s: Signing the index...