D: [iurt_root_command] chroot
Installing /home/iurt/rpmbuild/SRPMS/perl-Math-GMPz-0.480.0-6.mga8.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.F5zUcn
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf Math-GMPz-0.48
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Math-GMPz-0.48.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd Math-GMPz-0.48
+ /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.iz0Vrl
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Math-GMPz-0.48
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/perl Makefile.PL INSTALLDIRS=vendor

This module requires gmp-4.2.0 (or later)

Building without 64-bit 'long long' support
If this is wrong, see the "64-bit support" section in the README

Building without 'long double' support
Building without '__float128' support
If this is wrong, see the "64-bit support" section in the README

Checking if your kit is complete...
Looks good
Writing MYMETA.yml and MYMETA.json
Writing MYMETA.yml and MYMETA.json
Generating a Unix-style Makefile
Writing Makefile for Math::GMPz
Writing MYMETA.yml and MYMETA.json
+ /usr/bin/make -O -j8 V=1 VERBOSE=1
Running Mkbootstrap for GMPz ()
chmod 644 "GMPz.bs"
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- GMPz.bs blib/arch/auto/Math/GMPz/GMPz.bs 644
cp GMPz.pod blib/lib/Math/GMPz.pod
cp GMPz.pm blib/lib/Math/GMPz.pm
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
cp Random.pm ../blib/lib/Math/GMPz/Random.pm
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
Running Mkbootstrap for Random ()
chmod 644 "Random.bs"
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Random.bs ../blib/arch/auto/Math/GMPz/Random/Random.bs 644
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
"/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random/../typemap'  Random.xs > Random.xsc
mv Random.xsc Random.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
"/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/typemap'  GMPz.xs > GMPz.xsc
mv GMPz.xsc GMPz.c
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
aarch64-mageia-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g   -DVERSION=\"0.48\" -DXS_VERSION=\"0.48\" -fPIC "-I/usr/lib64/perl5/CORE" -DNEWPERL -DENABLE_MATH_BIGINT_GMP_OVERLOAD   Random.c
Random.xs: In function 'Rgmp_urandomb_ui':
Random.xs:116:26: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
  116 |      if(req > max) croak("In Math::GMPz::Random::Rgmp_urandomb_ui, requested %u bits, but %u is the maximum allowed", req, max);
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~
      |                                                                                                                       |
      |                                                                                                                       long unsigned int
Random.xs:116:26: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=]
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
rm -f ../blib/arch/auto/Math/GMPz/Random/Random.so
aarch64-mageia-linux-gnu-gcc  -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong  Random.o  -o ../blib/arch/auto/Math/GMPz/Random/Random.so  \
   -lgmp -lperl   \
  
chmod 755 ../blib/arch/auto/Math/GMPz/Random/Random.so
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
cp V.pm ../blib/lib/Math/GMPz/V.pm
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
Running Mkbootstrap for V ()
chmod 644 "V.bs"
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- V.bs ../blib/arch/auto/Math/GMPz/V/V.bs 644
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
"/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/ExtUtils/typemap'  V.xs > V.xsc
mv V.xsc V.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
aarch64-mageia-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g   -DVERSION=\"0.48\" -DXS_VERSION=\"0.48\" -fPIC "-I/usr/lib64/perl5/CORE" -DNEWPERL -DENABLE_MATH_BIGINT_GMP_OVERLOAD   V.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
rm -f ../blib/arch/auto/Math/GMPz/V/V.so
aarch64-mageia-linux-gnu-gcc  -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong  V.o  -o ../blib/arch/auto/Math/GMPz/V/V.so  \
    -lperl   \
  
chmod 755 ../blib/arch/auto/Math/GMPz/V/V.so
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
aarch64-mageia-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g   -DVERSION=\"0.48\" -DXS_VERSION=\"0.48\" -fPIC "-I/usr/lib64/perl5/CORE"  -DNEWPERL -DENABLE_MATH_BIGINT_GMP_OVERLOAD GMPz.c
GMPz.xs: In function 'Rmpz_init_set_str_nobless':
GMPz.xs:63:15: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
   63 |         croak("First argument supplied to Rmpz_create_init_nobless is not a valid base %u integer", b);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~
      |                                                                                                     |
      |                                                                                                     long unsigned int
GMPz.xs: In function 'Rmpz_init_set_str':
GMPz.xs:419:15: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
  419 |         croak("First argument supplied to Rmpz_init_set_str is not a valid base %u integer", b);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~
      |                                                                                              |
      |                                                                                              long unsigned int
GMPz.xs: In function 'autocorrelation':
GMPz.xs:6198:55: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
 6198 |      if(mpz_sizeinbase(*bitstream, 2) != 20000) croak("Bit sequence has length of %d bits in autocorrelation function", mpz_sizeinbase(*bitstream, 2));
      |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GMPz.xs: In function 'autocorrelation_20000':
GMPz.xs:6244:62: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
 6244 |    if(mpz_sizeinbase(*bitstream, 2) != 20000 + offset) croak("Bit sequence has length of %d bits in autocorrelation_20000 function; should have size of %d bits", mpz_sizeinbase(*bitstream, 2), 20000 + offset);
      |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rm -f blib/arch/auto/Math/GMPz/GMPz.so
aarch64-mageia-linux-gnu-gcc  -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong  GMPz.o  -o blib/arch/auto/Math/GMPz/GMPz.so  \
   -lgmp -lperl   \
  
chmod 755 blib/arch/auto/Math/GMPz/GMPz.so
Manifying 1 pod document
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ryZGPp
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64
+ cd Math-GMPz-0.48
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64 'INSTALL=/usr/bin/install -p'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Random.bs ../blib/arch/auto/Math/GMPz/Random/Random.bs 644
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- V.bs ../blib/arch/auto/Math/GMPz/V/V.bs 644
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- GMPz.bs blib/arch/auto/Math/GMPz/GMPz.bs 644
Manifying 1 pod document
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/GMPz.so
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/Random/Random.so
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/V/V.so
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/Math/GMPz.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/Math/GMPz.pod
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/Math/GMPz/V.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/Math/GMPz/Random.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/share/man/man3/Math::GMPz.3pm
Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/perllocal.pod
+ /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.480.0-6.mga8 --unique-debug-suffix -0.480.0-6.mga8.aarch64 --unique-debug-src-base perl-Math-GMPz-0.480.0-6.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Math-GMPz-0.48

explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/V/V.so
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/GMPz.so
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/Random/Random.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/V/V.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/GMPz.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/Random/Random.so
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/V/V.so'; reason: Permission denied
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/Random/Random.so'; reason: Permission denied
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/GMPz.so'; reason: Permission denied
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/GMPz.so'; reason: Permission denied
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/Random/Random.so'; reason: Permission denied
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Math/GMPz/V/V.so'; reason: Permission denied
original debug info size: 1072kB, size after compression: 992kB
/usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match.
1361 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
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KnXOPl
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Math-GMPz-0.48
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j8 V=1 VERBOSE=1 test
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- GMPz.bs blib/arch/auto/Math/GMPz/GMPz.bs 644
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Random.bs ../blib/arch/auto/Math/GMPz/Random/Random.bs 644
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- V.bs ../blib/arch/auto/Math/GMPz/V/V.bs 644
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Random.bs ../blib/arch/auto/Math/GMPz/Random/Random.bs 644
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.32.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/gmp_random.t .. ok
All tests successful.
Files=1, Tests=17,  0 wallclock secs ( 0.06 usr  0.00 sys +  0.04 cusr  0.00 csys =  0.10 CPU)
Result: PASS
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/Random'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- V.bs ../blib/arch/auto/Math/GMPz/V/V.bs 644
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
No tests defined for Math::GMPz::V extension.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/V'
PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.32.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

GMP Header version (major): 6
GMP Header version (minor): 2
GMP Header version (patchlevel): 1
GMP CC: gcc
GMP CFLAGS: -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
t/_1aaa_v.t ............... ok

# Using Math::GMPz version 0.48
# Using gmp library version 6.2.1
# CC is gcc
# CFLAGS are -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
# GMP_LIMB_BITS is 64
# GMP_NAIL_BITS is 0
# MATH_GMPz_HAS_MAGICEXT is 1
# MATH_GMPz_IV_MAX is 9223372036854775807
# MATH_GMPz_IV_MIN is -9223372036854775808
# MATH_GMPz_UV_MAX is 18446744073709551615
t/_1basic.t ............... ok
t/aliases.t ............... ok
Skipping test 13 - no Math::GMPf
Skipping test 14 - no Math::GMPq
t/alloc.t ................. ok
t/arith.t ................. ok
t/bits.t .................. ok
t/bitwise.t ............... ok
t/cdiv.t .................. ok
t/cmp.t ................... ok

Couldn't load Math::GMPq - skipping all tests:
Can't locate Math/GMPq.pm in @INC (you may need to install the Math::GMPq module) (@INC contains: /home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/blib/lib /home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/blib/arch /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/cmp_q.t line 5.

t/cmp_q.t ................. ok
t/div2.t .................. ok

$@: Can't locate Math/GMPq.pm in @INC (you may need to install the Math::GMPq module) (@INC contains: /home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/blib/lib /home/iurt/rpmbuild/BUILD/Math-GMPz-0.48/blib/arch /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/divby0.t line 372.

Skipping tests 37 & 38 - can't load Math::GMPq
t/divby0.t ................ ok
t/fac.t ................... ok
t/fdiv.t .................. ok
t/imp_exp.t ............... ok
t/index_bug.t ............. ok
t/io_raw.t ................ ok
t/IV_UV_NV.t .............. ok
Skipping test 2 - no long double support
t/longdouble.t ............ ok

Using Math::BigInt version 1.999818
t/math_bigint.t ........... ok
Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::Calc at t/math_bigint_gmp.t line 15.
Using Math::BigInt version 1.999818
t/math_bigint_gmp.t ....... ok

 Skipping all tests - couldn't load Math::BigInt::GMP
t/math_bigint_gmp_only.t .. ok
t/misc.t .................. ok
t/new.t ................... ok
t/NOK_and_POK.t ........... ok
t/not_zero.t .............. ok
t/out_str.t ............... ok
t/overload.t .............. ok

Skipping Math::MPFR tests - no Math::MPFR

Skipping Math::GMPq tests - no Math::GMPq
t/overload_cross_class.t .. ok
Skipping test 1 - no recent version of Test::Pod installed
t/pod.t ................... ok
t/power.t ................. ok
t/primes.t ................ ok
Skipping test 5 - Math::GMPq not available
Skipping test 6 - Math::GMPf not available
t/printf.t ................ ok
t/random.t ................ ok
t/theoretic.t ............. ok
t/TRmpz_out_str.t ......... ok
Skipping test 2 - nothing to test
Skipping test3 - nothing to test
t/use64bitint.t ........... ok
All tests successful.
Files=37, Tests=597,  4 wallclock secs ( 0.22 usr  0.09 sys +  2.07 cusr  0.22 csys =  2.60 CPU)
Result: PASS
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: perl-Math-GMPz-0.480.0-6.mga8.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gaFqom
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Math-GMPz-0.48
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/share/doc/perl-Math-GMPz
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/share/doc/perl-Math-GMPz
+ cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/share/doc/perl-Math-GMPz
+ cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/share/doc/perl-Math-GMPz
+ cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/share/doc/perl-Math-GMPz
+ cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/share/doc/perl-Math-GMPz
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/share/doc/perl-Math-GMPz
+ cp -pr V /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/share/doc/perl-Math-GMPz
+ cp -pr demos /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64/usr/share/doc/perl-Math-GMPz
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: perl(Math::GMPz) = 0.480.0 perl(Math::GMPz::Random) = 0.480.0 perl(Math::GMPz::V) = 0.480.0 perl-Math-GMPz = 0.480.0-6.mga8 perl-Math-GMPz(aarch-64) = 0.480.0-6.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgmp.so.10()(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) perl(DynaLoader) perl(Exporter) >= 5.580.0 perl(Math::GMPz::Random) perl(constant) perl(strict) perl(subs) perl(warnings) perl-base >= 2:5.32.0
Processing files: perl-Math-GMPz-debugsource-0.480.0-6.mga8.aarch64
Provides: perl-Math-GMPz-debugsource = 0.480.0-6.mga8 perl-Math-GMPz-debugsource(aarch-64) = 0.480.0-6.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: perl-Math-GMPz-debuginfo-0.480.0-6.mga8.aarch64
Provides: debuginfo(build-id) = 357fbaf60496baa82b9719defd0db7d7894d0089 debuginfo(build-id) = 3e9200db9bc9da742177d0bca9839f4abc03c2f8 debuginfo(build-id) = 7664ca5bd07fd99743196608dd0db51830e69f4a perl-Math-GMPz-debuginfo = 0.480.0-6.mga8 perl-Math-GMPz-debuginfo(aarch-64) = 0.480.0-6.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: perl-Math-GMPz-debugsource(aarch-64) = 0.480.0-6.mga8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Math-GMPz-0.480.0-6.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Math-GMPz-debugsource-0.480.0-6.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Math-GMPz-debuginfo-0.480.0-6.mga8.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6SAZjn
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Math-GMPz-0.48
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Math-GMPz-0.480.0-6.mga8.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WMyNql
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf Math-GMPz-0.48
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!