>>> py3-mpmath: Building community/py3-mpmath 1.2.1-r3 (using abuild 3.11.0_rc13-r0) started Mon, 24 Apr 2023 20:34:11 +0000 >>> py3-mpmath: Checking sanity of /home/buildozer/aports/community/py3-mpmath/APKBUILD... >>> py3-mpmath: Analyzing dependencies... >>> py3-mpmath: Installing for build: build-base python3 python3-dev py3-setuptools_scm py3-wheel py3-pycodestyle py3-pytest py3-pytest-cov (1/35) Installing libffi (3.4.4-r2) (2/35) Installing gdbm (1.23-r1) (3/35) Installing mpdecimal (2.5.1-r2) (4/35) Installing libpanelw (6.4_p20230401-r6) (5/35) Installing readline (8.2.1-r1) (6/35) Installing sqlite-libs (3.41.2-r2) (7/35) Installing python3 (3.11.3-r10) (8/35) Installing python3-pycache-pyc0 (3.11.3-r10) (9/35) Installing pyc (0.1-r0) (10/35) Installing python3-pyc (3.11.3-r10) (11/35) Installing python3-dev (3.11.3-r10) (12/35) Installing py3-parsing (3.0.9-r2) (13/35) Installing py3-parsing-pyc (3.0.9-r2) (14/35) Installing py3-packaging (23.1-r1) (15/35) Installing py3-packaging-pyc (23.1-r1) (16/35) Installing py3-setuptools (67.7.2-r0) (17/35) Installing py3-setuptools-pyc (67.7.2-r0) (18/35) Installing py3-typing-extensions (4.5.0-r1) (19/35) Installing py3-typing-extensions-pyc (4.5.0-r1) (20/35) Installing py3-setuptools_scm (7.1.0-r0) (21/35) Installing py3-wheel (0.40.0-r1) (22/35) Installing py3-wheel-pyc (0.40.0-r1) (23/35) Installing py3-pycodestyle (2.10.0-r1) (24/35) Installing py3-iniconfig (1.1.1-r6) (25/35) Installing py3-iniconfig-pyc (1.1.1-r6) (26/35) Installing py3-pluggy (1.0.0-r3) (27/35) Installing py3-pluggy-pyc (1.0.0-r3) (28/35) Installing py3-py (1.11.0-r2) (29/35) Installing py3-py-pyc (1.11.0-r2) (30/35) Installing py3-pytest (7.3.1-r1) (31/35) Installing py3-pytest-pyc (7.3.1-r1) (32/35) Installing py3-coverage (6.5.0-r4) (33/35) Installing py3-coverage-pyc (6.5.0-r4) (34/35) Installing py3-pytest-cov (4.0.0-r1) (35/35) Installing .makedepends-py3-mpmath (20230424.203413) Executing busybox-1.36.0-r8.trigger OK: 582 MiB in 138 packages >>> py3-mpmath: Cleaning up srcdir >>> py3-mpmath: Cleaning up pkgdir >>> py3-mpmath: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-mpmath-1.2.1.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 2093k 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 16 2093k 16 335k 0 0 184k 0 0:00:11 0:00:01 0:00:10 184k 100 2093k 100 2093k 0 0 795k 0 0:00:02 0:00:02 --:--:-- 795k >>> py3-mpmath: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-mpmath-1.2.1.tar.gz >>> py3-mpmath: Checking sha512sums... py3-mpmath-1.2.1.tar.gz: OK >>> py3-mpmath: Unpacking /var/cache/distfiles/v3.18/py3-mpmath-1.2.1.tar.gz... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _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) running build running build_py creating build creating build/lib creating build/lib/mpmath copying mpmath/ctx_fp.py -> build/lib/mpmath copying mpmath/ctx_mp.py -> build/lib/mpmath copying mpmath/function_docs.py -> build/lib/mpmath copying mpmath/math2.py -> build/lib/mpmath copying mpmath/identification.py -> build/lib/mpmath copying mpmath/ctx_iv.py -> build/lib/mpmath copying mpmath/ctx_mp_python.py -> build/lib/mpmath copying mpmath/__init__.py -> build/lib/mpmath copying mpmath/usertools.py -> build/lib/mpmath copying mpmath/rational.py -> build/lib/mpmath copying mpmath/visualization.py -> build/lib/mpmath copying mpmath/ctx_base.py -> build/lib/mpmath creating build/lib/mpmath/functions copying mpmath/functions/rszeta.py -> build/lib/mpmath/functions copying mpmath/functions/theta.py -> build/lib/mpmath/functions copying mpmath/functions/elliptic.py -> build/lib/mpmath/functions copying mpmath/functions/expintegrals.py -> build/lib/mpmath/functions copying mpmath/functions/bessel.py -> build/lib/mpmath/functions copying mpmath/functions/functions.py -> build/lib/mpmath/functions copying mpmath/functions/hypergeometric.py -> build/lib/mpmath/functions copying mpmath/functions/zetazeros.py -> build/lib/mpmath/functions copying mpmath/functions/qfunctions.py -> build/lib/mpmath/functions copying mpmath/functions/factorials.py -> build/lib/mpmath/functions copying mpmath/functions/orthogonal.py -> build/lib/mpmath/functions copying mpmath/functions/__init__.py -> build/lib/mpmath/functions copying mpmath/functions/zeta.py -> build/lib/mpmath/functions creating build/lib/mpmath/tests copying mpmath/tests/test_levin.py -> build/lib/mpmath/tests copying mpmath/tests/test_special.py -> build/lib/mpmath/tests copying mpmath/tests/extratest_gamma.py -> build/lib/mpmath/tests copying mpmath/tests/test_fp.py -> build/lib/mpmath/tests copying mpmath/tests/test_calculus.py -> build/lib/mpmath/tests copying mpmath/tests/test_quad.py -> build/lib/mpmath/tests copying mpmath/tests/test_ode.py -> build/lib/mpmath/tests copying mpmath/tests/test_basic_ops.py -> build/lib/mpmath/tests copying mpmath/tests/test_mpmath.py -> build/lib/mpmath/tests copying mpmath/tests/torture.py -> build/lib/mpmath/tests copying mpmath/tests/test_gammazeta.py -> build/lib/mpmath/tests copying mpmath/tests/test_linalg.py -> build/lib/mpmath/tests copying mpmath/tests/runtests.py -> build/lib/mpmath/tests copying mpmath/tests/test_compatibility.py -> build/lib/mpmath/tests copying mpmath/tests/test_eigen_symmetric.py -> build/lib/mpmath/tests copying mpmath/tests/test_pickle.py -> build/lib/mpmath/tests copying mpmath/tests/test_elliptic.py -> build/lib/mpmath/tests copying mpmath/tests/test_interval.py -> build/lib/mpmath/tests copying mpmath/tests/test_str.py -> build/lib/mpmath/tests copying mpmath/tests/test_power.py -> build/lib/mpmath/tests copying mpmath/tests/test_eigen.py -> build/lib/mpmath/tests copying mpmath/tests/test_convert.py -> build/lib/mpmath/tests copying mpmath/tests/test_bitwise.py -> build/lib/mpmath/tests copying mpmath/tests/test_matrices.py -> build/lib/mpmath/tests copying mpmath/tests/test_identify.py -> build/lib/mpmath/tests copying mpmath/tests/test_functions.py -> build/lib/mpmath/tests copying mpmath/tests/test_division.py -> build/lib/mpmath/tests copying mpmath/tests/test_summation.py -> build/lib/mpmath/tests copying mpmath/tests/test_rootfinding.py -> build/lib/mpmath/tests copying mpmath/tests/test_visualization.py -> build/lib/mpmath/tests copying mpmath/tests/test_functions2.py -> build/lib/mpmath/tests copying mpmath/tests/__init__.py -> build/lib/mpmath/tests copying mpmath/tests/test_hp.py -> build/lib/mpmath/tests copying mpmath/tests/test_trig.py -> build/lib/mpmath/tests copying mpmath/tests/extratest_zeta.py -> build/lib/mpmath/tests copying mpmath/tests/test_diff.py -> build/lib/mpmath/tests creating build/lib/mpmath/calculus copying mpmath/calculus/inverselaplace.py -> build/lib/mpmath/calculus copying mpmath/calculus/differentiation.py -> build/lib/mpmath/calculus copying mpmath/calculus/extrapolation.py -> build/lib/mpmath/calculus copying mpmath/calculus/polynomials.py -> build/lib/mpmath/calculus copying mpmath/calculus/optimization.py -> build/lib/mpmath/calculus copying mpmath/calculus/approximation.py -> build/lib/mpmath/calculus copying mpmath/calculus/odes.py -> build/lib/mpmath/calculus copying mpmath/calculus/calculus.py -> build/lib/mpmath/calculus copying mpmath/calculus/__init__.py -> build/lib/mpmath/calculus copying mpmath/calculus/quadrature.py -> build/lib/mpmath/calculus creating build/lib/mpmath/libmp copying mpmath/libmp/gammazeta.py -> build/lib/mpmath/libmp copying mpmath/libmp/libintmath.py -> build/lib/mpmath/libmp copying mpmath/libmp/libhyper.py -> build/lib/mpmath/libmp copying mpmath/libmp/libmpc.py -> build/lib/mpmath/libmp copying mpmath/libmp/libelefun.py -> build/lib/mpmath/libmp copying mpmath/libmp/backend.py -> build/lib/mpmath/libmp copying mpmath/libmp/__init__.py -> build/lib/mpmath/libmp copying mpmath/libmp/libmpf.py -> build/lib/mpmath/libmp copying mpmath/libmp/libmpi.py -> build/lib/mpmath/libmp creating build/lib/mpmath/matrices copying mpmath/matrices/matrices.py -> build/lib/mpmath/matrices copying mpmath/matrices/eigen.py -> build/lib/mpmath/matrices copying mpmath/matrices/eigen_symmetric.py -> build/lib/mpmath/matrices copying mpmath/matrices/linalg.py -> build/lib/mpmath/matrices copying mpmath/matrices/calculus.py -> build/lib/mpmath/matrices copying mpmath/matrices/__init__.py -> build/lib/mpmath/matrices ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-mpmath/src/mpmath-1.2.1 configfile: pytest.ini plugins: cov-4.0.0 collected 339 items mpmath/tests/test_basic_ops.py ...................... [ 6%] mpmath/tests/test_bitwise.py ............. [ 10%] mpmath/tests/test_calculus.py .......... [ 13%] mpmath/tests/test_compatibility.py ... [ 14%] mpmath/tests/test_convert.py .............. [ 18%] mpmath/tests/test_diff.py .... [ 19%] mpmath/tests/test_division.py ....... [ 21%] mpmath/tests/test_eigen.py .. [ 22%] mpmath/tests/test_eigen_symmetric.py .......... [ 25%] mpmath/tests/test_elliptic.py .............. [ 29%] mpmath/tests/test_fp.py ............ [ 32%] mpmath/tests/test_functions.py ......................................... [ 44%] ..... [ 46%] mpmath/tests/test_functions2.py ........................................ [ 58%] ...... [ 59%] mpmath/tests/test_gammazeta.py .............................. [ 68%] mpmath/tests/test_hp.py ... [ 69%] mpmath/tests/test_identify.py .. [ 70%] mpmath/tests/test_interval.py ............... [ 74%] mpmath/tests/test_levin.py ....... [ 76%] mpmath/tests/test_linalg.py ................ [ 81%] mpmath/tests/test_matrices.py ............x.. [ 85%] mpmath/tests/test_mpmath.py . [ 86%] mpmath/tests/test_ode.py ... [ 87%] mpmath/tests/test_pickle.py . [ 87%] mpmath/tests/test_power.py ... [ 88%] mpmath/tests/test_quad.py ................x [ 93%] mpmath/tests/test_rootfinding.py ........ [ 95%] mpmath/tests/test_special.py ..... [ 97%] mpmath/tests/test_str.py . [ 97%] mpmath/tests/test_summation.py ..... [ 98%] mpmath/tests/test_trig.py ... [ 99%] mpmath/tests/test_visualization.py . [100%] ================== 337 passed, 2 xfailed in 123.87s (0:02:03) ================== >>> py3-mpmath: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _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) running install /usr/lib/python3.11/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, pypa/build 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/community/py3-mpmath/pkg creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath copying build/lib/mpmath/ctx_fp.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/rszeta.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/theta.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/elliptic.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/expintegrals.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/bessel.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/functions.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/hypergeometric.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/zetazeros.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/qfunctions.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/factorials.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/orthogonal.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/__init__.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions copying build/lib/mpmath/functions/zeta.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_levin.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_special.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/extratest_gamma.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_fp.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_calculus.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_quad.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_ode.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_basic_ops.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_mpmath.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/torture.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_gammazeta.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_linalg.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/runtests.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_compatibility.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_eigen_symmetric.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_pickle.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_elliptic.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_interval.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_str.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_power.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_eigen.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_convert.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_bitwise.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_matrices.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_identify.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_functions.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_division.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_summation.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_rootfinding.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_visualization.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_functions2.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/__init__.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_hp.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_trig.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/extratest_zeta.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_diff.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/inverselaplace.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/differentiation.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/extrapolation.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/polynomials.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/optimization.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/approximation.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/odes.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/calculus.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/__init__.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/quadrature.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus copying build/lib/mpmath/ctx_mp.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath copying build/lib/mpmath/function_docs.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/gammazeta.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/libintmath.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/libhyper.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/libmpc.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/libelefun.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/backend.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/__init__.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/libmpf.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/libmpi.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp copying build/lib/mpmath/math2.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath copying build/lib/mpmath/identification.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath copying build/lib/mpmath/ctx_iv.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath copying build/lib/mpmath/ctx_mp_python.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath copying build/lib/mpmath/__init__.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices copying build/lib/mpmath/matrices/matrices.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices copying build/lib/mpmath/matrices/eigen.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices copying build/lib/mpmath/matrices/eigen_symmetric.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices copying build/lib/mpmath/matrices/linalg.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices copying build/lib/mpmath/matrices/calculus.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices copying build/lib/mpmath/matrices/__init__.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices copying build/lib/mpmath/usertools.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath copying build/lib/mpmath/rational.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath copying build/lib/mpmath/visualization.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath copying build/lib/mpmath/ctx_base.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/ctx_fp.py to ctx_fp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/rszeta.py to rszeta.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/theta.py to theta.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/elliptic.py to elliptic.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/expintegrals.py to expintegrals.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/bessel.py to bessel.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/functions.py to functions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/hypergeometric.py to hypergeometric.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/zetazeros.py to zetazeros.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/qfunctions.py to qfunctions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/factorials.py to factorials.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/orthogonal.py to orthogonal.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/zeta.py to zeta.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_levin.py to test_levin.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_special.py to test_special.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/extratest_gamma.py to extratest_gamma.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_fp.py to test_fp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_calculus.py to test_calculus.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_quad.py to test_quad.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_ode.py to test_ode.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_basic_ops.py to test_basic_ops.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_mpmath.py to test_mpmath.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/torture.py to torture.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_gammazeta.py to test_gammazeta.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_linalg.py to test_linalg.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/runtests.py to runtests.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_compatibility.py to test_compatibility.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_eigen_symmetric.py to test_eigen_symmetric.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_pickle.py to test_pickle.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_elliptic.py to test_elliptic.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_interval.py to test_interval.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_str.py to test_str.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_power.py to test_power.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_eigen.py to test_eigen.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_convert.py to test_convert.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_bitwise.py to test_bitwise.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_matrices.py to test_matrices.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_identify.py to test_identify.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_functions.py to test_functions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_division.py to test_division.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_summation.py to test_summation.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_rootfinding.py to test_rootfinding.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_visualization.py to test_visualization.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_functions2.py to test_functions2.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_hp.py to test_hp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_trig.py to test_trig.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/extratest_zeta.py to extratest_zeta.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/test_diff.py to test_diff.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/inverselaplace.py to inverselaplace.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/differentiation.py to differentiation.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/extrapolation.py to extrapolation.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/polynomials.py to polynomials.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/optimization.py to optimization.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/approximation.py to approximation.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/odes.py to odes.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/calculus.py to calculus.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/quadrature.py to quadrature.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/ctx_mp.py to ctx_mp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/function_docs.py to function_docs.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/gammazeta.py to gammazeta.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/libintmath.py to libintmath.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/libhyper.py to libhyper.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/libmpc.py to libmpc.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/libelefun.py to libelefun.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/backend.py to backend.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/libmpf.py to libmpf.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/libmpi.py to libmpi.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/math2.py to math2.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/identification.py to identification.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/ctx_iv.py to ctx_iv.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/ctx_mp_python.py to ctx_mp_python.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/matrices.py to matrices.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/eigen.py to eigen.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/eigen_symmetric.py to eigen_symmetric.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/linalg.py to linalg.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/calculus.py to calculus.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/usertools.py to usertools.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/rational.py to rational.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/visualization.py to visualization.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/ctx_base.py to ctx_base.cpython-311.pyc running install_egg_info running egg_info writing mpmath.egg-info/PKG-INFO writing dependency_links to mpmath.egg-info/dependency_links.txt writing requirements to mpmath.egg-info/requires.txt writing top-level names to mpmath.egg-info/top_level.txt reading manifest file 'mpmath.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'mpmath.egg-info/SOURCES.txt' Copying mpmath.egg-info to /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath-1.2.1-py3.11.egg-info running install_scripts >>> py3-mpmath-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__' -> '/home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath-pyc/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__' '/home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__' -> '/home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath-pyc/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__' '/home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/__pycache__' -> '/home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath-pyc/usr/lib/python3.11/site-packages/mpmath/libmp/__pycache__' '/home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__' -> '/home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath-pyc/usr/lib/python3.11/site-packages/mpmath/__pycache__' '/home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/__pycache__' -> '/home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath-pyc/usr/lib/python3.11/site-packages/mpmath/matrices/__pycache__' >>> py3-mpmath-pyc*: Preparing subpackage py3-mpmath-pyc... >>> py3-mpmath-pyc*: Running postcheck for py3-mpmath-pyc >>> py3-mpmath*: Running postcheck for py3-mpmath >>> py3-mpmath*: Preparing package py3-mpmath... >>> py3-mpmath*: Stripping binaries >>> WARNING: py3-mpmath*: No arch specific binaries found so arch should probably be set to "noarch" >>> py3-mpmath-pyc*: Scanning shared objects >>> py3-mpmath*: Scanning shared objects >>> py3-mpmath-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-mpmath-pyc*: Package size: 2.1 MB >>> py3-mpmath-pyc*: Compressing data... >>> py3-mpmath-pyc*: Create checksum... >>> py3-mpmath-pyc*: Create py3-mpmath-pyc-1.2.1-r3.apk >>> py3-mpmath*: Tracing dependencies... python3 python3~3.11 >>> py3-mpmath*: Package size: 1.6 MB >>> py3-mpmath*: Compressing data... >>> py3-mpmath*: Create checksum... >>> py3-mpmath*: Create py3-mpmath-1.2.1-r3.apk >>> py3-mpmath: Build complete at Mon, 24 Apr 2023 20:36:25 +0000 elapsed time 0h 2m 14s >>> py3-mpmath: Cleaning up srcdir >>> py3-mpmath: Cleaning up pkgdir >>> py3-mpmath: Uninstalling dependencies... (1/35) Purging .makedepends-py3-mpmath (20230424.203413) (2/35) Purging python3-dev (3.11.3-r10) (3/35) Purging py3-setuptools_scm (7.1.0-r0) (4/35) Purging py3-setuptools-pyc (67.7.2-r0) (5/35) Purging py3-setuptools (67.7.2-r0) (6/35) Purging py3-typing-extensions-pyc (4.5.0-r1) (7/35) Purging py3-typing-extensions (4.5.0-r1) (8/35) Purging py3-wheel-pyc (0.40.0-r1) (9/35) Purging py3-wheel (0.40.0-r1) (10/35) Purging py3-pycodestyle (2.10.0-r1) (11/35) Purging py3-pytest-cov (4.0.0-r1) (12/35) Purging py3-pytest-pyc (7.3.1-r1) (13/35) Purging py3-pytest (7.3.1-r1) (14/35) Purging py3-iniconfig-pyc (1.1.1-r6) (15/35) Purging py3-iniconfig (1.1.1-r6) (16/35) Purging py3-packaging-pyc (23.1-r1) (17/35) Purging py3-packaging (23.1-r1) (18/35) Purging py3-parsing-pyc (3.0.9-r2) (19/35) Purging py3-parsing (3.0.9-r2) (20/35) Purging py3-pluggy-pyc (1.0.0-r3) (21/35) Purging py3-pluggy (1.0.0-r3) (22/35) Purging py3-py-pyc (1.11.0-r2) (23/35) Purging py3-py (1.11.0-r2) (24/35) Purging py3-coverage-pyc (6.5.0-r4) (25/35) Purging py3-coverage (6.5.0-r4) (26/35) Purging python3-pyc (3.11.3-r10) (27/35) Purging python3-pycache-pyc0 (3.11.3-r10) (28/35) Purging pyc (0.1-r0) (29/35) Purging python3 (3.11.3-r10) (30/35) Purging gdbm (1.23-r1) (31/35) Purging libffi (3.4.4-r2) (32/35) Purging libpanelw (6.4_p20230401-r6) (33/35) Purging mpdecimal (2.5.1-r2) (34/35) Purging readline (8.2.1-r1) (35/35) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 443 MiB in 103 packages >>> py3-mpmath: Updating the community/ppc64le repository index... >>> py3-mpmath: Signing the index...