Mock Version: 6.7 Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --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': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1674172800 Wrote: /builddir/build/SRPMS/perl-Crypt-OpenSSL-AES-0.02-49.el9.src.rpm Child return code was: 0 Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --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': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1674172800 Wrote: /builddir/build/SRPMS/perl-Crypt-OpenSSL-AES-0.02-49.el9.src.rpm Child return code was: 0 Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps --define '__spec_check_template exit 0; ' /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': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1674172800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EdU7cI + 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 . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uhL0PV + 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 -j5 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" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AES.bs blib/arch/auto/Crypt/OpenSSL/AES/AES.bs 644 cp lib/Crypt/OpenSSL/AES.pm blib/lib/Crypt/OpenSSL/AES.pm mv AES.xsc AES.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 231 | # define PERL_UNUSED_DECL | In file included from AES.xs:2: /usr/lib64/perl5/CORE/perl.h:435: note: this is the location of the previous definition 435 | # define PERL_UNUSED_DECL __attribute__unused__ | AES.xs: In function 'XS_Crypt__OpenSSL__AES_new': AES.xs:51:17: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 51 | AES_set_encrypt_key(SvPV_nolen(key),keysize*8,&RETVAL->enc_key); | ^~~~~~~~~~~~~~~~~~~ In file included from AES.xs:5: /usr/include/openssl/aes.h:50:5: note: declared here 50 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:3912, from AES.xs:2: /usr/lib64/perl5/CORE/sv.h:1762:18: warning: pointer targets in passing argument 1 of 'AES_set_encrypt_key' differ in signedness [-Wpointer-sign] 1761 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1762 | ? SvPVX(sv) : sv_2pv_flags(sv, 0, SV_GMAGIC)) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * AES.xs:51:37: note: in expansion of macro 'SvPV_nolen' 51 | AES_set_encrypt_key(SvPV_nolen(key),keysize*8,&RETVAL->enc_key); | ^~~~~~~~~~ In file included from AES.xs:5: /usr/include/openssl/aes.h:50:46: note: expected 'const unsigned char *' but argument is of type 'char *' 50 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ AES.xs:52:17: warning: 'AES_set_decrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 52 | AES_set_decrypt_key(SvPV_nolen(key),keysize*8,&RETVAL->dec_key); | ^~~~~~~~~~~~~~~~~~~ In file included from AES.xs:5: /usr/include/openssl/aes.h:53:5: note: declared here 53 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:3912, from AES.xs:2: /usr/lib64/perl5/CORE/sv.h:1762:18: warning: pointer targets in passing argument 1 of 'AES_set_decrypt_key' differ in signedness [-Wpointer-sign] 1761 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1762 | ? SvPVX(sv) : sv_2pv_flags(sv, 0, SV_GMAGIC)) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * AES.xs:52:37: note: in expansion of macro 'SvPV_nolen' 52 | AES_set_decrypt_key(SvPV_nolen(key),keysize*8,&RETVAL->dec_key); | ^~~~~~~~~~ In file included from AES.xs:5: /usr/include/openssl/aes.h:53:46: note: expected 'const unsigned char *' but argument is of type 'char *' 53 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ AES.c:184:17: warning: unused variable 'class' [-Wunused-variable] 184 | SV * class = ST(0) | ^~~~~ AES.xs: In function 'XS_Crypt__OpenSSL__AES_encrypt': AES.xs:76:25: warning: 'AES_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 76 | (ix ? AES_decrypt : AES_encrypt) ((unsigned char *) bytes, SvPV_nolen(RETVAL), (ix ? &self->dec_key : &self->enc_key)); | ^ In file included from AES.xs:5: /usr/include/openssl/aes.h:59:6: note: declared here 59 | void AES_decrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ AES.xs:76:25: warning: 'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 76 | (ix ? AES_decrypt : AES_encrypt) ((unsigned char *) bytes, SvPV_nolen(RETVAL), (ix ? &self->dec_key : &self->enc_key)); | ^ In file included from AES.xs:5: /usr/include/openssl/aes.h:56:6: note: declared here 56 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:3912, from AES.xs:2: /usr/lib64/perl5/CORE/sv.h:1762:18: warning: pointer targets in passing argument 2 of 'ix != 0 ? &AES_decrypt : &AES_encrypt' differ in signedness [-Wpointer-sign] 1761 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1762 | ? SvPVX(sv) : sv_2pv_flags(sv, 0, SV_GMAGIC)) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * AES.xs:76:84: note: in expansion of macro 'SvPV_nolen' 76 | (ix ? AES_decrypt : AES_encrypt) ((unsigned char *) bytes, SvPV_nolen(RETVAL), (ix ? &self->dec_key : &self->enc_key)); | ^~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:1762:18: note: expected 'unsigned char *' but argument is of type 'char *' 1761 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1762 | ? SvPVX(sv) : sv_2pv_flags(sv, 0, SV_GMAGIC)) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AES.xs:76:84: note: in expansion of macro 'SvPV_nolen' 76 | (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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ytiU30 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64 + cd Crypt-OpenSSL-AES-0.02 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64 + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64 "/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-49.el9.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/AES/AES.so Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/AES.pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64/usr/share/man/man3/Crypt::OpenSSL::AES.3pm + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64 -depth -type d -exec rmdir '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64 -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-49.el9.x86_64/usr + /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 0.02-49.el9 --unique-debug-suffix -0.02-49.el9.x86_64 --unique-debug-src-base perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/Crypt-OpenSSL-AES-0.02 extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/AES/AES.so original debug info size: 100kB, size after compression: 100kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 22 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ItAcXx Processing files: perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xxw58I + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-AES-0.02 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64/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-49.el9.x86_64/usr/share/doc/perl-Crypt-OpenSSL-AES + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64/usr/share/doc/perl-Crypt-OpenSSL-AES + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64/usr/share/doc/perl-Crypt-OpenSSL-AES + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Crypt::OpenSSL::AES) = 0.02 perl-Crypt-OpenSSL-AES = 0.02-49.el9 perl-Crypt-OpenSSL-AES(x86-64) = 0.02-49.el9 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.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libperl.so.5.32()(64bit) perl(:MODULE_COMPAT_5.32.1) perl(:VERSION) >= 5.8.5 perl(Exporter) perl(XSLoader) perl(strict) perl(warnings) perl-libs rtld(GNU_HASH) Processing files: perl-Crypt-OpenSSL-AES-debugsource-0.02-49.el9.x86_64 Provides: perl-Crypt-OpenSSL-AES-debugsource = 0.02-49.el9 perl-Crypt-OpenSSL-AES-debugsource(x86-64) = 0.02-49.el9 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-49.el9.x86_64 Provides: debuginfo(build-id) = f849c02b56c128ad6aa4bb7036f9e6cc5930dc6c perl-Crypt-OpenSSL-AES-debuginfo = 0.02-49.el9 perl-Crypt-OpenSSL-AES-debuginfo(x86-64) = 0.02-49.el9 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(x86-64) = 0.02-49.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64 Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-AES-0.02-49.el9.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-AES-debugsource-0.02-49.el9.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-AES-debuginfo-0.02-49.el9.x86_64.rpm Child return code was: 0