D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.l2q9Dj + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf Crypt-OpenSSL-X509-1.913 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/Crypt-OpenSSL-X509-1.913.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-X509-1.913 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/Crypt-OpenSSL-X509-1.912-Do-not-hard-code-CFLAGS.patch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.E3pIus + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Crypt-OpenSSL-X509-1.913 + '[' 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 -j12 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' cp X509.pm blib/lib/Crypt/OpenSSL/X509.pm Running Mkbootstrap for X509 () chmod 644 "X509.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- X509.bs blib/arch/auto/Crypt/OpenSSL/X509/X509.bs 644 "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/Crypt-OpenSSL-X509-1.913/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.913\" -DXS_VERSION=\"1.913\" -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); | ^~~~~~~~~~~~~~~~ /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); | ^~~~~~~~ /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: /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); | ^~~~~~~ /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: /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); | ^~~~~~~ /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) { | ^~ /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); | ^~~~~~~~ /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); | ^~~~~~~~~~~~ /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); | ^~~~~~~~ /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); | ^~~~~~~~~~~~ /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); | ^~~~~~~ /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) { | ^~ /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); | ^~~~~~~~~~ /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) { | ^~ /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) { | ^~ /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); | ^~~~~~~~ /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); | ^~~~~~~~~~~~ /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); | ^~~~~~~~ /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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /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); | ^~~~~~~~ /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); | ^~~~~~~~~~~~~~~~~~~~~~~~ /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); | ^~~~~~~ /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); | ^~~~~~~~~~~~~~~~~~~~~~~ /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 \ /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1 when searching for libgcc_s.so.1 /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1 when searching for libgcc_s.so.1 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/pterjan/rpmbuild/tmp/rpm-tmp.C3qDhO + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64 + cd Crypt-OpenSSL-X509-1.913 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.34.0" -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/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/X509/X509.so Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/X509.pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/share/man/man3/Crypt::OpenSSL::X509.3pm Appending installation info to /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.913.0-1.mga9 --unique-debug-suffix -1.913.0-1.mga9.x86_64 --unique-debug-src-base perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/Crypt-OpenSSL-X509-1.913 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/X509/X509.so objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/X509/X509.so'; reason: Permission denied objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/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.913.0-1.mga9.x86_64.debug: Unknown debugging section .debug_line_str original debug info size: 204kB, size after compression: 208kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 200 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/pterjan/rpmbuild/tmp/rpm-tmp.NVhyax + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Crypt-OpenSSL-X509-1.913 + '[' 1 -eq 1 ']' + /usr/bin/make test "/usr/bin/perl5.34.0" -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, 'blib/lib', 'blib/arch')" t/*.t # Running Crypt::OpenSSL::X509 test suite against t/00-version.t ......... ok t/author-pod-syntax.t .. skipped: these tests are for testing by the author t/pod.t ................ ok t/release-kwalitee.t ... skipped: these tests are for release candidate testing t/release-meta-json.t .. skipped: these tests are for release candidate testing t/san.t ................ ok t/utf8.t ............... ok t/x509-ec.t ............ ok t/x509.t ............... ok All tests successful. Files=9, Tests=96, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.35 cusr 0.03 csys = 0.41 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CXY4VL + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Crypt-OpenSSL-X509-1.913 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/share/doc/perl-Crypt-OpenSSL-X509 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/share/doc/perl-Crypt-OpenSSL-X509 + cp -pr LICENSE /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/share/doc/perl-Crypt-OpenSSL-X509 + cp -pr META.json /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/share/doc/perl-Crypt-OpenSSL-X509 + cp -pr META.yml /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/share/doc/perl-Crypt-OpenSSL-X509 + cp -pr MYMETA.yml /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/share/doc/perl-Crypt-OpenSSL-X509 + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/share/doc/perl-Crypt-OpenSSL-X509 + cp -pr TODO /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64/usr/share/doc/perl-Crypt-OpenSSL-X509 + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Crypt::OpenSSL::X509) = 1.913.0 perl-Crypt-OpenSSL-X509 = 1.913.0-1.mga9 perl-Crypt-OpenSSL-X509(x86-64) = 1.913.0-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libperl.so.5.34()(64bit) perl(Convert::ASN1) >= 0.330.0 perl(Exporter) perl(XSLoader) perl(base) perl(strict) perl(warnings) perl-base >= 2:5.34.0 Processing files: perl-Crypt-OpenSSL-X509-debugsource-1.913.0-1.mga9.x86_64 Provides: perl-Crypt-OpenSSL-X509-debugsource = 1.913.0-1.mga9 perl-Crypt-OpenSSL-X509-debugsource(x86-64) = 1.913.0-1.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.913.0-1.mga9.x86_64 Provides: debuginfo(build-id) = ea742badd8a73f38715df3177ad8365a9182e676 perl-Crypt-OpenSSL-X509-debuginfo = 1.913.0-1.mga9 perl-Crypt-OpenSSL-X509-debuginfo(x86-64) = 1.913.0-1.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(x86-64) = 1.913.0-1.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Crypt-OpenSSL-X509-debugsource-1.913.0-1.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Crypt-OpenSSL-X509-debuginfo-1.913.0-1.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pG7yVz + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Crypt-OpenSSL-X509-1.913 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Crypt-OpenSSL-X509-1.913.0-1.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.kwglgk + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf Crypt-OpenSSL-X509-1.913 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!