request from: hawk checking if we should skip the build started at: Thu Feb 12 17:54:42 2015 fetching http://kraz.tld-linux.org/~buildertidev//srpms/216fed4c-660e-495b-8d36-2db84f1aec13/perl-Math-BigInteger-1.01-10.src.rpm fetched 26972 bytes, 109.9 K/s installing srpm: perl-Math-BigInteger-1.01-10.src.rpm mesg: ttyname failed: Inappropriate ioctl for device mesg: ttyname failed: Inappropriate ioctl for device mesg: ttyname failed: Inappropriate ioctl for device Building target platforms: i686-pld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR no BR needed building RPM using: echo build-id: 216fed4c-660e-495b-8d36-2db84f1aec13; cd rpm/SPECS; TMPDIR=/tmp/B.653b32 exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --target i686-pld-linux perl-Math-BigInteger.spec mesg: ttyname failed: Inappropriate ioctl for device build-id: 216fed4c-660e-495b-8d36-2db84f1aec13 Building target platforms: i686-pld-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.653b32 /bin/sh -e /tmp/B.653b32/rpm-tmp.69627 + umask 022 + cd /home/users/builder/rpm/BUILD + cd /home/users/builder/rpm/BUILD + rm -rf Math-BigInteger-1.01 + /usr/bin/gzip -dc /home/users/builder/rpm/SOURCES/Math-BigInteger-1.01.tar.gz + tar -xf - + 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 && mv BigInteger.xsc BigInteger.c Running Mkbootstrap for Math::BigInteger () i686-tld-linux-gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -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.20.1/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 -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.20.1/i686-tld-linux-thread-multi/CORE" bn_mul.c bn.c: In function 'bn_num_bits': bn.c:96:3: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default] abort(); ^ bn.c: In function 'bn_free': bn.c:143:20: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] if (a->d != NULL) free(a->d); ^ bn.c: In function 'bn_new': bn.c:166:16: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] ret=(BIGNUM *)malloc(sizeof(BIGNUM)); ^ bn.c:177:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset(p,0,(ret->max+1)*sizeof(p[0])); ^ bn.c: In function 'bn_expand': bn.c:193:22: warning: incompatible implicit declaration of built-in function 'realloc' [enabled by default] p=b->d=(BN_ULONG *)realloc(b->d,sizeof(BN_ULONG)*n+1); ^ bn.c:196:3: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset(&(p[b->max]),0,((n+1)-b->max)*sizeof(p[0])); ^ bn.c: In function 'bn_copy': bn.c:221:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default] memcpy(a->d,b->d,sizeof(b->d[0])*b->top); ^ bn.c:222:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset(&(a->d[b->top]),0,sizeof(a->d[0])*(a->max-b->top)); ^ bn.c: In function 'bn_zero': bn.c:235:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset(a->d,0,a->max*sizeof(a->d[0])); ^ bn.c: In function 'bn_one': bn.c:244:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset(a->d,0,a->max); ^ bn.c: In function 'bn_set_word': bn.c:256:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset(a->d,0,a->max); ^ bn.c: In function 'bn_add': bn.c:424:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default] memcpy(rp,ap,sizeof(*ap)*(max-i)); ^ bn.c: In function 'bn_SUB': bn.c:528:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default] memcpy(rp,ap,sizeof(*rp)*(max-i)); ^ bn.c: In function 'bn_lshift': bn.c:684:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset(t,0,nw*sizeof(t[0])); ^ bn.c: In function 'bn_div': bn.c:893:3: warning: return makes integer from pointer without a cast [enabled by default] return NULL; ^ cp BigInteger.pod blib/lib/Math/BigInteger.pod cp BigInteger.pm blib/lib/Math/BigInteger.pm i686-tld-linux-gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -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.20.1/i686-tld-linux-thread-multi/CORE" bn_regs.c bn_regs.c: In function 'bn_get_reg': bn_regs.c:91:19: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] regs=(BIGNUM **)malloc(sizeof(BIGNUM *)*1); ^ bn_regs.c:99:19: warning: incompatible implicit declaration of built-in function 'realloc' [enabled by default] regs=(BIGNUM **)realloc(regs,sizeof(BIGNUM *)*num_regs); ^ Please specify prototyping behavior for BigInteger.xs (see perlxs manual) i686-tld-linux-gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -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.20.1/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 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 /usr/bin/perl5.20.1 -MExtUtils::Command::MM -e 'cp_nonempty' -- BigInteger.bs blib/arch/auto/Math/BigInteger/BigInteger.bs 644 Manifying blib/man3/Math::BigInteger.3pm + /usr/bin/make -j4 test Running Mkbootstrap for Math::BigInteger () chmod 644 BigInteger.bs PERL_DL_NONLAZY=1 /usr/bin/perl5.20.1 "-Iblib/lib" "-Iblib/arch" test.pl 1..2 ok 1 ok 2 + 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.653b32 /bin/sh -e /tmp/B.653b32/rpm-tmp.50061 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.653b32 + umask 022 + cd /home/users/builder/rpm/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder + /bin/mkdir -p /tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder + cd Math-BigInteger-1.01 + rm -rf /tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder + /usr/bin/make -j4 install 'DESTDIR=/tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder' Appending installation info to /tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder/usr/lib/perl5/5.20.1/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.653b32/perl-Math-BigInteger-1.01-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Math/BigInteger/BigInteger.so Installing /tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/Math/BigInteger.pm Installing /tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/Math/BigInteger.pod Installing /tmp/B.653b32/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.653b32/perl-Math-BigInteger-1.01-root-builder/usr/lib/perl5/5.20.1/i686-tld-linux-thread-multi/perllocal.pod /tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Math/BigInteger/.packlist Processing files: perl-Math-BigInteger-1.01-10 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.653b32 /bin/sh -e /tmp/B.653b32/rpm-tmp.62140 + umask 022 + cd /home/users/builder/rpm/BUILD + cd Math-BigInteger-1.01 + DOCDIR=/tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder/usr/share/doc/perl-Math-BigInteger-1.01 + export DOCDIR + rm -rf /tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder/usr/share/doc/perl-Math-BigInteger-1.01 + /bin/mkdir -p /tmp/B.653b32/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.653b32/perl-Math-BigInteger-1.01-root-builder/usr/share/doc/perl-Math-BigInteger-1.01... Documentation compressed. + cp -pr README COPYRIGHT /tmp/B.653b32/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.653b32/perl-Math-BigInteger-1.01-root-builder/usr/share/doc/perl-Math-BigInteger-1.01... ./README ./COPYRIGHT Documentation compressed. + exit 0 Provides: BigInteger.so perl(Math::BigInteger) Requires: /usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) perl(Carp) perl(DynaLoader) perl(Exporter) perl(integer) perl(strict) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder warning: Installed (but unpackaged) file(s) found: /usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/Math/BigInteger.pod Wrote: /home/users/builder/rpm/RPMS/perl-Math-BigInteger-1.01-10.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.653b32 /bin/sh -e /tmp/B.653b32/rpm-tmp.62140 + umask 022 + cd /home/users/builder/rpm/BUILD + cd Math-BigInteger-1.01 + /bin/rm '--interactive=never' -rf /tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder + rm -rf /tmp/B.653b32/perl-Math-BigInteger-1.01-root-builder ended at: Thu Feb 12 17:54:48 2015, done in 01days 00h 00m 03s mesg: ttyname failed: Inappropriate ioctl for device 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/... 200..400..591 Writing /spools/ready/packages.ndir.gz... Begin-PLD-Builder-Info upgrading packages End-PLD-Builder-Info Begin-PLD-Builder-Info Build-Time: user:5.86s sys:2.94s real:7.94s (faults io:0 non-io:252485) Files queued for ftp: 27527 perl-Math-BigInteger-1.01-10.i686.rpm 100 perl-Math-BigInteger-1.01-10.src.rpm.uploadinfo warning: Installed (but unpackaged) file(s) found: /usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/Math/BigInteger.pod End-PLD-Builder-Info