>>> py3-editdistance-s: Building testing/py3-editdistance-s 1.0.0-r4 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 12:06:09 +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-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_p20230401-r5) (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 py3-parsing (3.0.9-r2) (18/32) Installing py3-parsing-pyc (3.0.9-r2) (19/32) Installing py3-packaging (23.1-r1) (20/32) Installing py3-packaging-pyc (23.1-r1) (21/32) Installing py3-setuptools (67.7.1-r0) (22/32) Installing py3-setuptools-pyc (67.7.1-r0) (23/32) Installing python3-dev (3.11.3-r10) (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-editdistance-s (20230422.120610) Executing busybox-1.36.0-r7.trigger OK: 432 MiB in 130 packages >>> py3-editdistance-s: Cleaning up srcdir >>> py3-editdistance-s: Cleaning up pkgdir >>> 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... /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/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/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 editdistance_s.py -> build/lib.linux-ppc64le-cpython-311 running build_ext generating cffi module 'build/temp.linux-ppc64le-cpython-311/_editdistance_s.c' creating build/temp.linux-ppc64le-cpython-311 building '_editdistance_s' 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 _editdistance.cpp -o build/temp.linux-ppc64le-cpython-311/_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:52:15, 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]; | ^~~~ 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:52:15, 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]; | ^~~~ 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 -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/_editdistance_s.c -o build/temp.linux-ppc64le-cpython-311/build/temp.linux-ppc64le-cpython-311/_editdistance_s.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/_editdistance.o build/temp.linux-ppc64le-cpython-311/build/temp.linux-ppc64le-cpython-311/_editdistance_s.o -L/usr/lib -o build/lib.linux-ppc64le-cpython-311/_editdistance_s.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-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.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/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/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-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.11 creating /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr/lib/python3.11/site-packages copying build/lib.linux-ppc64le-cpython-311/editdistance_s.py -> /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr/lib/python3.11/site-packages copying build/lib.linux-ppc64le-cpython-311/_editdistance_s.abi3.so -> /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s/usr/lib/python3.11/site-packages/editdistance_s.py to editdistance_s.cpython-311.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.11/site-packages/editdistance_s-1.0.0-py3.11.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.11/site-packages/__pycache__' -> '/home/buildozer/aports/testing/py3-editdistance-s/pkg/py3-editdistance-s-pyc/usr/lib/python3.11/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.11 >>> 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-r4.apk >>> py3-editdistance-s*: Tracing dependencies... python3 py3-cffi python3~3.11 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-r4.apk >>> py3-editdistance-s: Build complete at Sat, 22 Apr 2023 12:06:15 +0000 elapsed time 0h 0m 6s >>> py3-editdistance-s: Cleaning up srcdir >>> py3-editdistance-s: Cleaning up pkgdir >>> py3-editdistance-s: Uninstalling dependencies... (1/32) Purging .makedepends-py3-editdistance-s (20230422.120610) (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 py3-setuptools-pyc (67.7.1-r0) (7/32) Purging py3-setuptools (67.7.1-r0) (8/32) Purging python3-dev (3.11.3-r10) (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_p20230401-r5) (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-r7.trigger OK: 292 MiB in 98 packages >>> py3-editdistance-s: Updating the testing/ppc64le repository index... >>> py3-editdistance-s: Signing the index...