Mock Version: 1.1.38 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/perl-Crypt-DES.spec'], False, '/srv/build/7/D/mock-root/c7.00.03-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/perl-Crypt-DES.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/perl-Crypt-DES-2.05-20.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/perl-Crypt-DES.spec'], False, '/srv/build/7/D/mock-root/c7.00.03-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/perl-Crypt-DES.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mRN2Lb + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-DES-2.05 + /usr/bin/gzip -dc /builddir/build/SOURCES/Crypt-DES-2.05.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-DES-2.05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jZ6HYt + umask 022 + cd /builddir/build/BUILD + cd Crypt-DES-2.05 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' Checking if your kit is complete... Looks good Writing Makefile for Crypt::DES + make -j16 /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap DES.xs > DES.xsc && mv DES.xsc DES.c gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I/usr/lib64/perl5/CORE" _des.c _des.c:81:1: warning: missing braces around initializer [-Wmissing-braces] 0x00820200, 0x00020000, 0x80800000, 0x80820200, ^ _des.c:81:1: warning: (near initialization for 'des_SPtrans_x[0]') [-Wmissing-braces] _des.c:226:1: warning: missing braces around initializer [-Wmissing-braces] 0x00000000,0x00000010,0x20000000,0x20000010, ^ _des.c:226:1: warning: (near initialization for 'des_skb[0]') [-Wmissing-braces] _des.c: In function 'perl_des_crypt': _des.c:454:18: warning: unused variable 'ptr' [-Wunused-variable] unsigned char * ptr; ^ Running Mkbootstrap for Crypt::DES () chmod 644 DES.bs cp DES.bs blib/arch/auto/Crypt/DES/DES.bs chmod 644 blib/arch/auto/Crypt/DES/DES.bs cp DES.pm blib/lib/Crypt/DES.pm gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I/usr/lib64/perl5/CORE" DES.c DES.xs: In function 'XS_Crypt__DES_expand_key': DES.xs:39:3: warning: implicit declaration of function 'perl_des_expand_key' [-Wimplicit-function-declaration] perl_des_expand_key((i8 *)key, ks); ^ In file included from DES.xs:13:0: /usr/lib64/perl5/CORE/XSUB.h:175:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ DES.c:187:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^ DES.c:186:9: warning: unused variable 'RETVAL' [-Wunused-variable] char * RETVAL; ^ DES.xs: In function 'XS_Crypt__DES_crypt': DES.xs:70:3: warning: implicit declaration of function 'perl_des_crypt' [-Wimplicit-function-declaration] perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, enc_flag); ^ rm -f blib/arch/auto/Crypt/DES/DES.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro DES.o _des.o -o blib/arch/auto/Crypt/DES/DES.so \ \ chmod 755 blib/arch/auto/Crypt/DES/DES.so Manifying blib/man3/Crypt::DES.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LEWLyN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64 + cd Crypt-DES-2.05 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64 + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/DES/DES.bs Installing /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/DES/DES.so Installing /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64/usr/lib64/perl5/vendor_perl/Crypt/DES.pm Installing /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64/usr/share/man/man3/Crypt::DES.3pm + find /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64 -depth -type d -exec rmdir '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64/usr + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/Crypt-DES-2.05 extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/DES/DES.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 63 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vy2rc8 + umask 022 + cd /builddir/build/BUILD + cd Crypt-DES-2.05 + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..342 342 basic tests ran in 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) 342 of 342 tests passed (100.00%) Running speed tests... non-cached cipher speed test. 5000 encrypt iterations 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU) ok 343 non-cached cipher speed test. 5000 decrypt iterations 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU) ok 344 cached cipher speed test. 10000 encrypt iterations 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) ok 345 cached cipher speed test. 10000 decrypt iterations 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) ok 346 Testing Cipher Block Chaining.. ok 347 - CBC Mode Finished with tests Processing files: perl-Crypt-DES-2.05-20.el7.x86_64 + exit 0 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vxaXet + umask 022 + cd /builddir/build/BUILD + cd Crypt-DES-2.05 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64/usr/share/doc/perl-Crypt-DES-2.05 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64/usr/share/doc/perl-Crypt-DES-2.05 + cp -pr COPYRIGHT /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64/usr/share/doc/perl-Crypt-DES-2.05 + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64/usr/share/doc/perl-Crypt-DES-2.05 + exit 0 Provides: perl(Crypt::DES) = 2.05 perl-Crypt-DES = 2.05-20.el7 perl-Crypt-DES(x86-64) = 2.05-20.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) perl(Carp) perl(DynaLoader) perl(Exporter) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: perl-Crypt-DES-debuginfo-2.05-20.el7.x86_64 Provides: perl-Crypt-DES-debuginfo = 2.05-20.el7 perl-Crypt-DES-debuginfo(x86-64) = 2.05-20.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64 Wrote: /builddir/build/RPMS/perl-Crypt-DES-2.05-20.el7.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Crypt-DES-debuginfo-2.05-20.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8MswYu + umask 022 + cd /builddir/build/BUILD + cd Crypt-DES-2.05 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-DES-2.05-20.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->