D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/perl-Net-SSLeay-1.900.0-5.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7Mnreq + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Net-SSLeay-1.90 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Net-SSLeay-1.90.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-SSLeay-1.90 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/chmod 755 examples + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tFEeHv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-SSLeay-1.90 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + echo + /usr/bin/perl Makefile.PL /usr INSTALLDIRS=vendor Do you want to run external tests? These tests *will* *fail* if you do not have network connectivity. [n] *** Found OpenSSL-3.0.0 installed in /usr *** Be sure to use the same compiler and options to compile your OpenSSL, perl, and Net::SSLeay. Mixing and matching compilers is not supported. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SSLeay Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 'OPTIMIZE=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' Running Mkbootstrap for SSLeay () chmod 644 "SSLeay.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay) blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters: directory blib/lib/auto/Net/SSLeay: do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3.al, get_httpx4.al truncate to get_http head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, head_httpx3.al, head_httpx4.al truncate to head_htt post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, post_httpx3.al, post_httpx4.al truncate to post_htt put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3.al, put_httpx4.al truncate to put_http ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Net-SSLeay-1.90/typemap' SSLeay.xs > SSLeay.xsc mv SSLeay.xsc SSLeay.c gcc -c -I"/usr/include" -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DVERSION=\"1.90\" -DXS_VERSION=\"1.90\" -fPIC "-I/usr/lib64/perl5/CORE" SSLeay.c SSLeay.xs: In function 'tlsext_ticket_key_cb_invoke': SSLeay.xs:1572:9: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1572 | HMAC_Init_ex(hctx,key+16,hmac_key_len,EVP_sha256(),NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/ssl.h:37, from SSLeay.xs:167: /usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ SSLeay.xs:1577:9: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1577 | HMAC_Init_ex(hctx,key+16,hmac_key_len,EVP_sha256(),NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/ssl.h:37, from SSLeay.xs:167: /usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_new': SSLeay.xs:1898:6: warning: 'TLSv1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 1898 | RETVAL = SSL_CTX_new (TLSv1_method()); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2008:50: note: declared here 2008 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */ | ^~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_1_new': SSLeay.xs:1907:6: warning: 'TLSv1_1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 1907 | RETVAL = SSL_CTX_new (TLSv1_1_method()); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2016:50: note: declared here 2016 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */ | ^~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_2_new': SSLeay.xs:1918:6: warning: 'TLSv1_2_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 1918 | RETVAL = SSL_CTX_new (TLSv1_2_method()); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2024:50: note: declared here 2024 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */ | ^~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_use_RSAPrivateKey': SSLeay.c:3236:9: warning: 'SSL_use_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3236 | RETVAL = SSL_use_RSAPrivateKey(s, rsa); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:1654:34: note: declared here 1654 | OSSL_DEPRECATEDIN_3_0 __owur int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa); | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_use_RSAPrivateKey_ASN1': SSLeay.c:3259:9: warning: 'SSL_use_RSAPrivateKey_ASN1' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3259 | RETVAL = SSL_use_RSAPrivateKey_ASN1(s, d, len); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:1656:12: note: declared here 1656 | __owur int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_use_RSAPrivateKey_file': SSLeay.c:3282:9: warning: 'SSL_use_RSAPrivateKey_file' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3282 | RETVAL = SSL_use_RSAPrivateKey_file(s, file, type); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:1682:12: note: declared here 1682 | __owur int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_CTX_use_RSAPrivateKey_file': SSLeay.c:3305:9: warning: 'SSL_CTX_use_RSAPrivateKey_file' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3305 | RETVAL = SSL_CTX_use_RSAPrivateKey_file(ctx, file, type); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:1690:12: note: declared here 1690 | __owur int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_ENGINE_load_builtin_engines': SSLeay.c:5567:9: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5567 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from SSLeay.xs:189: /usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_ENGINE_register_all_complete': SSLeay.c:5581:9: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5581 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from SSLeay.xs:189: /usr/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_ENGINE_by_id': SSLeay.c:5599:9: warning: 'ENGINE_by_id' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5599 | RETVAL = ENGINE_by_id(id); | ^~~~~~ In file included from SSLeay.xs:189: /usr/include/openssl/engine.h:336:31: note: declared here 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); | ^~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_ENGINE_set_default': SSLeay.c:5620:9: warning: 'ENGINE_set_default' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5620 | RETVAL = ENGINE_set_default(e, flags); | ^~~~~~ In file included from SSLeay.xs:189: /usr/include/openssl/engine.h:708:27: note: declared here 708 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_default(ENGINE *e, unsigned int flags); | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_ERR_load_SSL_strings': SSLeay.c:5637:9: warning: 'ERR_load_SSL_strings' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5637 | ERR_load_SSL_strings(); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/sslerr.h:17, from /usr/include/openssl/ssl.h:43, from SSLeay.xs:167: /usr/include/openssl/sslerr_legacy.h:29:27: note: declared here 29 | OSSL_DEPRECATEDIN_3_0 int ERR_load_SSL_strings(void); | ^~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_ERR_load_RAND_strings': SSLeay.c:5651:9: warning: 'ERR_load_RAND_strings' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5651 | ERR_load_RAND_strings(); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/cryptoerr.h:17, from /usr/include/openssl/crypto.h:38, from /usr/include/openssl/bio.h:30, from /usr/include/openssl/err.h:29, from SSLeay.xs:163: /usr/include/openssl/cryptoerr_legacy.h:67:27: note: declared here 67 | OSSL_DEPRECATEDIN_3_0 int ERR_load_RAND_strings(void); | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_RAND_pseudo_bytes': SSLeay.xs:3088:9: warning: 'RAND_pseudo_bytes' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 3088 | rc = RAND_pseudo_bytes(random, num); | ^~ In file included from SSLeay.xs:165: /usr/include/openssl/rand.h:79:29: note: declared here 79 | OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num); | ^~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_X509_certificate_type': SSLeay.c:6437:9: warning: 'X509_certificate_type' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6437 | RETVAL = X509_certificate_type(x, pubkey); | ^~~~~~ In file included from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/x509.h:988:27: note: declared here 988 | OSSL_DEPRECATEDIN_3_0 int X509_certificate_type(const X509 *x, | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_X509_CRL_get_lastUpdate': SSLeay.c:7060:9: warning: 'X509_CRL_get_lastUpdate' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 7060 | RETVAL = X509_CRL_get_lastUpdate(x); | ^~~~~~ In file included from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/x509.h:932:36: note: declared here 932 | OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl); | ^~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_X509_CRL_get_nextUpdate': SSLeay.c:7079:9: warning: 'X509_CRL_get_nextUpdate' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 7079 | RETVAL = X509_CRL_get_nextUpdate(x); | ^~~~~~ In file included from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/x509.h:933:36: note: declared here 933 | OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl); | ^~~~~~~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_X509_get_subjectAltNames': SSLeay.xs:3846:26: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 3846 | PUSHs(sv_2mortal(newSVpv((const char*)ASN1_STRING_data(subjAltNameDN->d.otherName->value->value.utf8string), ASN1_STRING_length(subjAltNameDN->d.otherName->value->value.utf8string)))); | ^~~~~ In file included from /usr/include/openssl/objects.h:21, from /usr/include/openssl/evp.h:43, from /usr/include/openssl/rand.h:23, from SSLeay.xs:165: /usr/include/openssl/asn1.h:680:40: note: declared here 680 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~~~~~~~~~~~~~~ SSLeay.xs:3855:26: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 3855 | PUSHs(sv_2mortal(newSVpv((const char*)ASN1_STRING_data(subjAltNameDN->d.ia5), ASN1_STRING_length(subjAltNameDN->d.ia5)))); | ^~~~~ In file included from /usr/include/openssl/objects.h:21, from /usr/include/openssl/evp.h:43, from /usr/include/openssl/rand.h:23, from SSLeay.xs:165: /usr/include/openssl/asn1.h:680:40: note: declared here 680 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_P_X509_get_crl_distribution_points': SSLeay.xs:3919:25: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 3919 | XPUSHs(sv_2mortal(newSVpv((char*)ASN1_STRING_data(gn->d.ia5),ASN1_STRING_length(gn->d.ia5)))); | ^~~~~~ In file included from /usr/include/openssl/objects.h:21, from /usr/include/openssl/evp.h:43, from /usr/include/openssl/rand.h:23, from SSLeay.xs:165: /usr/include/openssl/asn1.h:680:40: note: declared here 680 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_P_X509_get_ocsp_uri': SSLeay.xs:3960:17: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 3960 | XPUSHs(sv_2mortal(newSVpv( | ^~~~~~ In file included from /usr/include/openssl/objects.h:21, from /usr/include/openssl/evp.h:43, from /usr/include/openssl/rand.h:23, from SSLeay.xs:165: /usr/include/openssl/asn1.h:680:40: note: declared here 680 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_P_ASN1_STRING_get': SSLeay.xs:4310:9: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 4310 | u8 = newSVpv((const char*)ASN1_STRING_data(s), ASN1_STRING_length(s)); | ^~ In file included from /usr/include/openssl/objects.h:21, from /usr/include/openssl/evp.h:43, from /usr/include/openssl/rand.h:23, from SSLeay.xs:165: /usr/include/openssl/asn1.h:680:40: note: declared here 680 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_EVP_PKEY_assign_RSA': SSLeay.c:9669:9: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 9669 | RETVAL = EVP_PKEY_assign_RSA(pkey, key); | ^~~~~~ In file included from /usr/include/openssl/rand.h:23, from SSLeay.xs:165: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_MD2': SSLeay.xs:4672:9: warning: 'MD2' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4672 | ret = MD2(data,len,md); | ^~~ In file included from SSLeay.xs:173: /usr/include/openssl/md2.h:48:38: note: declared here 48 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD2(const unsigned char *d, size_t n, | ^~~ SSLeay.xs: In function 'XS_Net__SSLeay_MD4': SSLeay.xs:4691:9: warning: 'MD4' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4691 | if (MD4(data,len,md)) { | ^~ In file included from SSLeay.xs:176: /usr/include/openssl/md4.h:53:38: note: declared here 53 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD4(const unsigned char *d, size_t n, | ^~~ SSLeay.xs: In function 'XS_Net__SSLeay_MD5': SSLeay.xs:4709:6: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4709 | if (MD5(data,len,md)) { | ^~ In file included from SSLeay.xs:179: /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, | ^~~ SSLeay.xs: In function 'XS_Net__SSLeay_RIPEMD160': SSLeay.xs:4727:6: warning: 'RIPEMD160' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4727 | if (RIPEMD160(data,len,md)) { | ^~ In file included from SSLeay.xs:182: /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, | ^~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_method': SSLeay.c:10340:9: warning: 'TLSv1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 10340 | RETVAL = TLSv1_method(); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2008:50: note: declared here 2008 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */ | ^~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_server_method': SSLeay.c:10357:9: warning: 'TLSv1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 10357 | RETVAL = TLSv1_server_method(); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2009:50: note: declared here 2009 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_server_method(void); | ^~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_client_method': SSLeay.c:10374:9: warning: 'TLSv1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 10374 | RETVAL = TLSv1_client_method(); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2010:50: note: declared here 2010 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_client_method(void); | ^~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_method': SSLeay.c:10394:9: warning: 'TLSv1_1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 10394 | RETVAL = TLSv1_1_method(); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2016:50: note: declared here 2016 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */ | ^~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_server_method': SSLeay.c:10411:9: warning: 'TLSv1_1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 10411 | RETVAL = TLSv1_1_server_method(); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2017:50: note: declared here 2017 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_server_method(void); | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_client_method': SSLeay.c:10428:9: warning: 'TLSv1_1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 10428 | RETVAL = TLSv1_1_client_method(); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2018:50: note: declared here 2018 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_client_method(void); | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_method': SSLeay.c:10449:9: warning: 'TLSv1_2_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 10449 | RETVAL = TLSv1_2_method(); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2024:50: note: declared here 2024 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */ | ^~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_server_method': SSLeay.c:10466:9: warning: 'TLSv1_2_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 10466 | RETVAL = TLSv1_2_server_method(); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2025:50: note: declared here 2025 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_server_method(void); | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_client_method': SSLeay.c:10483:9: warning: 'TLSv1_2_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 10483 | RETVAL = TLSv1_2_client_method(); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2026:50: note: declared here 2026 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_client_method(void); | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_CTX_set_ssl_version': SSLeay.c:11763:9: warning: 'SSL_CTX_set_ssl_version' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 11763 | RETVAL = SSL_CTX_set_ssl_version(ctx, meth); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:1986:12: note: declared here 1986 | __owur int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth); | ^~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_CTX_use_RSAPrivateKey': SSLeay.c:11933:9: warning: 'SSL_CTX_use_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 11933 | RETVAL = SSL_CTX_use_RSAPrivateKey(ctx, rsa); | ^~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:1803:12: note: declared here 1803 | __owur int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa); | ^~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_CTX_set_tmp_dh_callback': SSLeay.c:13051:9: warning: 'SSL_CTX_set_tmp_dh_callback' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 13051 | SSL_CTX_set_tmp_dh_callback(ctx, dh); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2218:6: note: declared here 2218 | void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_set_tmp_dh_callback': SSLeay.c:13069:9: warning: 'SSL_set_tmp_dh_callback' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 13069 | SSL_set_tmp_dh_callback(ssl, dh); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from SSLeay.xs:167: /usr/include/openssl/ssl.h:2222:6: note: declared here 2222 | void SSL_set_tmp_dh_callback(SSL *ssl, | ^~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_EC_KEY_new_by_curve_name': SSLeay.c:13473:9: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 13473 | RETVAL = EC_KEY_new_by_curve_name(nid); | ^~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/ec.h:996:31: note: declared here 996 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_EC_KEY_free': SSLeay.c:13490:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 13490 | EC_KEY_free(key); | ^~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/ec.h:1001:28: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_EVP_PKEY_assign_EC_KEY': SSLeay.c:13531:9: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 13531 | RETVAL = EVP_PKEY_assign_EC_KEY(pkey, key); | ^~~~~~ In file included from /usr/include/openssl/rand.h:23, from SSLeay.xs:165: /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_EC_KEY_generate_key': SSLeay.xs:5742:9: warning: 'EC_KEY_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5742 | eckey = EC_KEY_new(); | ^~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/ec.h:966:31: note: declared here 966 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void); | ^~~~~~~~~~ SSLeay.xs:5744:13: warning: 'EC_KEY_set_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5744 | && EC_KEY_set_group(eckey, group) | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/ec.h:1040:27: note: declared here 1040 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group); | ^~~~~~~~~~~~~~~~ SSLeay.xs:5745:13: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5745 | && EC_KEY_generate_key(eckey)) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/ec.h:1099:27: note: declared here 1099 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~ SSLeay.xs:5748:13: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5748 | if (eckey) EC_KEY_free(eckey); | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/ec.h:1001:28: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_RSA_generate_key': SSLeay.xs:5951:8: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5951 | ret = RSA_new(); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ SSLeay.xs:5963:12: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5963 | RSA_free(ret); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ SSLeay.xs:5967:8: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5967 | rc = RSA_generate_key_ex(ret, bits, e, new_cb); | ^~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /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, | ^~~~~~~~~~~~~~~~~~~ SSLeay.xs:5977:12: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 5977 | if (ret) RSA_free(ret); | ^~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_RSA_free': SSLeay.c:14216:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 14216 | RSA_free(r); | ^~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_PEM_read_bio_DHparams': SSLeay.c:14372:9: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 14372 | RETVAL = PEM_read_bio_DHparams(bio, x, cb, u); | ^~~~~~ In file included from /usr/include/openssl/ssl.h:36, from SSLeay.xs:167: /usr/include/openssl/pem.h:469:1: note: declared here 469 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH) | ^~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_DH_free': SSLeay.c:14887:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 14887 | DH_free(dh); | ^~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37, from /usr/include/openssl/ssl.h:31, from SSLeay.xs:167: /usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_EVP_MD_CTX_md': SSLeay.c:15580:9: warning: 'EVP_MD_CTX_md' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 15580 | RETVAL = EVP_MD_CTX_md(ctx); | ^~~~~~ In file included from /usr/include/openssl/rand.h:23, from SSLeay.xs:165: /usr/include/openssl/evp.h:555:15: note: declared here 555 | const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx); | ^~~~~~~~~~~~~ rm -f blib/arch/auto/Net/SSLeay/SSLeay.so gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr -L/usr/lib64 -L/usr/lib -L/usr/local/lib -fstack-protector-strong SSLeay.o -o blib/arch/auto/Net/SSLeay/SSLeay.so \ -L/usr -L/usr/lib64 -L/usr/lib -lssl -lcrypto -lz -lperl \ chmod 755 blib/arch/auto/Net/SSLeay/SSLeay.so Manifying 2 pod documents + perl -p -i -e 's|/usr/local/bin|/usr/bin|g;' '*.pm' examples/bio.pl examples/bulk.pl examples/callback.pl examples/cb-testi.pl examples/cli-cert.pl examples/ephemeral.pl examples/get_authenticated_page.pl examples/get_page.pl examples/get_page_cert.pl examples/https-proxy-snif.pl examples/makecert.pl examples/minicli.pl examples/passwd-cb.pl examples/req.conf examples/server_key.pem examples/ssl-inetd-serv.pl examples/ssl_diff.pl examples/sslcat.pl examples/sslecho.pl examples/stdio_bulk.pl examples/tcpcat.pl examples/tcpecho.pl examples/x509_cert_details.pl Can't open *.pm: No such file or directory. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.J95EBk + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64 + cd Net-SSLeay-1.90 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/Net/SSLeay.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/Net/SSLeay.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/Net/SSLeay/Handle.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/autosplit.ix Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_https.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_httpx4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_httpx4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_httpx4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_httpx4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_httpx3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_httpx3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_httpx3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_httpx3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_httpx.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_httpx.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_httpx.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_httpx.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_http4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_http4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_http4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_http4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_http3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_http3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_http3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_http3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_http.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_http.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_http.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_http.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_https4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_https4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_https4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_https4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_https3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_https3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_https3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_https3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/head_https.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/put_https.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/post_https.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/get_https.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_https4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_httpx4.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_https2.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_httpx2.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_https3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/do_httpx3.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/make_headers.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/make_form.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/set_proxy.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/set_server_cert_and_key.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/set_cert_and_key.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/httpx_cat.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/http_cat.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/https_cat.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcpxcat.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcpcat.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/sslcat.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/initialize.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/new_x_ctx.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/randomize.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/dump_peer_certificate.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_write_CRLF.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_write_CRLF.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_read_CRLF.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_read_CRLF.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_read_until.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_read_until.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_write_all.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_write_all.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/tcp_read_all.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/ssl_read_all.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/debug_read.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/open_proxy_tcp_connection.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/open_tcp_connection.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/want_X509_lookup.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/want_write.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/want_read.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/want_nothing.al Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/share/man/man3/Net::SSLeay::Handle.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/share/man/man3/Net::SSLeay.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.900.0-5.mga9 --unique-debug-suffix -1.900.0-5.mga9.aarch64 --unique-debug-src-base perl-Net-SSLeay-1.900.0-5.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Net-SSLeay-1.90 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so'; reason: Permission denied dwz: ./usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so-1.900.0-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 1292kB, size after compression: 1292kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 1667 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.che2l1 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-SSLeay-1.90 + '[' 1 -eq 1 ']' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Net-SSLeay-1.900.0-5.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Kuu26z + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-SSLeay-1.90 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/share/doc/perl-Net-SSLeay + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/share/doc/perl-Net-SSLeay + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/share/doc/perl-Net-SSLeay + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/share/doc/perl-Net-SSLeay + cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/share/doc/perl-Net-SSLeay + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/share/doc/perl-Net-SSLeay + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/share/doc/perl-Net-SSLeay + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/share/doc/perl-Net-SSLeay + cp -pr examples /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64/usr/share/doc/perl-Net-SSLeay + RPM_EC=0 ++ jobs -p + exit 0 warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Provides: perl(Net::SSLeay) = 1.900.0 perl(Net::SSLeay::Handle) = 1.900.0 perl-Net-SSLeay = 1.900.0-5.mga9 perl-Net-SSLeay(aarch-64) = 1.900.0-5.mga9 perl-Net_SSLeay = 1.900.0-5.mga9 perl-Net_SSLeay.pm = 1.900.0-5.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libperl.so.5.34()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) perl(AutoLoader) perl(Carp) perl(Errno) perl(Exporter) perl(MIME::Base64) perl(Net::SSLeay) perl(Socket) perl(strict) perl(vars) perl-base >= 2:5.34.0 Processing files: perl-Net-SSLeay-debugsource-1.900.0-5.mga9.aarch64 Provides: perl-Net-SSLeay-debugsource = 1.900.0-5.mga9 perl-Net-SSLeay-debugsource(aarch-64) = 1.900.0-5.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Net-SSLeay-debuginfo-1.900.0-5.mga9.aarch64 Provides: debuginfo(build-id) = 9714dfc2d3bd4e9c6f8ca027c000e104962a7d91 perl-Net-SSLeay-debuginfo = 1.900.0-5.mga9 perl-Net-SSLeay-debuginfo(aarch-64) = 1.900.0-5.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Net-SSLeay-debugsource(aarch-64) = 1.900.0-5.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Net-SSLeay-debugsource-1.900.0-5.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Net-SSLeay-debuginfo-1.900.0-5.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Net-SSLeay-1.900.0-5.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6pV2fg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-SSLeay-1.90 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Net-SSLeay-1.900.0-5.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.a7fyFT + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Net-SSLeay-1.90 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!