>>> py3-scs: Building testing/py3-scs 3.0.0-r0 (using abuild 3.9.0-r0) started Fri, 06 May 2022 23:09:59 +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/23) Installing libbz2 (1.0.8-r1) (2/23) Installing libffi (3.4.2-r1) (3/23) Installing gdbm (1.23-r0) (4/23) Installing xz-libs (5.2.5-r1) (5/23) Installing mpdecimal (2.5.1-r1) (6/23) Installing readline (8.1.2-r0) (7/23) Installing sqlite-libs (3.38.4-r0) (8/23) Installing python3 (3.10.4-r0) (9/23) Installing libgfortran (11.2.1_git20220219-r2) (10/23) Installing openblas (0.3.20-r0) (11/23) Installing py3-numpy (1.22.3-r0) (12/23) Installing python3-dev (3.10.4-r0) (13/23) Installing py3-numpy-f2py (1.22.3-r0) (14/23) Installing py3-scipy (1.7.2-r1) (15/23) Installing py3-appdirs (1.4.4-r3) (16/23) Installing py3-more-itertools (8.13.0-r0) (17/23) Installing py3-ordered-set (4.0.2-r3) (18/23) Installing py3-parsing (2.4.7-r3) (19/23) Installing py3-six (1.16.0-r1) (20/23) Installing py3-packaging (21.3-r0) (21/23) Installing py3-setuptools (59.4.0-r0) (22/23) Installing py3-numpy-dev (1.22.3-r0) (23/23) Installing .makedepends-py3-scs (20220506.231003) Executing busybox-1.35.0-r12.trigger OK: 453 MiB in 101 packages >>> py3-scs: Cleaning up srcdir >>> py3-scs: Cleaning up pkgdir >>> py3-scs: Fetching https://distfiles.alpinelinux.org/distfiles/edge//scs-3.0.0.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-scs: Fetching scs-3.0.0.tar.gz::https://files.pythonhosted.org/packages/source/s/scs/scs-3.0.0.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 16 26.2M 16 4326k 0 0 4815k 0 0:00:05 --:--:-- 0:00:05 4815k 100 26.2M 100 26.2M 0 0 15.0M 0 0:00:01 0:00:01 --:--:-- 26.0M >>> py3-scs: Fetching https://distfiles.alpinelinux.org/distfiles/edge//scs-3.0.0.tar.gz >>> py3-scs: Checking sha512sums... scs-3.0.0.tar.gz: OK >>> py3-scs: Unpacking /var/cache/distfiles/scs-3.0.0.tar.gz... /home/buildozer/aports/testing/py3-scs/src/scs-3.0.0/setup.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.msvccompiler import MSVCCompiler Namespace(scs=False, gpu=False, float32=False, extraverbose=False, gpu_atrans=True, int32=False, blas64=False) running build running build_py creating build creating build/lib.linux-riscv64-3.10 creating build/lib.linux-riscv64-3.10/scs copying src/__init__.py -> build/lib.linux-riscv64-3.10/scs running build_ext /usr/lib/python3.10/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.10/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.10/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.10/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.10/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))() In file included from scs/include/aa.h:8, from scs/include/scs.h:10, from scs/linsys/external/amd/SuiteSparse_config.h:47, from scs/linsys/external/amd/SuiteSparse_config.c:28: scs/include/glbopts.h:70:21: warning: initialization of 'int (*)(const char *, ...)' from incompatible pointer type 'void (*)(const char *, ...)' [-Wincompatible-pointer-types] 70 | #define _scs_printf PySys_WriteStdout | ^~~~~~~~~~~~~~~~~ scs/linsys/external/amd/SuiteSparse_config.c:54:56: note: in expansion of macro '_scs_printf' 54 | _scs_malloc, _scs_calloc, _scs_realloc, _scs_free, _scs_printf, | ^~~~~~~~~~~ scs/include/glbopts.h:70:21: note: (near initialization for 'SuiteSparse_config.printf_func') 70 | #define _scs_printf PySys_WriteStdout | ^~~~~~~~~~~~~~~~~ scs/linsys/external/amd/SuiteSparse_config.c:54:56: note: in expansion of macro '_scs_printf' 54 | _scs_malloc, _scs_calloc, _scs_realloc, _scs_free, _scs_printf, | ^~~~~~~~~~~ scs/linsys/external/amd/SuiteSparse_config.c: In function 'SuiteSparse_start': scs/linsys/external/amd/SuiteSparse_config.c:82:37: warning: assignment to 'int (*)(const char *, ...)' from incompatible pointer type 'void (*)(const char *, ...)' [-Wincompatible-pointer-types] 82 | SuiteSparse_config.printf_func = _scs_printf ; | ^ In file included from /usr/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960, from /usr/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5, from src/scsmodule.c:5: /usr/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ In file included from /usr/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960, from /usr/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5, from src/scsmodule.c:5: /usr/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ 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 = found = not found = {} {} >>> py3-scs: Entering fakeroot... /home/buildozer/aports/testing/py3-scs/src/scs-3.0.0/setup.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.msvccompiler import MSVCCompiler Namespace(scs=False, gpu=False, float32=False, extraverbose=False, gpu_atrans=True, int32=False, blas64=False) running install /usr/lib/python3.10/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 /usr/lib/python3.10/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.10/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.10/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.10/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.10/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 = found = not found = {} {} >>> 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-riscv64.so.1 >>> py3-scs*: Package size: 440.0 KB >>> py3-scs*: Compressing data... >>> py3-scs*: Create checksum... >>> py3-scs*: Create py3-scs-3.0.0-r0.apk >>> py3-scs: Build complete at Fri, 06 May 2022 23:10:45 +0000 elapsed time 0h 0m 46s >>> py3-scs: Cleaning up srcdir >>> py3-scs: Cleaning up pkgdir >>> py3-scs: Uninstalling dependencies... (1/23) Purging .makedepends-py3-scs (20220506.231003) (2/23) Purging py3-scipy (1.7.2-r1) (3/23) Purging py3-numpy-f2py (1.22.3-r0) (4/23) Purging python3-dev (3.10.4-r0) (5/23) Purging py3-setuptools (59.4.0-r0) (6/23) Purging py3-appdirs (1.4.4-r3) (7/23) Purging py3-more-itertools (8.13.0-r0) (8/23) Purging py3-ordered-set (4.0.2-r3) (9/23) Purging py3-packaging (21.3-r0) (10/23) Purging py3-six (1.16.0-r1) (11/23) Purging py3-parsing (2.4.7-r3) (12/23) Purging python3 (3.10.4-r0) (13/23) Purging py3-numpy-dev (1.22.3-r0) (14/23) Purging py3-numpy (1.22.3-r0) (15/23) Purging libbz2 (1.0.8-r1) (16/23) Purging libffi (3.4.2-r1) (17/23) Purging gdbm (1.23-r0) (18/23) Purging xz-libs (5.2.5-r1) (19/23) Purging mpdecimal (2.5.1-r1) (20/23) Purging readline (8.1.2-r0) (21/23) Purging sqlite-libs (3.38.4-r0) (22/23) Purging openblas (0.3.20-r0) (23/23) Purging libgfortran (11.2.1_git20220219-r2) Executing busybox-1.35.0-r12.trigger OK: 214 MiB in 78 packages >>> py3-scs: Updating the testing/riscv64 repository index... >>> py3-scs: Signing the index...