Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-AES.spec'], chrootPath='/var/lib/mock/f28-build-11392710-852892/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-AES.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False sh: /usr/bin/perl: No such file or directory sh: /usr/bin/perl: No such file or directory sh: /usr/bin/perl: No such file or directory Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/perl-Crypt-OpenSSL-AES-0.02-33.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-AES.spec'], chrootPath='/var/lib/mock/f28-build-11392710-852892/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-AES.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7wGicC + 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.MN0iDK + 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 + make -j4 Running Mkbootstrap for AES () "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Crypt-OpenSSL-AES-0.02/typemap' AES.xs > AES.xsc chmod 644 "AES.bs" cp lib/Crypt/OpenSSL/AES.pm blib/lib/Crypt/OpenSSL/AES.pm "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AES.bs blib/arch/auto/Crypt/OpenSSL/AES/AES.bs 644 mv AES.xsc AES.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fstack-clash-protection -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/lib64/perl5/CORE" AES.c In file included from AES.xs:7: ppport.h:231: warning: "PERL_UNUSED_DECL" redefined # define PERL_UNUSED_DECL In file included from AES.xs:2: /usr/lib64/perl5/CORE/perl.h:323: note: this is the location of the previous definition # define PERL_UNUSED_DECL __attribute__unused__ In file included from /usr/lib64/perl5/CORE/perl.h:3913, from AES.xs:2: AES.xs: In function 'XS_Crypt__OpenSSL__AES_new': /usr/lib64/perl5/CORE/sv.h:1706:18: warning: pointer targets in passing argument 1 of 'AES_set_encrypt_key' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ~~~~~~~~~~~~~~~~ ? SvPVX(sv) : sv_2pv_flags(sv, 0, SV_GMAGIC)) ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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: /usr/include/openssl/aes.h:43: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/lib64/perl5/CORE/perl.h:3913, from AES.xs:2: /usr/lib64/perl5/CORE/sv.h:1706:18: warning: pointer targets in passing argument 1 of 'AES_set_decrypt_key' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ~~~~~~~~~~~~~~~~ ? SvPVX(sv) : sv_2pv_flags(sv, 0, SV_GMAGIC)) ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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: /usr/include/openssl/aes.h:45: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/lib64/perl5/CORE/perl.h:3913, from AES.xs:2: AES.xs: In function 'XS_Crypt__OpenSSL__AES_encrypt': /usr/lib64/perl5/CORE/sv.h:1706:18: warning: pointer targets in passing argument 2 of 'ix != 0 ? &AES_decrypt : &AES_encrypt' differ in signedness [-Wpointer-sign] (SvPOK_nog(sv) \ ~~~~~~~~~~~~~~~~ ? SvPVX(sv) : sv_2pv_flags(sv, 0, SV_GMAGIC)) ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/lib64/perl5/CORE/sv.h:1706:18: note: expected 'unsigned char *' but argument is of type 'char *' (SvPOK_nog(sv) \ ~~~~~~~~~~~~~~~~ ? SvPVX(sv) : sv_2pv_flags(sv, 0, SV_GMAGIC)) ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -lpthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.o24NsT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le ++ dirname /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le + cd Crypt-OpenSSL-AES-0.02 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AES.bs blib/arch/auto/Crypt/OpenSSL/AES/AES.bs 644 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-33.fc28.ppc64le/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/AES/AES.so Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/AES.pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le/usr/share/man/man3/Crypt::OpenSSL::AES.3pm + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le -depth -type d -exec rmdir '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le -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-33.fc28.ppc64le/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.02-33.fc28 --unique-debug-suffix -0.02-33.fc28.ppc64le --unique-debug-src-base perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Crypt-OpenSSL-AES-0.02 extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/AES/AES.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 22 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /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-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.KCaCh3 + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-AES-0.02 + make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AES.bs blib/arch/auto/Crypt/OpenSSL/AES/AES.bs 644 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.03 usr 0.00 sys + 0.06 cusr 0.00 csys = 0.09 CPU) Result: PASS + exit 0 Processing files: perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.64wGcd + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-AES-0.02 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le/usr/share/doc/perl-Crypt-OpenSSL-AES + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le/usr/share/doc/perl-Crypt-OpenSSL-AES + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le/usr/share/doc/perl-Crypt-OpenSSL-AES + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le/usr/share/doc/perl-Crypt-OpenSSL-AES + exit 0 Provides: perl(Crypt::OpenSSL::AES) = 0.02 perl-Crypt-OpenSSL-AES = 0.02-33.fc28 perl-Crypt-OpenSSL-AES(ppc-64) = 0.02-33.fc28 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.17)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) perl(:VERSION) >= 5.8.5 perl(Exporter) perl(XSLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-Crypt-OpenSSL-AES-debugsource-0.02-33.fc28.ppc64le Provides: perl-Crypt-OpenSSL-AES-debugsource = 0.02-33.fc28 perl-Crypt-OpenSSL-AES-debugsource(ppc-64) = 0.02-33.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Crypt-OpenSSL-AES-debuginfo-0.02-33.fc28.ppc64le Provides: debuginfo(build-id) = ec7bd97bd8406cba55522bd1212b3919efcd178c perl-Crypt-OpenSSL-AES-debuginfo = 0.02-33.fc28 perl-Crypt-OpenSSL-AES-debuginfo(ppc-64) = 0.02-33.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Crypt-OpenSSL-AES-debugsource(ppc-64) = 0.02-33.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-AES-debugsource-0.02-33.fc28.ppc64le.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-AES-debuginfo-0.02-33.fc28.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yUgpfn + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-AES-0.02 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-33.fc28.ppc64le + exit 0 Child return code was: 0