request from: hawk checking if we should skip the build started at: Sun Apr 19 15:31:16 2020 fetching http://src.tld-linux.org/~builderti//srpms/f58a28b4-9a58-44a4-ae93-7e1bc35b7be8/perl-Math-BigInteger-1.01-17.src.rpm fetched 26863 bytes, 509.3 K/s installing srpm: perl-Math-BigInteger-1.01-17.src.rpm + install -d /tmp/B.CBqc9z/BUILD /tmp/B.CBqc9z/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog perl-Math-BigInteger-1.01-17.src.rpm * Sun Apr 19 2020 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/perl-Math-BigInteger.git;a=log;h=master * Sat Jan 25 2020 Jan Rękorajski c20a5d9 - drop obsolete and outdated manual inclusion of rpm macros * Wed Dec 04 2019 Jan Rękorajski e99d258 - rebuild with perl 5.30.0 - release 17 (by relup.sh) + rpm -Uhv --nodeps --define '_topdir /tmp/B.CBqc9z' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests perl-Math-BigInteger-1.01-17.src.rpm perl-Math-BigInteger ################################################## + rm -f perl-Math-BigInteger-1.01-17.src.rpm + install -m 700 -d /tmp/B.CBqc9z/BUILD/tmp + TMPDIR=/tmp/B.CBqc9z/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.CBqc9z' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux --define 'prep exit 0' /tmp/B.CBqc9z/perl-Math-BigInteger.spec Building target platforms: i686-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: i686-tld-linux no BR needed building RPM using: set -ex; : build-id: f58a28b4-9a58-44a4-ae93-7e1bc35b7be8; TMPDIR=/tmp/B.CBqc9z/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.CBqc9z' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux /tmp/B.CBqc9z/perl-Math-BigInteger.spec + : build-id: f58a28b4-9a58-44a4-ae93-7e1bc35b7be8 + TMPDIR=/tmp/B.CBqc9z/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.CBqc9z' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux /tmp/B.CBqc9z/perl-Math-BigInteger.spec Building target platforms: i686-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.CBqc9z/BUILD/tmp /bin/sh -e /tmp/B.CBqc9z/BUILD/tmp/rpm-tmp.47850 + umask 022 + cd /tmp/B.CBqc9z/BUILD + cd /tmp/B.CBqc9z/BUILD + rm -rf Math-BigInteger-1.01 + /bin/tar -xf - + /usr/bin/gzip -dc /tmp/B.CBqc9z/Math-BigInteger-1.01.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Math-BigInteger-1.01 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (perl-Math-BigInteger-Fputc_to_fputc.patch):' Patch #0 (perl-Math-BigInteger-Fputc_to_fputc.patch): + BigInteger.xsc i686-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 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib/perl5/5.30.2/i686-tld-linux-thread-multi/CORE" bn.c chmod 644 "BigInteger.bs" i686-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 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib/perl5/5.30.2/i686-tld-linux-thread-multi/CORE" bn_mul.c bn.c: In function 'bn_num_bits': bn.c:96:3: warning: implicit declaration of function 'abort' [-Wimplicit-function-declaration] 96 | abort(); | ^~~~~ bn.c:96:3: warning: incompatible implicit declaration of built-in function 'abort' bn.c:50:1: note: include '' or provide a declaration of 'abort' 49 | #include "bn.h" +++ |+#include 50 | bn.c: In function 'bn_free': bn.c:143:20: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 143 | if (a->d != NULL) free(a->d); | ^~~~ bn.c:143:20: warning: incompatible implicit declaration of built-in function 'free' bn.c:143:20: note: include '' or provide a declaration of 'free' bn.c:144:2: warning: incompatible implicit declaration of built-in function 'free' 144 | free(a); | ^~~~ bn.c:144:2: note: include '' or provide a declaration of 'free' bn.c: In function 'bn_new': bn.c:166:16: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 166 | ret=(BIGNUM *)malloc(sizeof(BIGNUM)); | ^~~~~~ bn.c:166:16: warning: incompatible implicit declaration of built-in function 'malloc' bn.c:166:16: note: include '' or provide a declaration of 'malloc' bn.c:177:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 177 | memset(p,0,(ret->max+1)*sizeof(p[0])); | ^~~~~~ bn.c:177:2: warning: incompatible implicit declaration of built-in function 'memset' bn.c:50:1: note: include '' or provide a declaration of 'memset' 49 | #include "bn.h" +++ |+#include 50 | bn.c: In function 'bn_expand': bn.c:193:22: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] 193 | p=b->d=(BN_ULONG *)realloc(b->d,sizeof(BN_ULONG)*n+1); | ^~~~~~~ bn.c:193:22: warning: incompatible implicit declaration of built-in function 'realloc' bn.c:193:22: note: include '' or provide a declaration of 'realloc' bn.c:196:3: warning: incompatible implicit declaration of built-in function 'memset' 196 | memset(&(p[b->max]),0,((n+1)-b->max)*sizeof(p[0])); | ^~~~~~ bn.c:196:3: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_copy': bn.c:221:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 221 | memcpy(a->d,b->d,sizeof(b->d[0])*b->top); | ^~~~~~ bn.c:221:2: warning: incompatible implicit declaration of built-in function 'memcpy' bn.c:221:2: note: include '' or provide a declaration of 'memcpy' bn.c:222:2: warning: incompatible implicit declaration of built-in function 'memset' 222 | memset(&(a->d[b->top]),0,sizeof(a->d[0])*(a->max-b->top)); | ^~~~~~ bn.c:222:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_zero': bn.c:235:2: warning: incompatible implicit declaration of built-in function 'memset' 235 | memset(a->d,0,a->max*sizeof(a->d[0])); | ^~~~~~ bn.c:235:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_one': bn.c:244:2: warning: incompatible implicit declaration of built-in function 'memset' 244 | memset(a->d,0,a->max); | ^~~~~~ bn.c:244:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_set_word': bn.c:256:2: warning: incompatible implicit declaration of built-in function 'memset' 256 | memset(a->d,0,a->max); | ^~~~~~ bn.c:256:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_add': bn.c:424:2: warning: incompatible implicit declaration of built-in function 'memcpy' 424 | memcpy(rp,ap,sizeof(*ap)*(max-i)); | ^~~~~~ bn.c:424:2: note: include '' or provide a declaration of 'memcpy' bn.c: In function 'bn_SUB': bn.c:528:2: warning: incompatible implicit declaration of built-in function 'memcpy' 528 | memcpy(rp,ap,sizeof(*rp)*(max-i)); | ^~~~~~ bn.c:528:2: note: include '' or provide a declaration of 'memcpy' bn.c: In function 'bn_lshift': bn.c:684:2: warning: incompatible implicit declaration of built-in function 'memset' 684 | memset(t,0,nw*sizeof(t[0])); | ^~~~~~ bn.c:684:2: note: include '' or provide a declaration of 'memset' bn.c: In function 'bn_div': bn.c:893:10: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast [-Wint-conversion] 893 | return NULL; | ^~~~ cp BigInteger.pm blib/lib/Math/BigInteger.pm cp BigInteger.pod blib/lib/Math/BigInteger.pod i686-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 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib/perl5/5.30.2/i686-tld-linux-thread-multi/CORE" bn_regs.c bn_regs.c: In function 'bn_get_reg': bn_regs.c:91:19: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 91 | regs=(BIGNUM **)malloc(sizeof(BIGNUM *)*1); | ^~~~~~ bn_regs.c:91:19: warning: incompatible implicit declaration of built-in function 'malloc' bn_regs.c:50:1: note: include '' or provide a declaration of 'malloc' 49 | #include "bn.h" +++ |+#include 50 | bn_regs.c:99:19: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] 99 | regs=(BIGNUM **)realloc(regs,sizeof(BIGNUM *)*num_regs); | ^~~~~~~ bn_regs.c:99:19: warning: incompatible implicit declaration of built-in function 'realloc' bn_regs.c:99:19: note: include '' or provide a declaration of 'realloc' "/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- BigInteger.bs blib/arch/auto/Math/BigInteger/BigInteger.bs 644 Please specify prototyping behavior for BigInteger.xs (see perlxs manual) mv BigInteger.xsc BigInteger.c i686-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 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib/perl5/5.30.2/i686-tld-linux-thread-multi/CORE" BigInteger.c rm -f blib/arch/auto/Math/BigInteger/BigInteger.so i686-tld-linux-gcc -shared -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -L/usr/local/lib -fstack-protector-strong BigInteger.o bn.o bn_mul.o bn_regs.o -o blib/arch/auto/Math/BigInteger/BigInteger.so \ \ chmod 755 blib/arch/auto/Math/BigInteger/BigInteger.so 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.CBqc9z/BUILD/tmp /bin/sh -e /tmp/B.CBqc9z/BUILD/tmp/rpm-tmp.56089 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.CBqc9z/BUILD/tmp + umask 022 + cd /tmp/B.CBqc9z/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder + /bin/mkdir -p /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder + cd Math-BigInteger-1.01 + rm -rf /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder + /usr/bin/make -j4 install 'DESTDIR=/tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder' "/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- BigInteger.bs blib/arch/auto/Math/BigInteger/BigInteger.bs 644 Manifying 1 pod document Appending installation info to /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/lib/perl5/5.30.2/i686-tld-linux-thread-multi/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/lib/perl5/vendor_perl/5.30.0/i686-tld-linux-thread-multi/auto/Math/BigInteger/BigInteger.so Installing /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/lib/perl5/vendor_perl/5.30.0/i686-tld-linux-thread-multi/Math/BigInteger.pm Installing /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/lib/perl5/vendor_perl/5.30.0/i686-tld-linux-thread-multi/Math/BigInteger.pod Installing /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/share/man/man3/Math::BigInteger.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.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/lib/perl5/5.30.2/i686-tld-linux-thread-multi/perllocal.pod /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/lib/perl5/vendor_perl/5.30.0/i686-tld-linux-thread-multi/auto/Math/BigInteger/.packlist Processing files: perl-Math-BigInteger-1.01-17 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.CBqc9z/BUILD/tmp /bin/sh -e /tmp/B.CBqc9z/BUILD/tmp/rpm-tmp.56089 + umask 022 + cd /tmp/B.CBqc9z/BUILD + cd Math-BigInteger-1.01 + DOCDIR=/tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/share/doc/perl-Math-BigInteger-1.01 + export DOCDIR + rm -rf /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/share/doc/perl-Math-BigInteger-1.01 + /bin/mkdir -p /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/share/doc/perl-Math-BigInteger-1.01 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/share/doc/perl-Math-BigInteger-1.01... Documentation compressed. + cp -pr README COPYRIGHT /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/share/doc/perl-Math-BigInteger-1.01 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder/usr/share/doc/perl-Math-BigInteger-1.01... ./README ./COPYRIGHT Documentation compressed. + exit 0 Provides: BigInteger.so Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder warning: Installed (but unpackaged) file(s) found: /usr/lib/perl5/vendor_perl/5.30.0/i686-tld-linux-thread-multi/Math/BigInteger.pod Wrote: /tmp/B.CBqc9z/RPMS/perl-Math-BigInteger-1.01-17.i686.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.CBqc9z/BUILD/tmp /bin/sh -e /tmp/B.CBqc9z/BUILD/tmp/rpm-tmp.56089 + umask 022 + cd /tmp/B.CBqc9z/BUILD + cd Math-BigInteger-1.01 + /bin/rm '--interactive=never' -rf /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder + rm -rf /tmp/B.CBqc9z/BUILD/tmp/perl-Math-BigInteger-1.01-root-builder ended at: Sun Apr 19 15:31:18 2020, done in 0:00:01.773115 + chmod -R u+rwX /tmp/B.CBqc9z/BUILD + rm -rf /tmp/B.CBqc9z/tmp /tmp/B.CBqc9z/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.CBqc9z Begin-TLD-Builder-Info Build-Time: user:2.85s sys:0.57s real:2.60s (faults io:0 non-io:110871) Files queued for ftp: 26063 perl-Math-BigInteger-1.01-17.i686.rpm 100 perl-Math-BigInteger-1.01-17.src.rpm.uploadinfo warning: Installed (but unpackaged) file(s) found: /usr/lib/perl5/vendor_perl/5.30.0/i686-tld-linux-thread-multi/Math/BigInteger.pod End-TLD-Builder-Info