request from: hawk checking if we should skip the build started at: Wed Feb 4 09:00:26 2015 fetching http://kraz.tld-linux.org/~buildertidev//srpms/a0ab5fd8-749a-4148-a28a-7342267f8827/perl-Crypt-OpenSSL-DSA-0.14-3.src.rpm fetched 12389 bytes, 49.7 K/s installing srpm: perl-Crypt-OpenSSL-DSA-0.14-3.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: a0ab5fd8-749a-4148-a28a-7342267f8827; cd rpm/SPECS; TMPDIR=/tmp/B.f42092 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: a0ab5fd8-749a-4148-a28a-7342267f8827 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.f42092 /bin/sh -e /tmp/B.f42092/rpm-tmp.37153 + 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.f42092 /bin/sh -e /tmp/B.f42092/rpm-tmp.37153 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.f42092 + 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.20.1 /usr/share/perl5/5.20.1/ExtUtils/xsubpp -typemap /usr/share/perl5/5.20.1/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/Signature.pod blib/lib/Crypt/OpenSSL/DSA/Signature.pod cp lib/Crypt/OpenSSL/DSA.pm blib/lib/Crypt/OpenSSL/DSA.pm 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.20.1/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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1/x86_64-tld-linux-thread-multi/CORE/perl.h:5048:0, from DSA.xs:8: /usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/CORE/proto.h:3931: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.20.1 -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 Manifying blib/man3/Crypt::OpenSSL::DSA.3pm Manifying blib/man3/Crypt::OpenSSL::DSA::Signature.3pm + /usr/bin/make -j4 test Running Mkbootstrap for Crypt::OpenSSL::DSA () chmod 644 DSA.bs PERL_DL_NONLAZY=1 /usr/bin/perl5.20.1 "-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, 1 wallclock secs ( 0.08 usr 0.03 sys + 0.53 cusr 0.40 csys = 1.04 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.f42092 /bin/sh -e /tmp/B.f42092/rpm-tmp.1054 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.f42092 + umask 022 + cd /home/users/builder/rpm/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder + /bin/mkdir -p /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder + cd Crypt-OpenSSL-DSA-0.14 + rm -rf /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder + /usr/bin/make -j4 install 'DESTDIR=/tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder' Appending installation info to /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/5.20.1/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.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/vendor_perl/5.20.0/x86_64-tld-linux-thread-multi/auto/Crypt/OpenSSL/DSA/DSA.so Installing /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/vendor_perl/5.20.0/x86_64-tld-linux-thread-multi/Crypt/OpenSSL/DSA.pm Installing /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/vendor_perl/5.20.0/x86_64-tld-linux-thread-multi/Crypt/OpenSSL/DSA/Signature.pod Installing /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/share/man/man3/Crypt::OpenSSL::DSA::Signature.3pm Installing /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/share/man/man3/Crypt::OpenSSL::DSA.3pm + /bin/rm '--interactive=never' /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/vendor_perl/5.20.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.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/vendor_perl/5.20.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.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/5.20.1/x86_64-tld-linux-thread-multi/perllocal.pod /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/lib64/perl5/vendor_perl/5.20.0/x86_64-tld-linux-thread-multi/auto/Crypt/OpenSSL/DSA/.packlist Processing files: perl-Crypt-OpenSSL-DSA-0.14-3 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.f42092 /bin/sh -e /tmp/B.f42092/rpm-tmp.61842 + umask 022 + cd /home/users/builder/rpm/BUILD + cd Crypt-OpenSSL-DSA-0.14 + DOCDIR=/tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/share/doc/perl-Crypt-OpenSSL-DSA-0.14 + export DOCDIR + rm -rf /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder/usr/share/doc/perl-Crypt-OpenSSL-DSA-0.14 + /bin/mkdir -p /tmp/B.f42092/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.f42092/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.f42092/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.f42092/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.20.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.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder Wrote: /home/users/builder/rpm/RPMS/perl-Crypt-OpenSSL-DSA-0.14-3.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.f42092 /bin/sh -e /tmp/B.f42092/rpm-tmp.2752 + umask 022 + cd /home/users/builder/rpm/BUILD + cd Crypt-OpenSSL-DSA-0.14 + /bin/rm '--interactive=never' -rf /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder + rm -rf /tmp/B.f42092/perl-Crypt-OpenSSL-DSA-0.14-root-builder ended at: Wed Feb 4 09:00:34 2015, done in 01days 00h 00m 05s 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..428 Writing /spools/ready/packages.ndir.gz... Begin-PLD-Builder-Info upgrading packages End-PLD-Builder-Info Begin-PLD-Builder-Info Build-Time: user:5.54s sys:3.46s real:9.04s (faults io:1 non-io:319813) Files queued for ftp: 22676 perl-Crypt-OpenSSL-DSA-0.14-3.x86_64.rpm 104 perl-Crypt-OpenSSL-DSA-0.14-3.src.rpm.uploadinfo End-PLD-Builder-Info