Mock Version: 1.1.8 Mock Version: 1.1.8 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/perl-NetAddr-IP.spec'], False, '/var/lib/mock/dist-f16-perl-1104909-170370/root/', None, 86400, True, 0, 419, 497, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/perl-NetAddr-IP.spec'] warning: Could not canonicalize hostname: x86-14.phx2.fedoraproject.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/perl-NetAddr-IP-4.044-3.fc16.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/perl-NetAddr-IP.spec'], False, '/var/lib/mock/dist-f16-perl-1104909-170370/root/', None, 86400, True, 0, 419, 497, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/perl-NetAddr-IP.spec'] Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6EhBVr + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf NetAddr-IP-4.044 + /usr/bin/gzip -dc /builddir/build/SOURCES/NetAddr-IP-4.044.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd NetAddr-IP-4.044 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /builddir/build/SOURCES/License_of_perl-NetAddr-IP.txt . Patch #0 (NetAddr-IP-4.042-UTF8.patch): + echo 'Patch #0 (NetAddr-IP-4.042-UTF8.patch):' + /bin/cat /builddir/build/SOURCES/NetAddr-IP-4.042-UTF8.patch + /usr/bin/patch -s -p1 --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lRZ4cD + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.044 + LANG=C + export LANG + unset DISPLAY + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' This build requires a C compiler by default except on Windows where the Pure Perl version is mandatory. The Pure Perl version does not require compilation of XS code can be used by invoking this as: perl Makefile.PL -noxs Looks like this host does not have Test::Pod installed. Without this module, the Pod documentation cannot be tested. This is not a big deal really, but you might want to install Test::Pod by issuing the following command: perl -MCPAN -e "install('Test::Pod')" at a nearby shell. This is nice because it allows easy tests of your own documentation. You might want to install Pod::Coverage, so that coverage of the documentation can be properly tested. You can do so by typing the following: perl -MCPAN -e "install('Pod::Coverage')" ====================================================================== 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 NetAddr::IP or just don't know what this all means, most likely you're safe to go along. 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.08 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 Testing if you have a C compiler and the needed header files.... 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... /bin/grep checking for egrep... /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... 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: creating ./config.status config.status: creating config.h Writing Makefile for NetAddr::IP::Util Writing MYMETA.yml Writing Makefile for NetAddr::IP::Lite Writing MYMETA.yml Writing Makefile for NetAddr::IP Writing MYMETA.yml + make -j16 make[1]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite' make[2]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite/Util' /usr/bin/perl /usr/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Util.xs > Util.xsc && mv Util.xsc Util.c cp IP.pm blib/lib/NetAddr/IP.pm AutoSplitting blib/lib/NetAddr/IP.pm (blib/lib/auto/NetAddr/IP) Running Mkbootstrap for NetAddr::IP::Util () cp Lite.pm ../blib/lib/NetAddr/IP/Lite.pm chmod 644 Util.bs cp Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs chmod 644 ../../blib/arch/auto/NetAddr/IP/Util/Util.bs 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) cp Util.pm ../../blib/lib/NetAddr/IP/Util.pm AutoSplitting ../../blib/lib/NetAddr/IP/Util.pm (../../blib/lib/auto/NetAddr/IP/Util) cp Util_IS.pm ../../blib/lib/NetAddr/IP/Util_IS.pm gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -DVERSION=\"1.36\" -DXS_VERSION=\"1.36\" -fPIC "-I/usr/lib/perl5/CORE" Util.c Util.c: In function 'XS_NetAddr__IP__Util_bcd2bin': Util.xs:691:9: warning: 'subname' may be used uninitialized in this function [-Wuninitialized] Util.xs:681:9: note: 'subname' was declared here rm -f ../../blib/arch/auto/NetAddr/IP/Util/Util.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -L/usr/local/lib Util.o -o ../../blib/arch/auto/NetAddr/IP/Util/Util.so \ \ chmod 755 ../../blib/arch/auto/NetAddr/IP/Util/Util.so Manifying ../../blib/man3/NetAddr::IP::UtilPP.3pm Manifying ../../blib/man3/NetAddr::IP::Util.3pm make[2]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite/Util' Manifying ../blib/man3/NetAddr::IP::Lite.3pm make[1]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite' Manifying blib/man3/NetAddr::IP.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.HxJMTp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386 ++ dirname /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386 + cd NetAddr-IP-4.044 + LANG=C + export LANG + unset DISPLAY + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386 make[1]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite' make[2]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite/Util' make[2]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite/Util' make[1]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/Util.bs Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/Util.so Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/NetAddr/IP.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/NetAddr/IP/Util_IS.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/NetAddr/IP/Util.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/NetAddr/IP/UtilPP.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/NetAddr/IP/Lite.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/prefix.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_splitref.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/do_prefix.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/full6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/nprefix.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/re.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/full.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/short.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/mod_version.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_compact_v6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_splitplan.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/coalesce.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/wildcard.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_compV6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/re6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/compactref.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/hostenum.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/simple_pack.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/add128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcd.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/maskanyto6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcdn.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/comp128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcdcheck.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2txt.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv6to4.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv4to6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_deadlen.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/addconst.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2bin.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bin2bcdn.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/slowadd128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/sub128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/isIPv4.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/shiftleft.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/mask4to6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x2.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/notcontiguous.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/hasbits.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipanyto6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x10.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_sa128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcd2bin.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcd2bin.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/inet_any2n.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/inet_n2ad.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/ipv6_aton.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/inet_n2dx.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/share/man/man3/NetAddr::IP::UtilPP.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/share/man/man3/NetAddr::IP::Util.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/share/man/man3/NetAddr::IP::Lite.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/share/man/man3/NetAddr::IP.3pm + find /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386 -depth -type d -exec rmdir '{}' ';' + /bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/NetAddr-IP-4.044 extracting debug info from /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/Util.so 97 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.EuGcee + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.044 + unset DISPLAY + make test make[1]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite' make[2]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite/Util' make[2]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite/Util' make[1]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/constants.t ...... ok t/full.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/old-store.t ...... ok t/over-arr.t ....... ok t/over-qq.t ........ ok t/relops.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=28, Tests=9523, 7 wallclock secs ( 1.05 usr 0.10 sys + 6.81 cusr 0.15 csys = 8.11 CPU) Result: PASS make[1]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite' make[2]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite/Util' make[2]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite/Util' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t t/addr.t .............. ok t/aton.t .............. ok t/bigints.t ........... ok t/bits.t .............. ok t/broadcast.t ......... ok t/bug62521.t .......... ok t/cidr.t .............. ok t/constants.t ......... ok t/contains.t .......... ok t/copy.t .............. ok t/firstlast.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/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/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 Use of qw(...) as parentheses is deprecated at t/v4_new_cis.t line 51. t/v4_new_cis.t ........ ok t/v6-cnew.t ........... ok t/v6-contains.t ....... ok t/v6-inc.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.t ........ ok t/v6-old-base.t ....... ok t/version.t ........... ok t/within.t ............ ok All tests successful. Files=62, Tests=2670, 3 wallclock secs ( 0.38 usr 0.11 sys + 2.03 cusr 0.22 csys = 2.74 CPU) Result: PASS make[2]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite/Util' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../../blib/lib', '../../blib/arch')" t/*.t t/4to6.t ........... ok t/add128.t ......... ok t/addconst.t ....... ok t/anyto6.t ......... ok t/badd.t ........... ok t/bcd2bin.t ........ ok t/bcdn2bin.t ....... ok t/bin.t ............ ok t/comp128.t ........ ok t/croak.t .......... ok t/hasbits.t ........ ok t/inet_n2ad.t ...... ok t/inet_n2dx.t ...... ok t/ipv4_inet.t ...... ok t/ipv6_any2n.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/notcontiguous.t .. ok t/simple_pack.t .... ok t/sub128.t ......... ok All tests successful. Files=23, Tests=591, 0 wallclock secs ( 0.12 usr 0.02 sys + 0.37 cusr 0.05 csys = 0.56 CPU) Result: PASS make[2]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite/Util' make[1]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.044/Lite' + exit 0 Processing files: perl-NetAddr-IP-4.044-3.fc16.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LiyRqv + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.044 + DOCDIR=/builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/share/doc/perl-NetAddr-IP-4.044 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/share/doc/perl-NetAddr-IP-4.044 + /bin/mkdir -p /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/share/doc/perl-NetAddr-IP-4.044 + cp -pr Changes README TODO docs/rfc1884.txt License_of_perl-NetAddr-IP.txt /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386/usr/share/doc/perl-NetAddr-IP-4.044 + exit 0 Provides: perl(NetAddr::IP) = 4.44 perl(NetAddr::IP::Lite) = 1.28 perl(NetAddr::IP::Util) = 1.36 perl(NetAddr::IP::UtilPP) = 1.7 perl(NetAddr::IP::UtilPolluted) perl(NetAddr::IP::Util_IS) = 1.00 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) perl(AutoLoader) perl(Carp) perl(DynaLoader) perl(Exporter) perl(NetAddr::IP::Lite) >= 1.28 perl(NetAddr::IP::Util) perl(NetAddr::IP::Util) >= 1.36 perl(NetAddr::IP::Util_IS) perl(Socket) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: perl-NetAddr-IP-debuginfo-4.044-3.fc16.i686 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386 warning: Could not canonicalize hostname: x86-14.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/perl-NetAddr-IP-4.044-3.fc16.i686.rpm Wrote: /builddir/build/RPMS/perl-NetAddr-IP-debuginfo-4.044-3.fc16.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QEhAQp + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.044 + /bin/rm -rf /builddir/build/BUILDROOT/perl-NetAddr-IP-4.044-3.fc16.i386 + exit 0 Child returncode was: 0 LEAVE do -->