D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-mpmath-1.1.0-5.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sZ6Msm + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf mpmath-1.1.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/mpmath-1.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mpmath-1.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + for doc in LICENSE CHANGES PKG-INFO mpmath/tests/runtests.py + sed 's|\r||g' LICENSE + touch -r LICENSE LICENSE.new + mv LICENSE.new LICENSE + for doc in LICENSE CHANGES PKG-INFO mpmath/tests/runtests.py + sed 's|\r||g' CHANGES + touch -r CHANGES CHANGES.new + mv CHANGES.new CHANGES + for doc in LICENSE CHANGES PKG-INFO mpmath/tests/runtests.py + sed 's|\r||g' PKG-INFO + touch -r PKG-INFO PKG-INFO.new + mv PKG-INFO.new PKG-INFO + for doc in LICENSE CHANGES PKG-INFO mpmath/tests/runtests.py + sed 's|\r||g' mpmath/tests/runtests.py + touch -r mpmath/tests/runtests.py mpmath/tests/runtests.py.new + mv mpmath/tests/runtests.py.new mpmath/tests/runtests.py + for lib in mpmath/tests/runtests.py + sed '/#!\/usr\/bin\/env/d' mpmath/tests/runtests.py + touch -r mpmath/tests/runtests.py mpmath/tests/runtests.py.new + mv mpmath/tests/runtests.py.new mpmath/tests/runtests.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SF8aem + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mpmath-1.1.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/mpmath copying mpmath/identification.py -> build/lib/mpmath copying mpmath/ctx_base.py -> build/lib/mpmath copying mpmath/usertools.py -> build/lib/mpmath copying mpmath/visualization.py -> build/lib/mpmath copying mpmath/function_docs.py -> build/lib/mpmath copying mpmath/ctx_iv.py -> build/lib/mpmath copying mpmath/__init__.py -> build/lib/mpmath copying mpmath/ctx_fp.py -> build/lib/mpmath copying mpmath/ctx_mp.py -> build/lib/mpmath copying mpmath/rational.py -> build/lib/mpmath copying mpmath/math2.py -> build/lib/mpmath copying mpmath/ctx_mp_python.py -> build/lib/mpmath creating build/lib/mpmath/libmp copying mpmath/libmp/gammazeta.py -> build/lib/mpmath/libmp copying mpmath/libmp/__init__.py -> build/lib/mpmath/libmp copying mpmath/libmp/libhyper.py -> build/lib/mpmath/libmp copying mpmath/libmp/six.py -> build/lib/mpmath/libmp copying mpmath/libmp/libmpi.py -> build/lib/mpmath/libmp copying mpmath/libmp/libelefun.py -> build/lib/mpmath/libmp copying mpmath/libmp/libintmath.py -> build/lib/mpmath/libmp copying mpmath/libmp/libmpc.py -> build/lib/mpmath/libmp copying mpmath/libmp/libmpf.py -> build/lib/mpmath/libmp copying mpmath/libmp/backend.py -> build/lib/mpmath/libmp creating build/lib/mpmath/calculus copying mpmath/calculus/polynomials.py -> build/lib/mpmath/calculus copying mpmath/calculus/extrapolation.py -> build/lib/mpmath/calculus copying mpmath/calculus/approximation.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 copying mpmath/calculus/optimization.py -> build/lib/mpmath/calculus copying mpmath/calculus/odes.py -> build/lib/mpmath/calculus copying mpmath/calculus/inverselaplace.py -> build/lib/mpmath/calculus copying mpmath/calculus/differentiation.py -> build/lib/mpmath/calculus creating build/lib/mpmath/functions copying mpmath/functions/elliptic.py -> build/lib/mpmath/functions copying mpmath/functions/theta.py -> build/lib/mpmath/functions copying mpmath/functions/rszeta.py -> build/lib/mpmath/functions copying mpmath/functions/__init__.py -> build/lib/mpmath/functions copying mpmath/functions/bessel.py -> build/lib/mpmath/functions copying mpmath/functions/factorials.py -> build/lib/mpmath/functions copying mpmath/functions/zetazeros.py -> build/lib/mpmath/functions copying mpmath/functions/orthogonal.py -> build/lib/mpmath/functions copying mpmath/functions/expintegrals.py -> build/lib/mpmath/functions copying mpmath/functions/zeta.py -> build/lib/mpmath/functions copying mpmath/functions/hypergeometric.py -> build/lib/mpmath/functions copying mpmath/functions/qfunctions.py -> build/lib/mpmath/functions copying mpmath/functions/functions.py -> build/lib/mpmath/functions creating build/lib/mpmath/matrices copying mpmath/matrices/calculus.py -> build/lib/mpmath/matrices copying mpmath/matrices/__init__.py -> build/lib/mpmath/matrices copying mpmath/matrices/eigen_symmetric.py -> build/lib/mpmath/matrices copying mpmath/matrices/eigen.py -> build/lib/mpmath/matrices copying mpmath/matrices/linalg.py -> build/lib/mpmath/matrices copying mpmath/matrices/matrices.py -> build/lib/mpmath/matrices creating build/lib/mpmath/tests copying mpmath/tests/test_power.py -> build/lib/mpmath/tests copying mpmath/tests/torture.py -> build/lib/mpmath/tests copying mpmath/tests/runtests.py -> build/lib/mpmath/tests copying mpmath/tests/test_matrices.py -> build/lib/mpmath/tests copying mpmath/tests/test_elliptic.py -> build/lib/mpmath/tests copying mpmath/tests/extratest_zeta.py -> build/lib/mpmath/tests copying mpmath/tests/test_eigen_symmetric.py -> build/lib/mpmath/tests copying mpmath/tests/test_gammazeta.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_interval.py -> build/lib/mpmath/tests copying mpmath/tests/__init__.py -> build/lib/mpmath/tests copying mpmath/tests/test_calculus.py -> build/lib/mpmath/tests copying mpmath/tests/test_functions2.py -> build/lib/mpmath/tests copying mpmath/tests/test_rootfinding.py -> build/lib/mpmath/tests copying mpmath/tests/test_basic_ops.py -> build/lib/mpmath/tests copying mpmath/tests/test_summation.py -> build/lib/mpmath/tests copying mpmath/tests/test_identify.py -> build/lib/mpmath/tests copying mpmath/tests/test_trig.py -> build/lib/mpmath/tests copying mpmath/tests/extratest_gamma.py -> build/lib/mpmath/tests copying mpmath/tests/test_division.py -> build/lib/mpmath/tests copying mpmath/tests/test_convert.py -> build/lib/mpmath/tests copying mpmath/tests/test_str.py -> build/lib/mpmath/tests copying mpmath/tests/test_levin.py -> build/lib/mpmath/tests copying mpmath/tests/test_fp.py -> build/lib/mpmath/tests copying mpmath/tests/test_eigen.py -> build/lib/mpmath/tests copying mpmath/tests/test_pickle.py -> build/lib/mpmath/tests copying mpmath/tests/test_functions.py -> build/lib/mpmath/tests copying mpmath/tests/test_bitwise.py -> build/lib/mpmath/tests copying mpmath/tests/test_mpmath.py -> build/lib/mpmath/tests copying mpmath/tests/test_hp.py -> build/lib/mpmath/tests copying mpmath/tests/test_linalg.py -> build/lib/mpmath/tests copying mpmath/tests/test_compatibility.py -> build/lib/mpmath/tests copying mpmath/tests/test_special.py -> build/lib/mpmath/tests copying mpmath/tests/test_diff.py -> build/lib/mpmath/tests copying mpmath/tests/test_visualization.py -> build/lib/mpmath/tests + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5OIkQk + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64 + cd mpmath-1.1.0 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath copying build/lib/mpmath/identification.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath copying build/lib/mpmath/ctx_base.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath copying build/lib/mpmath/usertools.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath copying build/lib/mpmath/visualization.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath copying build/lib/mpmath/function_docs.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath copying build/lib/mpmath/ctx_iv.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath copying build/lib/mpmath/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath creating /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_power.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/torture.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/runtests.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_matrices.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_elliptic.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/extratest_zeta.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_eigen_symmetric.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_gammazeta.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_quad.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_ode.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_interval.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_calculus.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_functions2.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_rootfinding.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_basic_ops.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_summation.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_identify.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_trig.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/extratest_gamma.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_division.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_convert.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_str.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_levin.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_fp.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_eigen.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_pickle.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_functions.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_bitwise.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_mpmath.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_hp.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_linalg.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_compatibility.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_special.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_diff.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/tests/test_visualization.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests copying build/lib/mpmath/ctx_fp.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath copying build/lib/mpmath/ctx_mp.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath copying build/lib/mpmath/rational.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath creating /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/elliptic.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/theta.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/rszeta.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/bessel.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/factorials.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/zetazeros.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/orthogonal.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/expintegrals.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/zeta.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/hypergeometric.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/qfunctions.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions copying build/lib/mpmath/functions/functions.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions creating /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/polynomials.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/extrapolation.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/approximation.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/calculus.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/quadrature.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/optimization.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/odes.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/inverselaplace.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus copying build/lib/mpmath/calculus/differentiation.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus copying build/lib/mpmath/math2.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath copying build/lib/mpmath/ctx_mp_python.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath creating /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/gammazeta.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/libhyper.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/six.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/libmpi.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/libelefun.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/libintmath.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/libmpc.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/libmpf.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp copying build/lib/mpmath/libmp/backend.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp creating /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices copying build/lib/mpmath/matrices/calculus.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices copying build/lib/mpmath/matrices/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices copying build/lib/mpmath/matrices/eigen_symmetric.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices copying build/lib/mpmath/matrices/eigen.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices copying build/lib/mpmath/matrices/linalg.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices copying build/lib/mpmath/matrices/matrices.py -> /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/identification.py to identification.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/ctx_base.py to ctx_base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/usertools.py to usertools.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/visualization.py to visualization.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/function_docs.py to function_docs.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/ctx_iv.py to ctx_iv.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_power.py to test_power.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/torture.py to torture.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/runtests.py to runtests.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_matrices.py to test_matrices.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_elliptic.py to test_elliptic.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/extratest_zeta.py to extratest_zeta.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_eigen_symmetric.py to test_eigen_symmetric.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_gammazeta.py to test_gammazeta.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_quad.py to test_quad.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_ode.py to test_ode.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_interval.py to test_interval.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_calculus.py to test_calculus.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_functions2.py to test_functions2.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_rootfinding.py to test_rootfinding.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_basic_ops.py to test_basic_ops.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_summation.py to test_summation.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_identify.py to test_identify.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_trig.py to test_trig.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/extratest_gamma.py to extratest_gamma.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_division.py to test_division.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_convert.py to test_convert.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_str.py to test_str.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_levin.py to test_levin.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_fp.py to test_fp.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_eigen.py to test_eigen.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_pickle.py to test_pickle.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_functions.py to test_functions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_bitwise.py to test_bitwise.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_mpmath.py to test_mpmath.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_hp.py to test_hp.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_linalg.py to test_linalg.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_compatibility.py to test_compatibility.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_special.py to test_special.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_diff.py to test_diff.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/tests/test_visualization.py to test_visualization.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/ctx_fp.py to ctx_fp.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/ctx_mp.py to ctx_mp.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/rational.py to rational.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/elliptic.py to elliptic.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/theta.py to theta.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/rszeta.py to rszeta.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/bessel.py to bessel.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/factorials.py to factorials.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/zetazeros.py to zetazeros.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/orthogonal.py to orthogonal.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/expintegrals.py to expintegrals.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/zeta.py to zeta.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/hypergeometric.py to hypergeometric.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/qfunctions.py to qfunctions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/functions/functions.py to functions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus/polynomials.py to polynomials.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus/extrapolation.py to extrapolation.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus/approximation.py to approximation.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus/calculus.py to calculus.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus/quadrature.py to quadrature.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus/optimization.py to optimization.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus/odes.py to odes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus/inverselaplace.py to inverselaplace.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/calculus/differentiation.py to differentiation.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/math2.py to math2.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/ctx_mp_python.py to ctx_mp_python.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp/gammazeta.py to gammazeta.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp/libhyper.py to libhyper.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp/six.py to six.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp/libmpi.py to libmpi.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp/libelefun.py to libelefun.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp/libintmath.py to libintmath.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp/libmpc.py to libmpc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp/libmpf.py to libmpf.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/libmp/backend.py to backend.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices/calculus.py to calculus.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices/eigen_symmetric.py to eigen_symmetric.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices/eigen.py to eigen.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices/linalg.py to linalg.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath/matrices/matrices.py to matrices.cpython-38.pyc writing byte-compilation script '/tmp/tmpgj_e5h87.py' /usr/bin/python3 /tmp/tmpgj_e5h87.py /usr/lib/python3.8/site-packages/mpmath/ctx_mp_python.py:892: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.8/site-packages/mpmath/ctx_mp_python.py:986: SyntaxWarning: "is" with a literal. Did you mean "=="? removing /tmp/tmpgj_e5h87.py running install_egg_info Writing /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8/site-packages/mpmath-1.1.0-py3.8.egg-info /usr/lib/python3.8/site-packages/mpmath/ctx_mp_python.py:892: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.8/site-packages/mpmath/ctx_mp_python.py:986: SyntaxWarning: "is" with a literal. Did you mean "=="? + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.1.0-5.mga8 --unique-debug-suffix -1.1.0-5.mga8.aarch64 --unique-debug-src-base python-mpmath-1.1.0-5.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/mpmath-1.1.0 + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/lib/python3.8 using /usr/bin/python3.8 /usr/lib/python3.8/site-packages/mpmath/ctx_mp_python.py:892: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.8/site-packages/mpmath/ctx_mp_python.py:986: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.8/site-packages/mpmath/ctx_mp_python.py:892: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.8/site-packages/mpmath/ctx_mp_python.py:986: SyntaxWarning: "is" with a literal. Did you mean "=="? + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pgukvi + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mpmath-1.1.0 + '[' 1 -eq 1 ']' ++ pwd + export PYTHONPATH=/home/iurt/rpmbuild/BUILD/mpmath-1.1.0/build/lib + PYTHONPATH=/home/iurt/rpmbuild/BUILD/mpmath-1.1.0/build/lib + cd build/lib/mpmath/tests/ + /usr/bin/python3 runtests.py mpmath imported from /home/iurt/rpmbuild/BUILD/mpmath-1.1.0/build/lib/mpmath mpmath backend: python mpmath mp class: mpmath version: 1.1.0 Python version: 3.8.7 (default, Dec 22 2020, 19:51:23) [GCC 10.2.1 20201219] test_basic_ops add ok 0.0010440 s add_misc ok 0.0004352 s add_rounding ok 0.0001003 s almost_equal ok 0.0003085 s arithmetic_functions ok 0.0142526 s complex_misc ok 0.0002667 s complex_zeros ok 0.0011206 s div ok 0.0008737 s exact_integer_arithmetic ok 0.0921779 s floor_ceil_nint_frac ok 0.0047959 s hash ok 0.0044021 s isnan_etc ok 0.0009396 s mixed_misc ok 0.0003834 s monitor ok 0.0000281 s mul ok 0.0007584 s nint_distance ok 0.0005828 s odd_int_bug ok 0.0000069 s pow ok 0.0007405 s str_10000_digits ok 0.0251075 s str_1000_digits ok 0.0005360 s sub ok 0.0008868 s type_compare ok 0.0001896 s test_bitwise add_exact ok 0.0002748 s bitcount ok 0.0000161 s float_rounding ok 0.0013422 s long_exponent_shifts ok 0.0007473 s perturb ok 0.0001048 s round_ceiling ok 0.0000289 s round_down ok 0.0000185 s round_floor ok 0.0000227 s round_nearest ok 0.0000437 s round_up ok 0.0000249 s rounding_bugs ok 0.0000351 s rounding_issue_200 ok 0.0000356 s trailing ok 0.0000442 s test_calculus approximation ok 0.0223933 s differint ok 0.0407329 s fourier ok 0.0897730 s invlap ok 0.6206249 s limits ok 0.0673049 s pade ok 0.0069365 s polyroots ok 0.0032807 s polyroots_legendre ok 24.2552116 s polyroots_legendre_init ok 32.3391969 s polyval ok 0.0001879 s test_compatibility bugs ok 0.0001128 s double_compatibility ok 1.3102937 s sqrt ok 0.8159662 s test_convert basic_string ok 0.0058655 s compatibility ok 0.0004935 s conversion_methods ok 0.0089760 s convert_rational ok 0.0000451 s custom_class ok 0.0006668 s eval_repr_invariant ok 1.0335630 s mpmathify ok 0.0004815 s pretty ok 0.0002955 s str_bugs ok 0.0003033 s str_format ok 0.0002143 s str_prec0 ok 0.0001233 s str_whitespace ok 0.0000538 s tight_string_conversion ok 0.0000451 s unicode ok 0.0000564 s test_diff diff ok 0.1040264 s diff_partial ok 0.0341540 s diffs ok 0.1636791 s taylor ok 0.0010851 s test_division div_1_3 ok 0.0001738 s div_300 ok 0.0001243 s div_negative_rnd_bug ok 0.0002553 s epsilon_rounding ok 0.0002831 s mod ok 0.0007351 s mpf_divi_1_3 ok 0.0001585 s tight_integer_division ok 0.0063005 s test_eigen eig ok 0.2220140 s eig_dyn ok 0.2259807 s test_eigen_symmetric eighe_fixed_matrix ok 0.0634057 s eighe_irandmatrix ok 0.2476521 s eighe_randmatrix ok 0.4547586 s eigsy_irandmatrix ok 0.1659948 s eigsy_randmatrix ok 0.3352084 s gauss_quadrature_dynamic ok 0.7915981 s gauss_quadrature_static ok 0.0416052 s svd_c_rand ok 0.5330315 s svd_r_rand ok 0.2481329 s svd_test_case ok 0.0394295 s test_elliptic calculate_nome ok 0.0064616 s djtheta ok 0.1475318 s ellipfun ok 0.0201024 s elliptic_integrals ok 1.7061526 s issue_238 ok 0.0000493 s jcn ok 0.0037021 s jdn ok 0.0023053 s jsn ok 0.0165280 s jtheta ok 0.0085983 s jtheta_complex ok 0.0095474 s jtheta_identities ok 0.0961356 s jtheta_issue_79 ok 0.1647664 s sn_cn_dn_complex ok 0.0182369 s sn_cn_dn_identities ok 0.0725328 s test_fp conj ok 0.0000796 s fp_bernoulli ok 0.0002855 s fp_cospi_sinpi ok 0.0003257 s fp_erf ok 0.0028575 s fp_expj ok 0.0000428 s fp_gamma ok 0.0010909 s fp_hyp2f1 ok 0.0012668 s fp_lambertw ok 0.0019155 s fp_number_parts ok 0.0000869 s fp_psi ok 0.0011972 s fp_stress_ei_e1 ok 0.0120979 s fp_zeta ok 0.0047296 s test_functions aliases ok 0.0007084 s arange ok 0.0021418 s areal_inverses ok 0.0616178 s arg_sign ok 0.0008737 s atan ok 0.0051918 s atan2 ok 0.0013706 s atanh ok 0.0018710 s call_with_dps ok 0.0002218 s complex_functions ok 0.5663510 s complex_inverse_functions ok 0.1464481 s complex_parts ok 0.0003454 s complex_powers ok 0.0414300 s complex_sqrt_accuracy ok 0.0194907 s constants ok 0.3325651 s cospi_sinpi ok 0.0033630 s cyclotomic ok 0.0811561 s degrees ok 0.0008207 s exact_cbrt ok 0.0157321 s exact_sqrts ok 0.8959489 s exp ok 0.0007841 s expj ok 0.0013629 s expm1 ok 0.0008621 s fibonacci ok 0.0085186 s float_cbrt ok 0.0146963 s float_sqrt ok 0.0015384 s frexp ok 0.0001392 s hypot ok 0.0001989 s integer_parts ok 0.0002304 s invhyperb_inaccuracy ok 0.0013442 s issue_136 ok 0.0025629 s issue_73 ok 0.0005454 s ldexp ok 0.0001073 s linspace ok 0.0005357 s log ok 0.0037434 s log1p ok 0.0004846 s misc_bugs ok 0.0045800 s mpcfun_real_imag ok 0.0020510 s perturbation_rounding ok 0.0023385 s powm1 ok 0.0022704 s reciprocal_functions ok 0.0019949 s root ok 0.0976125 s sinc ok 0.0006760 s sqrt_rounding ok 0.0186261 s tanh ok 0.0001713 s trig_hyperb_basic ok 0.1101281 s unitroots ok 0.0038483 s test_functions2 agm ok 0.0031161 s airy ok 0.0320089 s appellf1 ok 0.1563140 s bessel ok 0.1320634 s bessel_zeros ok 0.2668919 s bessel_zeros_extra 0 1 of 15 15 0 2 of 15 15 0 3 of 15 15 0 4 of 15 15 0 5 of 15 15 0 6 of 15 15 0 7 of 15 15 0 8 of 15 15 0 9 of 15 15 0 10 of 15 15 0 11 of 15 15 0 12 of 15 15 0 13 of 15 15 0 14 of 15 15 0 15 of 15 15 1 1 of 15 15 1 2 of 15 15 1 3 of 15 15 1 4 of 15 15 1 5 of 15 15 1 6 of 15 15 1 7 of 15 15 1 8 of 15 15 1 9 of 15 15 1 10 of 15 15 1 11 of 15 15 1 12 of 15 15 1 13 of 15 15 1 14 of 15 15 1 15 of 15 15 2 1 of 15 15 2 2 of 15 15 2 3 of 15 15 2 4 of 15 15 2 5 of 15 15 2 6 of 15 15 2 7 of 15 15 2 8 of 15 15 2 9 of 15 15 2 10 of 15 15 2 11 of 15 15 2 12 of 15 15 2 13 of 15 15 2 14 of 15 15 2 15 of 15 15 3 1 of 15 15 3 2 of 15 15 3 3 of 15 15 3 4 of 15 15 3 5 of 15 15 3 6 of 15 15 3 7 of 15 15 3 8 of 15 15 3 9 of 15 15 3 10 of 15 15 3 11 of 15 15 3 12 of 15 15 3 13 of 15 15 3 14 of 15 15 3 15 of 15 15 4 1 of 15 15 4 2 of 15 15 4 3 of 15 15 4 4 of 15 15 4 5 of 15 15 4 6 of 15 15 4 7 of 15 15 4 8 of 15 15 4 9 of 15 15 4 10 of 15 15 4 11 of 15 15 4 12 of 15 15 4 13 of 15 15 4 14 of 15 15 4 15 of 15 15 5 1 of 15 15 5 2 of 15 15 5 3 of 15 15 5 4 of 15 15 5 5 of 15 15 5 6 of 15 15 5 7 of 15 15 5 8 of 15 15 5 9 of 15 15 5 10 of 15 15 5 11 of 15 15 5 12 of 15 15 5 13 of 15 15 5 14 of 15 15 5 15 of 15 15 6 1 of 15 15 6 2 of 15 15 6 3 of 15 15 6 4 of 15 15 6 5 of 15 15 6 6 of 15 15 6 7 of 15 15 6 8 of 15 15 6 9 of 15 15 6 10 of 15 15 6 11 of 15 15 6 12 of 15 15 6 13 of 15 15 6 14 of 15 15 6 15 of 15 15 7 1 of 15 15 7 2 of 15 15 7 3 of 15 15 7 4 of 15 15 7 5 of 15 15 7 6 of 15 15 7 7 of 15 15 7 8 of 15 15 7 9 of 15 15 7 10 of 15 15 7 11 of 15 15 7 12 of 15 15 7 13 of 15 15 7 14 of 15 15 7 15 of 15 15 8 1 of 15 15 8 2 of 15 15 8 3 of 15 15 8 4 of 15 15 8 5 of 15 15 8 6 of 15 15 8 7 of 15 15 8 8 of 15 15 8 9 of 15 15 8 10 of 15 15 8 11 of 15 15 8 12 of 15 15 8 13 of 15 15 8 14 of 15 15 8 15 of 15 15 9 1 of 15 15 9 2 of 15 15 9 3 of 15 15 9 4 of 15 15 9 5 of 15 15 9 6 of 15 15 9 7 of 15 15 9 8 of 15 15 9 9 of 15 15 9 10 of 15 15 9 11 of 15 15 9 12 of 15 15 9 13 of 15 15 9 14 of 15 15 9 15 of 15 15 10 1 of 15 15 10 2 of 15 15 10 3 of 15 15 10 4 of 15 15 10 5 of 15 15 10 6 of 15 15 10 7 of 15 15 10 8 of 15 15 10 9 of 15 15 10 10 of 15 15 10 11 of 15 15 10 12 of 15 15 10 13 of 15 15 10 14 of 15 15 10 15 of 15 15 11 1 of 15 15 11 2 of 15 15 11 3 of 15 15 11 4 of 15 15 11 5 of 15 15 11 6 of 15 15 11 7 of 15 15 11 8 of 15 15 11 9 of 15 15 11 10 of 15 15 11 11 of 15 15 11 12 of 15 15 11 13 of 15 15 11 14 of 15 15 11 15 of 15 15 12 1 of 15 15 12 2 of 15 15 12 3 of 15 15 12 4 of 15 15 12 5 of 15 15 12 6 of 15 15 12 7 of 15 15 12 8 of 15 15 12 9 of 15 15 12 10 of 15 15 12 11 of 15 15 12 12 of 15 15 12 13 of 15 15 12 14 of 15 15 12 15 of 15 15 13 1 of 15 15 13 2 of 15 15 13 3 of 15 15 13 4 of 15 15 13 5 of 15 15 13 6 of 15 15 13 7 of 15 15 13 8 of 15 15 13 9 of 15 15 13 10 of 15 15 13 11 of 15 15 13 12 of 15 15 13 13 of 15 15 13 14 of 15 15 13 15 of 15 15 14 1 of 15 15 14 2 of 15 15 14 3 of 15 15 14 4 of 15 15 14 5 of 15 15 14 6 of 15 15 14 7 of 15 15 14 8 of 15 15 14 9 of 15 15 14 10 of 15 15 14 11 of 15 15 14 12 of 15 15 14 13 of 15 15 14 14 of 15 15 14 15 of 15 15 ok 79.3157462 s coulomb ok 0.0590108 s e1 ok 0.0016947 s ei ok 0.0055503 s elliptic_integrals ok 0.0409211 s erf ok 0.0572566 s exp_integrals ok 0.0130209 s expint ok 0.0263312 s gammainc ok 0.0369221 s gammainc_expint_n ok 0.0217791 s gegenbauer ok 0.0287181 s hankel ok 0.0157468 s hermite ok 0.0296654 s hyper_0f1 ok 0.0031036 s hyper_1f1 ok 0.0063561 s hyper_1f2 ok 0.0811416 s hyper_2f0 ok 0.5333086 s hyper_2f1 ok 0.0320983 s hyper_2f1_hard ok 0.3643121 s hyper_2f2 ok 0.0185884 s hyper_2f3 ok 0.1187864 s hyper_3f2_etc ok 0.6709209 s hyper_misc ok 0.0104594 s hyper_param_accuracy ok 1.6941942 s hyper_u ok 0.0128903 s hypercomb_zero_pow ok 0.0006452 s incomplete_beta ok 0.0183700 s issue_239 ok 0.0047342 s kelvin ok 0.0405055 s lambertw ok 0.0556219 s lambertw_hard ok 0.1034109 s legenp ok 0.0418542 s legenq ok 0.4974870 s meijerg ok 0.0206299 s orthpoly ok 0.0703200 s pdf ok 0.0855784 s qfunctions ok 0.0055817 s spherharm ok 0.0279051 s struve ok 0.0074859 s trig_integrals ok 0.0624353 s whittaker ok 0.0054650 s test_gammazeta altzeta ok 0.0130691 s barnesg ok 0.0435995 s bell_polyexp ok 0.1958682 s bernoulli ok 0.0088860 s bernpoly_eulerpoly ok 0.0827631 s fac2 ok 0.0033271 s foxtrot_identity ok 0.0266588 s gamma ok 0.0079188 s gamma_huge_1 ok 0.0005932 s gamma_huge_2 ok 0.0059274 s gamma_huge_3 ok 0.0078110 s gamma_huge_4 ok 0.0010852 s gamma_huge_5 ok 0.0048922 s gamma_huge_7 ok 0.0005208 s gamma_quotients ok 0.0096023 s harmonic ok 0.0034039 s polygamma ok 0.0266403 s polygamma_high_order ok 0.2061859 s polygamma_high_prec ok 0.0121255 s polygamma_identities ok 0.0071088 s polylog ok 0.1340595 s primezeta ok 0.0309908 s rs_zeta ok 1.7051314 s siegelz ok 1.1765273 s stieltjes ok 0.4552882 s zeta ok 0.1211112 s zeta_huge ok 0.0031815 s zeta_int_bug ok 0.0000297 s zeta_near_1 ok 0.0057421 s zeta_negative ok 0.0020146 s test_hp exp_hp ok 0.0139175 s hp ok 0.0589064 s log_hp ok 0.5962090 s test_identify identify ok 0.1051719 s pslq ok 0.0021327 s test_interval interval_ae ok 0.0017239 s interval_arithmetic ok 0.0021721 s interval_complex ok 0.0087891 s interval_complex_arg ok 0.0047925 s interval_cos_sin ok 0.0248416 s interval_div ok 0.0046161 s interval_gamma ok 0.0259632 s interval_hash ok 0.0003338 s interval_identity /home/iurt/rpmbuild/BUILD/mpmath-1.1.0/build/lib/mpmath/ctx_mp_python.py:892: SyntaxWarning: "is" with a literal. Did you mean "=="? if other is 0: /home/iurt/rpmbuild/BUILD/mpmath-1.1.0/build/lib/mpmath/ctx_mp_python.py:986: SyntaxWarning: "is" with a literal. Did you mean "=="? if other is 0: Traceback (most recent call last): File "runtests.py", line 117, in testit module.__dict__[f]() File "/home/iurt/rpmbuild/BUILD/mpmath-1.1.0/build/lib/mpmath/tests/test_quad.py", line 88, in test_expmath_fail assert ae(quadts(lambda x: sqrt(tan(x)), [0, pi/2]), pi*sqrt(2)/2) AssertionError ok 0.0011943 s interval_mul ok 0.0013218 s interval_nstr ok 0.0019011 s interval_pow ok 0.0019962 s interval_sqrt ok 0.0001237 s mpi_from_str ok 0.0006983 s test_levin cohen_alt_0 ok 0.0132068 s cohen_alt_1 ok 0.0103736 s levin_0 ok 0.1247160 s levin_1 ok 0.2488523 s levin_2 ok 0.1610254 s levin_3 ok 0.9730351 s levin_nsum ok 1.1927318 s test_linalg LU_cache ok 0.0014081 s LU_decomp ok 0.0083049 s cholesky ok 0.0032268 s cond ok 0.0032101 s det ok 0.0115556 s exp_pade ok 0.1153234 s factorization ok 0.0073199 s householder ok 0.4389035 s improve_solution ok 0.0132020 s interval_matrix ok 0.0039904 s inverse ok 0.0091664 s precision ok 0.0780070 s qr ok 0.0674946 s singular ok 0.0028259 s solve ok 0.0208778 s solve_overdet_complex ok 0.0023191 s test_matrices matrix_basic ok 0.0125250 s matrix_conjugate ok 0.0005026 s matrix_copy ok 0.0002485 s matrix_creation ok 0.0053745 s matrix_numpy ok 0.0005042 s matrix_power ok 0.0050859 s matrix_slices ok 0.0014840 s matrix_transform ok 0.0004589 s norms ok 0.0009934 s vector ok 0.0003577 s test_mpmath newstyle_classes ok 0.0000329 s test_ode odefun_harmonic ok 0.2793994 s odefun_rational ok 0.2167467 s odefun_sinc_large ok 0.5450332 s test_pickle pickle ok 0.0016036 s test_power fractional_pow ok 0.0009101 s pow_epsilon_rounding ok 0.0131848 s pow_integer_direction ok 0.0116645 s test_quad basic_integrals ok 1.9156196 s complex_integration ok 0.0041236 s double_1 ok 0.3677201 s double_2 ok 0.6064366 s double_3 ok 0.9029304 s double_4 ok 0.3248856 s double_5 ok 0.2182986 s double_6 ok 1.1888684 s double_7 ok 6.1033930 s double_trivial ok 0.0523735 s expmath_fail TEST FAILED! ok 0.0419237 s expmath_integrals ok 1.2793273 s quad_infinite_mirror ok 0.0429548 s quad_symmetry ok 0.0017484 s quadgl_linear ok 0.0002921 s quadosc ok 0.6945276 s test_rootfinding anewton ok 0.0023409 s bisection ok 0.0002274 s findroot ok 0.0346988 s mnewton ok 0.0013276 s muller ok 0.0071844 s multidimensional ok 0.0251683 s multiplicity ok 0.0021358 s trivial ok 0.0001333 s test_special convert_special ok 0.0007754 s div_bug ok 0.0000405 s functions_special ok 0.0001999 s special ok 0.0002949 s special_powers ok 0.0000516 s test_str nstr ok 0.0009268 s test_summation fprod ok 0.0000633 s fsum ok 0.0008058 s nprod ok 0.0160840 s nsum ok 0.1125474 s sumem ok 0.1227833 s test_trig trig_misc_hard ok 0.0011953 s trig_near_n_pi ok 0.0025966 s trig_near_zero ok 0.0005616 s test_visualization axes Skipping test (pylab not available or too old version) ok 0.0004542 s finished tests in 177.91 seconds + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-mpmath-1.1.0-5.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.IOZ0Pi + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mpmath-1.1.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/share/doc/python3-mpmath + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/share/doc/python3-mpmath + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/share/doc/python3-mpmath + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NkP29k + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mpmath-1.1.0 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/share/licenses/python3-mpmath + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/share/licenses/python3-mpmath + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64/usr/share/licenses/python3-mpmath + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-mpmath = 1.1.0-5.mga8 python3-mpmath = 1.1.0-5.mga8 python3.8-mpmath = 1.1.0-5.mga8 python3.8dist(mpmath) = 1.1 python3dist(mpmath) = 1.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.8 Obsoletes: python-mpmath < 1.1.0-5.mga8 Recommends: python3dist(matplotlib) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-mpmath-1.1.0-5.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BZsyhl + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mpmath-1.1.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-mpmath-1.1.0-5.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FgCkdm + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf mpmath-1.1.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!