Mock Version: 2.12 Mock Version: 2.12 Mock Version: 2.12 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-RSA.spec'], chrootPath='/var/lib/mock/dist-circle9-build-75829-24562/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': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-RSA.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: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1628467200 Wrote: /builddir/build/SRPMS/perl-Crypt-OpenSSL-RSA-0.31-13.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-RSA.spec'], chrootPath='/var/lib/mock/dist-circle9-build-75829-24562/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': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-RSA.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: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1628467200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MnFJEA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-OpenSSL-RSA-0.31 + /usr/bin/gzip -dc /builddir/build/SOURCES/Crypt-OpenSSL-RSA-0.31.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-RSA-0.31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/perl-Crypt-OpenSSL-RSA-openssl30.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.abo25J + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-RSA-0.31 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::RSA + /usr/bin/make -O -j4 V=1 VERBOSE=1 cp RSA.pm blib/lib/Crypt/OpenSSL/RSA.pm AutoSplitting blib/lib/Crypt/OpenSSL/RSA.pm (blib/lib/auto/Crypt/OpenSSL/RSA) Running Mkbootstrap for RSA () chmod 644 "RSA.bs" "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Crypt-OpenSSL-RSA-0.31/typemap' RSA.xs > RSA.xsc mv RSA.xsc RSA.c "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RSA.bs blib/arch/auto/Crypt/OpenSSL/RSA/RSA.bs 644 gcc -c -I/usr/include -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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -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.31\" -DXS_VERSION=\"0.31\" -fPIC "-I/usr/lib/perl5/CORE" -DPERL5 -DOPENSSL_NO_KRB5 RSA.c RSA.xs: In function '_is_private': RSA.xs:56:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 56 | RSA_get0_key(p_rsa->rsa, NULL, NULL, &d); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:5606, from RSA.xs:2: RSA.xs: In function 'make_rsa_obj': RSA.xs:70:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | newRV_noinc(newSViv((IV) rsa)), | ^ /usr/lib/perl5/CORE/embed.h:564:53: note: in definition of macro 'sv_bless' 564 | #define sv_bless(a,b) Perl_sv_bless(aTHX_ a,b) | ^ RSA.xs:70:9: note: in expansion of macro 'newRV_noinc' 70 | newRV_noinc(newSViv((IV) rsa)), | ^~~~~~~~~~~ RSA.xs:70:21: note: in expansion of macro 'newSViv' 70 | newRV_noinc(newSViv((IV) rsa)), | ^~~~~~~ RSA.xs: In function 'get_message_digest': RSA.xs:122:13: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 122 | return MD5(text, text_length, NULL); | ^~~~~~ In file included from RSA.xs:8: /usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ RSA.xs:142:13: warning: 'RIPEMD160' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 142 | return RIPEMD160(text, text_length, NULL); | ^~~~~~ In file included from RSA.xs:12: /usr/include/openssl/ripemd.h:49:38: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 unsigned char *RIPEMD160(const unsigned char *d, size_t n, | ^~~~~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:5606, from RSA.xs:2: RSA.xs: In function 'bn2sv': RSA.xs:158:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 158 | ? sv_2mortal(newSViv((IV) BN_dup(p_bn))) | ^ /usr/lib/perl5/CORE/embed.h:557:55: note: in definition of macro 'sv_2mortal' 557 | #define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a) | ^ RSA.xs:158:22: note: in expansion of macro 'newSViv' 158 | ? sv_2mortal(newSViv((IV) BN_dup(p_bn))) | ^~~~~~~ RSA.xs: In function 'rsa_crypt': RSA.xs:209:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 209 | size = RSA_size(p_rsa->rsa); | ^~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_new_private_key': RSA.xs:238:9: warning: 'PEM_read_bio_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 238 | proto, _load_rsa_key(key_string_SV, PEM_read_bio_RSAPrivateKey)); | ^~~~~ In file included from RSA.xs:10: /usr/include/openssl/pem.h:447:1: note: declared here 447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA__new_public_key_pkcs1': RSA.xs:248:9: warning: 'PEM_read_bio_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 248 | proto, _load_rsa_key(key_string_SV, PEM_read_bio_RSAPublicKey)); | ^~~~~ In file included from RSA.xs:10: /usr/include/openssl/pem.h:448:1: note: declared here 448 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA__new_public_key_x509': RSA.xs:258:9: warning: 'PEM_read_bio_RSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 258 | proto, _load_rsa_key(key_string_SV, PEM_read_bio_RSA_PUBKEY)); | ^~~~~ In file included from RSA.xs:10: /usr/include/openssl/pem.h:449:1: note: declared here 449 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) | ^~~~~~~~~~~~~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_DESTROY': RSA.c:463:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 463 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:266:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 266 | RSA_free(p_rsa->rsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_get_private_key_string': RSA.c:491:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 491 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:276:5: warning: 'PEM_write_bio_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 276 | PEM_write_bio_RSAPrivateKey( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from RSA.xs:10: /usr/include/openssl/pem.h:447:1: note: declared here 447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_get_public_key_string': RSA.c:524:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 524 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:290:5: warning: 'PEM_write_bio_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 290 | PEM_write_bio_RSAPublicKey(stringBIO, p_rsa->rsa); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from RSA.xs:10: /usr/include/openssl/pem.h:448:1: note: declared here 448 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) | ^~~~~~~~~~~~~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_get_public_key_x509_string': RSA.c:556:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 556 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:303:5: warning: 'PEM_write_bio_RSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 303 | PEM_write_bio_RSA_PUBKEY(stringBIO, p_rsa->rsa); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from RSA.xs:10: /usr/include/openssl/pem.h:449:1: note: declared here 449 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA) | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_generate_key': RSA.xs:322:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 322 | rsa = RSA_new(); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ RSA.xs:323:5: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 323 | rc = RSA_generate_key_ex(rsa, SvIV(bitsSV), e, NULL); | ^~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:260:27: note: declared here 260 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, | ^~~~~~~~~~~~~~~~~~~ RSA.xs: In function 'XS_Crypt__OpenSSL__RSA__new_key_from_parameters': RSA.xs:359:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 359 | CHECK_OPEN_SSL(rsa = RSA_new()); | ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ RSA.xs:382:9: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 382 | THROW(RSA_set0_factors(rsa, p, q)); | ^~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:208:27: note: declared here 208 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q); | ^~~~~~~~~~~~~~~~ RSA.xs:397:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 397 | THROW(RSA_set0_key(rsa, n, e, d)); | ^~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ RSA.xs:410:9: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 410 | THROW(RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp)); | ^~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:209:27: note: declared here 209 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r, | ^~~~~~~~~~~~~~~~~~~ RSA.xs:413:9: warning: 'RSA_check_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 413 | THROW(RSA_check_key(rsa) == 1); | ^~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:278:27: note: declared here 278 | OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *); | ^~~~~~~~~~~~~ RSA.xs:423:13: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 423 | RSA_free(rsa); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ RSA.xs:432:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 432 | CHECK_OPEN_SSL(RSA_set0_key(rsa, n, e, d)); | ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA__get_key_parameters': RSA.c:765:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 765 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:466:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 466 | RSA_get0_key(rsa, &n, &e, &d); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ RSA.xs:467:5: warning: 'RSA_get0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 467 | RSA_get0_factors(rsa, &p, &q); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:220:28: note: declared here 220 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r, | ^~~~~~~~~~~~~~~~ RSA.xs:468:5: warning: 'RSA_get0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 468 | RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:225:28: note: declared here 225 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r, | ^~~~~~~~~~~~~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_encrypt': RSA.c:817:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 817 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:485:5: warning: 'RSA_public_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 485 | RETVAL = rsa_crypt(p_rsa, p_plaintext, RSA_public_encrypt); | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:282:5: note: declared here 282 | int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_decrypt': RSA.c:845:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 845 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:498:5: warning: 'RSA_private_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 498 | RETVAL = rsa_crypt(p_rsa, p_ciphertext, RSA_private_decrypt); | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:291:5: note: declared here 291 | int RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_private_encrypt': RSA.c:877:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 877 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:511:5: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 511 | RETVAL = rsa_crypt(p_rsa, p_plaintext, RSA_private_encrypt); | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:285:5: note: declared here 285 | int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_public_decrypt': RSA.c:909:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 909 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:520:5: warning: 'RSA_public_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 520 | RETVAL = rsa_crypt(p_rsa, p_ciphertext, RSA_public_decrypt); | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:288:5: note: declared here 288 | int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_size': RSA.c:936:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 936 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:528:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 528 | RETVAL = RSA_size(p_rsa->rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_check_key': RSA.c:962:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 962 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:540:5: warning: 'RSA_check_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 540 | RETVAL = RSA_check_key(p_rsa->rsa); | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:278:27: note: declared here 278 | OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *); | ^~~~~~~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_use_md5_hash': RSA.c:1034:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1034 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_use_sha1_hash': RSA.c:1057:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1057 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_use_sha224_hash': RSA.c:1083:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1083 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_use_sha256_hash': RSA.c:1106:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1106 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_use_sha384_hash': RSA.c:1129:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1129 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_use_sha512_hash': RSA.c:1152:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1152 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_use_ripemd160_hash': RSA.c:1176:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1176 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_use_no_padding': RSA.c:1226:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1226 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_use_pkcs1_padding': RSA.c:1249:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1249 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_use_pkcs1_oaep_padding': RSA.c:1272:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1272 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_sign': RSA.c:1303:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1303 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:660:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 660 | CHECK_NEW(signature, RSA_size(p_rsa->rsa), char); | ^~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:660:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 660 | CHECK_NEW(signature, RSA_size(p_rsa->rsa), char); | ^~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:660:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 660 | CHECK_NEW(signature, RSA_size(p_rsa->rsa), char); | ^~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:660:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 660 | CHECK_NEW(signature, RSA_size(p_rsa->rsa), char); | ^~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:663:5: warning: 'RSA_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 663 | CHECK_OPEN_SSL(RSA_sign(p_rsa->hashMode, | ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:348:27: note: declared here 348 | OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m, | ^~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_verify': RSA.c:1351:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1351 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ RSA.xs:689:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 689 | if (RSA_size(p_rsa->rsa) < sig_length) | ^~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:204:27: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ RSA.xs:695:5: warning: 'RSA_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 695 | switch(RSA_verify(p_rsa->hashMode, | ^~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from RSA.xs:10: /usr/include/openssl/rsa.h:351:27: note: declared here 351 | OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m, | ^~~~~~~~~~ RSA.c: In function 'XS_Crypt__OpenSSL__RSA_is_private': RSA.c:1407:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1407 | p_rsa = (rsaData *) SvIV(SvRV(ST(0))) | ^ rm -f blib/arch/auto/Crypt/OpenSSL/RSA/RSA.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 RSA.o -o blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so \ -L/usr -L/usr/lib -lssl -lcrypto -lperl \ chmod 755 blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NkBlxS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386 + cd Crypt-OpenSSL-RSA-0.31 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RSA.bs blib/arch/auto/Crypt/OpenSSL/RSA/RSA.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-RSA-0.31-13.el9.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/RSA.so Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/RSA.pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/new_key_from_parameters.al Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/import_random_seed.al Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/get_key_parameters.al Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/new_public_key.al Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/share/man/man3/Crypt::OpenSSL::RSA.3pm + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386 -type f -name '*.bs' -size 0 -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.31-13.el9 --unique-debug-suffix -0.31-13.el9.i386 --unique-debug-src-base perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Crypt-OpenSSL-RSA-0.31 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/RSA.so extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/RSA/RSA.so original debug info size: 152kB, size after compression: 148kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 107 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.IcutoY + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-RSA-0.31 + make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RSA.bs blib/arch/auto/Crypt/OpenSSL/RSA/RSA.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/bignum.t .................. ok t/format.t .................. ok t/rsa.t ..................... ok t/z_kwalitee.t .............. skipped: This test is only run for the module author t/z_meta.t .................. skipped: This test is only run for the module author t/z_perl_minimum_version.t .. skipped: Author tests not required for installation t/z_pod-coverage.t .......... skipped: This test is only run for the module author t/z_pod.t ................... skipped: This test is only run for the module author All tests successful. Files=8, Tests=137, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.51 cusr 0.03 csys = 0.57 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Crypt-OpenSSL-RSA-0.31-13.el9.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BXMY32 + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-RSA-0.31 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/share/doc/perl-Crypt-OpenSSL-RSA + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/share/doc/perl-Crypt-OpenSSL-RSA + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/share/doc/perl-Crypt-OpenSSL-RSA + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/share/doc/perl-Crypt-OpenSSL-RSA + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.LYybjF + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-RSA-0.31 + LICENSEDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/share/licenses/perl-Crypt-OpenSSL-RSA + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/share/licenses/perl-Crypt-OpenSSL-RSA + cp -pr LICENSE /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386/usr/share/licenses/perl-Crypt-OpenSSL-RSA + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Crypt::OpenSSL::RSA) = 0.31 perl-Crypt-OpenSSL-RSA = 0.31-13.el9 perl-Crypt-OpenSSL-RSA(x86-32) = 0.31-13.el9 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.34) libc.so.6(GLIBC_2.4) libcrypto.so.3 libcrypto.so.3(OPENSSL_3.0.0) libperl.so.5.32 perl(AutoLoader) perl(Carp) perl(XSLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-Crypt-OpenSSL-RSA-debugsource-0.31-13.el9.i686 Provides: perl-Crypt-OpenSSL-RSA-debugsource = 0.31-13.el9 perl-Crypt-OpenSSL-RSA-debugsource(x86-32) = 0.31-13.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-RSA-debuginfo-0.31-13.el9.i686 Provides: debuginfo(build-id) = 7da35b7833cc66bb594ce228a4dfb9b071a5177c perl-Crypt-OpenSSL-RSA-debuginfo = 0.31-13.el9 perl-Crypt-OpenSSL-RSA-debuginfo(x86-32) = 0.31-13.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Crypt-OpenSSL-RSA-debugsource(x86-32) = 0.31-13.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386 Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i686.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-RSA-debugsource-0.31-13.el9.i686.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-RSA-debuginfo-0.31-13.el9.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yofDgh + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-RSA-0.31 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-RSA-0.31-13.el9.i386 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0