Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-XML-Bare.spec'], chrootPath='/var/lib/mock/f31-build-66717-29907/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-XML-Bare.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 BUILDSTDERR: sh: /usr/bin/perl: No such file or directory Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/perl-XML-Bare-0.53-21.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-XML-Bare.spec'], chrootPath='/var/lib/mock/f31-build-66717-29907/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-XML-Bare.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=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ldnxdj + 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 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TNzHel + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' NO_PACKLIST=1 + make -j4 BUILDSTDERR: parser.c: In function 'new_nodecp': BUILDSTDERR: parser.c:27:41: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] BUILDSTDERR: 27 | struct nodec *self = (struct nodec *) malloc( size ); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: parser.c:27:41: warning: incompatible implicit declaration of built-in function 'malloc' BUILDSTDERR: parser.c:13:1: note: include '' or provide a declaration of 'malloc' BUILDSTDERR: 12 | #include BUILDSTDERR: +++ |+#include BUILDSTDERR: 13 | #endif BUILDSTDERR: parser.c: In function 'new_nodec': BUILDSTDERR: parser.c:36:41: warning: incompatible implicit declaration of built-in function 'malloc' BUILDSTDERR: 36 | struct nodec *self = (struct nodec *) malloc( size ); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: parser.c:36:41: note: include '' or provide a declaration of 'malloc' BUILDSTDERR: parser.c: In function 'del_nodec': BUILDSTDERR: parser.c:56:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] BUILDSTDERR: 56 | free( curatt ); BUILDSTDERR: | ^~~~ BUILDSTDERR: parser.c:56:5: warning: incompatible implicit declaration of built-in function 'free' BUILDSTDERR: parser.c:56:5: note: include '' or provide a declaration of 'free' BUILDSTDERR: parser.c:59:3: warning: incompatible implicit declaration of built-in function 'free' BUILDSTDERR: 59 | free( node ); BUILDSTDERR: | ^~~~ BUILDSTDERR: parser.c:59:3: note: include '' or provide a declaration of 'free' BUILDSTDERR: parser.c: In function 'new_attc': BUILDSTDERR: parser.c:64:39: warning: incompatible implicit declaration of built-in function 'malloc' BUILDSTDERR: 64 | struct attc *self = (struct attc *) malloc( size ); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: parser.c:64:39: note: include '' or provide a declaration of 'malloc' BUILDSTDERR: parser.c: In function 'parserc_parse': BUILDSTDERR: parser.c:422:46: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] BUILDSTDERR: 422 | if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } BUILDSTDERR: | ^ BUILDSTDERR: parser.c:441:46: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] BUILDSTDERR: 441 | if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } BUILDSTDERR: | ^ BUILDSTDERR: parser.c:628:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: 628 | if( res = dh_memcmp( curnode->name, tagname, tagname_len ) ) { BUILDSTDERR: | ^~~ BUILDSTDERR: parser.c:113:12: warning: unused variable 'dent' [-Wunused-variable] BUILDSTDERR: 113 | int dent; BUILDSTDERR: | ^~~~ BUILDSTDERR: parser.c: In function 'parserc_parse_unsafely': BUILDSTDERR: parser.c:837:46: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] BUILDSTDERR: 837 | if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } BUILDSTDERR: | ^ BUILDSTDERR: parser.c:855:46: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] BUILDSTDERR: 855 | if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } BUILDSTDERR: | ^ BUILDSTDERR: parser.c:811:5: warning: label 'u_att_name1' defined but not used [-Wunused-label] BUILDSTDERR: 811 | u_att_name1: BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: parser.c:687:12: warning: unused variable 'dent' [-Wunused-variable] BUILDSTDERR: 687 | int dent; BUILDSTDERR: | ^~~~ BUILDSTDERR: parser.c:686:12: warning: unused variable 'res' [-Wunused-variable] BUILDSTDERR: 686 | int res = 0; BUILDSTDERR: | ^~~ BUILDSTDERR: parser.c:684:19: warning: variable 'temp' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 684 | struct nodec *temp; BUILDSTDERR: | ^~~~ BUILDSTDERR: Please specify prototyping behavior for Bare.xs (see perlxs manual) BUILDSTDERR: Bare.c: In function 'cxml2obj': BUILDSTDERR: Bare.c:155:25: warning: comparison between pointer and integer BUILDSTDERR: 155 | if( curatt->value == -1 ) attval = newSVpvn( "1", 1 ); BUILDSTDERR: | ^~ BUILDSTDERR: Bare.c: In function 'cxml2obj_simple': BUILDSTDERR: Bare.c:283:25: warning: comparison between pointer and integer BUILDSTDERR: 283 | if( curatt->value == -1 ) attval = newSVpvn( "1", 1 ); BUILDSTDERR: | ^~ BUILDSTDERR: Bare.c:172:7: warning: unused variable 'attatt' [-Wunused-variable] BUILDSTDERR: 172 | SV *attatt; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: Bare.c: In function 'XS_XML__Bare_c_parse_more': BUILDSTDERR: Bare.c:510:9: warning: unused variable 'err' [-Wunused-variable] BUILDSTDERR: 510 | int err = parserc_parse( parser, text ); BUILDSTDERR: | ^~~ BUILDSTDERR: Bare.c: In function 'XS_XML__Bare_c_parse': BUILDSTDERR: Bare.c:533:9: warning: unused variable 'err' [-Wunused-variable] BUILDSTDERR: 533 | int err = parserc_parse( parser, text ); BUILDSTDERR: | ^~~ BUILDSTDERR: Bare.c: In function 'XS_XML__Bare_c_parse_unsafely': BUILDSTDERR: Bare.c:556:9: warning: unused variable 'err' [-Wunused-variable] BUILDSTDERR: 556 | int err = parserc_parse_unsafely( parser, text ); BUILDSTDERR: | ^~~ BUILDSTDERR: Bare.c: In function 'XS_XML__Bare_c_parsefile': BUILDSTDERR: Bare.c:594:9: warning: unused variable 'err' [-Wunused-variable] BUILDSTDERR: 594 | int err = parserc_parse( parser, data ); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5320, BUILDSTDERR: from Bare.c:14: BUILDSTDERR: Bare.c: At top level: BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4898:13: warning: 'S_clear_placeholders' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4898 | STATIC void S_clear_placeholders(pTHX_ HV *hv, U32 items); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4901:13: warning: 'S_hsplit' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4901 | STATIC void S_hsplit(pTHX_ HV *hv, STRLEN const oldsize, STRLEN newsize); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4904:26: warning: 'S_hv_auxinit' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4904 | STATIC struct xpvhv_aux* S_hv_auxinit(pTHX_ HV *hv); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4907:26: warning: 'S_hv_auxinit_internal' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4907 | STATIC struct xpvhv_aux* S_hv_auxinit_internal(struct xpvhv_aux *iter); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4910:12: warning: 'S_hv_delete_common' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4910 | STATIC SV* S_hv_delete_common(pTHX_ HV *hv, SV *keysv, const char *key, STRLEN klen, int k_flags, I32 d_flags, U32 hash); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4911:12: warning: 'S_hv_free_ent_ret' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4911 | STATIC SV* S_hv_free_ent_ret(pTHX_ HV *hv, HE *entry); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4914:13: warning: 'S_hv_free_entries' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4914 | STATIC void S_hv_free_entries(pTHX_ HV *hv); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4917:13: warning: 'S_hv_magic_check' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4917 | STATIC void S_hv_magic_check(HV *hv, bool *needs_copy, bool *needs_store); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4920:25: warning: 'S_hv_notallowed' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4920 | PERL_STATIC_NO_RET void S_hv_notallowed(pTHX_ int flags, const char *key, I32 klen, const char *msg) BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4925:12: warning: 'S_new_he' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4925 | STATIC HE* S_new_he(pTHX) BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4929:24: warning: 'S_ptr_hash' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4929 | PERL_STATIC_INLINE U32 S_ptr_hash(PTRV u); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4931:13: warning: 'S_refcounted_he_value' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4931 | STATIC SV * S_refcounted_he_value(pTHX_ const struct refcounted_he *he); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4934:13: warning: 'S_save_hek_flags' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4934 | STATIC HEK* S_save_hek_flags(const char *str, I32 len, U32 hash, int flags) BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4940:13: warning: 'S_share_hek_flags' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4940 | STATIC HEK* S_share_hek_flags(pTHX_ const char *str, STRLEN len, U32 hash, int flags) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/proto.h:4945:13: warning: 'S_unshare_hek_or_pvn' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: 4945 | STATIC void S_unshare_hek_or_pvn(pTHX_ const HEK* hek, const char* str, I32 len, U32 hash); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Bare.c: In function 'XS_XML__Bare_c_parsefile': BUILDSTDERR: Bare.c:590:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 590 | fread( data, 1, len, handle ); 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 XML::Bare Running Mkbootstrap for Bare () "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -nolinenumbers -typemap '/usr/share/perl5/ExtUtils/typemap' Bare.xs > Bare.xsc 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 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 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 -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 -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 -fasynchronous-unwind-tables -fstack-clash-protection -DVERSION=\"0.53\" -DXS_VERSION=\"0.53\" -fPIC "-I/usr/lib64/perl5/CORE" Bare.c 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 Time::HiRes not installed; benchmarks cannot be done Processing notree.tmpl Processing exe.tmpl Processing tree.tmpl Manifying 1 pod document Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4BCcfj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64 + cd XML-Bare-0.53 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.53-21.fc31 --unique-debug-suffix -0.53-21.fc31.riscv64 --unique-debug-src-base perl-XML-Bare-0.53-21.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/XML-Bare-0.53 BUILDSTDERR: 94 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/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' -- Bare.bs blib/arch/auto/XML/Bare/Bare.bs 644 "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" makebench.PL makebench Time::HiRes not installed; benchmarks cannot be done Processing notree.tmpl Processing exe.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-21.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/XML/Bare/Bare.so Installing /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64/usr/lib64/perl5/vendor_perl/XML/Bare.pm Installing /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64/usr/share/man/man3/XML::Bare.3pm explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/XML/Bare/Bare.so extracting debug info from /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/XML/Bare/Bare.so original debug info size: 168kB, size after compression: 168kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.1WxG4i Processing files: perl-XML-Bare-0.53-21.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nxOyhk + umask 022 + cd /builddir/build/BUILD + cd XML-Bare-0.53 + DOCDIR=/builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.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-21.fc31.riscv64/usr/share/doc/perl-XML-Bare + cp -pr Changes /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64/usr/share/doc/perl-XML-Bare + cp -pr README /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64/usr/share/doc/perl-XML-Bare + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: perl(XML::Bare) = 0.53 perl(XML::Bare::Object) perl-XML-Bare = 0.53-21.fc31 perl-XML-Bare(riscv-64) = 0.53-21.fc31 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.30()(64bit) perl(Carp) perl(Data::Dumper) perl(DynaLoader) perl(Exporter) perl(bytes) perl(strict) perl(utf8) perl(vars) rtld(GNU_HASH) Processing files: perl-XML-Bare-debugsource-0.53-21.fc31.riscv64 Provides: perl-XML-Bare-debugsource = 0.53-21.fc31 perl-XML-Bare-debugsource(riscv-64) = 0.53-21.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-XML-Bare-debuginfo-0.53-21.fc31.riscv64 Provides: debuginfo(build-id) = f334afce7d8af0c4bc62043a041baffa6772bad3 perl-XML-Bare-debuginfo = 0.53-21.fc31 perl-XML-Bare-debuginfo(riscv-64) = 0.53-21.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-XML-Bare-debugsource(riscv-64) = 0.53-21.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64 Wrote: /builddir/build/RPMS/perl-XML-Bare-debugsource-0.53-21.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-XML-Bare-0.53-21.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-XML-Bare-debuginfo-0.53-21.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.I9BmNl + umask 022 + cd /builddir/build/BUILD + cd XML-Bare-0.53 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-XML-Bare-0.53-21.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0