request from: hawk checking if we should skip the build started at: Tue Mar 22 10:29:18 2016 fetching http://kraz.tld-linux.org/~builderti//srpms/7082dff0-bf72-4cb7-8f44-4012c5a15344/perl-Crypt-OpenSSL-DSA-0.14-5.src.rpm fetched 12205 bytes, 49.2 K/s installing srpm: perl-Crypt-OpenSSL-DSA-0.14-5.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: x86_64-pld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR no BR needed building RPM using: echo build-id: 7082dff0-bf72-4cb7-8f44-4012c5a15344; cd rpm/SPECS; TMPDIR=/tmp/B.c1f225 exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --target x86_64-pld-linux perl-Crypt-OpenSSL-DSA.spec mesg: ttyname failed: Inappropriate ioctl for device build-id: 7082dff0-bf72-4cb7-8f44-4012c5a15344 Building target platforms: x86_64-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.c1f225 /bin/sh -e /tmp/B.c1f225/rpm-tmp.97391 + umask 022 + cd /home/users/builder/rpm/BUILD + cd /home/users/builder/rpm/BUILD + rm -rf Crypt-OpenSSL-DSA-0.14 + /usr/bin/gzip -dc /home/users/builder/rpm/SOURCES/Crypt-OpenSSL-DSA-0.14.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-DSA-0.14 + /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.c1f225 /bin/sh -e /tmp/B.c1f225/rpm-tmp.97391 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.c1f225 + umask 022 + cd /home/users/builder/rpm/BUILD + cd Crypt-OpenSSL-DSA-0.14 + /usr/bin/perl Makefile.PL 'INSTALLDIRS=vendor' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::DSA 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 ' "/usr/bin/perl5.22.0" "/usr/share/perl5/5.22.0/ExtUtils/xsubpp" -typemap "/usr/share/perl5/5.22.0/ExtUtils/typemap" -typemap "typemap" DSA.xs > DSA.xsc && mv DSA.xsc DSA.c Running Mkbootstrap for Crypt::OpenSSL::DSA () chmod 644 "DSA.bs" cp lib/Crypt/OpenSSL/DSA.pm blib/lib/Crypt/OpenSSL/DSA.pm cp lib/Crypt/OpenSSL/DSA/Signature.pod blib/lib/Crypt/OpenSSL/DSA/Signature.pod x86_64-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 -fPIC -march=x86-64 -DVERSION=\"0.14\" -DXS_VERSION=\"0.14\" -fPIC "-I/usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE" -DPERL5 DSA.c DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_generate_parameters': DSA.xs:53:11: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] seedpv = SvPV(seed, seed_len); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_do_sign': DSA.xs:80:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] dgst_pv = SvPV(dgst, dgst_len); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_sign': DSA.xs:101:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] dgst_pv = SvPV(dgst, dgst_len); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_verify': DSA.xs:123:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] dgst_pv = SvPV(dgst, dgst_len); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs:124:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] sig_pv = SvPV(sigbuf, sig_len); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_do_verify': DSA.xs:140:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] dgst_pv = SvPV(dgst, dgst_len); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__load_key': DSA.xs:187:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] key_string = SvPV( key_string_SV, key_string_length ); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_p': DSA.xs:334:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] dsa->p = BN_bin2bn(SvPV(p_SV, len), len, NULL); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_q': DSA.xs:344:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] dsa->q = BN_bin2bn(SvPV(q_SV, len), len, NULL); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_g': DSA.xs:354:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] dsa->g = BN_bin2bn(SvPV(g_SV, len), len, NULL); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_pub_key': DSA.xs:364:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] dsa->pub_key = BN_bin2bn(SvPV(pub_key_SV, len), len, NULL); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_priv_key': DSA.xs:374:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] dsa->priv_key = BN_bin2bn(SvPV(priv_key_SV, len), len, NULL); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_set_r': DSA.xs:428:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] dsa_sig->r = BN_bin2bn(SvPV(r_SV, len), len, NULL); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_set_s': DSA.xs:438:9: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [enabled by default] dsa_sig->s = BN_bin2bn(SvPV(s_SV, len), len, NULL); ^ In file included from /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/perl.h:5506:0, from DSA.xs:8: /usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/CORE/proto.h:4130:21: note: expected 'STRLEN * const' but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags) ^ rm -f blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so LD_RUN_PATH="/usr/lib64" x86_64-tld-linux-gcc -shared -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -L/usr/local/lib -fstack-protector DSA.o -o blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so \ -lssl -lcrypto \ chmod 755 blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so "/usr/bin/perl5.22.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 Manifying 2 pod documents + /usr/bin/make -j4 test Running Mkbootstrap for Crypt::OpenSSL::DSA () chmod 644 "DSA.bs" PERL_DL_NONLAZY=1 "/usr/bin/perl5.22.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-use.t ............. ok t/10-selftest.t ........ ok t/90-openssl-compat.t .. ok All tests successful. Files=3, Tests=115, 2 wallclock secs ( 0.08 usr 0.03 sys + 0.56 cusr 0.45 csys = 1.12 CPU) Result: PASS + 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.c1f225 /bin/sh -e /tmp/B.c1f225/rpm-tmp.24858 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.c1f225 + umask 022 + cd /home/users/builder/rpm/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder + /bin/mkdir -p /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder + cd Crypt-OpenSSL-DSA-0.14 + rm -rf /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder + /usr/bin/make -j4 install 'DESTDIR=/tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder' Manifying 2 pod documents Appending installation info to /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/5.22.0/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.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/vendor_perl/5.22.0/x86_64-tld-linux-thread-multi/auto/Crypt/OpenSSL/DSA/DSA.so Installing /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/vendor_perl/5.22.0/x86_64-tld-linux-thread-multi/Crypt/OpenSSL/DSA.pm Installing /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/vendor_perl/5.22.0/x86_64-tld-linux-thread-multi/Crypt/OpenSSL/DSA/Signature.pod Installing /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/share/man/man3/Crypt::OpenSSL::DSA::Signature.3pm Installing /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/share/man/man3/Crypt::OpenSSL::DSA.3pm + /bin/rm '--interactive=never' /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/vendor_perl/5.22.0/x86_64-tld-linux-thread-multi/Crypt/OpenSSL/DSA/Signature.pod + __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. remove-rpath: /usr/lib64 in /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/vendor_perl/5.22.0/x86_64-tld-linux-thread-multi/auto/Crypt/OpenSSL/DSA/DSA.so + __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.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/5.22.0/x86_64-tld-linux-thread-multi/perllocal.pod /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/vendor_perl/5.22.0/x86_64-tld-linux-thread-multi/auto/Crypt/OpenSSL/DSA/.packlist Processing files: perl-Crypt-OpenSSL-DSA-0.14-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.c1f225 /bin/sh -e /tmp/B.c1f225/rpm-tmp.24858 + umask 022 + cd /home/users/builder/rpm/BUILD + cd Crypt-OpenSSL-DSA-0.14 + DOCDIR=/tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/share/doc/perl-Crypt-OpenSSL-DSA-0.14 + export DOCDIR + rm -rf /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/share/doc/perl-Crypt-OpenSSL-DSA-0.14 + /bin/mkdir -p /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/share/doc/perl-Crypt-OpenSSL-DSA-0.14 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/share/doc/perl-Crypt-OpenSSL-DSA-0.14... Documentation compressed. + cp -pr Changes README /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/share/doc/perl-Crypt-OpenSSL-DSA-0.14 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/share/doc/perl-Crypt-OpenSSL-DSA-0.14... ./README ./Changes Documentation compressed. + exit 0 Provides: DSA.so()(64bit) perl(Crypt::OpenSSL::DSA) = 0.14 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/lib64/perl5/vendor_perl/5.22.0/x86_64-tld-linux-thread-multi libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libcrypto.so.1.0.0()(64bit) libssl.so.1.0.0()(64bit) perl(DynaLoader) perl(strict) perl(vars) perl(warnings) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder Wrote: /home/users/builder/rpm/RPMS/perl-Crypt-OpenSSL-DSA-0.14-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.c1f225 /bin/sh -e /tmp/B.c1f225/rpm-tmp.95010 + umask 022 + cd /home/users/builder/rpm/BUILD + cd Crypt-OpenSSL-DSA-0.14 + /bin/rm '--interactive=never' -rf /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder + rm -rf /tmp/B.c1f225/perl-Crypt-OpenSSL-DSA-0.14-root-builder ended at: Tue Mar 22 10:29:26 2016, done in 01days 00h 00m 06s 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..600..628 Writing /spools/ready/packages.ndir.gz... Begin-PLD-Builder-Info upgrading packages End-PLD-Builder-Info Begin-PLD-Builder-Info Build-Time: user:7.75s sys:4.81s real:12.27s (faults io:7 non-io:336646) Files queued for ftp: 20962 perl-Crypt-OpenSSL-DSA-0.14-5.x86_64.rpm 104 perl-Crypt-OpenSSL-DSA-0.14-5.src.rpm.uploadinfo End-PLD-Builder-Info