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-Crypt-OpenSSL-EC-1.320.0-4.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pbABFg + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Crypt-OpenSSL-EC-1.32 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Crypt-OpenSSL-EC-1.32.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-EC-1.32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KzHW64 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-EC-1.32 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /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::EC Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 Running Mkbootstrap for EC () chmod 644 "EC.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- EC.bs blib/arch/auto/Crypt/OpenSSL/EC/EC.bs 644 cp lib/Crypt/OpenSSL/EC.pm blib/lib/Crypt/OpenSSL/EC.pm AutoSplitting blib/lib/Crypt/OpenSSL/EC.pm (blib/lib/auto/Crypt/OpenSSL/EC) "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Crypt-OpenSSL-EC-1.32/typemap' EC.xs > EC.xsc mv EC.xsc EC.c gcc -c -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 -g -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I/usr/lib64/perl5/CORE" -DPERL5 -DOPENSSL_NO_KRB5 EC.c EC.c: In function 'XS_Crypt__OpenSSL__EC_EC_GFp_simple_method': EC.c:288:9: warning: 'EC_GFp_simple_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 288 | RETVAL = EC_GFp_simple_method(); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:119:40: note: declared here 119 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_GFp_simple_method(void); | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC_EC_GFp_mont_method': EC.c:309:9: warning: 'EC_GFp_mont_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 309 | RETVAL = EC_GFp_mont_method(); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:124:40: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_GFp_mont_method(void); | ^~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC_EC_GFp_nist_method': EC.c:330:9: warning: 'EC_GFp_nist_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 330 | RETVAL = EC_GFp_nist_method(); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:129:40: note: declared here 129 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_GFp_nist_method(void); | ^~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC_ECParameters_print': EC.c:396:9: warning: 'ECParameters_print' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 396 | RETVAL = ECParameters_print(bp, key); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1250:27: note: declared here 1250 | OSSL_DEPRECATEDIN_3_0 int ECParameters_print(BIO *bp, const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC_EC_KEY_print': EC.c:431:9: warning: 'EC_KEY_print' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 431 | RETVAL = EC_KEY_print(bp, key, off); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1258:27: note: declared here 1258 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_print(BIO *bp, const EC_KEY *key, int off); | ^~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC_ECParameters_print_fp': EC.c:459:9: warning: 'ECParameters_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 459 | RETVAL = ECParameters_print_fp(fp, key); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1266:27: note: declared here 1266 | OSSL_DEPRECATEDIN_3_0 int ECParameters_print_fp(FILE *fp, const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC_EC_KEY_print_fp': EC.c:485:9: warning: 'EC_KEY_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 485 | RETVAL = EC_KEY_print_fp(fp, key, off); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1274:27: note: declared here 1274 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_print_fp(FILE *fp, const EC_KEY *key, int off); | ^~~~~~~~~~~~~~~ EC.xs: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_new': EC.xs:75:9: warning: 'EC_GROUP_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 75 | RETVAL = EC_GROUP_new(meth); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:169:33: note: declared here 169 | OSSL_DEPRECATEDIN_3_0 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth); | ^~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_method_of': EC.c:671:9: warning: 'EC_GROUP_method_of' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 671 | RETVAL = EC_GROUP_method_of(group); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:180:40: note: declared here 180 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group); | ^~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_EC_METHOD_get_field_type': EC.c:698:9: warning: 'EC_METHOD_get_field_type' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 698 | RETVAL = EC_METHOD_get_field_type(meth); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:186:27: note: declared here 186 | OSSL_DEPRECATEDIN_3_0 int EC_METHOD_get_field_type(const EC_METHOD *meth); | ^~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_set_curve_GFp': EC.c:1087:9: warning: 'EC_GROUP_set_curve_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1087 | RETVAL = EC_GROUP_set_curve_GFp(group, p, a, b, ctx); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:337:27: note: declared here 337 | OSSL_DEPRECATEDIN_3_0 int EC_GROUP_set_curve_GFp(EC_GROUP *group, | ^~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_get_curve_GFp': EC.c:1135:9: warning: 'EC_GROUP_get_curve_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1135 | RETVAL = EC_GROUP_get_curve_GFp(group, p, a, b, ctx); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:352:27: note: declared here 352 | OSSL_DEPRECATEDIN_3_0 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, | ^~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_precompute_mult': EC.c:1515:9: warning: 'EC_GROUP_precompute_mult' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1515 | RETVAL = EC_GROUP_precompute_mult(group, ctx); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:881:27: note: declared here 881 | OSSL_DEPRECATEDIN_3_0 int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_GROUP_have_precompute_mult': EC.c:1537:9: warning: 'EC_GROUP_have_precompute_mult' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1537 | RETVAL = EC_GROUP_have_precompute_mult(group); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:887:27: note: declared here 887 | OSSL_DEPRECATEDIN_3_0 int EC_GROUP_have_precompute_mult(const EC_GROUP *group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_method_of': EC.c:1789:9: warning: 'EC_POINT_method_of' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1789 | RETVAL = EC_POINT_method_of(point); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:581:40: note: declared here 581 | OSSL_DEPRECATEDIN_3_0 const EC_METHOD *EC_POINT_method_of(const EC_POINT *point); | ^~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_set_Jprojective_coordinates_GFp': EC.c:1874:9: warning: 'EC_POINT_set_Jprojective_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1874 | RETVAL = EC_POINT_set_Jprojective_coordinates_GFp(group, p, x, y, z, ctx); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:592:27: note: declared here 592 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_set_Jprojective_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_get_Jprojective_coordinates_GFp': EC.c:1927:9: warning: 'EC_POINT_get_Jprojective_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1927 | RETVAL = EC_POINT_get_Jprojective_coordinates_GFp(group, p, x, y, z, ctx); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:606:27: note: declared here 606 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_get_Jprojective_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_set_affine_coordinates_GFp': EC.c:1975:9: warning: 'EC_POINT_set_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1975 | RETVAL = EC_POINT_set_affine_coordinates_GFp(group, p, x, y, ctx); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:644:27: note: declared here 644 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_set_affine_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_get_affine_coordinates_GFp': EC.c:2023:9: warning: 'EC_POINT_get_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2023 | RETVAL = EC_POINT_get_affine_coordinates_GFp(group, p, x, y, ctx); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:657:27: note: declared here 657 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_get_affine_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_set_compressed_coordinates_GFp': EC.c:2068:9: warning: 'EC_POINT_set_compressed_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2068 | RETVAL = EC_POINT_set_compressed_coordinates_GFp(group, p, x, y_bit, ctx); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:684:27: note: declared here 684 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_set_compressed_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_point2bn': EC.c:2351:9: warning: 'EC_POINT_point2bn' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2351 | RETVAL = EC_POINT_point2bn(group, point, theform, bn, ctx); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:768:31: note: declared here 768 | OSSL_DEPRECATEDIN_3_0 BIGNUM *EC_POINT_point2bn(const EC_GROUP *, | ^~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_bn2point': EC.c:2398:9: warning: 'EC_POINT_bn2point' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2398 | RETVAL = EC_POINT_bn2point(group, bn, point, ctx); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:772:33: note: declared here 772 | OSSL_DEPRECATEDIN_3_0 EC_POINT *EC_POINT_bn2point(const EC_GROUP *, | ^~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_make_affine': EC.c:2768:9: warning: 'EC_POINT_make_affine' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2768 | RETVAL = EC_POINT_make_affine(group, point, ctx); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:842:27: note: declared here 842 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_make_affine(const EC_GROUP *group, | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_ECPKParameters_print': EC.c:2943:9: warning: 'ECPKParameters_print' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2943 | RETVAL = ECPKParameters_print(bp, x, off); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:924:27: note: declared here 924 | OSSL_DEPRECATEDIN_3_0 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_POINT_ECPKParameters_print_fp': EC.c:2973:9: warning: 'ECPKParameters_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2973 | RETVAL = ECPKParameters_print_fp(fp, x, off); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:927:27: note: declared here 927 | OSSL_DEPRECATEDIN_3_0 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, | ^~~~~~~~~~~~~~~~~~~~~~~ EC.xs: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_new': EC.xs:385:9: warning: 'EC_KEY_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 385 | RETVAL = EC_KEY_new(); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:966:31: note: declared here 966 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void); | ^~~~~~~~~~ EC.xs: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_new_by_curve_name': EC.xs:392:9: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 392 | RETVAL = EC_KEY_new_by_curve_name(nid); | ^~~~~~ In file included from EC.xs:7: /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); | ^~~~~~~~~~~~~~~~~~~~~~~~ EC.xs: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_DESTROY': EC.xs:399:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 399 | EC_KEY_free(key); | ^~~~~~~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1001:28: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_free': EC.c:3060:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3060 | EC_KEY_free(key); | ^~~~~~~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1001:28: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_copy': EC.c:3085:9: warning: 'EC_KEY_copy' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3085 | RETVAL = EC_KEY_copy(dst, src); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1008:31: note: declared here 1008 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_copy(EC_KEY *dst, const EC_KEY *src); | ^~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_dup': EC.c:3111:9: warning: 'EC_KEY_dup' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3111 | RETVAL = EC_KEY_dup(src); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1014:31: note: declared here 1014 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_dup(const EC_KEY *src); | ^~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_up_ref': EC.c:3138:9: warning: 'EC_KEY_up_ref' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3138 | RETVAL = EC_KEY_up_ref(key); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1020:27: note: declared here 1020 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_up_ref(EC_KEY *key); | ^~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_get0_group': EC.c:3159:9: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3159 | RETVAL = EC_KEY_get0_group(key); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1032:39: note: declared here 1032 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_set_group': EC.c:3191:9: warning: 'EC_KEY_set_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3191 | RETVAL = EC_KEY_set_group(key, group); | ^~~~~~ In file included from EC.xs:7: /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); | ^~~~~~~~~~~~~~~~ EC.xs: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_get0_private_key': EC.xs:422:9: warning: 'EC_KEY_get0_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 422 | RETVAL = BN_dup(EC_KEY_get0_private_key(key)); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1046:37: note: declared here 1046 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_set_private_key': EC.c:3245:9: warning: 'EC_KEY_set_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3245 | RETVAL = EC_KEY_set_private_key(key, prv); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1054:27: note: declared here 1054 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv); | ^~~~~~~~~~~~~~~~~~~~~~ EC.xs: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_get0_public_key': EC.xs:432:9: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 432 | RETVAL = EC_POINT_dup(EC_KEY_get0_public_key(key), EC_KEY_get0_group(key)); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1060:39: note: declared here 1060 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ EC.xs:432:9: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 432 | RETVAL = EC_POINT_dup(EC_KEY_get0_public_key(key), EC_KEY_get0_group(key)); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1032:39: note: declared here 1032 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_set_public_key': EC.c:3299:9: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3299 | RETVAL = EC_KEY_set_public_key(key, pub); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1068:27: note: declared here 1068 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); | ^~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_get_enc_flags': EC.c:3321:9: warning: 'EC_KEY_get_enc_flags' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3321 | RETVAL = EC_KEY_get_enc_flags(key); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1070:32: note: declared here 1070 | OSSL_DEPRECATEDIN_3_0 unsigned EC_KEY_get_enc_flags(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_set_enc_flags': EC.c:3343:9: warning: 'EC_KEY_set_enc_flags' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3343 | EC_KEY_set_enc_flags(key, flags); | ^~~~~~~~~~~~~~~~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1071:28: note: declared here 1071 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_enc_flags(EC_KEY *eckey, unsigned int flags); | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_get_conv_form': EC.c:3364:9: warning: 'EC_KEY_get_conv_form' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3364 | RETVAL = EC_KEY_get_conv_form(key); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1072:47: note: declared here 1072 | OSSL_DEPRECATEDIN_3_0 point_conversion_form_t EC_KEY_get_conv_form(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_set_conv_form': EC.c:3386:9: warning: 'EC_KEY_set_conv_form' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3386 | EC_KEY_set_conv_form(key, theform); | ^~~~~~~~~~~~~~~~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1073:28: note: declared here 1073 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_conv_form(EC_KEY *eckey, | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_set_asn1_flag': EC.c:3407:9: warning: 'EC_KEY_set_asn1_flag' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3407 | EC_KEY_set_asn1_flag(key, flag); | ^~~~~~~~~~~~~~~~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1085:28: note: declared here 1085 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag); | ^~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_precompute_mult': EC.c:3439:9: warning: 'EC_KEY_precompute_mult' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3439 | RETVAL = EC_KEY_precompute_mult(key, ctx); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1093:27: note: declared here 1093 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx); | ^~~~~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_generate_key': EC.c:3461:9: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3461 | RETVAL = EC_KEY_generate_key(key); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1099:27: note: declared here 1099 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~ EC.c: In function 'XS_Crypt__OpenSSL__EC__EC_KEY_check_key': EC.c:3483:9: warning: 'EC_KEY_check_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3483 | RETVAL = EC_KEY_check_key(key); | ^~~~~~ In file included from EC.xs:7: /usr/include/openssl/ec.h:1105:27: note: declared here 1105 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_check_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~ EC.xs: In function 'boot_Crypt__OpenSSL__EC': EC.xs:20:5: warning: 'ERR_load_EC_strings' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 20 | ERR_load_EC_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/asn1.h:27, from /usr/include/openssl/ec.h:90, from EC.xs:7: /usr/include/openssl/cryptoerr_legacy.h:52:27: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 int ERR_load_EC_strings(void); | ^~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Crypt/OpenSSL/EC/EC.so gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong EC.o -o blib/arch/auto/Crypt/OpenSSL/EC/EC.so \ -lcrypto -lperl \ chmod 755 blib/arch/auto/Crypt/OpenSSL/EC/EC.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9yfAAc + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64 + cd Crypt-OpenSSL-EC-1.32 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- EC.bs blib/arch/auto/Crypt/OpenSSL/EC/EC.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC/EC.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/EC.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC/autosplit.ix Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/share/man/man3/Crypt::OpenSSL::EC.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.320.0-4.mga9 --unique-debug-suffix -1.320.0-4.mga9.aarch64 --unique-debug-src-base perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Crypt-OpenSSL-EC-1.32 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC/EC.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC/EC.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC/EC.so'; reason: Permission denied dwz: ./usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC/EC.so-1.320.0-4.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 244kB, size after compression: 244kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 370 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.zDrCeS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-EC-1.32 + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 test "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- EC.bs blib/arch/auto/Crypt/OpenSSL/EC/EC.bs 644 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.34.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Crypt-OpenSSL-EC.t .. ok t/prime-field.t ....... ok All tests successful. Files=2, Tests=282, 1 wallclock secs ( 0.09 usr 0.01 sys + 0.34 cusr 0.03 csys = 0.47 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5RF8W2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-EC-1.32 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-EC + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-EC + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-EC + cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-EC + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-EC + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-EC + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-EC + 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. Provides: perl(Crypt::OpenSSL::EC) = 1.320.0 perl-Crypt-OpenSSL-EC = 1.320.0-4.mga9 perl-Crypt-OpenSSL-EC(aarch-64) = 1.320.0-4.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) perl >= 0:5.008005 perl(AutoLoader) perl(Carp) perl(Crypt::OpenSSL::Bignum) >= 0.40.0 perl(Exporter) perl(XSLoader) perl(strict) perl(warnings) perl-base >= 2:5.34.0 Processing files: perl-Crypt-OpenSSL-EC-debugsource-1.320.0-4.mga9.aarch64 Provides: perl-Crypt-OpenSSL-EC-debugsource = 1.320.0-4.mga9 perl-Crypt-OpenSSL-EC-debugsource(aarch-64) = 1.320.0-4.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Crypt-OpenSSL-EC-debuginfo-1.320.0-4.mga9.aarch64 Provides: debuginfo(build-id) = bb0cff4c2a14bd8eaccfb9944eecf78743938498 perl-Crypt-OpenSSL-EC-debuginfo = 1.320.0-4.mga9 perl-Crypt-OpenSSL-EC-debuginfo(aarch-64) = 1.320.0-4.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Crypt-OpenSSL-EC-debugsource(aarch-64) = 1.320.0-4.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Crypt-OpenSSL-EC-debuginfo-1.320.0-4.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Crypt-OpenSSL-EC-debugsource-1.320.0-4.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1eGUnw + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-EC-1.32 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-EC-1.320.0-4.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GgQ4Mq + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Crypt-OpenSSL-EC-1.32 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!