>>> py3-editdistance-s: Building testing/py3-editdistance-s 1.0.0-r5 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 23:14:17 +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/30) Installing libffi (3.4.6-r0) (2/30) Installing gdbm (1.23-r1) (3/30) Installing mpdecimal (4.0.0-r0) (4/30) Installing libpanelw (6.4_p20240330-r0) (5/30) Installing readline (8.2.10-r0) (6/30) Installing sqlite-libs (3.45.2-r0) (7/30) Installing python3 (3.12.3-r0) (8/30) Installing python3-pycache-pyc0 (3.12.3-r0) (9/30) Installing pyc (3.12.3-r0) (10/30) Installing python3-pyc (3.12.3-r0) (11/30) Installing py3-cparser (2.22-r1) (12/30) Installing py3-cparser-pyc (2.22-r1) (13/30) Installing py3-cffi (1.16.0-r1) (14/30) Installing py3-cffi-pyc (1.16.0-r1) (15/30) Installing py3-parsing (3.1.2-r1) (16/30) Installing py3-parsing-pyc (3.1.2-r1) (17/30) Installing py3-packaging (24.0-r1) (18/30) Installing py3-packaging-pyc (24.0-r1) (19/30) Installing py3-setuptools (69.2.0-r2) (20/30) Installing py3-setuptools-pyc (69.2.0-r2) (21/30) Installing python3-dev (3.12.3-r0) (22/30) Installing py3-iniconfig (2.0.0-r1) (23/30) Installing py3-iniconfig-pyc (2.0.0-r1) (24/30) Installing py3-pluggy (1.4.0-r1) (25/30) Installing py3-pluggy-pyc (1.4.0-r1) (26/30) Installing py3-py (1.11.0-r3) (27/30) Installing py3-py-pyc (1.11.0-r3) (28/30) Installing py3-pytest (8.1.1-r1) (29/30) Installing py3-pytest-pyc (8.1.1-r1) (30/30) Installing .makedepends-py3-editdistance-s (20240415.231419) Executing busybox-1.36.1-r25.trigger OK: 499 MiB in 143 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 100 5408 0 5408 0 0 9050 0 --:--:-- --:--:-- --:--:-- 9050 100 5408 0 5408 0 0 9045 0 --:--:-- --:--:-- --:--:-- 0 >>> 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-i686-cpython-312 copying editdistance_s.py -> build/lib.linux-i686-cpython-312 running build_ext generating cffi module 'build/temp.linux-i686-cpython-312/_editdistance_s.c' creating build/temp.linux-i686-cpython-312 building '_editdistance_s' extension creating build/temp.linux-i686-cpython-312/build creating build/temp.linux-i686-cpython-312/build/temp.linux-i686-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-i686-cpython-312/_editdistance.o In member function 'uint64_t& varr::operator[](const size_t&) [with 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 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 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 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-i686-cpython-312/_editdistance_s.c -o build/temp.linux-i686-cpython-312/build/temp.linux-i686-cpython-312/_editdistance_s.o g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-312/_editdistance.o build/temp.linux-i686-cpython-312/build/temp.linux-i686-cpython-312/_editdistance_s.o -L/usr/lib -o build/lib.linux-i686-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.02s =============================== >>> 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-i686-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-i686-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-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> py3-editdistance-s*: Package size: 88.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 23:14:27 +0000 elapsed time 0h 0m 10s >>> py3-editdistance-s: Cleaning up srcdir >>> py3-editdistance-s: Cleaning up pkgdir >>> py3-editdistance-s: Uninstalling dependencies... (1/30) Purging .makedepends-py3-editdistance-s (20240415.231419) (2/30) Purging py3-cffi-pyc (1.16.0-r1) (3/30) Purging py3-cffi (1.16.0-r1) (4/30) Purging py3-cparser-pyc (2.22-r1) (5/30) Purging py3-cparser (2.22-r1) (6/30) Purging py3-setuptools-pyc (69.2.0-r2) (7/30) Purging py3-setuptools (69.2.0-r2) (8/30) Purging python3-dev (3.12.3-r0) (9/30) Purging py3-pytest-pyc (8.1.1-r1) (10/30) Purging py3-pytest (8.1.1-r1) (11/30) Purging py3-iniconfig-pyc (2.0.0-r1) (12/30) Purging py3-iniconfig (2.0.0-r1) (13/30) Purging py3-packaging-pyc (24.0-r1) (14/30) Purging py3-packaging (24.0-r1) (15/30) Purging py3-parsing-pyc (3.1.2-r1) (16/30) Purging py3-parsing (3.1.2-r1) (17/30) Purging py3-pluggy-pyc (1.4.0-r1) (18/30) Purging py3-pluggy (1.4.0-r1) (19/30) Purging py3-py-pyc (1.11.0-r3) (20/30) Purging py3-py (1.11.0-r3) (21/30) Purging python3-pyc (3.12.3-r0) (22/30) Purging python3-pycache-pyc0 (3.12.3-r0) (23/30) Purging pyc (3.12.3-r0) (24/30) Purging python3 (3.12.3-r0) (25/30) Purging gdbm (1.23-r1) (26/30) Purging libffi (3.4.6-r0) (27/30) Purging libpanelw (6.4_p20240330-r0) (28/30) Purging mpdecimal (4.0.0-r0) (29/30) Purging readline (8.2.10-r0) (30/30) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-editdistance-s: Updating the testing/x86 repository index... >>> py3-editdistance-s: Signing the index...