Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-PKCS10.spec'], chrootPath='/var/lib/mock/f31-build-17025330-1223751/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': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-PKCS10.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': 'C.UTF-8'} and shell False BUILDSTDERR: sh: perl: command not found Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-PKCS10.spec'], chrootPath='/var/lib/mock/f31-build-17025330-1223751/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': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-Crypt-OpenSSL-PKCS10.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': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.O3ZvZM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Crypt-OpenSSL-PKCS10-0.16 + /usr/bin/gzip -dc /builddir/build/SOURCES/Crypt-OpenSSL-PKCS10-0.16.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-OpenSSL-PKCS10-0.16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (perl-Crypt-OpenSSL-PKCS10-build-paths.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #1 (Crypt-OpenSSL-PKCS10-0.16-Convert-changlog-to-UTF-8.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + chmod -c a-x Changes README + chmod -c a-x PKCS10.xs PKCS10.pm + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (perl-Crypt-OpenSSL-PKCS10-build-paths.patch): patching file Makefile.PL Patch #1 (Crypt-OpenSSL-PKCS10-0.16-Convert-changlog-to-UTF-8.patch): patching file Changes mode of 'Changes' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'README' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'PKCS10.xs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'PKCS10.pm' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gGxX5L + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-PKCS10-0.16 + perl Makefile.PL INSTALLDIRS=vendor + make -j6 BUILDSTDERR: In file included from PKCS10.xs:13: BUILDSTDERR: ppport.h:230: warning: "PERL_UNUSED_DECL" redefined BUILDSTDERR: 230 | # define PERL_UNUSED_DECL BUILDSTDERR: | BUILDSTDERR: In file included from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/perl.h:328: note: this is the location of the previous definition BUILDSTDERR: 328 | # define PERL_UNUSED_DECL __attribute__unused__ BUILDSTDERR: | BUILDSTDERR: PKCS10.xs: In function 'parse_name': BUILDSTDERR: PKCS10.xs:157:38: warning: pointer targets in passing argument 2 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign] BUILDSTDERR: 157 | if (!X509_NAME_add_entry_by_txt(n, (unsigned char*)ne_types[i], chtype, (unsigned char*)ne_values[i], -1,-1,mval[i])) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: In file included from /usr/include/openssl/pem.h:17, BUILDSTDERR: from PKCS10.xs:9: BUILDSTDERR: /usr/include/openssl/x509.h:831:61: note: expected 'const char *' but argument is of type 'unsigned char *' BUILDSTDERR: 831 | int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, BUILDSTDERR: | ~~~~~~~~~~~~^~~~~ BUILDSTDERR: PKCS10.xs: In function 'add_ext': BUILDSTDERR: PKCS10.xs:190:25: warning: passing argument 1 of 'sk_X509_EXTENSION_push' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 190 | sk_X509_EXTENSION_push(sk, ex); BUILDSTDERR: | ^~ BUILDSTDERR: | | BUILDSTDERR: | struct stack_st_X509_REQUEST * BUILDSTDERR: In file included from /usr/include/openssl/crypto.h:23, BUILDSTDERR: from /usr/include/openssl/bio.h:20, BUILDSTDERR: from /usr/include/openssl/asn1.h:16, BUILDSTDERR: from PKCS10.xs:8: BUILDSTDERR: /usr/include/openssl/x509.h:85:1: note: expected 'struct stack_st_X509_EXTENSION *' but argument is of type 'struct stack_st_X509_REQUEST *' BUILDSTDERR: 85 | DEFINE_STACK_OF(X509_EXTENSION) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs: In function 'add_ext_raw': BUILDSTDERR: PKCS10.xs:208:25: warning: passing argument 1 of 'sk_X509_EXTENSION_push' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 208 | sk_X509_EXTENSION_push(sk, ex); BUILDSTDERR: | ^~ BUILDSTDERR: | | BUILDSTDERR: | struct stack_st_X509_REQUEST * BUILDSTDERR: In file included from /usr/include/openssl/crypto.h:23, BUILDSTDERR: from /usr/include/openssl/bio.h:20, BUILDSTDERR: from /usr/include/openssl/asn1.h:16, BUILDSTDERR: from PKCS10.xs:8: BUILDSTDERR: /usr/include/openssl/x509.h:85:1: note: expected 'struct stack_st_X509_EXTENSION *' but argument is of type 'struct stack_st_X509_REQUEST *' BUILDSTDERR: 85 | DEFINE_STACK_OF(X509_EXTENSION) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs: In function 'make_pkcs10_obj': BUILDSTDERR: PKCS10.xs:39:40: warning: format '%d' expects a matching 'int' argument [-Wformat=] BUILDSTDERR: 39 | #define PACKAGE_CROAK(p_message) croak("%s:%d: %s", (p_message)) BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:39:40: note: in definition of macro 'PACKAGE_CROAK' BUILDSTDERR: 39 | #define PACKAGE_CROAK(p_message) croak("%s:%d: %s", (p_message)) BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:218:2: note: in expansion of macro 'CHECK_NEW' BUILDSTDERR: 218 | CHECK_NEW(pkcs10, 1, pkcs10Data); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: PKCS10.xs:39:40: warning: format '%s' expects a matching 'char *' argument [-Wformat=] BUILDSTDERR: 39 | #define PACKAGE_CROAK(p_message) croak("%s:%d: %s", (p_message)) BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:39:40: note: in definition of macro 'PACKAGE_CROAK' BUILDSTDERR: 39 | #define PACKAGE_CROAK(p_message) croak("%s:%d: %s", (p_message)) BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:218:2: note: in expansion of macro 'CHECK_NEW' BUILDSTDERR: 218 | CHECK_NEW(pkcs10, 1, pkcs10Data); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5359, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: PKCS10.xs:225:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] BUILDSTDERR: 225 | newRV_noinc(newSViv((IV) pkcs10)), BUILDSTDERR: | ^ BUILDSTDERR: /usr/lib/perl5/CORE/embed.h:731:44: note: in definition of macro 'sv_bless' BUILDSTDERR: 731 | #define sv_bless(a,b) Perl_sv_bless(aTHX_ a,b) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs:225:3: note: in expansion of macro 'newRV_noinc' BUILDSTDERR: 225 | newRV_noinc(newSViv((IV) pkcs10)), BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:225:15: note: in expansion of macro 'newSViv' BUILDSTDERR: 225 | newRV_noinc(newSViv((IV) pkcs10)), BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: PKCS10.xs: In function 'XS_Crypt__OpenSSL__PKCS10_new': BUILDSTDERR: PKCS10.xs:348:10: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'SV *' {aka 'struct sv *'} [-Wformat=] BUILDSTDERR: 348 | croak ("%s - can't create PKEY", class); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~ BUILDSTDERR: | | BUILDSTDERR: | SV * {aka struct sv *} BUILDSTDERR: PKCS10.xs:351:10: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'SV *' {aka 'struct sv *'} [-Wformat=] BUILDSTDERR: 351 | croak ("%s - can't create req", class); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~ BUILDSTDERR: | | BUILDSTDERR: | SV * {aka struct sv *} BUILDSTDERR: PKCS10.xs:353:2: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 353 | rsa=RSA_generate_key(keylen, RSA_F4, NULL, NULL); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from /usr/include/openssl/opensslconf.h:13, BUILDSTDERR: from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from /usr/include/openssl/asn1.h:14, BUILDSTDERR: from PKCS10.xs:8: BUILDSTDERR: /usr/include/openssl/rsa.h:234:1: note: declared here BUILDSTDERR: 234 | DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:355:10: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'SV *' {aka 'struct sv *'} [-Wformat=] BUILDSTDERR: 355 | croak ("%s - EVP_PKEY_assign_RSA", class); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~ BUILDSTDERR: | | BUILDSTDERR: | SV * {aka struct sv *} BUILDSTDERR: PKCS10.c: In function 'XS_Crypt__OpenSSL__PKCS10_DESTROY': BUILDSTDERR: PKCS10.c:523:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 523 | pkcs10 = (pkcs10Data *) SvIV(SvRV(ST(0))) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs: In function 'XS_Crypt__OpenSSL__PKCS10_new_from_rsa': BUILDSTDERR: PKCS10.xs:396:10: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'SV *' {aka 'struct sv *'} [-Wformat=] BUILDSTDERR: 396 | croak ("%s - can't create PKEY", class); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~ BUILDSTDERR: | | BUILDSTDERR: | SV * {aka struct sv *} BUILDSTDERR: PKCS10.xs:399:10: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'SV *' {aka 'struct sv *'} [-Wformat=] BUILDSTDERR: 399 | croak ("%s - can't create req", class); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~ BUILDSTDERR: | | BUILDSTDERR: | SV * {aka struct sv *} BUILDSTDERR: PKCS10.xs:401:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 401 | rsa = (Crypt__OpenSSL__RSA *) SvIV(SvRV(p_rsa)); BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs:403:10: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'SV *' {aka 'struct sv *'} [-Wformat=] BUILDSTDERR: 403 | croak ("%s - EVP_PKEY_assign_RSA", class); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~ BUILDSTDERR: | | BUILDSTDERR: | SV * {aka struct sv *} BUILDSTDERR: PKCS10.c: In function 'XS_Crypt__OpenSSL__PKCS10_sign': BUILDSTDERR: PKCS10.c:602:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 602 | pkcs10 = (pkcs10Data *) SvIV(SvRV(ST(0))) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.c: In function 'XS_Crypt__OpenSSL__PKCS10_get_pem_pubkey': BUILDSTDERR: PKCS10.c:636:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 636 | pkcs10 = (pkcs10Data *) SvIV(SvRV(ST(0))) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.c: In function 'XS_Crypt__OpenSSL__PKCS10_pubkey_type': BUILDSTDERR: PKCS10.c:699:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 699 | pkcs10 = (pkcs10Data *) SvIV(SvRV(ST(0))) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.c: In function 'XS_Crypt__OpenSSL__PKCS10_get_pem_req': BUILDSTDERR: PKCS10.c:746:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 746 | pkcs10 = (pkcs10Data *) SvIV(SvRV(ST(0))) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.c: In function 'XS_Crypt__OpenSSL__PKCS10_get_pem_pk': BUILDSTDERR: PKCS10.c:791:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 791 | pkcs10 = (pkcs10Data *) SvIV(SvRV(ST(0))) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs:558:10: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'X509_REQ *' {aka 'struct X509_req_st *'} [-Wformat=] BUILDSTDERR: 558 | croak ("%s - PEM_write_bio_X509_REQ", pkcs10->req); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | X509_REQ * {aka struct X509_req_st *} BUILDSTDERR: PKCS10.c: In function 'XS_Crypt__OpenSSL__PKCS10_set_subject': BUILDSTDERR: PKCS10.c:840:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 840 | pkcs10 = (pkcs10Data *) SvIV(SvRV(ST(0))) BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5359, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1672:57: warning: pointer targets in passing argument 3 of 'Perl_sv_2pv_flags' differ in signedness [-Wpointer-sign] BUILDSTDERR: 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) BUILDSTDERR: /usr/lib/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' BUILDSTDERR: 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) BUILDSTDERR: | ^ BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' BUILDSTDERR: 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: PKCS10.xs:576:9: note: in expansion of macro 'SvPV' BUILDSTDERR: 576 | subj = SvPV(subj_SV, subj_length); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5320, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'unsigned int * const'} but argument is of type 'int *' BUILDSTDERR: 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:576:7: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 576 | subj = SvPV(subj_SV, subj_length); BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs:578:38: warning: pointer targets in passing argument 2 of 'build_subject' differ in signedness [-Wpointer-sign] BUILDSTDERR: 578 | RETVAL = build_subject(pkcs10->req, subj, utf8 ? MBSTRING_UTF8 : MBSTRING_ASC, 0); BUILDSTDERR: | ^~~~ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: PKCS10.xs:283:47: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: 283 | static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, int multirdn) BUILDSTDERR: | ~~~~~~^~~~~~~ BUILDSTDERR: PKCS10.c: In function 'XS_Crypt__OpenSSL__PKCS10_add_ext': BUILDSTDERR: PKCS10.c:886:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 886 | pkcs10 = (pkcs10Data *) SvIV(SvRV(ST(0))) BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5359, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1672:57: warning: pointer targets in passing argument 3 of 'Perl_sv_2pv_flags' differ in signedness [-Wpointer-sign] BUILDSTDERR: 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) BUILDSTDERR: /usr/lib/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' BUILDSTDERR: 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) BUILDSTDERR: | ^ BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' BUILDSTDERR: 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: PKCS10.xs:596:8: note: in expansion of macro 'SvPV' BUILDSTDERR: 596 | ext = SvPV(ext_SV, ext_length); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5320, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'unsigned int * const'} but argument is of type 'int *' BUILDSTDERR: 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:596:6: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 596 | ext = SvPV(ext_SV, ext_length); BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs:601:25: warning: passing argument 1 of 'add_ext' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 601 | RETVAL = add_ext(pkcs10->exts, pkcs10->req, nid, ext); BUILDSTDERR: | ~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | struct stack_st_X509_EXTENSION * BUILDSTDERR: PKCS10.xs:182:37: note: expected 'struct stack_st_X509_REQUEST *' but argument is of type 'struct stack_st_X509_EXTENSION *' BUILDSTDERR: 182 | int add_ext(STACK_OF(X509_REQUEST) *sk, X509_REQ *req, int nid, char *value) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs:601:51: warning: pointer targets in passing argument 4 of 'add_ext' differ in signedness [-Wpointer-sign] BUILDSTDERR: 601 | RETVAL = add_ext(pkcs10->exts, pkcs10->req, nid, ext); BUILDSTDERR: | ^~~ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: PKCS10.xs:182:71: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: 182 | int add_ext(STACK_OF(X509_REQUEST) *sk, X509_REQ *req, int nid, char *value) BUILDSTDERR: | ~~~~~~^~~~~ BUILDSTDERR: PKCS10.c: In function 'XS_Crypt__OpenSSL__PKCS10_add_custom_ext_raw': BUILDSTDERR: PKCS10.c:937:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 937 | pkcs10 = (pkcs10Data *) SvIV(SvRV(ST(0))) BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5359, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1672:57: warning: pointer targets in passing argument 3 of 'Perl_sv_2pv_flags' differ in signedness [-Wpointer-sign] BUILDSTDERR: 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) BUILDSTDERR: /usr/lib/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' BUILDSTDERR: 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) BUILDSTDERR: | ^ BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' BUILDSTDERR: 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: PKCS10.xs:620:8: note: in expansion of macro 'SvPV' BUILDSTDERR: 620 | oid = SvPV(oid_SV, ext_length); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5320, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'unsigned int * const'} but argument is of type 'int *' BUILDSTDERR: 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:620:6: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 620 | oid = SvPV(oid_SV, ext_length); BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5359, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1672:57: warning: pointer targets in passing argument 3 of 'Perl_sv_2pv_flags' differ in signedness [-Wpointer-sign] BUILDSTDERR: 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) BUILDSTDERR: /usr/lib/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' BUILDSTDERR: 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) BUILDSTDERR: | ^ BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' BUILDSTDERR: 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: PKCS10.xs:621:8: note: in expansion of macro 'SvPV' BUILDSTDERR: 621 | ext = SvPV(ext_SV, ext_length); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5320, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'unsigned int * const'} but argument is of type 'int *' BUILDSTDERR: 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:621:6: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 621 | ext = SvPV(ext_SV, ext_length); BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs:626:19: warning: pointer targets in passing argument 1 of 'OBJ_create' differ in signedness [-Wpointer-sign] BUILDSTDERR: 626 | nid = OBJ_create(oid, "MyAlias", "My Test Alias Extension"); BUILDSTDERR: | ^~~ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: In file included from /usr/include/openssl/evp.h:28, BUILDSTDERR: from /usr/include/openssl/pem.h:16, BUILDSTDERR: from PKCS10.xs:9: BUILDSTDERR: /usr/include/openssl/objects.h:157:28: note: expected 'const char *' but argument is of type 'unsigned char *' BUILDSTDERR: 157 | int OBJ_create(const char *oid, const char *sn, const char *ln); BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: PKCS10.xs:627:29: warning: passing argument 1 of 'add_ext_raw' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 627 | RETVAL = add_ext_raw(pkcs10->exts, nid, ext, ext_length); BUILDSTDERR: | ~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | struct stack_st_X509_EXTENSION * BUILDSTDERR: PKCS10.xs:197:41: note: expected 'struct stack_st_X509_REQUEST *' but argument is of type 'struct stack_st_X509_EXTENSION *' BUILDSTDERR: 197 | int add_ext_raw(STACK_OF(X509_REQUEST) *sk, int nid, unsigned char *value, int length) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.c: In function 'XS_Crypt__OpenSSL__PKCS10_add_custom_ext': BUILDSTDERR: PKCS10.c:984:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 984 | pkcs10 = (pkcs10Data *) SvIV(SvRV(ST(0))) BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5359, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1672:57: warning: pointer targets in passing argument 3 of 'Perl_sv_2pv_flags' differ in signedness [-Wpointer-sign] BUILDSTDERR: 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) BUILDSTDERR: /usr/lib/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' BUILDSTDERR: 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) BUILDSTDERR: | ^ BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' BUILDSTDERR: 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: PKCS10.xs:648:8: note: in expansion of macro 'SvPV' BUILDSTDERR: 648 | oid = SvPV(oid_SV, ext_length); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5320, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'unsigned int * const'} but argument is of type 'int *' BUILDSTDERR: 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:648:6: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 648 | oid = SvPV(oid_SV, ext_length); BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5359, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1672:57: warning: pointer targets in passing argument 3 of 'Perl_sv_2pv_flags' differ in signedness [-Wpointer-sign] BUILDSTDERR: 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) BUILDSTDERR: /usr/lib/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' BUILDSTDERR: 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) BUILDSTDERR: | ^ BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' BUILDSTDERR: 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: PKCS10.xs:649:8: note: in expansion of macro 'SvPV' BUILDSTDERR: 649 | ext = SvPV(ext_SV, ext_length); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5320, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'unsigned int * const'} but argument is of type 'int *' BUILDSTDERR: 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:649:6: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 649 | ext = SvPV(ext_SV, ext_length); BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs:654:19: warning: pointer targets in passing argument 1 of 'OBJ_create' differ in signedness [-Wpointer-sign] BUILDSTDERR: 654 | nid = OBJ_create(oid, "MyAlias", "My Test Alias Extension"); BUILDSTDERR: | ^~~ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: In file included from /usr/include/openssl/evp.h:28, BUILDSTDERR: from /usr/include/openssl/pem.h:16, BUILDSTDERR: from PKCS10.xs:9: BUILDSTDERR: /usr/include/openssl/objects.h:157:28: note: expected 'const char *' but argument is of type 'unsigned char *' BUILDSTDERR: 157 | int OBJ_create(const char *oid, const char *sn, const char *ln); BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: PKCS10.xs:656:25: warning: passing argument 1 of 'add_ext' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 656 | RETVAL = add_ext(pkcs10->exts, pkcs10->req, nid, ext); BUILDSTDERR: | ~~~~~~^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | struct stack_st_X509_EXTENSION * BUILDSTDERR: PKCS10.xs:182:37: note: expected 'struct stack_st_X509_REQUEST *' but argument is of type 'struct stack_st_X509_EXTENSION *' BUILDSTDERR: 182 | int add_ext(STACK_OF(X509_REQUEST) *sk, X509_REQ *req, int nid, char *value) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs:656:51: warning: pointer targets in passing argument 4 of 'add_ext' differ in signedness [-Wpointer-sign] BUILDSTDERR: 656 | RETVAL = add_ext(pkcs10->exts, pkcs10->req, nid, ext); BUILDSTDERR: | ^~~ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: PKCS10.xs:182:71: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: 182 | int add_ext(STACK_OF(X509_REQUEST) *sk, X509_REQ *req, int nid, char *value) BUILDSTDERR: | ~~~~~~^~~~~ BUILDSTDERR: PKCS10.c: In function 'XS_Crypt__OpenSSL__PKCS10_add_ext_final': BUILDSTDERR: PKCS10.c:1022:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 1022 | pkcs10 = (pkcs10Data *) SvIV(SvRV(ST(0))) BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs:678:10: warning: assignment to 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] BUILDSTDERR: 678 | RETVAL = NULL; BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5359, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: PKCS10.xs: In function 'XS_Crypt__OpenSSL__PKCS10_new_from_file': BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1672:57: warning: pointer targets in passing argument 3 of 'Perl_sv_2pv_flags' differ in signedness [-Wpointer-sign] BUILDSTDERR: 1672 | ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) BUILDSTDERR: /usr/lib/perl5/CORE/embed.h:726:55: note: in definition of macro 'sv_2pv_flags' BUILDSTDERR: 726 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) BUILDSTDERR: | ^ BUILDSTDERR: /usr/lib/perl5/CORE/sv.h:1666:30: note: in expansion of macro 'SvPV_flags' BUILDSTDERR: 1666 | #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: PKCS10.xs:696:14: note: in expansion of macro 'SvPV' BUILDSTDERR: 696 | filename = SvPV(filename_SV, filename_length); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/lib/perl5/CORE/perl.h:5320, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/lib/perl5/CORE/proto.h:3213:21: note: expected 'STRLEN * const' {aka 'unsigned int * const'} but argument is of type 'int *' BUILDSTDERR: 3213 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: PKCS10.xs:696:12: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 696 | filename = SvPV(filename_SV, filename_length); BUILDSTDERR: | ^ BUILDSTDERR: PKCS10.xs:697:14: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] BUILDSTDERR: 697 | fp = fopen(filename, "r"); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: In file included from /usr/include/features.h:450, BUILDSTDERR: from /usr/include/sys/types.h:25, BUILDSTDERR: from /usr/lib/perl5/CORE/perl.h:697, BUILDSTDERR: from PKCS10.xs:2: BUILDSTDERR: /usr/include/stdio.h:257:14: note: expected 'const char * restrict' but argument is of type 'unsigned char *' BUILDSTDERR: 257 | extern FILE *__REDIRECT (fopen, (const char *__restrict __filename, BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: PKCS10.c: In function 'XS_Crypt__OpenSSL__PKCS10_accessor': BUILDSTDERR: PKCS10.c:1100:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: 1100 | pkcs10 = (pkcs10Data *) SvIV(SvRV(ST(0))) BUILDSTDERR: | ^ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::PKCS10 Running Mkbootstrap for PKCS10 () "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Crypt-OpenSSL-PKCS10-0.16/typemap' PKCS10.xs > PKCS10.xsc chmod 644 "PKCS10.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- PKCS10.bs blib/arch/auto/Crypt/OpenSSL/PKCS10/PKCS10.bs 644 cp PKCS10.pm blib/lib/Crypt/OpenSSL/PKCS10.pm mv PKCS10.xsc PKCS10.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.16\" -DXS_VERSION=\"0.16\" -fPIC "-I/usr/lib/perl5/CORE" -DPERL5 -Wall PKCS10.c rm -f blib/arch/auto/Crypt/OpenSSL/PKCS10/PKCS10.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 PKCS10.o -o blib/arch/auto/Crypt/OpenSSL/PKCS10/PKCS10.so \ -lcrypto -lperl \ chmod 755 blib/arch/auto/Crypt/OpenSSL/PKCS10/PKCS10.so Manifying 1 pod document Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1ekzEM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386 + cd Crypt-OpenSSL-PKCS10-0.16 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386 + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386 -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-PKCS10-0.16-11.fc31.i386/usr + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.16-11.fc31 --unique-debug-suffix -0.16-11.fc31.i386 --unique-debug-src-base perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Crypt-OpenSSL-PKCS10-0.16 BUILDSTDERR: 88 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- PKCS10.bs blib/arch/auto/Crypt/OpenSSL/PKCS10/PKCS10.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/PKCS10/PKCS10.so Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/PKCS10.pm Installing /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386/usr/share/man/man3/Crypt::OpenSSL::PKCS10.3pm explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/PKCS10/PKCS10.so extracting debug info from /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/PKCS10/PKCS10.so original debug info size: 144kB, size after compression: 144kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.aL9EeM + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-PKCS10-0.16 + make test BUILDSTDERR: -----BEGIN CERTIFICATE REQUEST----- BUILDSTDERR: MIGxMIGpAgEAMAAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKpwy5vX1o1w BUILDSTDERR: oAQ5tTh5f+ph5h9HbwF2/i95gab+HNCp1yUXSVJAnoZKjPd2o4drrtrAPbNPwL6A BUILDSTDERR: tb0WjeG0LqTvHef1W2aReSvKaqi8YFBQgW6jfRUT8zuDklt1wlw0tDoLyx1Q90Oj BUILDSTDERR: +PcW25kuPuY90GITxq7H/RbZW92seVeJAgMBAAGgADAAAwEA BUILDSTDERR: -----END CERTIFICATE REQUEST----- BUILDSTDERR: RSA Private-Key: (1024 bit, 2 primes) BUILDSTDERR: modulus: BUILDSTDERR: BUILDSTDERR: -----BEGIN CERTIFICATE REQUEST----- BUILDSTDERR: MIGxMIGpAgEAMAAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMmpW+JTQv4s BUILDSTDERR: lFWHLv/+V0HcFGHexywfaL1lY7Z0MtWYwpNca99jOOrMbhwim878xp/foVS220yf BUILDSTDERR: TzKlG6dgRtMKUefcXJrAehrD4YOmoWlUgMShYZAGaVRpQmmnkdO9bpWxrh/YonCL BUILDSTDERR: DnorHXrPny+4tnckSUjkyAtcyUcDRM+xAgMBAAGgADAAAwEA BUILDSTDERR: -----END CERTIFICATE REQUEST----- BUILDSTDERR: RSA Private-Key: (1024 bit, 2 primes) BUILDSTDERR: modulus: BUILDSTDERR: BUILDSTDERR: rsa BUILDSTDERR: -----BEGIN PUBLIC KEY----- BUILDSTDERR: MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJqVviU0L+LJRVhy7//ldB3BRh BUILDSTDERR: 3scsH2i9ZWO2dDLVmMKTXGvfYzjqzG4cIpvO/Maf36FUtttMn08ypRunYEbTClHn BUILDSTDERR: 3FyawHoaw+GDpqFpVIDEoWGQBmlUaUJpp5HTvW6Vsa4f2KJwiw56Kx16z58vuLZ3 BUILDSTDERR: JElI5MgLXMlHA0TPsQIDAQAB BUILDSTDERR: -----END PUBLIC KEY----- BUILDSTDERR: -----BEGIN CERTIFICATE REQUEST----- BUILDSTDERR: MIICIjCCAYsCAQAwKTELMAkGA1UEBhMCUk8xDDAKBgNVBAoMA1VUSTEMMAoGA1UE BUILDSTDERR: CwwDc3NpMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCg7Yq9eTYre3CxfgVK BUILDSTDERR: mAjWPGCDc2qXCqrMe898YPfnkKo1otz7L5oWLlsjb96EMkt8Harw1LLdoKdWMoqB BUILDSTDERR: rzu1bV7isfiBw9fwqfgAZKD1JQ/3PV3AilPtexby6mUGxV0NUZG+KYtIHFzhFe1o BUILDSTDERR: ECNMK5DrtdqHcPil6bdn79FIDQIDAQABoIG4MIG1BgkqhkiG9w0BCQ4xgacwgaQw BUILDSTDERR: DgYDVR0PAQH/BAQDAgWgMC4GA1UdJQQnMCUGCCsGAQUFBwMBBglghkgBhvhCBAEG BUILDSTDERR: CisGAQQBgjcKAwMGAisEMBwGA1UdEQQVMBOBEXN0ZXZlQG9wZW5zc2wub3JnMB0G BUILDSTDERR: A1UdDgQWBBQrJkRoXRvnvbnMPUMO9Ap7IXpwWzAZBgMqAwMEEhYQTXkgbmV3IGV4 BUILDSTDERR: dGVuc2lvbjAKBAgeBgBhAGIAYzANBgkqhkiG9w0BAQsFAAOBgQCXaD9wEdN0ndJB BUILDSTDERR: CHPAjhnGFKMyWyoucGPIlNamFhlfb4Gziz1IX7pJzXMGDlbh/1//dgTAQdjkIxEQ BUILDSTDERR: 6AKZsbdNZ4IwnAuVfM3XbmRB11A88SOHhh9zzxiKMU2Qagjy07z4nhTl6OYYNFkX BUILDSTDERR: zUM458Thxq0x9dH+9BY/eRVtT/eM9g== BUILDSTDERR: -----END CERTIFICATE REQUEST----- BUILDSTDERR: C=RO, O=UTI, OU=ssi BUILDSTDERR: RSA Private-Key: (1024 bit, 2 primes) BUILDSTDERR: modulus: BUILDSTDERR: BUILDSTDERR: rsa BUILDSTDERR: -----BEGIN PUBLIC KEY----- BUILDSTDERR: MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCg7Yq9eTYre3CxfgVKmAjWPGCD BUILDSTDERR: c2qXCqrMe898YPfnkKo1otz7L5oWLlsjb96EMkt8Harw1LLdoKdWMoqBrzu1bV7i BUILDSTDERR: sfiBw9fwqfgAZKD1JQ/3PV3AilPtexby6mUGxV0NUZG+KYtIHFzhFe1oECNMK5Dr BUILDSTDERR: tdqHcPil6bdn79FIDQIDAQAB BUILDSTDERR: -----END PUBLIC KEY----- BUILDSTDERR: C=DE, ST=NRW, L=Foo, O=Internet Widgits Pty Ltd, CN=foo.der.bar.com BUILDSTDERR: RSA Public-Key: (2048 bit) BUILDSTDERR: Modulus: BUILDSTDERR: BUILDSTDERR: rsa BUILDSTDERR: -----BEGIN PUBLIC KEY----- BUILDSTDERR: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwPMYFxcoAOcmP7PjQBMw BUILDSTDERR: ljajXZd6rZzlENWToE8CYA0M2TbzTOBCGmhxXfM2x/wBd8N+oemxCXNapK11nuXU BUILDSTDERR: MD0OmJKy5cIPeHtJryFNmaGZJWNZW7AvlriVtKigGEFtT9G7PqSw2h8IID2FUPwp BUILDSTDERR: QK4SMXFVBJxFy0BHsGBYRj5oRiYW+8Dldh2hscHwR/Ff/2LBgbcTktjz37/1JAoT BUILDSTDERR: Qz2TBUIQqg8WU+Myutwe+ASyNJhfLMFdFnrmiN6Z9O2K9L0zxeeIvT5U4cLBiNM4 BUILDSTDERR: hPtBdmg9diOQlEd0M7kLGo/Hf9XSgjIbTP3i/Bd1RpdzpRkDIGjCWO6+faQeCA8R BUILDSTDERR: 6wIDAQAB BUILDSTDERR: -----END PUBLIC KEY----- + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- PKCS10.bs blib/arch/auto/Crypt/OpenSSL/PKCS10/PKCS10.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/Mytest.t .. ok All tests successful. Files=1, Tests=6, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.21 cusr 0.01 csys = 0.24 CPU) Result: PASS Processing files: perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ull13K + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-PKCS10-0.16 + DOCDIR=/builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386/usr/share/doc/perl-Crypt-OpenSSL-PKCS10 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386/usr/share/doc/perl-Crypt-OpenSSL-PKCS10 + cp -pr Changes /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386/usr/share/doc/perl-Crypt-OpenSSL-PKCS10 + cp -pr README /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386/usr/share/doc/perl-Crypt-OpenSSL-PKCS10 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: perl(Crypt::OpenSSL::PKCS10) = 0.16 perl-Crypt-OpenSSL-PKCS10 = 0.16-11.fc31 perl-Crypt-OpenSSL-PKCS10(x86-32) = 0.16-11.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libcrypto.so.1.1 libcrypto.so.1.1(OPENSSL_1_1_0) libperl.so.5.30 libpthread.so.0 libpthread.so.0(GLIBC_2.0) perl(:VERSION) >= 5.8.0 perl(Exporter) perl(XSLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-Crypt-OpenSSL-PKCS10-debugsource-0.16-11.fc31.i686 Provides: perl-Crypt-OpenSSL-PKCS10-debugsource = 0.16-11.fc31 perl-Crypt-OpenSSL-PKCS10-debugsource(x86-32) = 0.16-11.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Crypt-OpenSSL-PKCS10-debuginfo-0.16-11.fc31.i686 Provides: debuginfo(build-id) = ae5e9c5b413ae3793a086cec356a2d21daab4a63 perl-Crypt-OpenSSL-PKCS10-debuginfo = 0.16-11.fc31 perl-Crypt-OpenSSL-PKCS10-debuginfo(x86-32) = 0.16-11.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Crypt-OpenSSL-PKCS10-debugsource(x86-32) = 0.16-11.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386 Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i686.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-PKCS10-debuginfo-0.16-11.fc31.i686.rpm Wrote: /builddir/build/RPMS/perl-Crypt-OpenSSL-PKCS10-debugsource-0.16-11.fc31.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fHhfrM + umask 022 + cd /builddir/build/BUILD + cd Crypt-OpenSSL-PKCS10-0.16 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Crypt-OpenSSL-PKCS10-0.16-11.fc31.i386 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0