Mock Version: 1.2.14 Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-AES.spec'], printOutput=Falselogger=user='mockbuild'timeout=172800env={'HOME': '/builddir', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOSTNAME': 'mock'}chrootPath='/var/lib/mock/f24-build-4937958-577920/root'uid=1000gid=425shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-AES.spec'] with env {'HOME': '/builddir', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: buildvm-21-nfs.phx2.fedoraproject.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/perl-Crypt-OpenSSL-AES-0.02-26.fc24.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-AES.spec '], printOutput=Falselogger=user='mockbuild'timeout=172800env={'HOME': '/builddir', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOSTNAME': 'mock'}chrootPath='/var/lib/mock/f24-build-4937958-577920/root'uid=1000private_network=Trueshell=Falsegid=425) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-AES.spec '] with env {'HOME': '/builddir', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOSTNAME': 'mock'} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Yc65kC + 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 -xof - + 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.onGz11 + 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 Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::AES Writing MYMETA.yml and MYMETA.json + make -j4 "/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 lib/Crypt/OpenSSL/AES.pm blib/lib/Crypt/OpenSSL/AES.pm gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -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 # define PERL_UNUSED_DECL In file included from AES.xs:2:0: /usr/lib/perl5/CORE/perl.h:313:0: note: this is the location of the previous definition # define PERL_UNUSED_DECL __attribute__unused__ In file included from /usr/lib/perl5/CORE/perl.h:3731:0, from AES.xs:2: AES.xs: In function 'XS_Crypt__OpenSSL__AES_new': /usr/lib/perl5/CORE/sv.h:1688:5: warning: pointer targets in passing argument 1 of 'AES_set_encrypt_key' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ^ AES.xs:51:23: note: in expansion of macro 'SvPV_nolen' 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:90:5: note: expected 'const unsigned char *' but argument is of type 'char *' int AES_set_encrypt_key(const unsigned char *userKey, const int bits, ^~~~~~~~~~~~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:3731:0, from AES.xs:2: /usr/lib/perl5/CORE/sv.h:1688:5: warning: pointer targets in passing argument 1 of 'AES_set_decrypt_key' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ^ AES.xs:52:23: note: in expansion of macro 'SvPV_nolen' 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:92: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:184:7: warning: unused variable 'class' [-Wunused-variable] SV * class = ST(0) ^~~~~ In file included from /usr/lib/perl5/CORE/perl.h:3731:0, from AES.xs:2: AES.xs: In function 'XS_Crypt__OpenSSL__AES_encrypt': /usr/lib/perl5/CORE/sv.h:1688:5: warning: pointer targets in passing argument 2 of 'ix != 0l ? &AES_decrypt : &AES_encrypt' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ^ AES.xs:76:63: note: in expansion of macro 'SvPV_nolen' (ix ? AES_decrypt : AES_encrypt) ((unsigned char *) bytes, SvPV_nolen(RETVAL), (ix ? &self->dec_key : &self->enc_key)); ^~~~~~~~~~ /usr/lib/perl5/CORE/sv.h:1688:5: note: expected 'unsigned char *' but argument is of type 'char *' (SvPOK_nog(sv) \ ^ AES.xs:76:63: note: in expansion of macro 'SvPV_nolen' (ix ? AES_decrypt : AES_encrypt) ((unsigned char *) bytes, SvPV_nolen(RETVAL), (ix ? &self->dec_key : &self->enc_key)); ^~~~~~~~~~ rm -f blib/arch/auto/Crypt/OpenSSL/AES/AES.so gcc -shared -Wl,-z,relro -L/usr/local/lib -fstack-protector-strong AES.o -o blib/arch/auto/Crypt/OpenSSL/AES/AES.so \ -lcrypto -lperl \ chmod 755 blib/arch/auto/Crypt/OpenSSL/AES/AES.so "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AES.bs blib/arch/auto/Crypt/OpenSSL/AES/AES.bs 644 Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kL6zwt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386 + cd Crypt-OpenSSL-AES-0.02 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386 + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386 Running Mkbootstrap for Crypt::OpenSSL::AES () chmod 644 "AES.bs" Manifying 1 pod document 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-26.fc24.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/AES/AES.so Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/AES.pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386/usr/share/man/man3/Crypt::OpenSSL::AES.3pm + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386 -depth -type d -exec rmdir '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.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-26.fc24.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-26.fc24.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/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.qMdIcW + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-AES-0.02 + make test PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; 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.05 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.07 CPU) Result: PASS + exit 0 Processing files: perl-Crypt-OpenSSL-AES-0.02-26.fc24.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.70tLlp + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-AES-0.02 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386/usr/share/doc/perl-Crypt-OpenSSL-AES + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386/usr/share/doc/perl-Crypt-OpenSSL-AES + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386/usr/share/doc/perl-Crypt-OpenSSL-AES + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386/usr/share/doc/perl-Crypt-OpenSSL-AES + exit 0 Provides: perl(Crypt::OpenSSL::AES) = 0.02 perl-Crypt-OpenSSL-AES = 0.02-26.fc24 perl-Crypt-OpenSSL-AES(x86-32) = 0.02-26.fc24 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.22 perl(:VERSION) >= 5.8.5 perl(Exporter) perl(XSLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-Crypt-OpenSSL-AES-debuginfo-0.02-26.fc24.i686 Provides: perl-Crypt-OpenSSL-AES-debuginfo = 0.02-26.fc24 perl-Crypt-OpenSSL-AES-debuginfo(x86-32) = 0.02-26.fc24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386 warning: Could not canonicalize hostname: buildvm-21-nfs.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i686.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-AES-debuginfo-0.02-26.fc24.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wY0YHS + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-AES-0.02 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-26.fc24.i386 + exit 0 Child return code was: 0 LEAVE do -->