Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-DSA.spec'], chrootPath='/var/lib/mock/f33-build-298034-56057/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-DSA.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False sh: /usr/bin/perl: No such file or directory Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595894400 Wrote: /builddir/build/SRPMS/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-DSA.spec'], chrootPath='/var/lib/mock/f33-build-298034-56057/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-DSA.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595894400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Z7q5UR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-OpenSSL-DSA-0.19 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/Crypt-OpenSSL-DSA-0.19.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-DSA-0.19 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RYeMXQ + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.19 + /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::DSA + make -j4 "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Crypt-OpenSSL-DSA-0.19/typemap' DSA.xs > DSA.xsc Running Mkbootstrap for DSA () chmod 644 "DSA.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 cp lib/Crypt/OpenSSL/DSA/Signature.pod blib/lib/Crypt/OpenSSL/DSA/Signature.pod cp lib/Crypt/OpenSSL/DSA.pm blib/lib/Crypt/OpenSSL/DSA.pm mv DSA.xsc DSA.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fPIC "-I/usr/lib64/perl5/CORE" -DPERL5 DSA.c DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_generate_parameters': DSA.xs:153:45: warning: pointer targets in passing argument 3 of 'DSA_generate_parameters_ex' differ in signedness [-Wpointer-sign] 153 | if (!DSA_generate_parameters_ex(dsa, bits, seedpv, (int)seed_len, NULL, NULL, NULL)) { | ^~~~~~ | | | char * In file included from /usr/include/openssl/x509.h:26, from /usr/include/openssl/pem.h:17, from DSA.xs:13: /usr/include/openssl/dsa.h:129:53: note: expected 'const unsigned char *' but argument is of type 'char *' 129 | const unsigned char *seed, int seed_len, | ~~~~~~~~~~~~~~~~~~~~~^~~~ In file included from /usr/lib64/perl5/CORE/perl.h:5603, from DSA.xs:8: DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_sign': DSA.xs:212:27: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness [-Wpointer-sign] 212 | RETVAL = newSVpvn(sigret, siglen); | ^~~~~~ | | | unsigned char * /usr/lib64/perl5/CORE/embed.h:383:44: note: in definition of macro 'newSVpvn' 383 | #define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b) | ^ In file included from /usr/lib64/perl5/CORE/perl.h:5564, from DSA.xs:8: /usr/lib64/perl5/CORE/proto.h:2429:57: note: expected 'const char * const' but argument is of type 'unsigned char *' 2429 | PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const buffer, const STRLEN len) | ~~~~~~~~~~~~~~~~~~^~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_verify': DSA.xs:230:32: warning: pointer targets in passing argument 2 of 'DSA_verify' differ in signedness [-Wpointer-sign] 230 | RETVAL = DSA_verify(0, dgst_pv, (int)dgst_len, sig_pv, (int)sig_len, dsa); | ^~~~~~~ | | | char * In file included from /usr/include/openssl/x509.h:26, from /usr/include/openssl/pem.h:17, from DSA.xs:13: /usr/include/openssl/dsa.h:106:47: note: expected 'const unsigned char *' but argument is of type 'char *' 106 | int DSA_verify(int type, const unsigned char *dgst, int dgst_len, | ~~~~~~~~~~~~~~~~~~~~~^~~~ DSA.xs:230:56: warning: pointer targets in passing argument 4 of 'DSA_verify' differ in signedness [-Wpointer-sign] 230 | RETVAL = DSA_verify(0, dgst_pv, (int)dgst_len, sig_pv, (int)sig_len, dsa); | ^~~~~~ | | | char * In file included from /usr/include/openssl/x509.h:26, from /usr/include/openssl/pem.h:17, from DSA.xs:13: /usr/include/openssl/dsa.h:107:37: note: expected 'const unsigned char *' but argument is of type 'char *' 107 | const unsigned char *sigbuf, int siglen, DSA *dsa); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_do_verify': DSA.xs:246:32: warning: pointer targets in passing argument 1 of 'DSA_do_verify' differ in signedness [-Wpointer-sign] 246 | RETVAL = DSA_do_verify(dgst_pv, (int)dgst_len, sig, dsa); | ^~~~~~~ | | | char * In file included from /usr/include/openssl/x509.h:26, from /usr/include/openssl/pem.h:17, from DSA.xs:13: /usr/include/openssl/dsa.h:84:40: note: expected 'const unsigned char *' but argument is of type 'char *' 84 | int DSA_do_verify(const unsigned char *dgst, int dgst_len, | ~~~~~~~~~~~~~~~~~~~~~^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_p': DSA.xs:371:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 371 | len = BN_bn2bin(p, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_q': DSA.xs:387:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 387 | len = BN_bn2bin(q, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_g': DSA.xs:403:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 403 | len = BN_bn2bin(g, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_pub_key': DSA.xs:419:34: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 419 | len = BN_bn2bin(pub_key, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_get_priv_key': DSA.xs:435:35: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 435 | len = BN_bn2bin(priv_key, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:3909, from DSA.xs:8: DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_p': /usr/lib64/perl5/CORE/sv.h:1726:38: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1725 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:454:23: note: in expansion of macro 'SvPV' 454 | p = BN_bin2bn(SvPV(p_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib64/perl5/CORE/perl.h:3909, from DSA.xs:8: /usr/lib64/perl5/CORE/sv.h:1726:13: warning: operation on 'len' may be undefined [-Wsequence-point] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:454:23: note: in expansion of macro 'SvPV' 454 | p = BN_bin2bn(SvPV(p_SV, len), (int)len, NULL); | ^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_q': /usr/lib64/perl5/CORE/sv.h:1726:38: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1725 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:495:23: note: in expansion of macro 'SvPV' 495 | q = BN_bin2bn(SvPV(q_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib64/perl5/CORE/perl.h:3909, from DSA.xs:8: /usr/lib64/perl5/CORE/sv.h:1726:13: warning: operation on 'len' may be undefined [-Wsequence-point] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:495:23: note: in expansion of macro 'SvPV' 495 | q = BN_bin2bn(SvPV(q_SV, len), (int)len, NULL); | ^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_g': /usr/lib64/perl5/CORE/sv.h:1726:38: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1725 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:536:23: note: in expansion of macro 'SvPV' 536 | g = BN_bin2bn(SvPV(g_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib64/perl5/CORE/perl.h:3909, from DSA.xs:8: /usr/lib64/perl5/CORE/sv.h:1726:13: warning: operation on 'len' may be undefined [-Wsequence-point] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:536:23: note: in expansion of macro 'SvPV' 536 | g = BN_bin2bn(SvPV(g_SV, len), (int)len, NULL); | ^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_pub_key': /usr/lib64/perl5/CORE/sv.h:1726:38: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1725 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:573:29: note: in expansion of macro 'SvPV' 573 | pub_key = BN_bin2bn(SvPV(pub_key_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib64/perl5/CORE/perl.h:3909, from DSA.xs:8: /usr/lib64/perl5/CORE/sv.h:1726:13: warning: operation on 'len' may be undefined [-Wsequence-point] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:573:29: note: in expansion of macro 'SvPV' 573 | pub_key = BN_bin2bn(SvPV(pub_key_SV, len), (int)len, NULL); | ^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA_set_priv_key': /usr/lib64/perl5/CORE/sv.h:1726:38: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1725 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:601:30: note: in expansion of macro 'SvPV' 601 | priv_key = BN_bin2bn(SvPV(priv_key_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib64/perl5/CORE/perl.h:3909, from DSA.xs:8: /usr/lib64/perl5/CORE/sv.h:1726:13: warning: operation on 'len' may be undefined [-Wsequence-point] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:601:30: note: in expansion of macro 'SvPV' 601 | priv_key = BN_bin2bn(SvPV(priv_key_SV, len), (int)len, NULL); | ^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_get_r': DSA.xs:633:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 633 | len = BN_bn2bin(r, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_get_s': DSA.xs:649:28: warning: pointer targets in passing argument 2 of 'BN_bn2bin' differ in signedness [-Wpointer-sign] 649 | len = BN_bn2bin(s, to); | ^~ | | | char * In file included from DSA.xs:11: /usr/include/openssl/bn.h:222:47: note: expected 'unsigned char *' but argument is of type 'char *' 222 | int BN_bn2bin(const BIGNUM *a, unsigned char *to); | ~~~~~~~~~~~~~~~^~ In file included from /usr/lib64/perl5/CORE/perl.h:3909, from DSA.xs:8: DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_set_r': /usr/lib64/perl5/CORE/sv.h:1726:38: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1725 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:666:23: note: in expansion of macro 'SvPV' 666 | r = BN_bin2bn(SvPV(r_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib64/perl5/CORE/perl.h:3909, from DSA.xs:8: /usr/lib64/perl5/CORE/sv.h:1726:13: warning: operation on 'len' may be undefined [-Wsequence-point] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:666:23: note: in expansion of macro 'SvPV' 666 | r = BN_bin2bn(SvPV(r_SV, len), (int)len, NULL); | ^~~~ DSA.xs: In function 'XS_Crypt__OpenSSL__DSA__Signature_set_s': /usr/lib64/perl5/CORE/sv.h:1726:38: warning: pointer targets in passing argument 1 of 'BN_bin2bn' differ in signedness [-Wpointer-sign] 1725 | (SvPOK_nog(sv) \ | ~~~~~~~~~~~~~~~~ 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:694:23: note: in expansion of macro 'SvPV' 694 | s = BN_bin2bn(SvPV(s_SV, len), (int)len, NULL); | ^~~~ In file included from DSA.xs:11: /usr/include/openssl/bn.h:221:40: note: expected 'const unsigned char *' but argument is of type 'char *' 221 | BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); | ~~~~~~~~~~~~~~~~~~~~~^ In file included from /usr/lib64/perl5/CORE/perl.h:3909, from DSA.xs:8: /usr/lib64/perl5/CORE/sv.h:1726:13: warning: operation on 'len' may be undefined [-Wsequence-point] 1726 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) | ~~~~^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags' 1720 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) | ^~~~~~~~~~ DSA.xs:694:23: note: in expansion of macro 'SvPV' 694 | s = BN_bin2bn(SvPV(s_SV, len), (int)len, NULL); | ^~~~ rm -f blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong DSA.o -o blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so \ -lcrypto -lperl \ chmod 755 blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so Manifying 2 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LJyxaU + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 + cd Crypt-OpenSSL-DSA-0.19 + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/DSA.pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/DSA/Signature.pod Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64/usr/share/man/man3/Crypt::OpenSSL::DSA::Signature.3pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64/usr/share/man/man3/Crypt::OpenSSL::DSA.3pm + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 -depth -type d -exec rmdir '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.19-14.fc33 --unique-debug-suffix -0.19-14.fc33.riscv64 --unique-debug-src-base perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Crypt-OpenSSL-DSA-0.19 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/DSA/DSA.so original debug info size: 192kB, size after compression: 184kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 114 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.urtvpT + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.19 + make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-use.t ............. ok t/10-selftest.t ........ ok t/90-openssl-compat.t .. ok All tests successful. Files=3, Tests=121, 17 wallclock secs ( 1.39 usr 0.34 sys + 11.44 cusr 4.71 csys = 17.88 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tQ6LtS + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.19 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64/usr/share/doc/perl-Crypt-OpenSSL-DSA + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64/usr/share/doc/perl-Crypt-OpenSSL-DSA + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64/usr/share/doc/perl-Crypt-OpenSSL-DSA + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Crypt::OpenSSL::DSA) = 0.19 perl-Crypt-OpenSSL-DSA = 0.19-14.fc33 perl-Crypt-OpenSSL-DSA(riscv-64) = 0.19-14.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(DynaLoader) perl(strict) perl(vars) perl(warnings) rtld(GNU_HASH) Processing files: perl-Crypt-OpenSSL-DSA-debugsource-0.19-14.fc33.riscv64 Provides: perl-Crypt-OpenSSL-DSA-debugsource = 0.19-14.fc33 perl-Crypt-OpenSSL-DSA-debugsource(riscv-64) = 0.19-14.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Crypt-OpenSSL-DSA-debuginfo-0.19-14.fc33.riscv64 Provides: debuginfo(build-id) = 111eeb0eee28cbb31c4dfabeb4ff128cf2278eea perl-Crypt-OpenSSL-DSA-debuginfo = 0.19-14.fc33 perl-Crypt-OpenSSL-DSA-debuginfo(riscv-64) = 0.19-14.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Crypt-OpenSSL-DSA-debugsource(riscv-64) = 0.19-14.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-DSA-debugsource-0.19-14.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-DSA-debuginfo-0.19-14.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vfs8JS + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-DSA-0.19 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-DSA-0.19-14.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0