+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-Ref-Util-XS.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.5TU3gG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Ref-Util-XS-0.116 + /usr/bin/gzip -dc /builddir/build/SOURCES/Ref-Util-XS-0.116.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Ref-Util-XS-0.116 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hSqewQ + umask 022 + cd /builddir/build/BUILD + cd Ref-Util-XS-0.116 + perl Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Ref::Util::XS Writing MYMETA.yml and MYMETA.json + make -j4 Running Mkbootstrap for XS () "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' XS.xs > XS.xsc chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Ref/Util/XS/XS.bs 644 cp lib/Ref/Util/XS.pm blib/lib/Ref/Util/XS.pm mv XS.xsc XS.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 -g -DVERSION=\"0.116\" -DXS_VERSION=\"0.116\" -fPIC "-I/usr/lib64/perl5/CORE" XS.c XS.c: In function 'XS_Ref__Util__XS__using_custom_ops': XS.c:379:7: warning: unused variable 'RETVAL' [-Wunused-variable] SV * RETVAL; ^~~~~~ At top level: XS.xs:84:5: warning: 'THX_ck_entersub_args_is_blessed_ioref' defined but not used [-Wunused-function] THX_ck_entersub_args_ ## x(pTHX_ OP *entersubop, GV *namegv, SV *ckobj) \ ^ XS.xs:167:5: note: in expansion of macro 'DECL_CALL_CHK_FUNC' DECL_CALL_CHK_FUNC(x) ^~~~~~~~~~~~~~~~~~ XS.xs:212:1: note: in expansion of macro 'DECL' DECL(is_blessed_ioref, REFTYPE(== SVt_PVIO) && !PLAIN) ^~~~ XS.xs:212:6: warning: 'is_blessed_ioref_xop' defined but not used [-Wunused-variable] DECL(is_blessed_ioref, REFTYPE(== SVt_PVIO) && !PLAIN) ^ XS.xs:54:16: note: in definition of macro 'DECL_XOP' static XOP x ## _xop; ^ XS.xs:212:1: note: in expansion of macro 'DECL' DECL(is_blessed_ioref, REFTYPE(== SVt_PVIO) && !PLAIN) ^~~~ XS.xs:45:5: warning: 'THX_xsfunc_is_blessed_ioref' defined but not used [-Wunused-function] THX_xsfunc_ ## x (pTHX_ CV *cv) \ ^ XS.xs:164:5: note: in expansion of macro 'DECL_RUNTIME_FUNC' DECL_RUNTIME_FUNC(x, cond) \ ^~~~~~~~~~~~~~~~~ XS.xs:212:1: note: in expansion of macro 'DECL' DECL(is_blessed_ioref, REFTYPE(== SVt_PVIO) && !PLAIN) ^~~~ XS.xs:84:5: warning: 'THX_ck_entersub_args_is_plain_ioref' defined but not used [-Wunused-function] THX_ck_entersub_args_ ## x(pTHX_ OP *entersubop, GV *namegv, SV *ckobj) \ ^ XS.xs:167:5: note: in expansion of macro 'DECL_CALL_CHK_FUNC' DECL_CALL_CHK_FUNC(x) ^~~~~~~~~~~~~~~~~~ XS.xs:202:1: note: in expansion of macro 'DECL' DECL(is_plain_ioref, REFTYPE(== SVt_PVIO) && PLAIN) ^~~~ XS.xs:202:6: warning: 'is_plain_ioref_xop' defined but not used [-Wunused-variable] DECL(is_plain_ioref, REFTYPE(== SVt_PVIO) && PLAIN) ^ XS.xs:54:16: note: in definition of macro 'DECL_XOP' static XOP x ## _xop; ^ XS.xs:202:1: note: in expansion of macro 'DECL' DECL(is_plain_ioref, REFTYPE(== SVt_PVIO) && PLAIN) ^~~~ XS.xs:45:5: warning: 'THX_xsfunc_is_plain_ioref' defined but not used [-Wunused-function] THX_xsfunc_ ## x (pTHX_ CV *cv) \ ^ XS.xs:164:5: note: in expansion of macro 'DECL_RUNTIME_FUNC' DECL_RUNTIME_FUNC(x, cond) \ ^~~~~~~~~~~~~~~~~ XS.xs:202:1: note: in expansion of macro 'DECL' DECL(is_plain_ioref, REFTYPE(== SVt_PVIO) && PLAIN) ^~~~ rm -f blib/arch/auto/Ref/Util/XS/XS.so gcc -lpthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/Ref/Util/XS/XS.so \ -lperl \ chmod 755 blib/arch/auto/Ref/Util/XS/XS.so Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9JDyuM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64 + cd Ref-Util-XS-0.116 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Ref/Util/XS/XS.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-Ref-Util-XS-0.116-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Ref/Util/XS/XS.so Installing /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Ref/Util/XS.pm Installing /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64/usr/share/man/man3/Ref::Util::XS.3pm + find /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64 -type f -name .packlist -delete + find /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64 -type f -name '*.bs' -empty -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w -c /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64 mode of '/builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Ref/Util/XS/XS.so' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x) mode of '/builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64/usr/lib64/perl5/vendor_perl/Ref/Util/XS.pm' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of '/builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64/usr/share/man/man3/Ref::Util::XS.3pm' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) + /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-Ref-Util-XS-0.116-5.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8TisDn + umask 022 + cd /builddir/build/BUILD + cd Ref-Util-XS-0.116 + DOCDIR=/builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64/usr/share/doc/perl-Ref-Util-XS + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64/usr/share/doc/perl-Ref-Util-XS + cp -pr Changes /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64/usr/share/doc/perl-Ref-Util-XS + cp -pr README /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64/usr/share/doc/perl-Ref-Util-XS + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.FPxidm + umask 022 + cd /builddir/build/BUILD + cd Ref-Util-XS-0.116 + LICENSEDIR=/builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64/usr/share/licenses/perl-Ref-Util-XS + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64/usr/share/licenses/perl-Ref-Util-XS + cp -pr LICENSE /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64/usr/share/licenses/perl-Ref-Util-XS + exit 0 Provides: perl(Ref::Util::XS) = 0.116 perl-Ref-Util-XS = 0.116-5.fc28 perl-Ref-Util-XS(riscv-64) = 0.116-5.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) perl(Exporter) >= 5.57 perl(XSLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-Ref-Util-XS-0.116-5.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-Ref-Util-XS-0.116-5.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kHPLQP + umask 022 + cd /builddir/build/BUILD + cd Ref-Util-XS-0.116 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Ref-Util-XS-0.116-5.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