Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/perl-NetAddr-IP.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-e2e075c39572ebe187dd55b722297534f0a4fc9e/root/', None, 0, True, False, 993, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/perl-NetAddr-IP.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/perl-NetAddr-IP-4.069-3.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/perl-NetAddr-IP.spec'], False, '/var/lib/mock/c7-pass-1-armhfp-e2e075c39572ebe187dd55b722297534f0a4fc9e/root/', None, 0, True, False, 993, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/perl-NetAddr-IP.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Sb9CAf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf NetAddr-IP-4.069 + /usr/bin/gzip -dc /builddir/build/SOURCES/NetAddr-IP-4.069.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd NetAddr-IP-4.069 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kVmALr + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.069 + perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' 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... 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 Writing Makefile for NetAddr::IP::Util Writing Makefile for NetAddr::IP::Lite Writing Makefile for NetAddr::IP + make -j4 make[1]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite' make[2]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite/Util' cp IP.pm blib/lib/NetAddr/IP.pm AutoSplitting blib/lib/NetAddr/IP.pm (blib/lib/auto/NetAddr/IP) /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Util.xs > Util.xsc && mv Util.xsc Util.c Running Mkbootstrap for NetAddr::IP::Util () 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 Lite.pm ../blib/lib/NetAddr/IP/Lite.pm 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 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) armv7hl-redhat-linux-gnueabi-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-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib/perl5/CORE" Util.c Util.c: In function 'XS_NetAddr__IP__Util_bcd2bin': Util.xs:684:9: warning: 'subname' may be used uninitialized in this function [-Wmaybe-uninitialized] croak("Bad arg length for %s%s, length is %d, should be %d digits or less", ^ Util.xs:674:9: note: 'subname' was declared here char * subname; ^ rm -f ../../blib/arch/auto/NetAddr/IP/Util/Util.so armv7hl-redhat-linux-gnueabi-gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-z,relro -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 Manifying ../../blib/man3/NetAddr::IP::InetBase.3pm make[2]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite/Util' Manifying ../blib/man3/NetAddr::IP::Lite.3pm make[1]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite' Manifying blib/man3/NetAddr::IP.3pm Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uvSkbw + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm ++ dirname /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm + cd NetAddr-IP-4.069 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm make[1]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite' make[2]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite/Util' make[2]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite/Util' make[1]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/Util.so Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/Util.bs Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/NetAddr/IP.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/NetAddr/IP/Util_IS.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/NetAddr/IP/InetBase.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/NetAddr/IP/Lite.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/NetAddr/IP/UtilPP.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/NetAddr/IP/Util.pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/prefix.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/re6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/coalesce.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_compact_v6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_splitref.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/do_prefix.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_compV6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/mod_version.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_splitplan.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/short.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/nprefix.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/re.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/wildcard.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/hostenum.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/compactref.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_inet_pton.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_any2n.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/ipv6_ntoa.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_ntoa.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_packzeros.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_inet_ntop.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/ipv6_aton.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_n2dx.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_n2ad.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_deadlen.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x10.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/sub128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/slowadd128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2bin.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2txt.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcdn.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcd2bin.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/mask4to6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bin2bcdn.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcdcheck.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/addconst.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/shiftleft.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/simple_pack.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv6to4.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/autosplit.ix Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcd.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcd2bin.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipanyto6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x2.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/notcontiguous.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/add128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/comp128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/hasbits.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/maskanyto6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv4to6.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_sa128.al Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/man/man3/NetAddr::IP::Util.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/man/man3/NetAddr::IP::UtilPP.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/man/man3/NetAddr::IP.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/man/man3/NetAddr::IP::InetBase.3pm Installing /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/man/man3/NetAddr::IP::Lite.3pm + find /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/NetAddr-IP-4.069 extracting debug info from /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/Util.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 86 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.mwH8zD + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.069 + make test make[1]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite' make[2]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite/Util' make[2]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite/Util' make[1]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.069/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-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/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=30, Tests=9533, 46 wallclock secs ( 5.77 usr 0.23 sys + 43.36 cusr 0.54 csys = 49.90 CPU) Result: PASS make[1]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite' make[2]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite/Util' make[2]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.069/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/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/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/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=70, Tests=3639, 20 wallclock secs ( 2.86 usr 0.16 sys + 16.23 cusr 0.81 csys = 20.06 CPU) Result: PASS make[2]: Entering directory `/builddir/build/BUILD/NetAddr-IP-4.069/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 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, 6 wallclock secs ( 1.14 usr 0.12 sys + 4.71 cusr 0.24 csys = 6.21 CPU) Result: PASS make[2]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite/Util' make[1]: Leaving directory `/builddir/build/BUILD/NetAddr-IP-4.069/Lite' Processing files: perl-NetAddr-IP-4.069-3.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NwutfT + exit 0 + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.069 + DOCDIR=/builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/doc/perl-NetAddr-IP-4.069 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/doc/perl-NetAddr-IP-4.069 + cp -pr About-NetAddr-IP.txt /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/doc/perl-NetAddr-IP-4.069 + cp -pr Artistic /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/doc/perl-NetAddr-IP-4.069 + cp -pr Changes /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/doc/perl-NetAddr-IP-4.069 + cp -pr Copying /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/doc/perl-NetAddr-IP-4.069 + cp -pr TODO /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/doc/perl-NetAddr-IP-4.069 + cp -pr docs/rfc1884.txt /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm/usr/share/doc/perl-NetAddr-IP-4.069 + exit 0 Provides: perl(NetAddr::IP) = 4.69 perl(NetAddr::IP::InetBase) = 0.08 perl(NetAddr::IP::Lite) = 1.50 perl(NetAddr::IP::Util) = 1.50 perl(NetAddr::IP::UtilPP) = 1.9 perl(NetAddr::IP::UtilPolluted) perl(NetAddr::IP::Util_IS) = 1.00 perl-NetAddr-IP = 4.069-3.el7 perl-NetAddr-IP(armv7hl-32) = 4.069-3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) perl(AutoLoader) perl(Carp) perl(DynaLoader) perl(Exporter) perl(NetAddr::IP::InetBase) perl(NetAddr::IP::Lite) >= 1.48 perl(NetAddr::IP::Util) perl(NetAddr::IP::Util) >= 1.49 perl(NetAddr::IP::Util_IS) perl(Socket) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: perl-NetAddr-IP-debuginfo-4.069-3.el7.armv7hl Provides: perl-NetAddr-IP-debuginfo = 4.069-3.el7 perl-NetAddr-IP-debuginfo(armv7hl-32) = 4.069-3.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm Wrote: /builddir/build/RPMS/perl-NetAddr-IP-4.069-3.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/perl-NetAddr-IP-debuginfo-4.069-3.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YMJ9wQ + umask 022 + cd /builddir/build/BUILD + cd NetAddr-IP-4.069 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-NetAddr-IP-4.069-3.el7.arm + exit 0 Child return code was: 0 LEAVE do -->