>>> py3-mpmath: Building community/py3-mpmath 1.3.0-r0 (using abuild 3.11.1-r0) started Thu, 25 May 2023 23:20:08 +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/37) Installing libffi (3.4.4-r3) (2/37) Installing gdbm (1.23-r1) (3/37) Installing mpdecimal (2.5.1-r2) (4/37) Installing libpanelw (6.4_p20230520-r0) (5/37) Installing readline (8.2.1-r2) (6/37) Installing sqlite-libs (3.42.0-r0) (7/37) Installing python3 (3.11.3-r11) (8/37) Installing python3-pycache-pyc0 (3.11.3-r11) (9/37) Installing pyc (0.1-r0) (10/37) Installing python3-pyc (3.11.3-r11) (11/37) Installing python3-dev (3.11.3-r11) (12/37) Installing py3-parsing (3.0.9-r2) (13/37) Installing py3-parsing-pyc (3.0.9-r2) (14/37) Installing py3-packaging (23.1-r1) (15/37) Installing py3-packaging-pyc (23.1-r1) (16/37) Installing py3-setuptools (67.8.0-r0) (17/37) Installing py3-setuptools-pyc (67.8.0-r0) (18/37) Installing py3-typing-extensions (4.6.2-r0) (19/37) Installing py3-typing-extensions-pyc (4.6.2-r0) (20/37) Installing py3-setuptools_scm (7.1.0-r1) (21/37) Installing py3-setuptools_scm-pyc (7.1.0-r1) (22/37) Installing py3-wheel (0.40.0-r1) (23/37) Installing py3-wheel-pyc (0.40.0-r1) (24/37) Installing py3-pycodestyle (2.10.0-r1) (25/37) Installing py3-iniconfig (1.1.1-r6) (26/37) Installing py3-iniconfig-pyc (1.1.1-r6) (27/37) Installing py3-pluggy (1.0.0-r3) (28/37) Installing py3-pluggy-pyc (1.0.0-r3) (29/37) Installing py3-py (1.11.0-r2) (30/37) Installing py3-py-pyc (1.11.0-r2) (31/37) Installing py3-pytest (7.3.1-r1) (32/37) Installing py3-pytest-pyc (7.3.1-r1) (33/37) Installing py3-coverage (6.5.0-r4) (34/37) Installing py3-coverage-pyc (6.5.0-r4) (35/37) Installing py3-pytest-cov (4.0.0-r2) (36/37) Installing py3-pytest-cov-pyc (4.0.0-r2) (37/37) Installing .makedepends-py3-mpmath (20230525.232009) Executing busybox-1.36.1-r0.trigger OK: 477 MiB in 145 packages >>> py3-mpmath: Cleaning up srcdir >>> py3-mpmath: Cleaning up pkgdir >>> py3-mpmath: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-mpmath-1.3.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-mpmath: Fetching py3-mpmath-1.3.0.tar.gz::https://files.pythonhosted.org/packages/source/m/mpmath/mpmath-1.3.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 100 496k 100 496k 0 0 3062k 0 --:--:-- --:--:-- --:--:-- 3062k >>> py3-mpmath: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-mpmath-1.3.0.tar.gz >>> py3-mpmath: Checking sha512sums... py3-mpmath-1.3.0.tar.gz: OK >>> py3-mpmath: Unpacking /var/cache/distfiles/edge/py3-mpmath-1.3.0.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/function_docs.py -> build/lib/mpmath copying mpmath/math2.py -> build/lib/mpmath copying mpmath/ctx_mp_python.py -> build/lib/mpmath copying mpmath/ctx_base.py -> build/lib/mpmath copying mpmath/usertools.py -> build/lib/mpmath copying mpmath/__init__.py -> build/lib/mpmath copying mpmath/ctx_fp.py -> build/lib/mpmath copying mpmath/identification.py -> build/lib/mpmath copying mpmath/rational.py -> build/lib/mpmath copying mpmath/ctx_mp.py -> build/lib/mpmath copying mpmath/visualization.py -> build/lib/mpmath copying mpmath/ctx_iv.py -> build/lib/mpmath creating build/lib/mpmath/calculus copying mpmath/calculus/polynomials.py -> build/lib/mpmath/calculus copying mpmath/calculus/odes.py -> build/lib/mpmath/calculus copying mpmath/calculus/differentiation.py -> build/lib/mpmath/calculus copying mpmath/calculus/optimization.py -> build/lib/mpmath/calculus copying mpmath/calculus/__init__.py -> build/lib/mpmath/calculus copying mpmath/calculus/quadrature.py -> build/lib/mpmath/calculus copying mpmath/calculus/calculus.py -> build/lib/mpmath/calculus copying mpmath/calculus/inverselaplace.py -> build/lib/mpmath/calculus copying mpmath/calculus/extrapolation.py -> build/lib/mpmath/calculus copying mpmath/calculus/approximation.py -> build/lib/mpmath/calculus creating build/lib/mpmath/tests copying mpmath/tests/test_visualization.py -> build/lib/mpmath/tests copying mpmath/tests/test_division.py -> build/lib/mpmath/tests copying mpmath/tests/test_functions.py -> build/lib/mpmath/tests copying mpmath/tests/test_linalg.py -> build/lib/mpmath/tests copying mpmath/tests/test_pickle.py -> build/lib/mpmath/tests copying mpmath/tests/test_gammazeta.py -> build/lib/mpmath/tests copying mpmath/tests/test_eigen.py -> build/lib/mpmath/tests copying mpmath/tests/extratest_gamma.py -> build/lib/mpmath/tests copying mpmath/tests/extratest_zeta.py -> build/lib/mpmath/tests copying mpmath/tests/test_hp.py -> build/lib/mpmath/tests copying mpmath/tests/test_bitwise.py -> build/lib/mpmath/tests copying mpmath/tests/test_diff.py -> build/lib/mpmath/tests copying mpmath/tests/test_power.py -> build/lib/mpmath/tests copying mpmath/tests/test_fp.py -> 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/__init__.py -> build/lib/mpmath/tests copying mpmath/tests/test_ode.py -> build/lib/mpmath/tests copying mpmath/tests/test_eigen_symmetric.py -> build/lib/mpmath/tests copying mpmath/tests/test_calculus.py -> build/lib/mpmath/tests copying mpmath/tests/runtests.py -> build/lib/mpmath/tests copying mpmath/tests/test_rootfinding.py -> build/lib/mpmath/tests copying mpmath/tests/test_interval.py -> build/lib/mpmath/tests copying mpmath/tests/test_elliptic.py -> build/lib/mpmath/tests copying mpmath/tests/test_basic_ops.py -> build/lib/mpmath/tests copying mpmath/tests/torture.py -> build/lib/mpmath/tests copying mpmath/tests/test_identify.py -> build/lib/mpmath/tests copying mpmath/tests/test_quad.py -> build/lib/mpmath/tests copying mpmath/tests/test_functions2.py -> build/lib/mpmath/tests copying mpmath/tests/test_str.py -> build/lib/mpmath/tests copying mpmath/tests/test_convert.py -> build/lib/mpmath/tests copying mpmath/tests/test_matrices.py -> build/lib/mpmath/tests copying mpmath/tests/test_summation.py -> build/lib/mpmath/tests copying mpmath/tests/test_compatibility.py -> build/lib/mpmath/tests copying mpmath/tests/test_mpmath.py -> build/lib/mpmath/tests copying mpmath/tests/test_trig.py -> build/lib/mpmath/tests creating build/lib/mpmath/functions copying mpmath/functions/theta.py -> build/lib/mpmath/functions copying mpmath/functions/zeta.py -> build/lib/mpmath/functions copying mpmath/functions/functions.py -> build/lib/mpmath/functions copying mpmath/functions/signals.py -> build/lib/mpmath/functions copying mpmath/functions/factorials.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/__init__.py -> build/lib/mpmath/functions copying mpmath/functions/expintegrals.py -> build/lib/mpmath/functions copying mpmath/functions/rszeta.py -> build/lib/mpmath/functions copying mpmath/functions/orthogonal.py -> build/lib/mpmath/functions copying mpmath/functions/elliptic.py -> build/lib/mpmath/functions copying mpmath/functions/bessel.py -> build/lib/mpmath/functions copying mpmath/functions/qfunctions.py -> build/lib/mpmath/functions creating build/lib/mpmath/libmp copying mpmath/libmp/gammazeta.py -> build/lib/mpmath/libmp copying mpmath/libmp/libhyper.py -> build/lib/mpmath/libmp copying mpmath/libmp/backend.py -> build/lib/mpmath/libmp copying mpmath/libmp/libmpf.py -> build/lib/mpmath/libmp copying mpmath/libmp/__init__.py -> build/lib/mpmath/libmp copying mpmath/libmp/libmpc.py -> build/lib/mpmath/libmp copying mpmath/libmp/libintmath.py -> build/lib/mpmath/libmp copying mpmath/libmp/libelefun.py -> build/lib/mpmath/libmp copying mpmath/libmp/libmpi.py -> build/lib/mpmath/libmp creating build/lib/mpmath/matrices copying mpmath/matrices/eigen.py -> build/lib/mpmath/matrices copying mpmath/matrices/__init__.py -> build/lib/mpmath/matrices copying mpmath/matrices/matrices.py -> build/lib/mpmath/matrices copying mpmath/matrices/eigen_symmetric.py -> build/lib/mpmath/matrices copying mpmath/matrices/calculus.py -> build/lib/mpmath/matrices copying mpmath/matrices/linalg.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.3.0 configfile: setup.cfg plugins: cov-4.0.0 collected 342 items test_basic_ops.py ....................... [ 6%] test_bitwise.py ............. [ 10%] test_calculus.py .......... [ 13%] test_compatibility.py ... [ 14%] test_convert.py ............... [ 18%] test_diff.py .... [ 19%] test_division.py ....... [ 21%] test_eigen.py .. [ 22%] test_eigen_symmetric.py .......... [ 25%] test_elliptic.py .............. [ 29%] test_fp.py ............ [ 33%] test_functions.py .............................................. [ 46%] test_functions2.py .............................................. [ 59%] test_gammazeta.py .............................. [ 68%] test_hp.py ... [ 69%] test_identify.py .. [ 70%] test_interval.py ............... [ 74%] test_levin.py ....... [ 76%] test_linalg.py ................ [ 81%] test_matrices.py ............x.. [ 85%] test_mpmath.py . [ 85%] test_ode.py ... [ 86%] test_pickle.py . [ 87%] test_power.py s... [ 88%] test_quad.py ................x [ 93%] test_rootfinding.py ........ [ 95%] test_special.py ..... [ 97%] test_str.py . [ 97%] test_summation.py ..... [ 98%] test_trig.py ... [ 99%] test_visualization.py . [100%] =============================== warnings summary =============================== test_functions2.py:2370 /home/buildozer/aports/community/py3-mpmath/src/mpmath-1.3.0/build/lib/mpmath/tests/test_functions2.py:2370: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @pytest.mark.slow -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======= 339 passed, 1 skipped, 2 xfailed, 1 warning in 162.32s (0:02:42) ======= >>> 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/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/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/odes.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__ copying build/lib/mpmath/calculus/__pycache__/inverselaplace.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__ copying build/lib/mpmath/calculus/__pycache__/optimization.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__ copying build/lib/mpmath/calculus/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__ copying build/lib/mpmath/calculus/__pycache__/approximation.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__ copying build/lib/mpmath/calculus/__pycache__/calculus.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__ copying build/lib/mpmath/calculus/__pycache__/odes.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__ copying build/lib/mpmath/calculus/__pycache__/quadrature.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__ copying build/lib/mpmath/calculus/__pycache__/extrapolation.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__ copying build/lib/mpmath/calculus/__pycache__/differentiation.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__ copying build/lib/mpmath/calculus/__pycache__/polynomials.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus/__pycache__ 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/optimization.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/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/inverselaplace.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/approximation.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/calculus creating /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_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_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_linalg.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_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_eigen.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 creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/extratest_zeta.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_str.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_matrices.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_trig.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_hp.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_rootfinding.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_ode.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/extratest_gamma.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_summation.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/runtests.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_diff.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_gammazeta.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_eigen_symmetric.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_basic_ops.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_mpmath.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_compatibility.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_convert.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_eigen.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_levin.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_power.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_functions.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_calculus.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_division.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_special.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_linalg.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_interval.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_quad.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_elliptic.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_fp.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_identify.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_bitwise.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_visualization.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/torture.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_functions2.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ copying build/lib/mpmath/tests/__pycache__/test_pickle.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/tests/__pycache__ 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_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_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_diff.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_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_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/__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_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_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_calculus.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_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_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_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_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/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_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_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_functions2.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_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_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_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_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_mpmath.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/math2.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/ctx_base.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/__pycache__ copying build/lib/mpmath/__pycache__/ctx_mp.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__ copying build/lib/mpmath/__pycache__/ctx_mp_python.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__ copying build/lib/mpmath/__pycache__/ctx_fp.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__ copying build/lib/mpmath/__pycache__/usertools.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__ copying build/lib/mpmath/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__ copying build/lib/mpmath/__pycache__/function_docs.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__ copying build/lib/mpmath/__pycache__/rational.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__ copying build/lib/mpmath/__pycache__/math2.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__ copying build/lib/mpmath/__pycache__/ctx_base.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__ copying build/lib/mpmath/__pycache__/identification.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__ copying build/lib/mpmath/__pycache__/visualization.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__ copying build/lib/mpmath/__pycache__/ctx_iv.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/__pycache__ 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/__init__.py -> /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/theta.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 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/signals.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/hypergeometric.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/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/bessel.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/rszeta.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/signals.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/expintegrals.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/zetazeros.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/hypergeometric.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/factorials.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/qfunctions.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/orthogonal.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/zeta.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/functions.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/elliptic.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ copying build/lib/mpmath/functions/__pycache__/theta.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/functions/__pycache__ 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/__init__.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/rszeta.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/elliptic.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/qfunctions.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/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 creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/__pycache__ copying build/lib/mpmath/libmp/__pycache__/gammazeta.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/__pycache__ copying build/lib/mpmath/libmp/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/__pycache__ copying build/lib/mpmath/libmp/__pycache__/libmpc.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/__pycache__ copying build/lib/mpmath/libmp/__pycache__/libintmath.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/__pycache__ copying build/lib/mpmath/libmp/__pycache__/backend.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/__pycache__ copying build/lib/mpmath/libmp/__pycache__/libhyper.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/__pycache__ copying build/lib/mpmath/libmp/__pycache__/libmpi.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/__pycache__ copying build/lib/mpmath/libmp/__pycache__/libmpf.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/__pycache__ copying build/lib/mpmath/libmp/__pycache__/libelefun.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp/__pycache__ 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/backend.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/__init__.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/libintmath.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/libmpi.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/libmp 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/rational.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 creating /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/__pycache__ copying build/lib/mpmath/matrices/__pycache__/matrices.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/__pycache__ copying build/lib/mpmath/matrices/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/__pycache__ copying build/lib/mpmath/matrices/__pycache__/calculus.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/__pycache__ copying build/lib/mpmath/matrices/__pycache__/eigen.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/__pycache__ copying build/lib/mpmath/matrices/__pycache__/eigen_symmetric.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/__pycache__ copying build/lib/mpmath/matrices/__pycache__/linalg.cpython-311.pyc -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices/__pycache__ 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/__init__.py -> /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_symmetric.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/linalg.py -> /home/buildozer/aports/community/py3-mpmath/pkg/py3-mpmath/usr/lib/python3.11/site-packages/mpmath/matrices 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/visualization.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 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_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_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_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/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_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_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_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_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_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/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_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_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/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_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_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_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_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_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_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_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_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_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/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_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_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_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_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_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/test_trig.py to test_trig.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' 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.3.0-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/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/__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/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/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/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.3.0-r0.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.3.0-r0.apk >>> py3-mpmath: Build complete at Thu, 25 May 2023 23:23:04 +0000 elapsed time 0h 2m 56s >>> py3-mpmath: Cleaning up srcdir >>> py3-mpmath: Cleaning up pkgdir >>> py3-mpmath: Uninstalling dependencies... (1/37) Purging .makedepends-py3-mpmath (20230525.232009) (2/37) Purging python3-dev (3.11.3-r11) (3/37) Purging py3-setuptools_scm-pyc (7.1.0-r1) (4/37) Purging py3-setuptools_scm (7.1.0-r1) (5/37) Purging py3-setuptools-pyc (67.8.0-r0) (6/37) Purging py3-setuptools (67.8.0-r0) (7/37) Purging py3-typing-extensions-pyc (4.6.2-r0) (8/37) Purging py3-typing-extensions (4.6.2-r0) (9/37) Purging py3-wheel-pyc (0.40.0-r1) (10/37) Purging py3-wheel (0.40.0-r1) (11/37) Purging py3-pycodestyle (2.10.0-r1) (12/37) Purging py3-pytest-cov-pyc (4.0.0-r2) (13/37) Purging py3-pytest-cov (4.0.0-r2) (14/37) Purging py3-pytest-pyc (7.3.1-r1) (15/37) Purging py3-pytest (7.3.1-r1) (16/37) Purging py3-iniconfig-pyc (1.1.1-r6) (17/37) Purging py3-iniconfig (1.1.1-r6) (18/37) Purging py3-packaging-pyc (23.1-r1) (19/37) Purging py3-packaging (23.1-r1) (20/37) Purging py3-parsing-pyc (3.0.9-r2) (21/37) Purging py3-parsing (3.0.9-r2) (22/37) Purging py3-pluggy-pyc (1.0.0-r3) (23/37) Purging py3-pluggy (1.0.0-r3) (24/37) Purging py3-py-pyc (1.11.0-r2) (25/37) Purging py3-py (1.11.0-r2) (26/37) Purging py3-coverage-pyc (6.5.0-r4) (27/37) Purging py3-coverage (6.5.0-r4) (28/37) Purging python3-pyc (3.11.3-r11) (29/37) Purging python3-pycache-pyc0 (3.11.3-r11) (30/37) Purging pyc (0.1-r0) (31/37) Purging python3 (3.11.3-r11) (32/37) Purging gdbm (1.23-r1) (33/37) Purging libffi (3.4.4-r3) (34/37) Purging libpanelw (6.4_p20230520-r0) (35/37) Purging mpdecimal (2.5.1-r2) (36/37) Purging readline (8.2.1-r2) (37/37) Purging sqlite-libs (3.42.0-r0) Executing busybox-1.36.1-r0.trigger OK: 372 MiB in 108 packages >>> py3-mpmath: Updating the community/x86 repository index... >>> py3-mpmath: Signing the index...