>>> py3-ecos: Building testing/py3-ecos 2.0.11-r0 (using abuild 3.11.0_rc8-r0) started Mon, 17 Apr 2023 14:16:21 +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/30) Installing libgfortran (12.2.1_git20220924-r10) (2/30) Installing openblas (0.3.23-r0) (3/30) Installing py3-numpy (1.24.2-r0) (4/30) Installing libbz2 (1.0.8-r5) (5/30) Installing libffi (3.4.4-r2) (6/30) Installing gdbm (1.23-r1) (7/30) Installing xz-libs (5.4.2-r1) (8/30) Installing mpdecimal (2.5.1-r2) (9/30) Installing libpanelw (6.4_p20230401-r4) (10/30) Installing readline (8.2.1-r1) (11/30) Installing sqlite-libs (3.41.2-r2) (12/30) Installing python3 (3.11.3-r4) (13/30) Installing python3-pycache-pyc0 (3.11.3-r4) (14/30) Installing py3-parsing (3.0.9-r1) (15/30) Installing py3-packaging (23.1-r0) (16/30) Installing py3-platformdirs (3.2.0-r0) (17/30) Installing py3-certifi (2022.12.7-r1) (18/30) Installing py3-charset-normalizer (3.1.0-r0) (19/30) Installing py3-idna (3.4-r3) (20/30) Installing py3-urllib3 (1.26.15-r0) (21/30) Installing py3-requests (2.28.2-r0) (22/30) Installing py3-pooch (1.7.0-r0) (23/30) Installing python3-dev (3.11.3-r4) (24/30) Installing py3-numpy-f2py (1.24.2-r0) (25/30) Installing py3-scipy (1.10.1-r0) (26/30) Installing ecos (2.0.10-r0) (27/30) Installing py3-setuptools (67.6.1-r0) (28/30) Installing ecos-dev (2.0.10-r0) (29/30) Installing py3-numpy-dev (1.24.2-r0) (30/30) Installing .makedepends-py3-ecos (20230417.141622) Executing busybox-1.36.0-r7.trigger OK: 571 MiB in 128 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 0 29938 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 29938 100 29938 0 0 20002 0 0:00:01 0:00:01 --:--:-- 19998 >>> 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-ppc64le-cpython-311 creating build/lib.linux-ppc64le-cpython-311/ecos copying src/ecos/version.py -> build/lib.linux-ppc64le-cpython-311/ecos copying src/ecos/ecos.py -> build/lib.linux-ppc64le-cpython-311/ecos copying src/ecos/__init__.py -> build/lib.linux-ppc64le-cpython-311/ecos running build_ext building '_ecos' extension creating build/temp.linux-ppc64le-cpython-311 creating build/temp.linux-ppc64le-cpython-311/src gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -Os -fomit-frame-pointer -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-ppc64le-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 -Wl,-z,pack-relative-relocs -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-ppc64le-cpython-311/src/ecosmodule.o -L/usr/lib -lecos -lrt -o build/lib.linux-ppc64le-cpython-311/_ecos.cpython-311-powerpc64le-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-ppc64le-cpython-311/_ecos.cpython-311-powerpc64le-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-ppc64le-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-ppc64le-cpython-311/ecos/ecos.py -> /home/buildozer/aports/testing/py3-ecos/pkg/py3-ecos/usr/lib/python3.11/site-packages/ecos copying build/lib.linux-ppc64le-cpython-311/ecos/__init__.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/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 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 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 >>> py3-ecos*: Preparing package py3-ecos... >>> py3-ecos*: Stripping binaries >>> py3-ecos*: Scanning shared objects >>> py3-ecos*: Tracing dependencies... py3-numpy py3-scipy ecos so:libc.musl-ppc64le.so.1 so:libecos.so >>> py3-ecos*: Package size: 148.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 Mon, 17 Apr 2023 14:16:27 +0000 elapsed time 0h 0m 6s >>> py3-ecos: Cleaning up srcdir >>> py3-ecos: Cleaning up pkgdir >>> py3-ecos: Uninstalling dependencies... (1/30) Purging .makedepends-py3-ecos (20230417.141622) (2/30) Purging py3-scipy (1.10.1-r0) (3/30) Purging py3-pooch (1.7.0-r0) (4/30) Purging py3-platformdirs (3.2.0-r0) (5/30) Purging py3-requests (2.28.2-r0) (6/30) Purging py3-certifi (2022.12.7-r1) (7/30) Purging py3-charset-normalizer (3.1.0-r0) (8/30) Purging py3-idna (3.4-r3) (9/30) Purging py3-urllib3 (1.26.15-r0) (10/30) Purging py3-numpy-f2py (1.24.2-r0) (11/30) Purging python3-dev (3.11.3-r4) (12/30) Purging ecos (2.0.10-r0) (13/30) Purging py3-setuptools (67.6.1-r0) (14/30) Purging py3-packaging (23.1-r0) (15/30) Purging py3-parsing (3.0.9-r1) (16/30) Purging python3-pycache-pyc0 (3.11.3-r4) (17/30) Purging python3 (3.11.3-r4) (18/30) Purging ecos-dev (2.0.10-r0) (19/30) Purging py3-numpy-dev (1.24.2-r0) (20/30) Purging py3-numpy (1.24.2-r0) (21/30) Purging openblas (0.3.23-r0) (22/30) Purging gdbm (1.23-r1) (23/30) Purging libbz2 (1.0.8-r5) (24/30) Purging libffi (3.4.4-r2) (25/30) Purging libgfortran (12.2.1_git20220924-r10) (26/30) Purging libpanelw (6.4_p20230401-r4) (27/30) Purging mpdecimal (2.5.1-r2) (28/30) Purging readline (8.2.1-r1) (29/30) Purging sqlite-libs (3.41.2-r2) (30/30) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 292 MiB in 98 packages >>> py3-ecos: Updating the testing/ppc64le repository index... >>> py3-ecos: Signing the index...