>>> py3-scs: Building testing/py3-scs 3.2.2-r1 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 18:53:25 +0000 >>> py3-scs: Checking sanity of /home/buildozer/aports/testing/py3-scs/APKBUILD... >>> py3-scs: Analyzing dependencies... >>> py3-scs: Installing for build: build-base python3 py3-numpy py3-scipy py3-setuptools py3-numpy-dev (1/19) Installing libbz2 (1.0.8-r4) (2/19) Installing libffi (3.4.4-r0) (3/19) Installing gdbm (1.23-r0) (4/19) Installing xz-libs (5.2.8-r0) (5/19) Installing mpdecimal (2.5.1-r1) (6/19) Installing readline (8.2.0-r0) (7/19) Installing sqlite-libs (3.40.0-r0) (8/19) Installing python3 (3.11.0-r2) (9/19) Installing libgfortran (12.2.1_git20220924-r4) (10/19) Installing openblas (0.3.21-r0) (11/19) Installing py3-numpy (1.23.5-r0) (12/19) Installing python3-dev (3.11.0-r2) (13/19) Installing py3-numpy-f2py (1.23.5-r0) (14/19) Installing py3-scipy (1.9.3-r1) (15/19) Installing py3-parsing (3.0.9-r1) (16/19) Installing py3-packaging (21.3-r3) (17/19) Installing py3-setuptools (65.6.3-r0) (18/19) Installing py3-numpy-dev (1.23.5-r0) (19/19) Installing .makedepends-py3-scs (20221124.185326) Executing busybox-1.35.0-r29.trigger OK: 691 MiB in 115 packages >>> py3-scs: Cleaning up srcdir >>> py3-scs: Cleaning up pkgdir >>> py3-scs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/scs-3.2.2.tar.gz >>> py3-scs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/scs-3.2.2.tar.gz >>> py3-scs: Checking sha512sums... scs-3.2.2.tar.gz: OK >>> py3-scs: Unpacking /var/cache/distfiles/edge/scs-3.2.2.tar.gz... Namespace(scs=False, gpu=False, mkl=False, float32=False, extraverbose=False, gpu_atrans=True, int32=False, blas64=False) running build running build_py creating build creating build/lib.linux-aarch64-cpython-311 creating build/lib.linux-aarch64-cpython-311/scs copying src/__init__.py -> build/lib.linux-aarch64-cpython-311/scs running build_ext /home/buildozer/aports/testing/py3-scs/src/scs-3.2.2/setup.py:93: DeprecationWarning: `numpy.distutils` is deprecated since NumPy 1.23.0, as a result of the deprecation of `distutils` itself. It will be removed for Python >= 3.12. For older Python versions it will remain present. It is recommended to use `setuptools < 60.0` for those Python versions. For more details, see: https://numpy.org/devdocs/reference/distutils_status_migration.html from numpy.distutils.system_info import get_info /usr/lib/python3.11/site-packages/numpy/distutils/system_info.py:2077: UserWarning: Optimized (vendor) Blas libraries are not found. Falls back to netlib Blas library which has worse performance. A better performance should be easily gained by switching Blas library. if self._calc_info(blas): /usr/lib/python3.11/site-packages/numpy/distutils/system_info.py:2077: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. if self._calc_info(blas): /usr/lib/python3.11/site-packages/numpy/distutils/system_info.py:2077: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. if self._calc_info(blas): /usr/lib/python3.11/site-packages/numpy/distutils/system_info.py:1902: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. return getattr(self, '_calc_info_{}'.format(name))() /usr/lib/python3.11/site-packages/numpy/distutils/system_info.py:1902: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. return getattr(self, '_calc_info_{}'.format(name))() blas_armpl_info: NOT AVAILABLE blas_mkl_info: NOT AVAILABLE blis_info: NOT AVAILABLE openblas_info: libraries = ['openblas', 'openblas'] library_dirs = ['/usr/lib'] language = c define_macros = [('HAVE_CBLAS', None)] blas_opt_info: libraries = ['openblas', 'openblas'] library_dirs = ['/usr/lib'] language = c define_macros = [('HAVE_CBLAS', None)] lapack_armpl_info: NOT AVAILABLE lapack_mkl_info: NOT AVAILABLE openblas_lapack_info: libraries = ['openblas', 'openblas'] library_dirs = ['/usr/lib'] language = c define_macros = [('HAVE_CBLAS', None)] lapack_opt_info: libraries = ['openblas', 'openblas'] library_dirs = ['/usr/lib'] language = c define_macros = [('HAVE_CBLAS', None)] Supported SIMD extensions in this NumPy install: baseline = NEON,NEON_FP16,NEON_VFPV4,ASIMD found = ASIMDHP,ASIMDDP not found = ASIMDFHM Blas info: {} Lapack info: {} >>> py3-scs: Entering fakeroot... Namespace(scs=False, gpu=False, mkl=False, float32=False, extraverbose=False, gpu_atrans=True, int32=False, blas64=False) 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 build running build_py running build_ext /home/buildozer/aports/testing/py3-scs/src/scs-3.2.2/setup.py:93: DeprecationWarning: `numpy.distutils` is deprecated since NumPy 1.23.0, as a result of the deprecation of `distutils` itself. It will be removed for Python >= 3.12. For older Python versions it will remain present. It is recommended to use `setuptools < 60.0` for those Python versions. For more details, see: https://numpy.org/devdocs/reference/distutils_status_migration.html from numpy.distutils.system_info import get_info /usr/lib/python3.11/site-packages/numpy/distutils/system_info.py:2077: UserWarning: Optimized (vendor) Blas libraries are not found. Falls back to netlib Blas library which has worse performance. A better performance should be easily gained by switching Blas library. if self._calc_info(blas): /usr/lib/python3.11/site-packages/numpy/distutils/system_info.py:2077: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. if self._calc_info(blas): /usr/lib/python3.11/site-packages/numpy/distutils/system_info.py:2077: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. if self._calc_info(blas): /usr/lib/python3.11/site-packages/numpy/distutils/system_info.py:1902: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. return getattr(self, '_calc_info_{}'.format(name))() /usr/lib/python3.11/site-packages/numpy/distutils/system_info.py:1902: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. return getattr(self, '_calc_info_{}'.format(name))() blas_armpl_info: NOT AVAILABLE blas_mkl_info: NOT AVAILABLE blis_info: NOT AVAILABLE openblas_info: libraries = ['openblas', 'openblas'] library_dirs = ['/usr/lib'] language = c define_macros = [('HAVE_CBLAS', None)] blas_opt_info: libraries = ['openblas', 'openblas'] library_dirs = ['/usr/lib'] language = c define_macros = [('HAVE_CBLAS', None)] lapack_armpl_info: NOT AVAILABLE lapack_mkl_info: NOT AVAILABLE openblas_lapack_info: libraries = ['openblas', 'openblas'] library_dirs = ['/usr/lib'] language = c define_macros = [('HAVE_CBLAS', None)] lapack_opt_info: libraries = ['openblas', 'openblas'] library_dirs = ['/usr/lib'] language = c define_macros = [('HAVE_CBLAS', None)] Supported SIMD extensions in this NumPy install: baseline = NEON,NEON_FP16,NEON_VFPV4,ASIMD found = ASIMDHP,ASIMDDP not found = ASIMDFHM Blas info: {} Lapack info: {} >>> py3-scs*: Running postcheck for py3-scs >>> py3-scs*: Preparing package py3-scs... >>> py3-scs*: Stripping binaries >>> py3-scs*: Scanning shared objects >>> py3-scs*: Tracing dependencies... python3 py3-numpy py3-scipy so:libc.musl-aarch64.so.1 >>> py3-scs*: Package size: 340.0 KB >>> py3-scs*: Compressing data... >>> py3-scs*: Create checksum... >>> py3-scs*: Create py3-scs-3.2.2-r1.apk >>> py3-scs: Build complete at Thu, 24 Nov 2022 18:53:32 +0000 elapsed time 0h 0m 7s >>> py3-scs: Cleaning up srcdir >>> py3-scs: Cleaning up pkgdir >>> py3-scs: Uninstalling dependencies... (1/19) Purging .makedepends-py3-scs (20221124.185326) (2/19) Purging py3-scipy (1.9.3-r1) (3/19) Purging py3-numpy-f2py (1.23.5-r0) (4/19) Purging python3-dev (3.11.0-r2) (5/19) Purging py3-setuptools (65.6.3-r0) (6/19) Purging py3-packaging (21.3-r3) (7/19) Purging py3-parsing (3.0.9-r1) (8/19) Purging python3 (3.11.0-r2) (9/19) Purging py3-numpy-dev (1.23.5-r0) (10/19) Purging py3-numpy (1.23.5-r0) (11/19) Purging libbz2 (1.0.8-r4) (12/19) Purging libffi (3.4.4-r0) (13/19) Purging gdbm (1.23-r0) (14/19) Purging xz-libs (5.2.8-r0) (15/19) Purging mpdecimal (2.5.1-r1) (16/19) Purging readline (8.2.0-r0) (17/19) Purging sqlite-libs (3.40.0-r0) (18/19) Purging openblas (0.3.21-r0) (19/19) Purging libgfortran (12.2.1_git20220924-r4) Executing busybox-1.35.0-r29.trigger OK: 406 MiB in 96 packages >>> py3-scs: Updating the testing/aarch64 repository index... >>> py3-scs: Signing the index...