D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-gmpy2-2.0.8-6.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yliuh5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf gmpy2-2.0.8 + /usr/bin/unzip -qq /home/iurt/rpmbuild/SOURCES/gmpy2-2.0.8.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd gmpy2-2.0.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fyENv4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd gmpy2-2.0.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + find -name .svn + xargs rm -rf + 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_ext building 'gmpy2' extension creating build creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/src gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DWITHMPFR -DWITHMPC -I/usr/include/python3.8 -c src/gmpy2.c -o build/temp.linux-x86_64-3.8/src/gmpy2.o In file included from src/gmpy2.c:509: src/mpz_pylong.c: In function 'mpn_pythonhash': src/mpz_pylong.c:225:19: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 225 | if (bit_pos <= 8*sizeof(mp_limb_t)) | ^~ In file included from src/gmpy2.c:517: src/gmpy_convert.c: In function 'Pympc_From_PyStr': src/gmpy_convert.c:2526:20: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Py_ssize_t' {aka 'long int'} [-Wsign-compare] 2526 | if (strlen(cp) != len) { | ^~ In file included from src/gmpy2.c:529: src/gmpy_random.c: In function 'GMPY_mpfr_grandom': src/gmpy_random.c:251:5: warning: 'mpfr_grandom' is deprecated [-Wdeprecated-declarations] 251 | mpfr_grandom(Pympfr_AS_MPFR(result1), Pympfr_AS_MPFR(result2), | ^~~~~~~~~~~~ In file included from src/gmpy.h:252, from src/gmpy2.c:426: /usr/include/mpfr.h:535:21: note: declared here 535 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t, | ^~~~~~~~~~~~ In file included from src/gmpy2.c:541: src/gmpy_mpmath.c: In function 'Pympz_mpmath_normalize': src/gmpy_mpmath.c:160:53: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'mpir_si' {aka 'long int'} [-Wsign-compare] 160 | if (mpz_sizeinbase(lower->z, 2) == shift) { | ^~ src/gmpy_mpmath.c:162:52: warning: comparison of integer expressions of different signedness: 'mp_bitcnt_t' {aka 'long unsigned int'} and 'mpir_si' {aka 'long int'} [-Wsign-compare] 162 | if (mpz_scan1(lower->z, 0) == shift-1) { | ^~ src/gmpy_mpmath.c: In function 'Pympz_mpmath_create': src/gmpy_mpmath.c:314:52: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'mpir_si' {aka 'long int'} [-Wsign-compare] 314 | if (mpz_sizeinbase(lower->z, 2)==shift) { | ^~ src/gmpy_mpmath.c:316:51: warning: comparison of integer expressions of different signedness: 'mp_bitcnt_t' {aka 'long unsigned int'} and 'mpir_si' {aka 'long int'} [-Wsign-compare] 316 | if (mpz_scan1(lower->z, 0)==shift-1) { | ^~ In file included from src/gmpy2.c:555: src/gmpy_mpfr.c: In function 'Pympfr_root': src/gmpy_mpfr.c:988:5: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations] 988 | result->rc = mpfr_root(result->f, Pympfr_AS_MPFR(self), n, | ^~~~~~ In file included from src/gmpy.h:252, from src/gmpy2.c:426: /usr/include/mpfr.h:727:21: note: declared here 727 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, | ^~~~~~~~~ creating build/lib.linux-x86_64-3.8 gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/src/gmpy2.o -L/usr/lib64 -lgmp -lmpfr -lmpc -lpython3.8 -o build/lib.linux-x86_64-3.8/gmpy2.cpython-38-x86_64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.edqGQ4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64 + cd gmpy2-2.0.8 + '[' 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-gmpy2-2.0.8-6.mga8.x86_64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/lib64/python3.8/site-packages copying build/lib.linux-x86_64-3.8/gmpy2.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/lib64/python3.8/site-packages running install_egg_info Writing /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/lib64/python3.8/site-packages/gmpy2-2.0.8-py3.8.egg-info + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/bin/__pycache__ + chmod 755 /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/lib64/python3.8/site-packages/gmpy2.cpython-38-x86_64-linux-gnu.so + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 2.0.8-6.mga8 --unique-debug-suffix -2.0.8-6.mga8.x86_64 --unique-debug-src-base python-gmpy2-2.0.8-6.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/gmpy2-2.0.8 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/lib64/python3.8/site-packages/gmpy2.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/lib64/python3.8/site-packages/gmpy2.cpython-38-x86_64-linux-gnu.so original debug info size: 1520kB, size after compression: 1480kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1590 blocks + /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-gmpy2-2.0.8-6.mga8.x86_64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lNvpZ2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd gmpy2-2.0.8 + '[' 1 -eq 1 ']' ++ ls build/ ++ grep lib + libdir=lib.linux-x86_64-3.8 ++ pwd + export PYTHONPATH=/home/iurt/rpmbuild/BUILD/gmpy2-2.0.8/build/lib.linux-x86_64-3.8 + PYTHONPATH=/home/iurt/rpmbuild/BUILD/gmpy2-2.0.8/build/lib.linux-x86_64-3.8 + cd test + /usr/bin/python3 gmpy_test.py Important test information! Please use 'test/runtests.py' to run the new test suite. Please use 'test3/gmpy_test.py' to run legacy tests with Python 3.x. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-gmpy2-2.0.8-6.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.nr2JM6 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd gmpy2-2.0.8 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/share/doc/python3-gmpy2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/share/doc/python3-gmpy2 + cp -pr README /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/share/doc/python3-gmpy2 + cp -pr test/ /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64/usr/share/doc/python3-gmpy2 + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-gmpy2 = 2.0.8-6.mga8 python3-gmpy2 = 2.0.8-6.mga8 python3-gmpy2(x86-64) = 2.0.8-6.mga8 python3.8-gmpy2 = 2.0.8-6.mga8 python3.8dist(gmpy2) = 2.0.8 python3dist(gmpy2) = 2.0.8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgmp.so.10()(64bit) libmpc.so.3()(64bit) libmpfr.so.6()(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 Processing files: python-gmpy2-debugsource-2.0.8-6.mga8.x86_64 Provides: python-gmpy2-debugsource = 2.0.8-6.mga8 python-gmpy2-debugsource(x86-64) = 2.0.8-6.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-gmpy2-debuginfo-2.0.8-6.mga8.x86_64 Provides: debuginfo(build-id) = 04602625adb983b07fb5ed6505020d5371fd5a48 python-gmpy2-debuginfo = 2.0.8-6.mga8 python3-gmpy2-debuginfo = 2.0.8-6.mga8 python3-gmpy2-debuginfo(x86-64) = 2.0.8-6.mga8 python3.8-gmpy2-debuginfo = 2.0.8-6.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-gmpy2-debugsource(x86-64) = 2.0.8-6.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-gmpy2-2.0.8-6.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python-gmpy2-debugsource-2.0.8-6.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-gmpy2-debuginfo-2.0.8-6.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OOsu04 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd gmpy2-2.0.8 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-gmpy2-2.0.8-6.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mEqOj5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf gmpy2-2.0.8 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!