Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target loongarch64 --nodeps /builddir/build/SPECS/perl-NetAddr-IP.spec'], chrootPath='/var/lib/mock/dist-el8-loongarch64-build-41233-21227/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target loongarch64 --nodeps /builddir/build/SPECS/perl-NetAddr-IP.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: loongarch64 Building for target loongarch64 Wrote: /builddir/build/SRPMS/perl-NetAddr-IP-4.079-7.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target loongarch64 --nodeps /builddir/build/SPECS/perl-NetAddr-IP.spec'], chrootPath='/var/lib/mock/dist-el8-loongarch64-build-41233-21227/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target loongarch64 --nodeps /builddir/build/SPECS/perl-NetAddr-IP.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: loongarch64 Building for target loongarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vfqCvl + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf NetAddr-IP-4.079 + /usr/bin/gzip -dc /builddir/build/SOURCES/NetAddr-IP-4.079.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd NetAddr-IP-4.079 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jb0HzO + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.079 + perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g' This build requires a C compiler by default except on Windows where the Pure Perl version is mandatory. The Pure Perl version, which does not require compilation of XS code, can be used by invoking this as: perl Makefile.PL -noxs ====================================================================== W A R N I N G - Please do read below if you have legacy code ====================================================================== Versions 3.21 and above of NetAddr::IP, include hooks for the Storable class that are incompatible with the old (automatic) method of storing data. To regain backwards compatibility, the module must be use()d as use NetAddr::IP ':old_storable'; which will disable the new hooks and revert back to the old ways. If you do not use Storable along with NetAddr::IP, or just don't know what this all means, most likely you're safe to go ahead. Versions before 3.25 recognized by default IP addresses as returned by inet_aton. This is no longer the default. To enable this behavior again, the module must be use()d as use NetAddr::IP ':aton'; Versions before 4.008 recognized the above syntax. This behavior is fundamentally broken, is DEPRECATED and WILL BE REMOVED in version 5.0 Use this method to create new objects from 'aton's $ip = new_from_aton NetAddr::IP(inet_aton('1.2.3.4')) Checking if your kit is complete... Looks good Checking if your kit is complete... Looks good Testing if you have a C compiler and the needed header files.... building for linux loongarch64-redhat-linux-gnu-gcc compile.c -o compile.output You have a working compiler. checking for gcc... loongarch64-redhat-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether loongarch64-redhat-linux-gnu-gcc accepts -g... yes checking for loongarch64-redhat-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... loongarch64-redhat-linux-gnu-gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking for an ANSI C-conforming const... yes checking for int32_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking whether loongarch64-redhat-linux-gnu-gcc needs -traditional... no checking for library containing gethostbyname... none required checking for library containing inet_aton... none required checking for library containing inet_pton... none required checking for library containing inet_addr... none required checking whether byte ordering is bigendian... no checking for uint8_t... yes checking size of uint8_t... 1 checking for uint16_t... yes checking size of uint16_t... 2 checking for uint32_t... yes checking size of uint32_t... 4 checking for u_int8_t... yes checking size of u_int8_t... 1 checking for u_int16_t... yes checking size of u_int16_t... 2 checking for u_int32_t... yes checking size of u_int32_t... 4 configure.gcc: creating ./config.status config.status: creating config.h Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for NetAddr::IP + make -j4 make[1]: Entering directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite' make[2]: Entering directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util' Running Mkbootstrap for Util () cp IP.pm blib/lib/NetAddr/IP.pm AutoSplitting blib/lib/NetAddr/IP.pm (blib/lib/auto/NetAddr/IP) chmod 644 "Util.bs" "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util/typemap' Util.xs > Util.xsc cp Lite.pm ../blib/lib/NetAddr/IP/Lite.pm "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs 644 cp lib/NetAddr/IP/InetBase.pm ../../blib/lib/NetAddr/IP/InetBase.pm AutoSplitting ../../blib/lib/NetAddr/IP/InetBase.pm (../../blib/lib/auto/NetAddr/IP/InetBase) cp Util_IS.pm ../../blib/lib/NetAddr/IP/Util_IS.pm cp Util.pm ../../blib/lib/NetAddr/IP/Util.pm AutoSplitting ../../blib/lib/NetAddr/IP/Util.pm (../../blib/lib/auto/NetAddr/IP/Util) cp lib/NetAddr/IP/UtilPP.pm ../../blib/lib/NetAddr/IP/UtilPP.pm AutoSplitting ../../blib/lib/NetAddr/IP/UtilPP.pm (../../blib/lib/auto/NetAddr/IP/UtilPP) mv Util.xsc Util.c loongarch64-redhat-linux-gnu-gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"1.53\" -DXS_VERSION=\"1.53\" -fPIC "-I/usr/lib64/perl5/CORE" Util.c rm -f ../../blib/arch/auto/NetAddr/IP/Util/Util.so loongarch64-redhat-linux-gnu-gcc -lpthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong Util.o -o ../../blib/arch/auto/NetAddr/IP/Util/Util.so \ -lperl \ chmod 755 ../../blib/arch/auto/NetAddr/IP/Util/Util.so Manifying 3 pod documents make[2]: Leaving directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util' Manifying 1 pod document make[1]: Leaving directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite' Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Sokw6i + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64 ++ dirname /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64 + cd NetAddr-IP-4.079 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64 make[1]: Entering directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite' make[2]: Entering directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs 644 Manifying 3 pod documents make[2]: Leaving directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util' Manifying 1 pod document make[1]: Leaving directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite' Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/Util/Util.so Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/NetAddr/IP.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/NetAddr/IP/UtilPP.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/NetAddr/IP/Lite.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/NetAddr/IP/InetBase.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/NetAddr/IP/Util_IS.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/NetAddr/IP/Util.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/re.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/short.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/wildcard.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/_splitplan.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/re6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/compactref.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/prefix.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/_splitref.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/do_prefix.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/coalesce.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/nprefix.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/_compact_v6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/mod_version.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/hostenum.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/_compV6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/canon.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/Util/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_ntoa.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/ipv6_aton.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_any2n.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_inet_pton.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_n2dx.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/ipv6_ntoa.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_n2ad.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_inet_ntop.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_packzeros.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipanyto6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv6to4.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/slowadd128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcd.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/simple_pack.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcd2bin.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcdn.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/mask4to6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/addconst.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x2.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2txt.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcd2bin.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bin2bcdn.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/notcontiguous.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/hasbits.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/maskanyto6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/add128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_sa128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_deadlen.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/comp128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv4to6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2bin.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/shiftleft.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x10.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/sub128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcdcheck.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/share/man/man3/NetAddr::IP::InetBase.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/share/man/man3/NetAddr::IP::Lite.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/share/man/man3/NetAddr::IP::Util.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/share/man/man3/NetAddr::IP.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/share/man/man3/NetAddr::IP::UtilPP.3pm + find /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64 -type f -name .packlist -delete + find /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64 -type f -name '*.bs' -empty -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.079-7.el8 --unique-debug-suffix -4.079-7.el8.loongarch64 --unique-debug-src-base perl-NetAddr-IP-4.079-7.el8.loongarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/NetAddr-IP-4.079 extracting debug info from /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-7.el8.loongarch64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/Util/Util.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 87 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.eNPeGN + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.079 + make test make[1]: Entering directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite' make[2]: Entering directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs 644 Manifying 3 pod documents make[2]: Leaving directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util' Manifying 1 pod document make[1]: Leaving directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite' make[1]: Entering directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite' make[2]: Entering directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs 644 Manifying 3 pod documents make[2]: Leaving directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util' make[2]: Entering directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../../blib/lib', '../../blib/arch')" t/*.t Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/4to6.t .................... Dubious, test returned 1 (wstat 256, 0x100) Failed 5/5 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/add128.t .................. Dubious, test returned 1 (wstat 256, 0x100) Failed 57/57 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/addconst.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 20/20 subtests AF_INET6 = 10 derived from Socket or Socket6 t/af_inet6.t ................ ok Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/anyto6.t .................. Dubious, test returned 1 (wstat 256, 0x100) Failed 7/7 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/badd.t .................... Dubious, test returned 1 (wstat 256, 0x100) No subtests run Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/bcd2bin.t ................. Dubious, test returned 1 (wstat 256, 0x100) Failed 25/25 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/bcdn2bin.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 25/25 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/bin.t ..................... Dubious, test returned 1 (wstat 256, 0x100) Failed 25/25 subtests t/binet_n2ad.t .............. ok t/binet_n2dx.t .............. ok t/binet_ntoa.t .............. ok t/binet_pton.t .............. ok t/bipv4_inet.t .............. ok t/bipv6_any2n.t ............. ok t/bipv6func.t ............... ok t/bisIPv4.t ................. ok t/bpackzeros.t .............. ok Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/comp128.t ................. Dubious, test returned 1 (wstat 256, 0x100) Failed 4/4 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/croak.t ................... Dubious, test returned 1 (wstat 256, 0x100) Failed 31/31 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/hasbits.t ................. Dubious, test returned 1 (wstat 256, 0x100) No subtests run Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/inet_4map6.t .............. Dubious, test returned 1 (wstat 256, 0x100) No subtests run Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/inet_n2ad.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 4/4 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/inet_n2dx.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 6/6 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/inet_pton.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 32/32 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/ipv4_inet.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 13/13 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/ipv6_any2n.t .............. Dubious, test returned 1 (wstat 256, 0x100) Failed 4/4 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/ipv6_ntoa.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 20/20 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/ipv6func.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 27/27 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/ipv6to4.t ................. Dubious, test returned 1 (wstat 256, 0x100) Failed 4/4 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/isIPv4.t .................. Dubious, test returned 1 (wstat 256, 0x100) Failed 421/421 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/leftshift.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 9/9 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/mode.t .................... Dubious, test returned 1 (wstat 256, 0x100) Failed 2/2 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/naip_gethostbyname.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 3/3 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/no6_naip_gethostbyname.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 3/3 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/notcontiguous.t ........... Dubious, test returned 1 (wstat 256, 0x100) Failed 49/49 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/packzeros.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 13/13 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/simple_pack.t ............. Dubious, test returned 1 (wstat 256, 0x100) Failed 9/9 subtests Util.c: loadable library and perl binaries are mismatched (got handshake key 0xe280080, needed 0xe300080) t/sub128.t .................. Dubious, test returned 1 (wstat 256, 0x100) Failed 34/34 subtests Test Summary Report ------------------- t/4to6.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 5 tests but ran 0. t/add128.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 57 tests but ran 0. t/addconst.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 20 tests but ran 0. t/anyto6.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 7 tests but ran 0. t/badd.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: No plan found in TAP output t/bcd2bin.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 25 tests but ran 0. t/bcdn2bin.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 25 tests but ran 0. t/bin.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 25 tests but ran 0. t/comp128.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 4 tests but ran 0. t/croak.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 31 tests but ran 0. t/hasbits.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: No plan found in TAP output t/inet_4map6.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: No plan found in TAP output t/inet_n2ad.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 4 tests but ran 0. t/inet_n2dx.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 6 tests but ran 0. t/inet_pton.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 32 tests but ran 0. t/ipv4_inet.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 13 tests but ran 0. t/ipv6_any2n.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 4 tests but ran 0. t/ipv6_ntoa.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 20 tests but ran 0. t/ipv6func.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 27 tests but ran 0. t/ipv6to4.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 4 tests but ran 0. t/isIPv4.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 421 tests but ran 0. t/leftshift.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 9 tests but ran 0. t/mode.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 2 tests but ran 0. t/naip_gethostbyname.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 3 tests but ran 0. t/no6_naip_gethostbyname.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 3 tests but ran 0. t/notcontiguous.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 49 tests but ran 0. t/packzeros.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 13 tests but ran 0. t/simple_pack.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 9 tests but ran 0. t/sub128.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 34 tests but ran 0. Files=39, Tests=543, 1 wallclock secs ( 0.09 usr 0.01 sys + 0.80 cusr 0.05 csys = 0.95 CPU) Result: FAIL Failed 29/39 test programs. 0/543 subtests failed. make[2]: *** [Makefile:764: test_dynamic] Error 1 make[1]: *** [Makefile:620: subdirs-test_dynamic] Error 2 make: *** [Makefile:834: subdirs-test_dynamic] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.eNPeGN (%check) Bad exit status from /var/tmp/rpm-tmp.eNPeGN (%check) make[2]: Leaving directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util' make[1]: Leaving directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite' RPM build errors: Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 600, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target loongarch64 --nodeps /builddir/build/SPECS/perl-NetAddr-IP.spec