>>> py3-editdistance-s: Building testing/py3-editdistance-s 1.0.0-r6 (using abuild 3.13.0-r4) started Mon, 05 Aug 2024 20:44:47 +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-gpep517 py3-pytest (1/33) Installing libffi (3.4.6-r0) (2/33) Installing gdbm (1.24-r0) (3/33) Installing mpdecimal (4.0.0-r0) (4/33) Installing libpanelw (6.5_p20240601-r0) (5/33) Installing sqlite-libs (3.46.0-r0) (6/33) Installing python3 (3.12.4-r0) (7/33) Installing python3-pycache-pyc0 (3.12.4-r0) (8/33) Installing pyc (3.12.4-r0) (9/33) Installing python3-pyc (3.12.4-r0) (10/33) Installing py3-cparser (2.22-r1) (11/33) Installing py3-cparser-pyc (2.22-r1) (12/33) Installing py3-cffi (1.16.0-r1) (13/33) Installing py3-cffi-pyc (1.16.0-r1) (14/33) Installing py3-parsing (3.1.2-r1) (15/33) Installing py3-parsing-pyc (3.1.2-r1) (16/33) Installing py3-packaging (24.1-r0) (17/33) Installing py3-packaging-pyc (24.1-r0) (18/33) Installing py3-setuptools (70.3.0-r0) (19/33) Installing py3-setuptools-pyc (70.3.0-r0) (20/33) Installing python3-dev (3.12.4-r0) (21/33) Installing py3-installer (0.7.0-r2) (22/33) Installing py3-installer-pyc (0.7.0-r2) (23/33) Installing py3-gpep517 (16-r0) (24/33) Installing py3-gpep517-pyc (16-r0) (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.3.2-r0) (32/33) Installing py3-pytest-pyc (8.3.2-r0) (33/33) Installing .makedepends-py3-editdistance-s (20240805.204448) Executing busybox-1.36.1-r31.trigger OK: 456 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 >>> 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/editdistance-s-1.0.0.tar.gz... 2024-08-05 20:44:49,935 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-08-05 20:44:50,031 root INFO running bdist_wheel 2024-08-05 20:44:50,045 root INFO running build 2024-08-05 20:44:50,045 root INFO running build_py 2024-08-05 20:44:50,048 root INFO creating build 2024-08-05 20:44:50,048 root INFO creating build/lib.linux-ppc64le-cpython-312 2024-08-05 20:44:50,048 root INFO copying editdistance_s.py -> build/lib.linux-ppc64le-cpython-312 2024-08-05 20:44:50,049 root INFO running build_ext 2024-08-05 20:44:50,049 root INFO generating cffi module 'build/temp.linux-ppc64le-cpython-312/_editdistance_s.c' 2024-08-05 20:44:50,049 root INFO creating build/temp.linux-ppc64le-cpython-312 2024-08-05 20:44:50,051 root INFO building '_editdistance_s' extension 2024-08-05 20:44:50,052 root INFO creating build/temp.linux-ppc64le-cpython-312/build 2024-08-05 20:44:50,052 root INFO creating build/temp.linux-ppc64le-cpython-312/build/temp.linux-ppc64le-cpython-312 2024-08-05 20:44:50,052 root INFO 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-ppc64le-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]; | ^~~~ 2024-08-05 20:44:52,512 root INFO 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-ppc64le-cpython-312/_editdistance_s.c -o build/temp.linux-ppc64le-cpython-312/build/temp.linux-ppc64le-cpython-312/_editdistance_s.o 2024-08-05 20:44:52,629 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-ppc64le-cpython-312/_editdistance.o build/temp.linux-ppc64le-cpython-312/build/temp.linux-ppc64le-cpython-312/_editdistance_s.o -L/usr/lib -o build/lib.linux-ppc64le-cpython-312/_editdistance_s.abi3.so 2024-08-05 20:44:52,687 root INFO installing to build/bdist.linux-ppc64le/wheel 2024-08-05 20:44:52,687 root INFO running install 2024-08-05 20:44:52,718 root INFO running install_lib 2024-08-05 20:44:52,721 root INFO creating build/bdist.linux-ppc64le 2024-08-05 20:44:52,721 root INFO creating build/bdist.linux-ppc64le/wheel 2024-08-05 20:44:52,721 root INFO copying build/lib.linux-ppc64le-cpython-312/editdistance_s.py -> build/bdist.linux-ppc64le/wheel 2024-08-05 20:44:52,721 root INFO copying build/lib.linux-ppc64le-cpython-312/_editdistance_s.abi3.so -> build/bdist.linux-ppc64le/wheel 2024-08-05 20:44:52,722 root INFO running install_egg_info 2024-08-05 20:44:52,725 root INFO running egg_info 2024-08-05 20:44:52,725 root INFO creating editdistance_s.egg-info 2024-08-05 20:44:52,727 root INFO writing editdistance_s.egg-info/PKG-INFO 2024-08-05 20:44:52,728 root INFO writing dependency_links to editdistance_s.egg-info/dependency_links.txt 2024-08-05 20:44:52,728 root INFO writing requirements to editdistance_s.egg-info/requires.txt 2024-08-05 20:44:52,728 root INFO writing top-level names to editdistance_s.egg-info/top_level.txt 2024-08-05 20:44:52,728 root INFO writing manifest file 'editdistance_s.egg-info/SOURCES.txt' 2024-08-05 20:44:52,731 root INFO reading manifest file 'editdistance_s.egg-info/SOURCES.txt' 2024-08-05 20:44:52,731 root INFO reading manifest template 'MANIFEST.in' 2024-08-05 20:44:52,732 root INFO adding license file 'LICENSE' 2024-08-05 20:44:52,732 root INFO writing manifest file 'editdistance_s.egg-info/SOURCES.txt' 2024-08-05 20:44:52,733 root INFO Copying editdistance_s.egg-info to build/bdist.linux-ppc64le/wheel/editdistance_s-1.0.0-py3.12.egg-info 2024-08-05 20:44:52,733 root INFO running install_scripts 2024-08-05 20:44:52,744 root INFO creating build/bdist.linux-ppc64le/wheel/editdistance_s-1.0.0.dist-info/WHEEL 2024-08-05 20:44:52,745 wheel INFO creating '/home/buildozer/aports/testing/py3-editdistance-s/src/editdistance-s-1.0.0/.dist/.tmp-fbofidk9/editdistance_s-1.0.0-cp312-cp312-linux_ppc64le.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2024-08-05 20:44:52,746 wheel INFO adding '_editdistance_s.abi3.so' 2024-08-05 20:44:52,750 wheel INFO adding 'editdistance_s.py' 2024-08-05 20:44:52,751 wheel INFO adding 'editdistance_s-1.0.0.dist-info/LICENSE' 2024-08-05 20:44:52,751 wheel INFO adding 'editdistance_s-1.0.0.dist-info/METADATA' 2024-08-05 20:44:52,752 wheel INFO adding 'editdistance_s-1.0.0.dist-info/WHEEL' 2024-08-05 20:44:52,752 wheel INFO adding 'editdistance_s-1.0.0.dist-info/top_level.txt' 2024-08-05 20:44:52,752 wheel INFO adding 'editdistance_s-1.0.0.dist-info/RECORD' 2024-08-05 20:44:52,752 root INFO removing build/bdist.linux-ppc64le/wheel 2024-08-05 20:44:52,753 gpep517 INFO The backend produced .dist/editdistance_s-1.0.0-cp312-cp312-linux_ppc64le.whl editdistance_s-1.0.0-cp312-cp312-linux_ppc64le.whl 2024-08-05 20:44:52,987 gpep517 INFO Installing .dist/editdistance_s-1.0.0-cp312-cp312-linux_ppc64le.whl into .testenv 2024-08-05 20:44:52,994 gpep517 INFO Installation complete ============================= test session starts ============================== platform linux -- Python 3.12.4, pytest-8.3.2, pluggy-1.5.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... 2024-08-05 20:44:53,506 gpep517 INFO Installing .dist/editdistance_s-1.0.0-cp312-cp312-linux_ppc64le.whl into /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s 2024-08-05 20:44:53,516 gpep517 INFO Installation complete >>> 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-r6.apk >>> py3-editdistance-s*: Tracing dependencies... python3 py3-cffi python3~3.12 so:libc.musl-ppc64le.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> py3-editdistance-s*: Package size: 116.0 KB >>> py3-editdistance-s*: Compressing data... >>> py3-editdistance-s*: Create checksum... >>> py3-editdistance-s*: Create py3-editdistance-s-1.0.0-r6.apk >>> py3-editdistance-s: Build complete at Mon, 05 Aug 2024 20:44:53 +0000 elapsed time 0h 0m 6s >>> py3-editdistance-s: Cleaning up srcdir >>> py3-editdistance-s: Cleaning up pkgdir >>> py3-editdistance-s: Uninstalling dependencies... (1/33) Purging .makedepends-py3-editdistance-s (20240805.204448) (2/33) Purging py3-cffi-pyc (1.16.0-r1) (3/33) Purging py3-cffi (1.16.0-r1) (4/33) Purging py3-cparser-pyc (2.22-r1) (5/33) Purging py3-cparser (2.22-r1) (6/33) Purging py3-setuptools-pyc (70.3.0-r0) (7/33) Purging py3-setuptools (70.3.0-r0) (8/33) Purging python3-dev (3.12.4-r0) (9/33) Purging py3-gpep517-pyc (16-r0) (10/33) Purging py3-gpep517 (16-r0) (11/33) Purging py3-installer-pyc (0.7.0-r2) (12/33) Purging py3-installer (0.7.0-r2) (13/33) Purging py3-pytest-pyc (8.3.2-r0) (14/33) Purging py3-pytest (8.3.2-r0) (15/33) Purging py3-iniconfig-pyc (2.0.0-r1) (16/33) Purging py3-iniconfig (2.0.0-r1) (17/33) Purging py3-packaging-pyc (24.1-r0) (18/33) Purging py3-packaging (24.1-r0) (19/33) Purging py3-parsing-pyc (3.1.2-r1) (20/33) Purging py3-parsing (3.1.2-r1) (21/33) Purging py3-pluggy-pyc (1.5.0-r0) (22/33) Purging py3-pluggy (1.5.0-r0) (23/33) Purging py3-py-pyc (1.11.0-r3) (24/33) Purging py3-py (1.11.0-r3) (25/33) Purging python3-pyc (3.12.4-r0) (26/33) Purging python3-pycache-pyc0 (3.12.4-r0) (27/33) Purging pyc (3.12.4-r0) (28/33) Purging python3 (3.12.4-r0) (29/33) Purging gdbm (1.24-r0) (30/33) Purging libffi (3.4.6-r0) (31/33) Purging libpanelw (6.5_p20240601-r0) (32/33) Purging mpdecimal (4.0.0-r0) (33/33) Purging sqlite-libs (3.46.0-r0) Executing busybox-1.36.1-r31.trigger OK: 282 MiB in 110 packages >>> py3-editdistance-s: Updating the testing/ppc64le repository index... >>> py3-editdistance-s: Signing the index...