>>> py3-editdistance-s: Building testing/py3-editdistance-s 1.0.0-r6 (using abuild 3.13.0-r4) started Mon, 05 Aug 2024 23:32:57 +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/35) Installing libbz2 (1.0.8-r6) (2/35) Installing libffi (3.4.6-r0) (3/35) Installing gdbm (1.24-r0) (4/35) Installing xz-libs (5.6.2-r0) (5/35) Installing mpdecimal (4.0.0-r0) (6/35) Installing libpanelw (6.5_p20240601-r0) (7/35) Installing sqlite-libs (3.46.0-r0) (8/35) Installing python3 (3.12.4-r0) (9/35) Installing python3-pycache-pyc0 (3.12.4-r0) (10/35) Installing pyc (3.12.4-r0) (11/35) Installing python3-pyc (3.12.4-r0) (12/35) Installing py3-cparser (2.22-r1) (13/35) Installing py3-cparser-pyc (2.22-r1) (14/35) Installing py3-cffi (1.16.0-r1) (15/35) Installing py3-cffi-pyc (1.16.0-r1) (16/35) Installing py3-parsing (3.1.2-r1) (17/35) Installing py3-parsing-pyc (3.1.2-r1) (18/35) Installing py3-packaging (24.1-r0) (19/35) Installing py3-packaging-pyc (24.1-r0) (20/35) Installing py3-setuptools (70.3.0-r0) (21/35) Installing py3-setuptools-pyc (70.3.0-r0) (22/35) Installing python3-dev (3.12.4-r0) (23/35) Installing py3-installer (0.7.0-r2) (24/35) Installing py3-installer-pyc (0.7.0-r2) (25/35) Installing py3-gpep517 (16-r0) (26/35) Installing py3-gpep517-pyc (16-r0) (27/35) Installing py3-iniconfig (2.0.0-r1) (28/35) Installing py3-iniconfig-pyc (2.0.0-r1) (29/35) Installing py3-pluggy (1.5.0-r0) (30/35) Installing py3-pluggy-pyc (1.5.0-r0) (31/35) Installing py3-py (1.11.0-r3) (32/35) Installing py3-py-pyc (1.11.0-r3) (33/35) Installing py3-pytest (8.3.2-r0) (34/35) Installing py3-pytest-pyc (8.3.2-r0) (35/35) Installing .makedepends-py3-editdistance-s (20240805.233258) Executing busybox-1.36.1-r31.trigger OK: 614 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/edge/editdistance-s-1.0.0.tar.gz... 2024-08-05 23:33:00,051 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-08-05 23:33:00,102 root INFO running bdist_wheel 2024-08-05 23:33:00,111 root INFO running build 2024-08-05 23:33:00,111 root INFO running build_py 2024-08-05 23:33:00,114 root INFO creating build 2024-08-05 23:33:00,114 root INFO creating build/lib.linux-aarch64-cpython-312 2024-08-05 23:33:00,114 root INFO copying editdistance_s.py -> build/lib.linux-aarch64-cpython-312 2024-08-05 23:33:00,114 root INFO running build_ext 2024-08-05 23:33:00,114 root INFO generating cffi module 'build/temp.linux-aarch64-cpython-312/_editdistance_s.c' 2024-08-05 23:33:00,114 root INFO creating build/temp.linux-aarch64-cpython-312 2024-08-05 23:33:00,116 root INFO building '_editdistance_s' extension 2024-08-05 23:33:00,116 root INFO creating build/temp.linux-aarch64-cpython-312/build 2024-08-05 23:33:00,117 root INFO creating build/temp.linux-aarch64-cpython-312/build/temp.linux-aarch64-cpython-312 2024-08-05 23:33:00,117 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-aarch64-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 23:33:02,440 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-aarch64-cpython-312/_editdistance_s.c -o build/temp.linux-aarch64-cpython-312/build/temp.linux-aarch64-cpython-312/_editdistance_s.o 2024-08-05 23:33:02,557 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-aarch64-cpython-312/_editdistance.o build/temp.linux-aarch64-cpython-312/build/temp.linux-aarch64-cpython-312/_editdistance_s.o -L/usr/lib -o build/lib.linux-aarch64-cpython-312/_editdistance_s.abi3.so 2024-08-05 23:33:02,591 root INFO installing to build/bdist.linux-aarch64/wheel 2024-08-05 23:33:02,591 root INFO running install 2024-08-05 23:33:02,599 root INFO running install_lib 2024-08-05 23:33:02,601 root INFO creating build/bdist.linux-aarch64 2024-08-05 23:33:02,601 root INFO creating build/bdist.linux-aarch64/wheel 2024-08-05 23:33:02,601 root INFO copying build/lib.linux-aarch64-cpython-312/editdistance_s.py -> build/bdist.linux-aarch64/wheel 2024-08-05 23:33:02,601 root INFO copying build/lib.linux-aarch64-cpython-312/_editdistance_s.abi3.so -> build/bdist.linux-aarch64/wheel 2024-08-05 23:33:02,603 root INFO running install_egg_info 2024-08-05 23:33:02,605 root INFO running egg_info 2024-08-05 23:33:02,605 root INFO creating editdistance_s.egg-info 2024-08-05 23:33:02,606 root INFO writing editdistance_s.egg-info/PKG-INFO 2024-08-05 23:33:02,606 root INFO writing dependency_links to editdistance_s.egg-info/dependency_links.txt 2024-08-05 23:33:02,607 root INFO writing requirements to editdistance_s.egg-info/requires.txt 2024-08-05 23:33:02,607 root INFO writing top-level names to editdistance_s.egg-info/top_level.txt 2024-08-05 23:33:02,607 root INFO writing manifest file 'editdistance_s.egg-info/SOURCES.txt' 2024-08-05 23:33:02,608 root INFO reading manifest file 'editdistance_s.egg-info/SOURCES.txt' 2024-08-05 23:33:02,609 root INFO reading manifest template 'MANIFEST.in' 2024-08-05 23:33:02,609 root INFO adding license file 'LICENSE' 2024-08-05 23:33:02,609 root INFO writing manifest file 'editdistance_s.egg-info/SOURCES.txt' 2024-08-05 23:33:02,610 root INFO Copying editdistance_s.egg-info to build/bdist.linux-aarch64/wheel/editdistance_s-1.0.0-py3.12.egg-info 2024-08-05 23:33:02,610 root INFO running install_scripts 2024-08-05 23:33:02,615 root INFO creating build/bdist.linux-aarch64/wheel/editdistance_s-1.0.0.dist-info/WHEEL 2024-08-05 23:33:02,616 wheel INFO creating '/home/buildozer/aports/testing/py3-editdistance-s/src/editdistance-s-1.0.0/.dist/.tmp-e39sjkmv/editdistance_s-1.0.0-cp312-cp312-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2024-08-05 23:33:02,617 wheel INFO adding '_editdistance_s.abi3.so' 2024-08-05 23:33:02,618 wheel INFO adding 'editdistance_s.py' 2024-08-05 23:33:02,618 wheel INFO adding 'editdistance_s-1.0.0.dist-info/LICENSE' 2024-08-05 23:33:02,618 wheel INFO adding 'editdistance_s-1.0.0.dist-info/METADATA' 2024-08-05 23:33:02,618 wheel INFO adding 'editdistance_s-1.0.0.dist-info/WHEEL' 2024-08-05 23:33:02,619 wheel INFO adding 'editdistance_s-1.0.0.dist-info/top_level.txt' 2024-08-05 23:33:02,619 wheel INFO adding 'editdistance_s-1.0.0.dist-info/RECORD' 2024-08-05 23:33:02,619 root INFO removing build/bdist.linux-aarch64/wheel 2024-08-05 23:33:02,619 gpep517 INFO The backend produced .dist/editdistance_s-1.0.0-cp312-cp312-linux_aarch64.whl editdistance_s-1.0.0-cp312-cp312-linux_aarch64.whl 2024-08-05 23:33:02,804 gpep517 INFO Installing .dist/editdistance_s-1.0.0-cp312-cp312-linux_aarch64.whl into .testenv 2024-08-05 23:33:02,809 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.01s =============================== >>> py3-editdistance-s: Entering fakeroot... 2024-08-05 23:33:03,175 gpep517 INFO Installing .dist/editdistance_s-1.0.0-cp312-cp312-linux_aarch64.whl into /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s 2024-08-05 23:33:03,181 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-aarch64.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 23:33:03 +0000 elapsed time 0h 0m 6s >>> py3-editdistance-s: Cleaning up srcdir >>> py3-editdistance-s: Cleaning up pkgdir >>> py3-editdistance-s: Uninstalling dependencies... (1/35) Purging .makedepends-py3-editdistance-s (20240805.233258) (2/35) Purging py3-cffi-pyc (1.16.0-r1) (3/35) Purging py3-cffi (1.16.0-r1) (4/35) Purging py3-cparser-pyc (2.22-r1) (5/35) Purging py3-cparser (2.22-r1) (6/35) Purging py3-setuptools-pyc (70.3.0-r0) (7/35) Purging py3-setuptools (70.3.0-r0) (8/35) Purging python3-dev (3.12.4-r0) (9/35) Purging py3-gpep517-pyc (16-r0) (10/35) Purging py3-gpep517 (16-r0) (11/35) Purging py3-installer-pyc (0.7.0-r2) (12/35) Purging py3-installer (0.7.0-r2) (13/35) Purging py3-pytest-pyc (8.3.2-r0) (14/35) Purging py3-pytest (8.3.2-r0) (15/35) Purging py3-iniconfig-pyc (2.0.0-r1) (16/35) Purging py3-iniconfig (2.0.0-r1) (17/35) Purging py3-packaging-pyc (24.1-r0) (18/35) Purging py3-packaging (24.1-r0) (19/35) Purging py3-parsing-pyc (3.1.2-r1) (20/35) Purging py3-parsing (3.1.2-r1) (21/35) Purging py3-pluggy-pyc (1.5.0-r0) (22/35) Purging py3-pluggy (1.5.0-r0) (23/35) Purging py3-py-pyc (1.11.0-r3) (24/35) Purging py3-py (1.11.0-r3) (25/35) Purging python3-pyc (3.12.4-r0) (26/35) Purging python3-pycache-pyc0 (3.12.4-r0) (27/35) Purging pyc (3.12.4-r0) (28/35) Purging python3 (3.12.4-r0) (29/35) Purging gdbm (1.24-r0) (30/35) Purging libbz2 (1.0.8-r6) (31/35) Purging libffi (3.4.6-r0) (32/35) Purging libpanelw (6.5_p20240601-r0) (33/35) Purging mpdecimal (4.0.0-r0) (34/35) Purging sqlite-libs (3.46.0-r0) (35/35) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 442 MiB in 108 packages >>> py3-editdistance-s: Updating the testing/aarch64 repository index... >>> py3-editdistance-s: Signing the index...