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-X509-1.910.0-2.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OcBSR6 + 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-X509-1.910 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Crypt-OpenSSL-X509-1.910.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-X509-1.910 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/Crypt-OpenSSL-X509-1.905-Do-not-hard-code-CFLAGS.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.grJquR + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-X509-1.910 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl -I. Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::X509 Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 'CFLAGS=-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 X509 () chmod 644 "X509.bs" "/usr/bin/perl5.34.0" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- X509.bs blib/arch/auto/Crypt/OpenSSL/X509/X509.bs 644 cp X509.pm blib/lib/Crypt/OpenSSL/X509.pm "/usr/bin/perl5.34.0" "-Iinc" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Crypt-OpenSSL-X509-1.910/typemap' X509.xs > X509.xsc Warning: Aliases 'subject_hash' and 'hash' have identical values in X509.xs, line 422 mv X509.xsc X509.c gcc -c -I/usr/local/opt/openssl/include -I/usr/local/include/openssl -I/usr/include/openssl -I/usr/local/include/ssl -I/usr/local/ssl/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 -g -DVERSION=\"1.910\" -DXS_VERSION=\"1.910\" -fPIC "-I/usr/lib64/perl5/CORE" X509.c X509.xs: In function 'sv_bio_create': X509.xs:157:3: warning: 'BIO_set_callback' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 157 | BIO_set_callback(bio, bio_write_cb); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/asn1.h:27, from X509.xs:5: /usr/include/openssl/bio.h:277:28: note: declared here 277 | OSSL_DEPRECATEDIN_3_0 void BIO_set_callback(BIO *b, BIO_callback_fn callback); | ^~~~~~~~~~~~~~~~ X509.xs: In function 'sv_bio_final': X509.xs:170:3: warning: 'BIO_set_callback' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 170 | BIO_set_callback(bio, (void *)NULL); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/asn1.h:27, from X509.xs:5: /usr/include/openssl/bio.h:277:28: note: declared here 277 | OSSL_DEPRECATEDIN_3_0 void BIO_set_callback(BIO *b, BIO_callback_fn callback); | ^~~~~~~~~~~~~~~~ X509.xs: In function 'XS_Crypt__OpenSSL__X509_bit_length': X509.xs:604:7: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 604 | rsa_pkey = EVP_PKEY_get0_RSA(pkey); | ^~~~~~~~ In file included from X509.xs:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ X509.xs:604:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 604 | rsa_pkey = EVP_PKEY_get0_RSA(pkey); | ^ X509.xs:605:7: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 605 | RSA_get0_key(rsa_pkey, &n, NULL, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from X509.xs:11: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ X509.xs:609:7: warning: 'EVP_PKEY_get0_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 609 | dsa_pkey = EVP_PKEY_get0_DSA(pkey); | ^~~~~~~~ In file included from X509.xs:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ X509.xs:609:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 609 | dsa_pkey = EVP_PKEY_get0_DSA(pkey); | ^ X509.xs:610:7: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 610 | DSA_get0_pqg(dsa_pkey, &p, NULL, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from X509.xs:11: /usr/include/openssl/dsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, | ^~~~~~~~~~~~ X509.xs:623:7: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 623 | ec_pkey = EVP_PKEY_get0_EC_KEY(pkey); | ^~~~~~~ In file included from X509.xs:10: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ X509.xs:623:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 623 | ec_pkey = EVP_PKEY_get0_EC_KEY(pkey); | ^ X509.xs:624:7: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 624 | if ( (group = EC_KEY_get0_group(ec_pkey)) == NULL) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from X509.xs:11: /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); | ^~~~~~~~~~~~~~~~~ X509.xs: In function 'XS_Crypt__OpenSSL__X509_curve': X509.xs:672:5: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 672 | ec_pkey = EVP_PKEY_get0_EC_KEY(pkey); | ^~~~~~~ In file included from X509.xs:10: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ X509.xs:672:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 672 | ec_pkey = EVP_PKEY_get0_EC_KEY(pkey); | ^ X509.xs:673:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 673 | if ( (group = EC_KEY_get0_group(ec_pkey)) == NULL) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from X509.xs:11: /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); | ^~~~~~~~~~~~~~~~~ X509.xs: In function 'XS_Crypt__OpenSSL__X509_modulus': X509.xs:720:5: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 720 | rsa_pkey = EVP_PKEY_get0_RSA(pkey); | ^~~~~~~~ In file included from X509.xs:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ X509.xs:720:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 720 | rsa_pkey = EVP_PKEY_get0_RSA(pkey); | ^ X509.xs:721:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 721 | RSA_get0_key(rsa_pkey, &n, NULL, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from X509.xs:11: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ X509.xs:729:5: warning: 'EVP_PKEY_get0_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 729 | dsa_pkey = EVP_PKEY_get0_DSA(pkey); | ^~~~~~~~ In file included from X509.xs:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ X509.xs:729:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 729 | dsa_pkey = EVP_PKEY_get0_DSA(pkey); | ^ X509.xs:730:5: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 730 | DSA_get0_key(dsa_pkey, &pub_key, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:37, from /usr/include/openssl/pem.h:23, from X509.xs:11: /usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ X509.xs:739:5: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 739 | ec_pkey = EVP_PKEY_get0_EC_KEY(pkey); | ^~~~~~~ In file included from X509.xs:10: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ X509.xs:739:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 739 | ec_pkey = EVP_PKEY_get0_EC_KEY(pkey); | ^ X509.xs:740:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 740 | if ( (group = EC_KEY_get0_group(ec_pkey)) == NULL) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from X509.xs:11: /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); | ^~~~~~~~~~~~~~~~~ X509.xs:745:5: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 745 | public_key = EC_KEY_get0_public_key(ec_pkey); | ^~~~~~~~~~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from X509.xs:11: /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); | ^~~~~~~~~~~~~~~~~~~~~~ X509.xs:746:5: warning: 'EC_POINT_point2bn' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 746 | if ((pub_key = EC_POINT_point2bn(group, public_key, EC_KEY_get_conv_form(ec_pkey), NULL, NULL)) == NULL) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from X509.xs:11: /usr/include/openssl/ec.h:768:31: note: declared here 768 | OSSL_DEPRECATEDIN_3_0 BIGNUM *EC_POINT_point2bn(const EC_GROUP *, | ^~~~~~~~~~~~~~~~~ X509.xs:746:5: warning: 'EC_KEY_get_conv_form' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 746 | if ((pub_key = EC_POINT_point2bn(group, public_key, EC_KEY_get_conv_form(ec_pkey), NULL, NULL)) == NULL) { | ^~ In file included from /usr/include/openssl/x509.h:33, from /usr/include/openssl/pem.h:23, from X509.xs:11: /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); | ^~~~~~~~~~~~~~~~~~~~ X509.xs: In function 'XS_Crypt__OpenSSL__X509_exponent': X509.xs:795:5: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 795 | rsa_pkey = EVP_PKEY_get0_RSA(pkey); | ^~~~~~~~ In file included from X509.xs:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ X509.xs:795:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 795 | rsa_pkey = EVP_PKEY_get0_RSA(pkey); | ^ X509.xs:796:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 796 | RSA_get0_key(rsa_pkey, NULL, &e, NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/pem.h:23, from X509.xs:11: /usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ X509.xs: In function 'XS_Crypt__OpenSSL__X509_pubkey': X509.xs:898:5: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 898 | rsa_pkey = EVP_PKEY_get0_RSA(pkey); | ^~~~~~~~ In file included from X509.xs:10: /usr/include/openssl/evp.h:1346:22: note: declared here 1346 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ X509.xs:898:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 898 | rsa_pkey = EVP_PKEY_get0_RSA(pkey); | ^ X509.xs:899:5: warning: 'PEM_write_bio_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 899 | PEM_write_bio_RSAPublicKey(bio, rsa_pkey); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from X509.xs:11: /usr/include/openssl/pem.h:448:1: note: declared here 448 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) | ^~~~~~~~~~~~~~~~~~~ X509.xs:904:5: warning: 'EVP_PKEY_get0_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 904 | dsa_pkey = EVP_PKEY_get0_DSA(pkey); | ^~~~~~~~ In file included from X509.xs:10: /usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ X509.xs:904:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 904 | dsa_pkey = EVP_PKEY_get0_DSA(pkey); | ^ X509.xs:906:5: warning: 'PEM_write_bio_DSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 906 | PEM_write_bio_DSA_PUBKEY(bio, dsa_pkey); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from X509.xs:11: /usr/include/openssl/pem.h:454:1: note: declared here 454 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA) | ^~~~~~~~~~~~~~~~~~~ X509.xs:911:5: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 911 | ec_pkey = EVP_PKEY_get0_EC_KEY(pkey); | ^~~~~~~ In file included from X509.xs:10: /usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ X509.xs:911:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 911 | ec_pkey = EVP_PKEY_get0_EC_KEY(pkey); | ^ X509.xs:912:5: warning: 'PEM_write_bio_EC_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 912 | PEM_write_bio_EC_PUBKEY(bio, ec_pkey); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from X509.xs:11: /usr/include/openssl/pem.h:463:1: note: declared here 463 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, EC_PUBKEY, EC_KEY) | ^~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Crypt/OpenSSL/X509/X509.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 X509.o -o blib/arch/auto/Crypt/OpenSSL/X509/X509.so \ -L/usr/local/lib -L/usr/lib -lcrypto -lssl -lperl \ chmod 755 blib/arch/auto/Crypt/OpenSSL/X509/X509.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.x1BfvH + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64 + cd Crypt-OpenSSL-X509-1.910 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.34.0" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- X509.bs blib/arch/auto/Crypt/OpenSSL/X509/X509.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-X509-1.910.0-2.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/X509/X509.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/X509.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/share/man/man3/Crypt::OpenSSL::X509.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.910.0-2.mga9 --unique-debug-suffix -1.910.0-2.mga9.aarch64 --unique-debug-src-base perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Crypt-OpenSSL-X509-1.910 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/X509/X509.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/X509/X509.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/X509/X509.so'; reason: Permission denied dwz: ./usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/X509/X509.so-1.910.0-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 164kB, size after compression: 164kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 199 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.nJ9yLP + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-X509-1.910 + '[' 1 -eq 1 ']' + /usr/bin/make test "/usr/bin/perl5.34.0" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- X509.bs blib/arch/auto/Crypt/OpenSSL/X509/X509.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, 'inc', 'blib/lib', 'blib/arch')" t/00-version.t t/pod.t t/utf8.t t/x509-ec.t t/x509.t # Running Crypt::OpenSSL::X509 test suite against t/00-version.t .. ok t/pod.t ......... skipped: Test::Pod 1.00 required for testing POD t/utf8.t ........ ok t/x509-ec.t ..... ok t/x509.t ........ ok All tests successful. Files=5, Tests=77, 1 wallclock secs ( 0.07 usr 0.02 sys + 0.85 cusr 0.13 csys = 1.07 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CNw0Tb + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-X509-1.910 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-X509 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-X509 + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-X509 + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-X509 + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-X509 + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-X509 + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64/usr/share/doc/perl-Crypt-OpenSSL-X509 + 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. Provides: perl(Crypt::OpenSSL::X509) = 1.910.0 perl-Crypt-OpenSSL-X509 = 1.910.0-2.mga9 perl-Crypt-OpenSSL-X509(aarch-64) = 1.910.0-2.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(Exporter) perl(XSLoader) perl(base) perl(strict) perl(warnings) perl-base >= 2:5.34.0 Processing files: perl-Crypt-OpenSSL-X509-debugsource-1.910.0-2.mga9.aarch64 Provides: perl-Crypt-OpenSSL-X509-debugsource = 1.910.0-2.mga9 perl-Crypt-OpenSSL-X509-debugsource(aarch-64) = 1.910.0-2.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-X509-debuginfo-1.910.0-2.mga9.aarch64 Provides: debuginfo(build-id) = 5173cbbeb6ebd3312f5779ead9e5ea53fa5913e1 perl-Crypt-OpenSSL-X509-debuginfo = 1.910.0-2.mga9 perl-Crypt-OpenSSL-X509-debuginfo(aarch-64) = 1.910.0-2.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Crypt-OpenSSL-X509-debugsource(aarch-64) = 1.910.0-2.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Crypt-OpenSSL-X509-debugsource-1.910.0-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Crypt-OpenSSL-X509-debuginfo-1.910.0-2.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lZmIxU + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-OpenSSL-X509-1.910 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.910.0-2.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LZNHle + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Crypt-OpenSSL-X509-1.910 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!