request from: hawk checking if we should skip the build started at: Wed Apr 29 21:09:22 2020 fetching http://src.tld-linux.org/~builderti//srpms/5a4f6cc6-6e2e-405e-b251-91edc515eace/perl-NetAddr-IP-4.079-5.src.rpm fetched 218776 bytes, 3897.6 K/s installing srpm: perl-NetAddr-IP-4.079-5.src.rpm + install -d /tmp/B.3hB5cg/BUILD /tmp/B.3hB5cg/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog perl-NetAddr-IP-4.079-5.src.rpm * Wed Apr 29 2020 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/perl-NetAddr-IP.git;a=log;h=2f9faa962daff4c133008dc23eee889fa37dca60 * Sat Jan 25 2020 Jan Rękorajski 2f9faa9 - drop obsolete and outdated manual inclusion of rpm macros * Wed Dec 04 2019 Jan Rękorajski d545f96 - rebuild with perl 5.30.0 - release 5 (by relup.sh) + rpm -Uhv --nodeps --define '_topdir /tmp/B.3hB5cg' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests perl-NetAddr-IP-4.079-5.src.rpm perl-NetAddr-IP ################################################## + rm -f perl-NetAddr-IP-4.079-5.src.rpm + install -m 700 -d /tmp/B.3hB5cg/BUILD/tmp + TMPDIR=/tmp/B.3hB5cg/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.3hB5cg' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux --define 'prep exit 0' /tmp/B.3hB5cg/perl-NetAddr-IP.spec Building target platforms: x86_64-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: x86_64-tld-linux no BR needed building RPM using: set -ex; : build-id: 5a4f6cc6-6e2e-405e-b251-91edc515eace; TMPDIR=/tmp/B.3hB5cg/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.3hB5cg' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux /tmp/B.3hB5cg/perl-NetAddr-IP.spec + : build-id: 5a4f6cc6-6e2e-405e-b251-91edc515eace + TMPDIR=/tmp/B.3hB5cg/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.3hB5cg' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux /tmp/B.3hB5cg/perl-NetAddr-IP.spec Building target platforms: x86_64-tld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.3hB5cg/BUILD/tmp /bin/sh -e /tmp/B.3hB5cg/BUILD/tmp/rpm-tmp.40682 + umask 022 + cd /tmp/B.3hB5cg/BUILD + cd /tmp/B.3hB5cg/BUILD + rm -rf NetAddr-IP-4.079 + /usr/bin/gzip -dc /tmp/B.3hB5cg/NetAddr-IP-4.079.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd NetAddr-IP-4.079 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.3hB5cg/BUILD/tmp /bin/sh -e /tmp/B.3hB5cg/BUILD/tmp/rpm-tmp.40682 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.3hB5cg/BUILD/tmp + umask 022 + cd /tmp/B.3hB5cg/BUILD + cd NetAddr-IP-4.079 + /usr/bin/perl Makefile.PL 'INSTALLDIRS=vendor' 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 x86_64-tld-linux-gcc compile.c -o compile.output You have a working compiler. checking for gcc... x86_64-tld-linux-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 x86_64-tld-linux-gcc accepts -g... yes checking for x86_64-tld-linux-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-tld-linux-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 x86_64-tld-linux-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 MYMETA.yml and MYMETA.json Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for NetAddr::IP Writing MYMETA.yml and MYMETA.json + /usr/bin/make -j4 'CC=x86_64-tld-linux-gcc' 'OPTIMIZE=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' make[1]: Entering directory '/tmp/B.3hB5cg/BUILD/NetAddr-IP-4.079/Lite' make[2]: Entering directory '/tmp/B.3hB5cg/BUILD/NetAddr-IP-4.079/Lite/Util' cp IP.pm blib/lib/NetAddr/IP.pm AutoSplitting blib/lib/NetAddr/IP.pm (blib/lib/auto/NetAddr/IP) Running Mkbootstrap for Util () chmod 644 "Util.bs" "/usr/bin/perl5.30.2" "/usr/share/perl5/5.30.2/ExtUtils/xsubpp" -typemap '/usr/share/perl5/5.30.2/ExtUtils/typemap' -typemap '/tmp/B.3hB5cg/BUILD/NetAddr-IP-4.079/Lite/Util/typemap' Util.xs > Util.xsc cp Lite.pm ../blib/lib/NetAddr/IP/Lite.pm "/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs 644 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_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) cp Util.pm ../../blib/lib/NetAddr/IP/Util.pm AutoSplitting ../../blib/lib/NetAddr/IP/Util.pm (../../blib/lib/auto/NetAddr/IP/Util) mv Util.xsc Util.c x86_64-tld-linux-gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -DVERSION=\"1.53\" -DXS_VERSION=\"1.53\" -fPIC "-I/usr/lib64/perl5/5.30.2/x86_64-tld-linux-thread-multi/CORE" Util.c Util.xs: In function 'XS_NetAddr__IP__Util_comp128': Util.xs:501:10: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 501 | croak("Bad arg length for %s%s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 502 | "NetAddr::IP::Util::",subname,len *8,128); | ~~~~~~ | | | STRLEN {aka long unsigned int} Util.xs: In function 'XS_NetAddr__IP__Util_add128': Util.xs:555:10: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 555 | croak("Bad arg length for %s%s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 556 | "NetAddr::IP::Util::",subname,len *8,128); | ~~~~~~ | | | STRLEN {aka long unsigned int} Util.xs: In function 'XS_NetAddr__IP__Util_addconst': Util.xs:591:10: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 591 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 592 | "NetAddr::IP::Util::addconst",len *8,128); | ~~~~~~ | | | STRLEN {aka long unsigned int} Util.xs: In function 'XS_NetAddr__IP__Util_hasbits': Util.xs:615:10: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 615 | croak("Bad arg length for %s%s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 616 | "NetAddr::IP::Util::",subname,len *8,128); | ~~~~~~ | | | STRLEN {aka long unsigned int} Util.xs: In function 'XS_NetAddr__IP__Util_bin2bcd': Util.xs:636:12: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 636 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 637 | "NetAddr::IP::Util::bin2bcd",len *8,128); | ~~~~~~ | | | STRLEN {aka long unsigned int} Util.xs:644:12: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 644 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 645 | "NetAddr::IP::Util::bin2bcdn",len *8,128); | ~~~~~~ | | | STRLEN {aka long unsigned int} Util.xs:651:12: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 651 | croak("Bad arg length for %s, length is %d, should %d digits or less", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 652 | "NetAddr::IP::Util::bcdn2txt",len *2,40); | ~~~~~~ | | | STRLEN {aka long unsigned int} Util.xs: In function 'XS_NetAddr__IP__Util_bcd2bin': Util.xs:684:10: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 684 | croak("Bad arg length for %s%s, length is %d, should be %d digits or less", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 685 | "NetAddr::IP::Util::",subname,len,40); | ~~~ | | | STRLEN {aka long unsigned int} Util.xs: In function 'XS_NetAddr__IP__Util_notcontiguous': Util.xs:732:10: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 732 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 733 | "NetAddr::IP::Util::countbits",len *8,128); | ~~~~~~ | | | STRLEN {aka long unsigned int} Util.xs: In function 'XS_NetAddr__IP__Util_ipv4to6': Util.xs:761:10: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 761 | croak("Bad arg length for %s%s, length is %d, should be 32", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 762 | "NetAddr::IP::Util::",subname,len *8); | ~~~~~~ | | | STRLEN {aka long unsigned int} Util.xs: In function 'XS_NetAddr__IP__Util_ipanyto6': Util.xs:797:10: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 797 | croak("Bad arg length for %s%s, length is %d, should be 32 or 128", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 798 | "NetAddr::IP::Util::",subname,len *8); | ~~~~~~ | | | STRLEN {aka long unsigned int} rm -f ../../blib/arch/auto/NetAddr/IP/Util/Util.so x86_64-tld-linux-gcc -shared -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -L/usr/local/lib -fstack-protector-strong Util.o -o ../../blib/arch/auto/NetAddr/IP/Util/Util.so \ \ chmod 755 ../../blib/arch/auto/NetAddr/IP/Util/Util.so Manifying 3 pod documents make[2]: Leaving directory '/tmp/B.3hB5cg/BUILD/NetAddr-IP-4.079/Lite/Util' Manifying 1 pod document make[1]: Leaving directory '/tmp/B.3hB5cg/BUILD/NetAddr-IP-4.079/Lite' Manifying 1 pod document + exit 0 Executing(%install): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.3hB5cg/BUILD/tmp /bin/sh -e /tmp/B.3hB5cg/BUILD/tmp/rpm-tmp.93783 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.3hB5cg/BUILD/tmp + umask 022 + cd /tmp/B.3hB5cg/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder + /bin/mkdir -p /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder + cd NetAddr-IP-4.079 + rm -rf /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder + /usr/bin/make -j4 install 'DESTDIR=/tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder' make[1]: Entering directory '/tmp/B.3hB5cg/BUILD/NetAddr-IP-4.079/Lite' make[2]: Entering directory '/tmp/B.3hB5cg/BUILD/NetAddr-IP-4.079/Lite/Util' "/usr/bin/perl5.30.2" -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 '/tmp/B.3hB5cg/BUILD/NetAddr-IP-4.079/Lite/Util' Manifying 1 pod document make[1]: Leaving directory '/tmp/B.3hB5cg/BUILD/NetAddr-IP-4.079/Lite' Manifying 1 pod document Appending installation info to /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/5.30.2/x86_64-tld-linux-thread-multi/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/Util/Util.so Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/nprefix.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/re.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/_compact_v6.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/do_prefix.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/wildcard.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/re6.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/_splitref.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/autosplit.ix Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/mod_version.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/prefix.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/_compV6.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/compactref.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/coalesce.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/short.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/hostenum.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/canon.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/_splitplan.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/Util/autosplit.ix Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/InetBase/inet_any2n.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/InetBase/_inet_pton.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/InetBase/ipv6_aton.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/InetBase/_packzeros.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/InetBase/autosplit.ix Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/InetBase/inet_ntoa.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/InetBase/ipv6_ntoa.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/InetBase/inet_n2dx.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/InetBase/_inet_ntop.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/InetBase/inet_n2ad.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/slowadd128.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/ipv4to6.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/bcd2bin.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/add128.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/_deadlen.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/_128x2.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/notcontiguous.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/_128x10.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/bcdn2bin.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/sub128.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/autosplit.ix Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/_bcd2bin.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/_bin2bcdn.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/shiftleft.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/bcdn2txt.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/simple_pack.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/hasbits.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/ipanyto6.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/_sa128.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/ipv6to4.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/bin2bcdn.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/bin2bcd.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/comp128.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/mask4to6.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/addconst.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/maskanyto6.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/UtilPP/_bcdcheck.al Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/NetAddr/IP.pm Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/NetAddr/IP/Lite.pm Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/NetAddr/IP/Util_IS.pm Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/NetAddr/IP/InetBase.pm Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/NetAddr/IP/Util.pm Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/NetAddr/IP/UtilPP.pm Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/share/man/man3/NetAddr::IP::UtilPP.3pm Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/share/man/man3/NetAddr::IP::Util.3pm Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/share/man/man3/NetAddr::IP::Lite.3pm Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/share/man/man3/NetAddr::IP.3pm Installing /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/share/man/man3/NetAddr::IP::InetBase.3pm + __spec_install_post_strip + set +x Stripping 1 ELF shared libraries...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 1 executable binaries and shared object files. + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_tmpfiles + set +x Checking /var/run <-> tmpfiles.d completeness... DONE + __spec_install_post_compress_docs + set +x Compress man pages: /usr/share/man + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x + rm -f /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/5.30.2/x86_64-tld-linux-thread-multi/perllocal.pod /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi/auto/NetAddr/IP/.packlist Processing files: perl-NetAddr-IP-4.079-5 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.3hB5cg/BUILD/tmp /bin/sh -e /tmp/B.3hB5cg/BUILD/tmp/rpm-tmp.93783 + umask 022 + cd /tmp/B.3hB5cg/BUILD + cd NetAddr-IP-4.079 + DOCDIR=/tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/share/doc/perl-NetAddr-IP-4.079 + export DOCDIR + rm -rf /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/share/doc/perl-NetAddr-IP-4.079 + /bin/mkdir -p /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/share/doc/perl-NetAddr-IP-4.079 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/share/doc/perl-NetAddr-IP-4.079... Documentation compressed. + cp -pr Changes TODO /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/share/doc/perl-NetAddr-IP-4.079 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder/usr/share/doc/perl-NetAddr-IP-4.079... ./Changes ./TODO Documentation compressed. + exit 0 Provides: Util.so()(64bit) perl(NetAddr::IP) = 4.079 perl(NetAddr::IP::InetBase) = 0.08 perl(NetAddr::IP::Lite) = 1.57 perl(NetAddr::IP::Util) = 1.53 perl(NetAddr::IP::UtilPP) = 1.09 perl(NetAddr::IP::Util_IS) = 1 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/lib64/perl5/vendor_perl/5.30.0/x86_64-tld-linux-thread-multi libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) perl(AutoLoader) perl(Carp) perl(DynaLoader) perl(Exporter) perl(NetAddr::IP::InetBase) perl(NetAddr::IP::Lite) >= 1.57 perl(NetAddr::IP::Util) perl(NetAddr::IP::Util) >= 1.53 perl(NetAddr::IP::Util_IS) perl(Socket) perl(strict) perl(vars) rtld(GNU_HASH) Obsoletes: perl-NetAddr-IP-Lite <= 0:1.01 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder Wrote: /tmp/B.3hB5cg/RPMS/perl-NetAddr-IP-4.079-5.x86_64.rpm Executing(%clean): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.3hB5cg/BUILD/tmp /bin/sh -e /tmp/B.3hB5cg/BUILD/tmp/rpm-tmp.20565 + umask 022 + cd /tmp/B.3hB5cg/BUILD + cd NetAddr-IP-4.079 + /bin/rm '--interactive=never' -rf /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder + rm -rf /tmp/B.3hB5cg/BUILD/tmp/perl-NetAddr-IP-4.079-root-builder ended at: Wed Apr 29 21:09:38 2020, done in 0:00:15.369853 + chmod -R u+rwX /tmp/B.3hB5cg/BUILD + rm -rf /tmp/B.3hB5cg/tmp /tmp/B.3hB5cg/BUILD copy rpm files to cache_dir: /spools/ready Creating pndir index of /spools/ready/ (type=dir)... Loading [pndir]previous /spools/ready/packages.ndir.gz... Loading [dir]/spools/ready/... Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info + rm -rf /tmp/B.3hB5cg Begin-TLD-Builder-Info Build-Time: user:4.56s sys:1.74s real:16.19s (faults io:0 non-io:429866) Files queued for ftp: 96425 perl-NetAddr-IP-4.079-5.x86_64.rpm 92 perl-NetAddr-IP-4.079-5.src.rpm.uploadinfo End-TLD-Builder-Info