Mock Version: 1.1.30 Mock Version: 1.1.30 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/perl-Crypt-OpenSSL-AES.spec'], False, '/var/lib/mock/f20-perl-1741993-307151/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', '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 i686 --nodeps builddir/build/SPECS/perl-Crypt-OpenSSL-AES.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: buildvm-09.phx2.fedoraproject.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/perl-Crypt-OpenSSL-AES-0.02-19.fc20.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/perl-Crypt-OpenSSL-AES.spec'], False, '/var/lib/mock/f20-perl-1741993-307151/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', '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 i686 --nodeps builddir/build/SPECS/perl-Crypt-OpenSSL-AES.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aLbnfo + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-OpenSSL-AES-0.02 + /usr/bin/gzip -dc /builddir/build/SOURCES/Crypt-OpenSSL-AES-0.02.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-AES-0.02 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BLa6k1 + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-AES-0.02 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Writing Makefile for Crypt::OpenSSL::AES + make -j5 /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap AES.xs > AES.xsc && mv AES.xsc AES.c Running Mkbootstrap for Crypt::OpenSSL::AES () chmod 644 AES.bs cp AES.bs blib/arch/auto/Crypt/OpenSSL/AES/AES.bs chmod 644 blib/arch/auto/Crypt/OpenSSL/AES/AES.bs cp lib/Crypt/OpenSSL/AES.pm blib/lib/Crypt/OpenSSL/AES.pm gcc -c -I. -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 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/usr/lib/perl5/CORE" AES.c In file included from AES.xs:7:0: ppport.h:231:0: warning: "PERL_UNUSED_DECL" redefined [enabled by default] # define PERL_UNUSED_DECL ^ In file included from AES.xs:2:0: /usr/lib/perl5/CORE/perl.h:320:0: note: this is the location of the previous definition # define PERL_UNUSED_DECL __attribute__unused__ ^ AES.xs: In function 'XS_Crypt__OpenSSL__AES_new': AES.xs:51:3: warning: pointer targets in passing argument 1 of 'AES_set_encrypt_key' differ in signedness [-Wpointer-sign] AES_set_encrypt_key(SvPV_nolen(key),keysize*8,&RETVAL->enc_key); ^ In file included from AES.xs:5:0: /usr/include/openssl/aes.h:88:5: note: expected 'const unsigned char *' but argument is of type 'char *' int AES_set_encrypt_key(const unsigned char *userKey, const int bits, ^ AES.xs:52:3: warning: pointer targets in passing argument 1 of 'AES_set_decrypt_key' differ in signedness [-Wpointer-sign] AES_set_decrypt_key(SvPV_nolen(key),keysize*8,&RETVAL->dec_key); ^ In file included from AES.xs:5:0: /usr/include/openssl/aes.h:90:5: note: expected 'const unsigned char *' but argument is of type 'char *' int AES_set_decrypt_key(const unsigned char *userKey, const int bits, ^ AES.c:182:7: warning: unused variable 'class' [-Wunused-variable] SV * class = ST(0) ^ AES.xs: In function 'XS_Crypt__OpenSSL__AES_encrypt': AES.xs:76:4: warning: pointer targets in passing argument 2 of '(long int)ix != 0l ? &AES_decrypt : &AES_encrypt' differ in signedness [-Wpointer-sign] (ix ? AES_decrypt : AES_encrypt) ((unsigned char *) bytes, SvPV_nolen(RETVAL), (ix ? &self->dec_key : &self->enc_key)); ^ AES.xs:76:4: note: expected 'unsigned char *' but argument is of type 'char *' rm -f blib/arch/auto/Crypt/OpenSSL/AES/AES.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wl,-z,relro -L/usr/local/lib AES.o -o blib/arch/auto/Crypt/OpenSSL/AES/AES.so \ -lcrypto -lperl \ chmod 755 blib/arch/auto/Crypt/OpenSSL/AES/AES.so Manifying blib/man3/Crypt::OpenSSL::AES.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9G8qlG + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386 + cd Crypt-OpenSSL-AES-0.02 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386 + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/AES/AES.so Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/AES/AES.bs Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/AES.pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386/usr/share/man/man3/Crypt::OpenSSL::AES.3pm + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386 -depth -type d -exec rmdir '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386/usr + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/Crypt-OpenSSL-AES-0.02 extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/AES/AES.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 22 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.2mxYIm + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-AES-0.02 + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Crypt-OpenSSL-AES.t .. ok All tests successful. Files=1, Tests=4, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.05 CPU) Result: PASS + exit 0 Processing files: perl-Crypt-OpenSSL-AES-0.02-19.fc20.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1sPzw3 + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-AES-0.02 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386/usr/share/doc/perl-Crypt-OpenSSL-AES-0.02 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386/usr/share/doc/perl-Crypt-OpenSSL-AES-0.02 + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386/usr/share/doc/perl-Crypt-OpenSSL-AES-0.02 + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386/usr/share/doc/perl-Crypt-OpenSSL-AES-0.02 + exit 0 Provides: perl(Crypt::OpenSSL::AES) = 0.02 perl-Crypt-OpenSSL-AES = 0.02-19.fc20 perl-Crypt-OpenSSL-AES(x86-32) = 0.02-19.fc20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libcrypto.so.10 libcrypto.so.10(libcrypto.so.10) libperl.so.5.18 perl >= 0:5.008005 perl(Exporter) perl(XSLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-Crypt-OpenSSL-AES-debuginfo-0.02-19.fc20.i686 Provides: perl-Crypt-OpenSSL-AES-debuginfo = 0.02-19.fc20 perl-Crypt-OpenSSL-AES-debuginfo(x86-32) = 0.02-19.fc20 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-OpenSSL-AES-0.02-19.fc20.i386 Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i686.rpm warning: Could not canonicalize hostname: buildvm-09.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-AES-debuginfo-0.02-19.fc20.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0r5ek8 + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-AES-0.02 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-19.fc20.i386 + exit 0 Child return code was: 0 LEAVE do -->