+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-XML-Bare.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kKxD3F + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf XML-Bare-0.53 + /usr/bin/gzip -dc /builddir/build/SOURCES/XML-Bare-0.53.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd XML-Bare-0.53 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod 644 Bare.pm + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zS3E0R + umask 022 + cd /builddir/build/BUILD + cd XML-Bare-0.53 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-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 ' NO_PACKLIST=1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::Bare Writing MYMETA.yml and MYMETA.json + make -j4 "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -nolinenumbers -typemap '/usr/share/perl5/ExtUtils/typemap' Bare.xs > Bare.xsc Running Mkbootstrap for Bare () 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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -DVERSION=\"0.53\" -DXS_VERSION=\"0.53\" -fPIC "-I/usr/lib64/perl5/CORE" parser.c chmod 644 "Bare.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bare.bs blib/arch/auto/XML/Bare/Bare.bs 644 cp Bare.pm blib/lib/XML/Bare.pm parser.c: In function 'new_nodecp': parser.c:27:41: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] struct nodec *self = (struct nodec *) malloc( size ); ^~~~~~ parser.c:27:41: warning: incompatible implicit declaration of built-in function 'malloc' parser.c:27:41: note: include '' or provide a declaration of 'malloc' parser.c: In function 'new_nodec': parser.c:36:41: warning: incompatible implicit declaration of built-in function 'malloc' struct nodec *self = (struct nodec *) malloc( size ); ^~~~~~ parser.c:36:41: note: include '' or provide a declaration of 'malloc' parser.c: In function 'del_nodec': parser.c:56:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free( curatt ); ^~~~ parser.c:56:5: warning: incompatible implicit declaration of built-in function 'free' parser.c:56:5: note: include '' or provide a declaration of 'free' parser.c:59:3: warning: incompatible implicit declaration of built-in function 'free' free( node ); ^~~~ parser.c:59:3: note: include '' or provide a declaration of 'free' parser.c: In function 'new_attc': parser.c:64:39: warning: incompatible implicit declaration of built-in function 'malloc' struct attc *self = (struct attc *) malloc( size ); ^~~~~~ parser.c:64:39: note: include '' or provide a declaration of 'malloc' parser.c: In function 'parserc_parse': parser.c:422:46: warning: assignment makes pointer from integer without a cast [-Wint-conversion] if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } ^ parser.c:441:46: warning: assignment makes pointer from integer without a cast [-Wint-conversion] if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } ^ parser.c:628:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if( res = dh_memcmp( curnode->name, tagname, tagname_len ) ) { ^~~ parser.c:113:12: warning: unused variable 'dent' [-Wunused-variable] int dent; ^~~~ parser.c: In function 'parserc_parse_unsafely': parser.c:837:46: warning: assignment makes pointer from integer without a cast [-Wint-conversion] if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } ^ parser.c:855:46: warning: assignment makes pointer from integer without a cast [-Wint-conversion] if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } ^ parser.c:811:5: warning: label 'u_att_name1' defined but not used [-Wunused-label] u_att_name1: ^~~~~~~~~~~ parser.c:687:12: warning: unused variable 'dent' [-Wunused-variable] int dent; ^~~~ parser.c:686:12: warning: unused variable 'res' [-Wunused-variable] int res = 0; ^~~ parser.c:684:19: warning: variable 'temp' set but not used [-Wunused-but-set-variable] struct nodec *temp; ^~~~ Please specify prototyping behavior for Bare.xs (see perlxs manual) mv Bare.xsc Bare.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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -DVERSION=\"0.53\" -DXS_VERSION=\"0.53\" -fPIC "-I/usr/lib64/perl5/CORE" Bare.c Bare.c: In function 'cxml2obj': Bare.c:155:25: warning: comparison between pointer and integer if( curatt->value == -1 ) attval = newSVpvn( "1", 1 ); ^~ Bare.c: In function 'cxml2obj_simple': Bare.c:283:25: warning: comparison between pointer and integer if( curatt->value == -1 ) attval = newSVpvn( "1", 1 ); ^~ Bare.c:172:7: warning: unused variable 'attatt' [-Wunused-variable] SV *attatt; ^~~~~~ Bare.c: In function 'XS_XML__Bare_c_parse_more': Bare.c:510:9: warning: unused variable 'err' [-Wunused-variable] int err = parserc_parse( parser, text ); ^~~ Bare.c: In function 'XS_XML__Bare_c_parse': Bare.c:533:9: warning: unused variable 'err' [-Wunused-variable] int err = parserc_parse( parser, text ); ^~~ Bare.c: In function 'XS_XML__Bare_c_parse_unsafely': Bare.c:556:9: warning: unused variable 'err' [-Wunused-variable] int err = parserc_parse_unsafely( parser, text ); ^~~ Bare.c: In function 'XS_XML__Bare_c_parsefile': Bare.c:594:9: warning: unused variable 'err' [-Wunused-variable] int err = parserc_parse( parser, data ); ^~~ In file included from /usr/lib64/perl5/CORE/perl.h:5609:0, from Bare.c:14: Bare.c: At top level: /usr/lib64/perl5/CORE/proto.h:4536:13: warning: 'S_clear_placeholders' declared 'static' but never defined [-Wunused-function] STATIC void S_clear_placeholders(pTHX_ HV *hv, U32 items); ^~~~~~~~~~~~~~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4539:13: warning: 'S_hfreeentries' declared 'static' but never defined [-Wunused-function] STATIC void S_hfreeentries(pTHX_ HV *hv); ^~~~~~~~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4542:13: warning: 'S_hsplit' declared 'static' but never defined [-Wunused-function] STATIC void S_hsplit(pTHX_ HV *hv, STRLEN const oldsize, STRLEN newsize); ^~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4545:26: warning: 'S_hv_auxinit' declared 'static' but never defined [-Wunused-function] STATIC struct xpvhv_aux* S_hv_auxinit(pTHX_ HV *hv); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4548:26: warning: 'S_hv_auxinit_internal' declared 'static' but never defined [-Wunused-function] STATIC struct xpvhv_aux* S_hv_auxinit_internal(struct xpvhv_aux *iter); ^~~~~~~~~~~~~~~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4551:12: warning: 'S_hv_delete_common' declared 'static' but never defined [-Wunused-function] STATIC SV* S_hv_delete_common(pTHX_ HV *hv, SV *keysv, const char *key, STRLEN klen, int k_flags, I32 d_flags, U32 hash); ^~~~~~~~~~~~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4552:12: warning: 'S_hv_free_ent_ret' declared 'static' but never defined [-Wunused-function] STATIC SV* S_hv_free_ent_ret(pTHX_ HV *hv, HE *entry); ^~~~~~~~~~~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4555:13: warning: 'S_hv_magic_check' declared 'static' but never defined [-Wunused-function] STATIC void S_hv_magic_check(HV *hv, bool *needs_copy, bool *needs_store); ^~~~~~~~~~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4558:25: warning: 'S_hv_notallowed' declared 'static' but never defined [-Wunused-function] PERL_STATIC_NO_RET void S_hv_notallowed(pTHX_ int flags, const char *key, I32 klen, const char *msg) ^~~~~~~~~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4563:12: warning: 'S_new_he' declared 'static' but never defined [-Wunused-function] STATIC HE* S_new_he(pTHX) ^~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4567:24: warning: 'S_ptr_hash' declared 'static' but never defined [-Wunused-function] PERL_STATIC_INLINE U32 S_ptr_hash(PTRV u); ^~~~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4569:13: warning: 'S_refcounted_he_value' declared 'static' but never defined [-Wunused-function] STATIC SV * S_refcounted_he_value(pTHX_ const struct refcounted_he *he); ^~~~~~~~~~~~~~~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4572:13: warning: 'S_save_hek_flags' declared 'static' but never defined [-Wunused-function] STATIC HEK* S_save_hek_flags(const char *str, I32 len, U32 hash, int flags) ^~~~~~~~~~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4578:13: warning: 'S_share_hek_flags' declared 'static' but never defined [-Wunused-function] STATIC HEK* S_share_hek_flags(pTHX_ const char *str, I32 len, U32 hash, int flags) ^~~~~~~~~~~~~~~~~ /usr/lib64/perl5/CORE/proto.h:4583:13: warning: 'S_unshare_hek_or_pvn' declared 'static' but never defined [-Wunused-function] STATIC void S_unshare_hek_or_pvn(pTHX_ const HEK* hek, const char* str, I32 len, U32 hash); ^~~~~~~~~~~~~~~~~~~~ Bare.c: In function 'XS_XML__Bare_c_parsefile': Bare.c:590:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread( data, 1, len, handle ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/XML/Bare/Bare.so gcc -shared -L/usr/local/lib Bare.o parser.o -o blib/arch/auto/XML/Bare/Bare.so \ -lm -lperl \ chmod 755 blib/arch/auto/XML/Bare/Bare.so "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" makebench.PL makebench Processing exe.tmpl Processing notree.tmpl Processing tree.tmpl Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Bwu2TV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64 + cd XML-Bare-0.53 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bare.bs blib/arch/auto/XML/Bare/Bare.bs 644 "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" makebench.PL makebench Processing exe.tmpl Processing notree.tmpl Processing tree.tmpl Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/XML/Bare/Bare.so Installing /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64/usr/lib64/perl5/vendor_perl/XML/Bare.pm Installing /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64/usr/share/man/man3/XML::Bare.3pm + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64/usr + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: perl-XML-Bare-0.53-14.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pzyHHI + umask 022 + cd /builddir/build/BUILD + cd XML-Bare-0.53 + DOCDIR=/builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64/usr/share/doc/perl-XML-Bare + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64/usr/share/doc/perl-XML-Bare + cp -pr Changes /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64/usr/share/doc/perl-XML-Bare + cp -pr README /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64/usr/share/doc/perl-XML-Bare + exit 0 Provides: perl(XML::Bare) = 0.53 perl(XML::Bare::Object) perl-XML-Bare = 0.53-14.fc28 perl-XML-Bare(riscv-64) = 0.53-14.fc28 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) libm.so.6()(64bit) libperl.so.5.26()(64bit) perl(Carp) perl(Data::Dumper) perl(DynaLoader) perl(Exporter) perl(bytes) perl(strict) perl(utf8) perl(vars) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-XML-Bare-0.53-14.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-XML-Bare-0.53-14.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sfg9FL + umask 022 + cd /builddir/build/BUILD + cd XML-Bare-0.53 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-XML-Bare-0.53-14.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff