Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/perl-NetAddr-IP.spec'], env={'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'HOME': '/builddir'}timeout=172800gid=425logger=user='mockbuild'nspawn_args=[]chrootPath='/var/lib/mock/module-a8a5fe04d3e8974f-build-9787271-782655/root'uid=1000printOutput=Falseshell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/perl-NetAddr-IP.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'HOME': '/builddir'} and shell False sh: perl: command not found sh: /usr/bin/perl: No such file or directory sh: /usr/bin/perl: No such file or directory Building target platforms: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/perl-NetAddr-IP-4.079-6.module_a8a5fe04.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/perl-NetAddr-IP.spec'], env={'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'HOME': '/builddir'}timeout=172800gid=425logger=user='mockbuild'nspawn_args=[]chrootPath='/var/lib/mock/module-a8a5fe04d3e8974f-build-9787271-782655/root'uid=1000printOutput=Falseshell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/perl-NetAddr-IP.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'HOME': '/builddir'} and shell False Building target platforms: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zLUl19 + 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.qB1So4 + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.079 + perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64' 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 gcc compile.c -o compile.output You have a working compiler. checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... 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 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... yes 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' cp IP.pm blib/lib/NetAddr/IP.pm AutoSplitting blib/lib/NetAddr/IP.pm (blib/lib/auto/NetAddr/IP) make[2]: Entering directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util' Running Mkbootstrap for Util () 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 gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -DVERSION=\"1.53\" -DXS_VERSION=\"1.53\" -fPIC "-I/usr/lib64/perl5/CORE" Util.c In file included from /usr/lib64/perl5/CORE/perl.h:5644:0, from Util.xs:29: Util.c: In function 'XS_NetAddr__IP__Util_bcd2bin': /usr/lib64/perl5/CORE/embed.h:1946:19: warning: 'subname' may be used uninitialized in this function [-Wmaybe-uninitialized] # define croak Perl_croak_nocontext ^~~~~~~~~~~~~~~~~~~~ Util.xs:674:9: note: 'subname' was declared here char * subname; ^~~~~~~ rm -f ../../blib/arch/auto/NetAddr/IP/Util/Util.so gcc -shared -Wl,-z,relro -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.B10a56 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64 ++ dirname /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64 + cd NetAddr-IP-4.079 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64 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-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/Util/Util.so Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/_splitref.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/nprefix.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/wildcard.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/_compact_v6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/prefix.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/short.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/re6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/compactref.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/coalesce.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/_compV6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/do_prefix.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/re.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/_splitplan.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/mod_version.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/canon.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/hostenum.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/Util/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x2.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcdn.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_sa128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcd.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv6to4.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/comp128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/maskanyto6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/slowadd128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/notcontiguous.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/shiftleft.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv4to6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x10.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2bin.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/mask4to6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/addconst.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/add128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/hasbits.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcdcheck.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/sub128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_deadlen.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcd2bin.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/simple_pack.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipanyto6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bin2bcdn.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2txt.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcd2bin.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_inet_pton.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_n2dx.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/ipv6_ntoa.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_any2n.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/ipv6_aton.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_n2ad.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_ntoa.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_inet_ntop.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_packzeros.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/NetAddr/IP.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/NetAddr/IP/InetBase.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/NetAddr/IP/Util_IS.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/NetAddr/IP/UtilPP.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/NetAddr/IP/Lite.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/lib64/perl5/vendor_perl/NetAddr/IP/Util.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/man/man3/NetAddr::IP::InetBase.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/man/man3/NetAddr::IP::Util.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/man/man3/NetAddr::IP::Lite.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/man/man3/NetAddr::IP.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/man/man3/NetAddr::IP::UtilPP.3pm + find /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64 -type f -name .packlist -delete + find /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64 -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-6.module_a8a5fe04.ppc64 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.079-6.module_a8a5fe04 --unique-debug-suffix -4.079-6.module_a8a5fe04.ppc64 --unique-debug-src-base perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64 --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-6.module_a8a5fe04.ppc64/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/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mcHwia + 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 t/4to6.t .................... ok t/add128.t .................. ok t/addconst.t ................ ok AF_INET6 = 10 derived from Socket or Socket6 t/af_inet6.t ................ ok t/anyto6.t .................. ok t/badd.t .................... ok t/bcd2bin.t ................. ok t/bcdn2bin.t ................ ok t/bin.t ..................... ok 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 t/comp128.t ................. ok t/croak.t ................... ok t/hasbits.t ................. ok t/inet_4map6.t .............. ok t/inet_n2ad.t ............... ok t/inet_n2dx.t ............... ok t/inet_pton.t ............... ok t/ipv4_inet.t ............... ok t/ipv6_any2n.t .............. ok t/ipv6_ntoa.t ............... ok t/ipv6func.t ................ ok t/ipv6to4.t ................. ok t/isIPv4.t .................. ok t/leftshift.t ............... ok mode CC XS t/mode.t .................... ok t/naip_gethostbyname.t ...... ok t/no6_naip_gethostbyname.t .. ok t/notcontiguous.t ........... ok t/packzeros.t ............... ok t/simple_pack.t ............. ok t/sub128.t .................. ok All tests successful. Files=39, Tests=1528, 1 wallclock secs ( 0.16 usr 0.04 sys + 0.81 cusr 0.11 csys = 1.12 CPU) Result: PASS make[2]: Leaving directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite/Util' 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 t/addr.t .............. ok t/aton.t .............. ok t/bigint.t ............ ok t/bignums.t ........... ok t/bin_ips.t ........... ok t/bits.t .............. ok t/broadcast.t ......... ok t/bug62521.t .......... ok t/bug75976.t .......... ok t/cidr.t .............. ok t/constants.t ......... ok t/contains.t .......... ok t/copy.t .............. ok t/firstlast.t ......... ok t/ipv4FFFF.t .......... ok t/is_local.t .......... ok t/lemasklen.t ......... ok t/loops.t ............. ok t/lower.t ............. ok t/mask.t .............. ok t/masklen.t ........... ok t/netaddr.t ........... ok t/network.t ........... ok t/new-nth.t ........... ok t/new-num.t ........... ok t/nofqdn.t ............ ok t/numeric.t ........... ok t/old-nth.t ........... ok t/old-num.t ........... ok t/over-qq.t ........... ok t/over_comp.t ......... ok t/over_copy.t ......... ok t/over_equal.t ........ ok t/over_math.t ......... ok t/overminus.t ......... ok t/pathological.t ...... ok t/range.t ............. ok t/relops.t ............ ok t/rfc_1918.t .......... ok t/v4-aton.t ........... ok t/v4-badnm.t .......... ok t/v4-base.t ........... ok t/v4-basem.t .......... ok t/v4-cidr.t ........... ok t/v4-cnew.t ........... ok t/v4-contains.t ....... ok t/v4-last.t ........... ok t/v4-new-first.t ...... ok t/v4-new.t ............ ok t/v4-new_from_aton.t .. ok t/v4-no_octal.t ....... ok t/v4-num.t ............ ok t/v4-numeric.t ........ ok t/v4-old-first.t ...... ok t/v4-range.t .......... ok t/v4-snew.t ........... ok # # The following 8 tests involve resolving (hopefully) # non-existant names. This may take a while. t/v4-wnew.t ........... ok t/v4_new_cis.t ........ ok t/v6-cnew-uri.t ....... ok t/v6-cnew.t ........... ok t/v6-contains.t ....... ok t/v6-inc.t ............ ok t/v6-new-base-uri.t ... ok t/v6-new-base.t ....... ok t/v6-new_cis6_base.t .. ok t/v6-new_cis_base.t ... ok t/v6-num.t ............ ok t/v6-numeric-uri.t .... ok t/v6-numeric.t ........ ok t/v6-old-base-uri.t ... ok t/v6-old-base.t ....... ok t/version.t ........... ok t/within.t ............ ok All tests successful. Files=73, Tests=3651, 13 wallclock secs ( 0.35 usr 0.07 sys + 3.28 cusr 0.29 csys = 3.99 CPU) Result: PASS make[1]: Leaving directory '/builddir/build/BUILD/NetAddr-IP-4.079/Lite' 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 t/canon.t .......... ok t/constants.t ...... ok t/full.t ........... ok t/full6-uri.t ...... ok t/full6.t .......... ok t/imhoff.t ......... ok t/loops.t .......... ok t/lower.t .......... ok t/masklen.t ........ ok t/new-store.t ...... ok t/nofqdn.t ......... ok t/old-store.t ...... ok t/over-arr.t ....... ok t/over-qq.t ........ ok t/relops.t ......... ok t/rfc3021.t ........ ok t/short.t .......... ok t/splitref.t ....... ok t/v4-coalesce.t .... ok t/v4-compact.t ..... ok t/v4-compplus.t .... ok t/v4-hostenum.t .... ok t/v4-re.t .......... ok t/v4-split-bulk.t .. ok t/v4-split-list.t .. ok t/v4-splitplan.t ... ok t/v4-sprefix.t ..... ok t/v4-xprefix.t ..... ok t/v6-re.t .......... ok t/v6-split-bulk.t .. ok t/v6-splitplan.t ... ok t/wildcard.t ....... ok All tests successful. Files=32, Tests=9538, 6 wallclock secs ( 0.60 usr 0.05 sys + 5.29 cusr 0.17 csys = 6.11 CPU) Result: PASS Processing files: perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2xha8o + exit 0 + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.079 + DOCDIR=/builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/doc/perl-NetAddr-IP + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/doc/perl-NetAddr-IP + cp -pr About-NetAddr-IP.txt /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/doc/perl-NetAddr-IP + cp -pr Changes /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/doc/perl-NetAddr-IP + cp -pr TODO /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/doc/perl-NetAddr-IP + cp -pr docs/rfc1884.txt /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/doc/perl-NetAddr-IP + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.B8CgYD + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.079 + LICENSEDIR=/builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/licenses/perl-NetAddr-IP + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/licenses/perl-NetAddr-IP + cp -pr Artistic /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/licenses/perl-NetAddr-IP + cp -pr Copying /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64/usr/share/licenses/perl-NetAddr-IP + exit 0 Provides: perl(NetAddr::IP) = 4.79 perl(NetAddr::IP::InetBase) = 0.08 perl(NetAddr::IP::Lite) = 1.57 perl(NetAddr::IP::Util) = 1.53 perl(NetAddr::IP::UtilPP) = 1.9 perl(NetAddr::IP::UtilPolluted) perl(NetAddr::IP::Util_IS) = 1.00 perl-NetAddr-IP = 4.079-6.module_a8a5fe04 perl-NetAddr-IP(ppc-64) = 4.079-6.module_a8a5fe04 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.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) libperl.so.5.26()(64bit) perl(AutoLoader) perl(Carp) perl(DynaLoader) perl(Exporter) perl(NetAddr::IP::InetBase) perl(NetAddr::IP::Lite) >= 1.57 perl(NetAddr::IP::Util) >= 1.53 perl(NetAddr::IP::Util_IS) perl(Socket) perl(overload) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: perl-NetAddr-IP-debugsource-4.079-6.module_a8a5fe04.ppc64 Provides: perl-NetAddr-IP-debugsource = 4.079-6.module_a8a5fe04 perl-NetAddr-IP-debugsource(ppc-64) = 4.079-6.module_a8a5fe04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-NetAddr-IP-debuginfo-4.079-6.module_a8a5fe04.ppc64 Provides: debuginfo(build-id) = 370efb201aae35e4a7a70e7fb2b129433cc640d4 perl-NetAddr-IP-debuginfo = 4.079-6.module_a8a5fe04 perl-NetAddr-IP-debuginfo(ppc-64) = 4.079-6.module_a8a5fe04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64 Wrote: /builddir/build/RPMS/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64.rpm Wrote: /builddir/build/RPMS/perl-NetAddr-IP-debugsource-4.079-6.module_a8a5fe04.ppc64.rpm Wrote: /builddir/build/RPMS/perl-NetAddr-IP-debuginfo-4.079-6.module_a8a5fe04.ppc64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.c5qW2S + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.079 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-NetAddr-IP-4.079-6.module_a8a5fe04.ppc64 + exit 0 Child return code was: 0