>>> py3-ecos: Building testing/py3-ecos 2.0.11-r3 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 16:10:41 +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 python3-dev (1/41) Installing libgfortran (13.2.1_git20240309-r0) (2/41) Installing openblas (0.3.27-r0) (3/41) Installing libffi (3.4.6-r0) (4/41) Installing gdbm (1.23-r1) (5/41) Installing mpdecimal (4.0.0-r0) (6/41) Installing libpanelw (6.4_p20240330-r0) (7/41) Installing readline (8.2.10-r0) (8/41) Installing sqlite-libs (3.45.2-r0) (9/41) Installing python3 (3.12.3-r0) (10/41) Installing python3-pycache-pyc0 (3.12.3-r0) (11/41) Installing pyc (3.12.3-r0) (12/41) Installing py3-numpy-pyc (1.25.2-r1) (13/41) Installing python3-pyc (3.12.3-r0) (14/41) Installing py3-numpy (1.25.2-r1) (15/41) Installing py3-parsing (3.1.2-r1) (16/41) Installing py3-parsing-pyc (3.1.2-r1) (17/41) Installing py3-packaging (24.0-r1) (18/41) Installing py3-packaging-pyc (24.0-r1) (19/41) Installing py3-platformdirs (4.2.0-r1) (20/41) Installing py3-platformdirs-pyc (4.2.0-r1) (21/41) Installing py3-certifi (2024.2.2-r1) (22/41) Installing py3-certifi-pyc (2024.2.2-r1) (23/41) Installing py3-charset-normalizer (3.3.2-r1) (24/41) Installing py3-charset-normalizer-pyc (3.3.2-r1) (25/41) Installing py3-idna (3.7-r0) (26/41) Installing py3-idna-pyc (3.7-r0) (27/41) Installing py3-urllib3 (1.26.18-r1) (28/41) Installing py3-urllib3-pyc (1.26.18-r1) (29/41) Installing py3-requests (2.31.0-r2) (30/41) Installing py3-requests-pyc (2.31.0-r2) (31/41) Installing py3-pooch (1.8.1-r1) (32/41) Installing py3-pooch-pyc (1.8.1-r1) (33/41) Installing py3-scipy (1.11.4-r1) (34/41) Installing py3-scipy-pyc (1.11.4-r1) (35/41) Installing ecos (2.0.10-r0) (36/41) Installing py3-setuptools (69.2.0-r2) (37/41) Installing py3-setuptools-pyc (69.2.0-r2) (38/41) Installing ecos-dev (2.0.10-r0) (39/41) Installing py3-numpy-dev (1.25.2-r1) (40/41) Installing python3-dev (3.12.3-r0) (41/41) Installing .makedepends-py3-ecos (20240415.161042) Executing busybox-1.36.1-r25.trigger OK: 543 MiB in 151 packages >>> py3-ecos: Cleaning up srcdir >>> py3-ecos: Cleaning up pkgdir >>> py3-ecos: Cleaning up tmpdir >>> py3-ecos: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ecos-python-2.0.11.tar.gz >>> 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.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-ppc64le-cpython-312 creating build/lib.linux-ppc64le-cpython-312/ecos copying src/ecos/version.py -> build/lib.linux-ppc64le-cpython-312/ecos copying src/ecos/ecos.py -> build/lib.linux-ppc64le-cpython-312/ecos copying src/ecos/__init__.py -> build/lib.linux-ppc64le-cpython-312/ecos running build_ext building '_ecos' extension creating build/temp.linux-ppc64le-cpython-312 creating build/temp.linux-ppc64le-cpython-312/src gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DPYTHON -DDLONG -DLDL_LONG -DCTRLC=1 -I/usr/include/ecos -I/usr/include/python3.12 -I/usr/lib/python3.12/site-packages/numpy/core/include -c src/ecosmodule.c -o build/temp.linux-ppc64le-cpython-312/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 -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-ppc64le-cpython-312/src/ecosmodule.o -L/usr/lib -lecos -lrt -o build/lib.linux-ppc64le-cpython-312/_ecos.cpython-312-powerpc64le-linux-musl.so >>> py3-ecos: 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-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.12 creating /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.12/site-packages copying build/lib.linux-ppc64le-cpython-312/_ecos.cpython-312-powerpc64le-linux-musl.so -> /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.12/site-packages/ecos copying build/lib.linux-ppc64le-cpython-312/ecos/version.py -> /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.12/site-packages/ecos copying build/lib.linux-ppc64le-cpython-312/ecos/ecos.py -> /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.12/site-packages/ecos copying build/lib.linux-ppc64le-cpython-312/ecos/__init__.py -> /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.12/site-packages/ecos byte-compiling /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.12/site-packages/ecos/version.py to version.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.12/site-packages/ecos/ecos.py to ecos.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.12/site-packages/ecos/__init__.py to __init__.cpython-312.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.12/site-packages/ecos-2.0.11-py3.12.egg-info running install_scripts >>> py3-ecos-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.12/site-packages/ecos/__pycache__' -> '/home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos-pyc/usr/lib/python3.12/site-packages/ecos/__pycache__' >>> py3-ecos-pyc*: Preparing subpackage py3-ecos-pyc... >>> py3-ecos-pyc*: Running postcheck for py3-ecos-pyc >>> py3-ecos*: Running postcheck for py3-ecos >>> py3-ecos*: Preparing package py3-ecos... >>> py3-ecos*: Stripping binaries >>> py3-ecos-pyc*: Scanning shared objects >>> py3-ecos*: Scanning shared objects >>> py3-ecos-pyc*: Tracing dependencies... py3-numpy py3-scipy ecos python3~3.12 >>> py3-ecos-pyc*: Package size: 40.0 KB >>> py3-ecos-pyc*: Compressing data... >>> py3-ecos-pyc*: Create checksum... >>> py3-ecos-pyc*: Create py3-ecos-pyc-2.0.11-r3.apk >>> py3-ecos*: Tracing dependencies... py3-numpy py3-scipy ecos python3~3.12 so:libc.musl-ppc64le.so.1 so:libecos.so >>> py3-ecos*: Package size: 132.0 KB >>> py3-ecos*: Compressing data... >>> py3-ecos*: Create checksum... >>> py3-ecos*: Create py3-ecos-2.0.11-r3.apk >>> py3-ecos: Build complete at Mon, 15 Apr 2024 16:10:46 +0000 elapsed time 0h 0m 5s >>> py3-ecos: Cleaning up srcdir >>> py3-ecos: Cleaning up pkgdir >>> py3-ecos: Uninstalling dependencies... (1/41) Purging .makedepends-py3-ecos (20240415.161042) (2/41) Purging py3-scipy-pyc (1.11.4-r1) (3/41) Purging py3-scipy (1.11.4-r1) (4/41) Purging py3-pooch-pyc (1.8.1-r1) (5/41) Purging py3-pooch (1.8.1-r1) (6/41) Purging py3-platformdirs-pyc (4.2.0-r1) (7/41) Purging py3-platformdirs (4.2.0-r1) (8/41) Purging py3-requests-pyc (2.31.0-r2) (9/41) Purging py3-requests (2.31.0-r2) (10/41) Purging py3-certifi-pyc (2024.2.2-r1) (11/41) Purging py3-certifi (2024.2.2-r1) (12/41) Purging py3-charset-normalizer-pyc (3.3.2-r1) (13/41) Purging py3-charset-normalizer (3.3.2-r1) (14/41) Purging py3-idna-pyc (3.7-r0) (15/41) Purging py3-idna (3.7-r0) (16/41) Purging py3-urllib3-pyc (1.26.18-r1) (17/41) Purging py3-urllib3 (1.26.18-r1) (18/41) Purging ecos (2.0.10-r0) (19/41) Purging py3-setuptools-pyc (69.2.0-r2) (20/41) Purging py3-setuptools (69.2.0-r2) (21/41) Purging py3-packaging-pyc (24.0-r1) (22/41) Purging py3-packaging (24.0-r1) (23/41) Purging py3-parsing-pyc (3.1.2-r1) (24/41) Purging py3-parsing (3.1.2-r1) (25/41) Purging ecos-dev (2.0.10-r0) (26/41) Purging py3-numpy-dev (1.25.2-r1) (27/41) Purging py3-numpy-pyc (1.25.2-r1) (28/41) Purging py3-numpy (1.25.2-r1) (29/41) Purging openblas (0.3.27-r0) (30/41) Purging python3-dev (3.12.3-r0) (31/41) Purging libgfortran (13.2.1_git20240309-r0) (32/41) Purging python3-pyc (3.12.3-r0) (33/41) Purging python3-pycache-pyc0 (3.12.3-r0) (34/41) Purging pyc (3.12.3-r0) (35/41) Purging python3 (3.12.3-r0) (36/41) Purging gdbm (1.23-r1) (37/41) Purging libffi (3.4.6-r0) (38/41) Purging libpanelw (6.4_p20240330-r0) (39/41) Purging mpdecimal (4.0.0-r0) (40/41) Purging readline (8.2.10-r0) (41/41) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-ecos: Updating the testing/ppc64le repository index... >>> py3-ecos: Signing the index...