>>> py3-ecos: Building testing/py3-ecos 2.0.11-r0 (using abuild 3.11.0_rc10-r0) started Wed, 19 Apr 2023 21:39:18 +0000 >>> py3-ecos: Checking sanity of /home/buildozer/aports/testing/py3-ecos/APKBUILD... >>> py3-ecos: Analyzing dependencies... >>> py3-ecos: Installing for build: build-base py3-numpy py3-scipy ecos py3-setuptools ecos-dev py3-numpy-dev (1/38) Installing libgfortran (12.2.1_git20220924-r10) (2/38) Installing openblas (0.3.23-r0) (3/38) Installing py3-numpy (1.24.2-r0) (4/38) Installing libbz2 (1.0.8-r5) (5/38) Installing gdbm (1.23-r1) (6/38) Installing mpdecimal (2.5.1-r2) (7/38) Installing libpanelw (6.4_p20230401-r4) (8/38) Installing readline (8.2.1-r1) (9/38) Installing sqlite-libs (3.41.2-r2) (10/38) Installing python3 (3.11.3-r10) (11/38) Installing python3-pycache-pyc0 (3.11.3-r10) (12/38) Installing pyc (0.1-r0) (13/38) Installing py3-parsing (3.0.9-r2) (14/38) Installing py3-parsing-pyc (3.0.9-r2) (15/38) Installing py3-packaging-pyc (23.1-r1) (16/38) Installing python3-pyc (3.11.3-r10) (17/38) Installing py3-packaging (23.1-r1) (18/38) Installing py3-platformdirs (3.2.0-r0) (19/38) Installing py3-certifi (2022.12.7-r2) (20/38) Installing py3-certifi-pyc (2022.12.7-r2) (21/38) Installing py3-charset-normalizer (3.1.0-r1) (22/38) Installing py3-charset-normalizer-pyc (3.1.0-r1) (23/38) Installing py3-idna (3.4-r4) (24/38) Installing py3-idna-pyc (3.4-r4) (25/38) Installing py3-urllib3 (1.26.15-r1) (26/38) Installing py3-urllib3-pyc (1.26.15-r1) (27/38) Installing py3-requests (2.28.2-r1) (28/38) Installing py3-requests-pyc (2.28.2-r1) (29/38) Installing py3-pooch (1.7.0-r0) (30/38) Installing python3-dev (3.11.3-r10) (31/38) Installing py3-numpy-f2py (1.24.2-r0) (32/38) Installing py3-scipy (1.10.1-r0) (33/38) Installing ecos (2.0.10-r0) (34/38) Installing py3-setuptools (67.6.1-r1) (35/38) Installing py3-setuptools-pyc (67.6.1-r1) (36/38) Installing ecos-dev (2.0.10-r0) (37/38) Installing py3-numpy-dev (1.24.2-r0) (38/38) Installing .makedepends-py3-ecos (20230419.213923) Executing busybox-1.36.0-r7.trigger OK: 1318 MiB in 141 packages >>> py3-ecos: Cleaning up srcdir >>> py3-ecos: Cleaning up pkgdir >>> py3-ecos: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ecos-python-2.0.11.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 29938 100 29938 0 0 32888 0 --:--:-- --:--:-- --:--:-- 34530 >>> py3-ecos: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ecos-python-2.0.11.tar.gz >>> py3-ecos: Checking sha512sums... ecos-python-2.0.11.tar.gz: OK use_external_ecos.patch: OK >>> py3-ecos: Unpacking /var/cache/distfiles/ecos-python-2.0.11.tar.gz... >>> py3-ecos: use_external_ecos.patch patching file setup.py Hunk #1 succeeded at 10 (offset 1 line). Hunk #2 succeeded at 22 (offset 1 line). fatal: not a git repository (or any of the parent directories): .git /usr/lib/python3.11/site-packages/setuptools/__init__.py:85: _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-riscv64-cpython-311 creating build/lib.linux-riscv64-cpython-311/ecos copying src/ecos/__init__.py -> build/lib.linux-riscv64-cpython-311/ecos copying src/ecos/version.py -> build/lib.linux-riscv64-cpython-311/ecos copying src/ecos/ecos.py -> build/lib.linux-riscv64-cpython-311/ecos running build_ext building '_ecos' extension creating build/temp.linux-riscv64-cpython-311 creating build/temp.linux-riscv64-cpython-311/src gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security -fPIC -DPYTHON -DDLONG -DLDL_LONG -DCTRLC=1 -I/usr/include/ecos -I/usr/include/python3.11 -I/usr/lib/python3.11/site-packages/numpy/core/include -c src/ecosmodule.c -o build/temp.linux-riscv64-cpython-311/src/ecosmodule.o In file included from src/ecosmodule.c:6: /usr/include/ecos/ecos_bb.h:235:23: warning: 'float_eqls' defined but not used [-Wunused-function] 235 | static idxint float_eqls(pfloat a, pfloat b, pfloat integer_tol) | ^~~~~~~~~~ /usr/include/ecos/ecos_bb.h:230:23: warning: 'pfloat_floor' defined but not used [-Wunused-function] 230 | static pfloat pfloat_floor(pfloat number, pfloat integer_tol) | ^~~~~~~~~~~~ /usr/include/ecos/ecos_bb.h:225:23: warning: 'pfloat_ceil' defined but not used [-Wunused-function] 225 | static pfloat pfloat_ceil(pfloat number, pfloat integer_tol) | ^~~~~~~~~~~ /usr/include/ecos/ecos_bb.h:220:23: warning: 'pfloat_round' defined but not used [-Wunused-function] 220 | static pfloat pfloat_round(pfloat number) | ^~~~~~~~~~~~ /usr/include/ecos/ecos_bb.h:210:24: warning: 'get_int_node_id' defined but not used [-Wunused-function] 210 | static pfloat *get_int_node_id(idxint idx, ecos_bb_pwork *prob) | ^~~~~~~~~~~~~~~ /usr/include/ecos/ecos_bb.h:205:22: warning: 'get_bool_node_id' defined but not used [-Wunused-function] 205 | static char *get_bool_node_id(idxint idx, ecos_bb_pwork *prob) | ^~~~~~~~~~~~~~~~ gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-311/src/ecosmodule.o -L/usr/lib -lecos -lrt -o build/lib.linux-riscv64-cpython-311/_ecos.cpython-311-riscv64-linux-musl.so >>> py3-ecos: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/__init__.py:85: _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.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/testing/py3-ecos/pkg creating /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos creating /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr creating /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib creating /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.11/site-packages copying build/lib.linux-riscv64-cpython-311/_ecos.cpython-311-riscv64-linux-musl.so -> /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.11/site-packages/ecos copying build/lib.linux-riscv64-cpython-311/ecos/__init__.py -> /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.11/site-packages/ecos copying build/lib.linux-riscv64-cpython-311/ecos/version.py -> /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.11/site-packages/ecos copying build/lib.linux-riscv64-cpython-311/ecos/ecos.py -> /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.11/site-packages/ecos byte-compiling /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.11/site-packages/ecos/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.11/site-packages/ecos/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.11/site-packages/ecos/ecos.py to ecos.cpython-311.pyc running install_egg_info running egg_info creating src/ecos.egg-info writing src/ecos.egg-info/PKG-INFO writing dependency_links to src/ecos.egg-info/dependency_links.txt writing requirements to src/ecos.egg-info/requires.txt writing top-level names to src/ecos.egg-info/top_level.txt writing manifest file 'src/ecos.egg-info/SOURCES.txt' reading manifest file 'src/ecos.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'ecos/include' warning: no directories found matching 'ecos/external/amd/include' warning: no directories found matching 'ecos/external/ldl/include' warning: no directories found matching 'ecos/external/SuiteSparse_config' adding license file 'LICENSE' writing manifest file 'src/ecos.egg-info/SOURCES.txt' Copying src/ecos.egg-info to /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.11/site-packages/ecos-2.0.11-py3.11.egg-info running install_scripts >>> py3-ecos*: Running postcheck for py3-ecos >>> WARNING: py3-ecos*: Found __pycache__ but package name doesn't end with -pyc >>> py3-ecos*: Preparing package py3-ecos... >>> py3-ecos*: Stripping binaries >>> py3-ecos*: Scanning shared objects >>> py3-ecos*: Tracing dependencies... py3-numpy py3-scipy ecos python3~3.11 so:libc.musl-riscv64.so.1 so:libecos.so >>> py3-ecos*: Package size: 100.0 KB >>> py3-ecos*: Compressing data... >>> py3-ecos*: Create checksum... >>> py3-ecos*: Create py3-ecos-2.0.11-r0.apk >>> py3-ecos: Build complete at Wed, 19 Apr 2023 21:39:40 +0000 elapsed time 0h 0m 22s >>> py3-ecos: Cleaning up srcdir >>> py3-ecos: Cleaning up pkgdir >>> py3-ecos: Uninstalling dependencies... (1/38) Purging .makedepends-py3-ecos (20230419.213923) (2/38) Purging py3-scipy (1.10.1-r0) (3/38) Purging py3-pooch (1.7.0-r0) (4/38) Purging py3-platformdirs (3.2.0-r0) (5/38) Purging py3-requests-pyc (2.28.2-r1) (6/38) Purging py3-requests (2.28.2-r1) (7/38) Purging py3-certifi-pyc (2022.12.7-r2) (8/38) Purging py3-certifi (2022.12.7-r2) (9/38) Purging py3-charset-normalizer-pyc (3.1.0-r1) (10/38) Purging py3-charset-normalizer (3.1.0-r1) (11/38) Purging py3-idna-pyc (3.4-r4) (12/38) Purging py3-idna (3.4-r4) (13/38) Purging py3-urllib3-pyc (1.26.15-r1) (14/38) Purging py3-urllib3 (1.26.15-r1) (15/38) Purging py3-numpy-f2py (1.24.2-r0) (16/38) Purging python3-dev (3.11.3-r10) (17/38) Purging ecos (2.0.10-r0) (18/38) Purging py3-setuptools-pyc (67.6.1-r1) (19/38) Purging py3-setuptools (67.6.1-r1) (20/38) Purging py3-packaging-pyc (23.1-r1) (21/38) Purging py3-packaging (23.1-r1) (22/38) Purging py3-parsing-pyc (3.0.9-r2) (23/38) Purging py3-parsing (3.0.9-r2) (24/38) Purging ecos-dev (2.0.10-r0) (25/38) Purging py3-numpy-dev (1.24.2-r0) (26/38) Purging py3-numpy (1.24.2-r0) (27/38) Purging openblas (0.3.23-r0) (28/38) Purging libgfortran (12.2.1_git20220924-r10) (29/38) Purging python3-pyc (3.11.3-r10) (30/38) Purging python3-pycache-pyc0 (3.11.3-r10) (31/38) Purging pyc (0.1-r0) (32/38) Purging python3 (3.11.3-r10) (33/38) Purging gdbm (1.23-r1) (34/38) Purging libbz2 (1.0.8-r5) (35/38) Purging libpanelw (6.4_p20230401-r4) (36/38) Purging mpdecimal (2.5.1-r2) (37/38) Purging readline (8.2.1-r1) (38/38) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r7.trigger OK: 1000 MiB in 103 packages >>> py3-ecos: Updating the testing/riscv64 repository index... >>> py3-ecos: Signing the index...